Skip to content

Instantly share code, notes, and snippets.

View axisofentropy's full-sized avatar

Adam Vollrath axisofentropy

View GitHub Profile
@potch
potch / style.js
Last active August 29, 2015 14:12
2015 JavaScript Style Guide
// Bad
"Your Framework Sucks."
// Bad
"Browserify? Have you heard about WebPack?"
// Bad
"Ember vs Angular: 10 Things You Should Know"
@znnahiyan
znnahiyan / antidependency.sh
Last active August 17, 2023 19:18
Lists and downloads all the dependencies of a supplied module's name from Wikipedia's servers. Usage: ./antidependency.sh Module:NAME1
#!/bin/bash
##
## Maintainer: [[User:Nahiyan8]] @ Wikimedia (en, bn)
## Copyright: Public domain, but I don't think anyone will be able to modify this...
## Created in: 2014-11-22
## Last modified: 2014-11-22
##
##