Code Snippets
These are a collection of code snippets I've used in the past and saved.
Hotstar subtitle style
Customize hotstar.com subtitle
javascripttampermonkey
Label encoders
Encode label of multiple attribute, and return the encoder object.
pythonnlp
Quick Sort.js
Quick sort implementation in javascript.
javascriptcompetitiveprogramming
Remove list of words from given sentences
A brute force method to remove words from sentences.
pythonnlp
Remove undefined key.js
Explicitly remove undefined key of given object in javascript.
javascript
Sieve of Eratosthenes.js
Generate from 1 to N prime number using sieve of eratosthenes, writen in js.
javascriptcompetitiveprogramming