Skip to content

Instantly share code, notes, and snippets.

View yitsushi's full-sized avatar
🏳️‍⚧️

Victoria (Balazs) Nadasdi yitsushi

🏳️‍⚧️
View GitHub Profile
@gergelyke
gergelyke / Very.js
Last active August 29, 2015 14:06
Such javascript, very unicredit
// 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)));
$ alias such=git
$ alias very=git
$ alias wow='git status'
$ wow
$ such commit
$ very push
@ldx
ldx / flickr.py
Created September 26, 2011 14:11
Fetch all photos from a flickr account
#!/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
@yitsushi
yitsushi / wsYouTube.php
Created February 2, 2011 08:49
test lib
<?php
namespace wsTestLib;
require LIB.'/wsYouTube.php';
class wsYouTube {
var $name = 'YouTube processor';
public function sunrise() {
$this->videos = array(
'available' => array(
@yitsushi
yitsushi / poem.rb
Created October 14, 2010 14:22
Program of the true Love
# Title
feelings = {:happy => 1, :suicide => 0}
supernaturals = { }
begin
# begining
me = i = Person.new
you = Angel.new
i.love you if you.love? me