Skip to content

Instantly share code, notes, and snippets.

View singhkshitij's full-sized avatar
👨‍💻

Kshitij Singh singhkshitij

👨‍💻
View GitHub Profile

FWIW: I didn't produce the content presented here (the outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

What's an Effective Engineer?

@singhkshitij
singhkshitij / Skribble_word_suggestion.md
Last active April 20, 2020 13:15
Skribble.io Word suggestion Setup
  1. Install extension based on your current browser Chrome Firefox
  2. Head over to this webpage and click on green install this script button
  3. Open this URL in browser tab : Most Popular 2.5K Skribble Words and copy the content you see on the webpage

Note: If it downloads the file, copy file content

  1. Head over to Skribble and right click and select Inspect element.
  2. Click on console tab and copy paste following piece of code line by line
var data = PASTE_DATA_COPIED_IN_STEP_3
localStorage.setItem("wordlistEnglish",JSON.stringify(Object.keys(data))
@singhkshitij
singhkshitij / bash-cheatsheet.sh
Created September 27, 2017 07:03 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04