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
| require 'twitter' | |
| # TwitterBackup.new(user,pass).backup! | |
| # Will save tweets to files | |
| # ~/.twitter_backup/tweets/tweet_id.yaml # Full yaml tweet | |
| # ~/.twitter_backup/tweets/tweet_id.txt # Only tweet text | |
| # Search locally in your tweets | |
| # cat ~/.twitter_backup/tweets/*.txt | grep -i 'some text' |
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
| config/database.yml | |
| *~ | |
| *.cache | |
| *.log | |
| *.pid | |
| tmp/**/* | |
| .DS\_Store | |
| db/cstore/** | |
| doc/api | |
| doc/app |
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
| // ==UserScript== | |
| // @name Hang The DJ | |
| // @namespace http://simplelogica.net/cajondesastre/hangthedj | |
| // @description Gets rid of blipfuckingfm on Twitter | |
| // @include http://twitter.com/* | |
| // @author mort ([email protected]) | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.js | |
| // ==/UserScript== | |
| $(function() { | |
| $(":contains('http://blip.fm')").parent('tr.status').hide(); |
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
| module Kandypot | |
| module Randomizer | |
| def lucky(i,p = 0.8) | |
| (rand < p) ? i : nil | |
| end | |
| end | |
| end |
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
| Oferta de trabajo en Simplelógica | |
| http://simplelogica.net | |
| keywords: rails, ruby, web, simplelogica, hacking | |
| Contacto: [email protected] | |
| Fecha: 28/10/2008 | |
| Hola, | |
| en Simplelógica estamos buscando un/una desarrollador/desarrolladora en Rails para trabajar con nosotros. No necesitamos superexpertos, sino gente que esté entusiasmada por su experiencia con Rails hasta el momento y quiera continuar aprendiendo y mejorando en un entorno bastante agradable, con proyectos variados e interesantes y con unos compañeros Extremadamente Simpáticos™. | |
NewerOlder