๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Likelihood of collision using most significant bits of a UUID in Java

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Collision Uuid

If Im using Long uuid UUIDrandomUUIDgetMostSignificantBits how likely is it to get a collision It cuts off the least significant bits so there is a possibility

Thumbnail for Posts

M1 docker preview and keycloak images platform linuxamd64 does not match the detected host platform linuxarm64v8 Issue

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Macos Keycloak Apple-M1

I just downloaded Docker Preview v31 httpsdocsdockercomdockerformacapplem1 and tried running keycloak Anyone else running into this issue docker run p 80808080

Thumbnail for Posts

MobileDevicepkg untrusted cannot open Xcode after OS X update

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Xcode Macos Macos-Catalina

After an automatic update of macOS v1015 Catalina I am unable to open Xcode Xcode prompts me to install additional components but the installation fails

Thumbnail for Posts

MySQL Cloning a MySQL database on the same MySql instance

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Database Copy Clone

I would like to write a script which copies my current database sitedb1 to sitedb2 on the same mysql database instance I know I can dump the sitedb1 to a sql

Thumbnail for Posts

MySQL CONCAT returns NULL if any field contain NULL

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Sql Null Concatenation

I have following data in my table devices affiliatename affiliatelocation model ip ostype osversion cs1 inter Dell 1012510325 Linux Fedora cs2 inter Dell

Thumbnail for Posts

NERDTree reload new files

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Vim Nerdtree

If I add a file to the same directory opened in NERDTree the only way I can see the file added is if I quit vim and start it again Is there a way I can reload

Thumbnail for Posts

Optional query string parameters in ASPNET Web API

๐Ÿ“‚ Categories: C#

I need to implement the following WebAPI method apibooksauthorXXXamptitleXXXampisbnXXXampsomethingelseXXXampdateXXX All of the query string parameters can be

Thumbnail for Posts

Programmatically go back to previous ViewController in Swift

๐Ÿ“‚ Categories: Swift
๐Ÿท๏ธ Tags: Ios Segue

I send the user over to a page on a button click This page is a UITableViewController Now if the user taps on a cell I would like to push him back to the

Thumbnail for Posts

ReactJS Warning setState Cannot update during an existing state transition

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Reactjs Constructor Setstate

I am trying to refactor the following code from my render view ltButton href activethisstatesingleJourney onClickthishandleButtonChangebindthisfalse