Skip to content

Instantly share code, notes, and snippets.

View anoduck's full-sized avatar
🦆
Quackity, Quack!

Anoduck, The Anonymous Duck anoduck

🦆
Quackity, Quack!
View GitHub Profile
@anoduck
anoduck / fb-dl.py
Last active November 3, 2015 17:58 — forked from zmwangx/fb-dl.py
#!/usr/bin/env python
############################### README ###############################
# External dependencies:
# * libmagic
# * python-dateutil
# * python-magic
# * requests
#
# The shell command call at the end was tested with GNU date from GNU
@anoduck
anoduck / .vimrc
Last active August 29, 2015 14:16 — forked from todb-r7/.vimrc
" If using Janus, then this should be .vimrc.after
" Technically this is really a gvimrc but who's counting.
set nocompatible
colorscheme slate
filetype plugin indent on
set hls
" Pretty standard Ruby default tab indentation
set tabstop=2 softtabstop=2 shiftwidth=2 expandtab shiftround smarttab
@anoduck
anoduck / 0_reuse_code.js
Last active August 29, 2015 14:10
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