Skip to content

Instantly share code, notes, and snippets.

View empitesithum's full-sized avatar
☁️
creative stuff on cloud 📡 📲 🎧 🎮

Sithum Jayarathna empitesithum

☁️
creative stuff on cloud 📡 📲 🎧 🎮
View GitHub Profile
@empitesithum
empitesithum / 0_reuse_code.js
Created July 1, 2016 02:35
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@empitesithum
empitesithum / MakeFilesNFoldersAsSystemFiles.bat
Last active June 28, 2016 20:30
Hide / Unhide system files and folders bat batch file for windows
attrib +H +S *.* /S /D