๐Ÿš€ HickleSecLab

All Posts

Thumbnail for Posts

Foreign key constraints When to use ON UPDATE and ON DELETE

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Sql Database Foreign-Keys

Im designing my database schema using MySQL Workbench which is pretty cool because you can do diagrams and it converts them P Anyways Ive decided to use InnoDB

Thumbnail for Posts

Format y axis as percent

๐Ÿ“‚ Categories: Python
๐Ÿท๏ธ Tags: Pandas Matplotlib Plot

I have an existing plot that was created with pandas like this dfmyvarplotkindbar The y axis is format as float and I want to change the y axis to percentages

Thumbnail for Posts

Generate random numbers with a given numerical distribution

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

I have a file with some probabilities for different values eg 1 01 2 005 3 005 4 02 5 04 6 02 I would like to generate random numbers using this distribution

Thumbnail for Posts

How can I ensure that a division of integers is always rounded up

๐Ÿ“‚ Categories: C#
๐Ÿท๏ธ Tags: Math

I want to ensure that a division of integers is always rounded up if necessary Is there a better way than this There is a lot of casting going on

Thumbnail for Posts

How can I mimic the bottom sheet from the Maps app

๐Ÿ“‚ Categories: Swift

Can anyone tell me how I can mimic the bottom sheet in the new Apple Maps app in iOS 10 In Android you can use a BottomSheet which mimics this behaviour but I

Thumbnail for Posts

How do I create a foreign key in SQL Server

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Sql-Server T-Sql

I have never handcoded object creation code for SQL Server and foreign key decleration is seemingly different between SQL Server and Postgres Here is my sql so

Thumbnail for Posts

How do I forward parameters to other command in bash script

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Command-Line

Inside my bash script I would like to parse zero one or two parameters the script can recognize them then forward the remaining parameters to a command invoked

Thumbnail for Posts

How do I install imagemagick with homebrew

๐Ÿ“‚ Categories: Programming

Im trying to install Imagemagick on OSX Lion but something is not working as expected gt brew install imagemagick usrlocalgitbingit gt Cloning

Thumbnail for Posts

How do I read user input into a variable in Bash

๐Ÿ“‚ Categories: Bash
๐Ÿท๏ธ Tags: Shell Input

How do I read user input into a variable in Bash fullname Now read user input into the variable