Skip to content

Instantly share code, notes, and snippets.

View dannyow's full-sized avatar
👁️‍🗨️

Daniel dannyow

👁️‍🗨️
  • Warsaw
View GitHub Profile
@dannyow
dannyow / hexspeak
Created October 9, 2013 08:38
Hexspeak word list
00D1E5
0111E
0115
011ED
011F1E1D
011F1E1D5
015E
01AF
01D1E
@dannyow
dannyow / dom-to-csv
Created October 8, 2013 16:28
wwdc 2013 videos printed as CSV (session name, number) in browser's JS console.
var l = document.querySelectorAll("li.session ul.thumbnail");
var f = function(e){ console.log(e.querySelector('.thumbnail-title').innerText+"\t"+e.querySelector('.thumbnail-id').innerText.split(' ')[1]);}
for(var i=0; i<l.length; i++){ f(l[i]) }
Niektórzy niemądrzy ludzie
Pyski maczają w wódzie
Ja się w wódce nie lubuję !
Co innego proponuję.
Cóż to może być, spytacie ?
Czy o piwie mówisz bracie ?
Ani piwo, ani wódka
Która jest jak szczurza trutka !
@dannyow
dannyow / .gitignore_global
Created October 4, 2012 10:39
To add this file as a global ignore list - git config --global core.excludesfile ~/.gitignore_global
# From https://github.com/mt3/dotfiles/blob/master/.gitignore_global
# To add this file as a global ignore list - git config --global core.excludesfile ~/.gitignore_global
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so