This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// not written by me, found at unicredit's spectranet :) | |
// now I feel a lot safer | |
function parseBug(m){ | |
if (m == '08') return '8'; | |
if (m == '09') return '9'; | |
return m | |
} | |
var dp_y=parseInt(parseBug(v.substring(0,4))); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ alias such=git | |
$ alias very=git | |
$ alias wow='git status' | |
$ wow | |
$ such commit | |
$ very push |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# Only parameter is the user ID e.g. 12345678@N06, which comes | |
# from the last part of the URL pointing to your photostream. | |
# | |
import sys | |
import urllib2 | |
import flickrapi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace wsTestLib; | |
require LIB.'/wsYouTube.php'; | |
class wsYouTube { | |
var $name = 'YouTube processor'; | |
public function sunrise() { | |
$this->videos = array( | |
'available' => array( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title | |
feelings = {:happy => 1, :suicide => 0} | |
supernaturals = { } | |
begin | |
# begining | |
me = i = Person.new | |
you = Angel.new | |
i.love you if you.love? me |