Exports safari passwords into csv (importable into chrome). | Continue reading
A basic data protection policy for sub/contractors | Continue reading
63 Tips for speeding up PHP | Continue reading
Go 1.11 Benchmark on ARM64 | Continue reading
Graph Data Structure, adjacency list implementation + Traversals (DFS, BFS) | Continue reading
Watch a particular directory for changes and kill and restart a process on change | Continue reading
Story: Writing Scripts with Go | Continue reading
'classchange' Event - with watchClassChange and addEventListener('classchange', ...) | Continue reading
Redux without redux - sharing state and one way data flow using only standard react | Continue reading
Quick script to create a magnet link out of an infohash, e.g. for use together with aria2c. Usage: commandname infohash [name [tracker1 [tracker2]]] ... | Continue reading
Solving the ESM in NodeJS Odyssey. | Continue reading
Protect any origin from CSRF by checking if the Origin/Referer header match the Host header for "unsafe" methods. | Continue reading
Latency Numbers Every Programmer Should Know | Continue reading
List of my follower characteristics, sorted by # of followers -- as of 2018-07-11 that were not my followers on 2018-07-13 | Continue reading
How to revoke npm tokens and clear node_modules recursively after eslint-scope hack | Continue reading
Joel Spolsky on Equity for Startups | Continue reading
Clojure is for type B personalities | Continue reading
Discriminated Union (sum-type, co-product) from Algebraic Data Types (ADT) for C# which is memory efficient, supports one-line sub-typing | Continue reading
Thoughts after 6 months of literate programming | Continue reading
Big O notation for java's collections | Continue reading
Solving a puzzle using the Isabelle proof assistant | Continue reading
Indexing XKCD with Lucidwork's Fusion and Google Image API | Continue reading
Recurrent Weighted Average (RWA) model as a Tensorflow RNNCell | Continue reading
Useful git aliases push pull rebase master upstream | Continue reading
GitHub is where people build software. More than 28 million people use GitHub to discover, fork, and contribute to over 85 million projects. | Continue reading
Understanding Binding and 'this' in Javascript | Continue reading
Using password-store with git repository synching | Continue reading
PostgreSQL collation is a massive footgun | Continue reading
Revert back to good old GitHub Homepage | Continue reading
cookie domains on gitlab.com (https://about.gitlab.com/features/gitlab-ci-cd/) | Continue reading
Designing a GraphQL API | Continue reading
Interpreting callback APIs as pure, monad-returning functions | Continue reading
Bellow are javascript code can convert hex to rgb color. Demo: http://aiconverter.com/color/hex-to-rgb | Continue reading
sync all of anyone's gists to a directory | Continue reading
Making efficient use of the libdispatch (GCD) | Continue reading
Dependency Injection in Functional Programming | Continue reading
A better coding convention for lists and object literals in JavaScript | Continue reading