Skip to content

Instantly share code, notes, and snippets.

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?

@ihsansatriawan
ihsansatriawan / anagram.js
Created June 7, 2018 04:41
Check if two string are anagram using Javascript
let anagram = (s1, s2) =>
s1.split('').sort().join('') === s2.split('').sort().join('')
@ihsansatriawan
ihsansatriawan / 00_etc-hosts.md
Created November 28, 2018 11:25 — forked from mul14/00_etc-hosts.md
/etc/hosts for Vimeo, Netflix, Reddit, and Imgur.

Unblock Vimeo, Netflix, Reddit, dan Imgur

Linux / BSD / macOS

Tambahkan list di bawah ke /etc/hosts.

Windows

Tambahkan list di bawah ke %System32%\Drivers\etc\hosts