๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Convert NSDate to NSString

๐Ÿ“‚ Categories: Swift
๐Ÿท๏ธ Tags: Objective-C Nsstring Nsdate

How do I convert NSDate to NSString so that only the year in yyyy format is output to the

Thumbnail for Posts

Creating Threads in python

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Multithreading

I have a script and I want one function to run at the same time as the other The example code I have looked at import threading def MyThread threadingthread

Thumbnail for Posts

DeprecationWarning Buffer is deprecated due to security and usability issues when I move my script to another server

๐Ÿ“‚ Categories: Node.js
๐Ÿท๏ธ Tags: Npm

Getting error when script move to other server node15707 DEP0005 DeprecationWarning Buffer is deprecated due to security and usability issues Please use the

Thumbnail for Posts

Difference between exit0 and exit1 in Python

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Exit-Code

Whats the difference between exit0 and exit1 in Python I tried looking around but didnt find a specific question on these lines If its already been answered a

Thumbnail for Posts

Difference between natural join and inner join

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Join Natural-Join

What is the difference between a natural join and an inner

Thumbnail for Posts

Display current time in 12 hour format with AMPM

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: Date-Format

Currently the time displayed as 1335 PM However I want to display as 12 hour format with AMPM ie 135 PM instead of 1335 PM The current code is as below private

Thumbnail for Posts

Docker command cant connect to Docker daemon

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Linux Ubuntu Daemon

I want to make a move to Docker so Ive just started to mess around with it Ive installed Docker on a VirtualBox Ubuntu 1510 Wily Werewolf installation and as

Thumbnail for Posts

Eclipse copypaste entire line keyboard shortcut

๐Ÿ“‚ Categories: Java

Anyone know the keyboard shortcut to copypaste a line into a new line in Eclipse without having to highlight the entire line ctrlaltdown turns my whole screen

Thumbnail for Posts

Enums in Javascript with ES6

๐Ÿ“‚ Categories: Javascript

Im rebuilding an old Java project in Javascript and realized that theres no good way to do enums in JS The best I can come up with is const Colors RED