chrisaiv's Recent Ruby Snippets Tagged 'ruby'
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev [Page 1 of 1] Next »
Ruby ruby unescape urlencoded
Ruby: Unescape a URLEncoded String
posted on November 7, 2008 by chrisaiv
Ruby ruby SQLite
Installing the SQLite3 Database Interface for Ruby
posted on October 29, 2008 by chrisaiv
Ruby rails ruby migrations
Rails: Force Migration
posted on October 27, 2008 by chrisaiv
Ruby ruby Singleton
Mixing in a Module immediately after an objects Singleton class
posted on June 20, 2008 by chrisaiv
Ruby ruby
Open a text file and re-write its contents into a new text file
posted on June 4, 2008 by chrisaiv
Ruby ruby Threading saved by 2 people
Simple Example of Threading in Ruby
posted on October 22, 2007 by chrisaiv
Ruby ruby loop saved by 1 person
How to iterate through an array in Ruby
posted on October 21, 2007 by chrisaiv
Ruby ruby yaml
Converting an array into YAML, Loading YAML into an array
posted on October 21, 2007 by chrisaiv
Ruby ruby saved by 1 person
101 to using Time in Ruby
posted on October 21, 2007 by chrisaiv
Ruby ruby validation saved by 5 people
Validate a Credit Card Number
posted on October 21, 2007 by chrisaiv
Ruby ruby encyption decryption EzCrypto
Encrypting / Decrypting Passwords using EzCrypto
posted on October 21, 2007 by chrisaiv
Ruby ruby SHA1 encyption
Encrypting passwords for a database using one-way hash technique (SHA1)
posted on October 21, 2007 by chrisaiv
Ruby rss ruby delicious saved by 2 people
Ruby: Parse Delicious RSS Feeds
posted on October 15, 2007 by chrisaiv
