chrisaiv


Member since 01/16/2007

Name: Chris Last Name

chrisaiv

Location: Los Angeles

Code

21 snippets

9796 profile views

39 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

chrisaiv's Recent SnippetsTagged ruby



« Prev 1 Next »
Simple test showing how to make a request to Spotify's API.
2 840 posted 12 years ago by chrisaiv
The Blackberry AppWorld portal allows you to schedule reports which are delivered as CSV.zip files. Although the CSV file offers a lot of detail about operating system and date of download, most of the time I just want to know which users downloaded...
0 714 posted 12 years ago by chrisaiv
If you need to do any sort of screen capturing using FFMPEG, you might need this one day
0 727 posted 12 years ago by chrisaiv
Easy way to populate a drop-down menu
3 767 posted 13 years ago by chrisaiv
Don't forget to use require 'directory/name_of_class'
0 1113 posted 14 years ago by chrisaiv
Ruby provides a platform independent way of displaying file paths. Here are a few common ways to show absolute and relative paths.
0 632 posted 14 years ago by chrisaiv
This shows how we can find objects inside code blocks (aka data sets).
0 915 posted 14 years ago by chrisaiv
I needed a quick way to unescape a URL Encoded string. I found 2 chill ways
2 585 posted 15 years ago by chrisaiv
http://www.sitepoint.com/forums/showthread.php?t=552741
1 579 posted 15 years ago by chrisaiv
https://www.chrisjmendez.com/2008/06/21/ruby-mixing-in-a-module-immediately-after-an-objects-singleton-class/
2 617 posted 15 years ago by chrisaiv
https://www.chrisjmendez.com/2008/06/04/ruby-open-a-text-file-and-re-write-its-contents-into-a-new-text-file/
1 787 posted 15 years ago by chrisaiv
https://www.chrisjmendez.com/2007/10/22/ruby-simple-example-of-threading/
3 1134 posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2007/10/21/ruby-how-to-iterate-through-an-array/
3 1017 posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2007/10/21/converting-an-array-into-yaml-loading-yaml-into-an-array/
1 982 posted 16 years ago by chrisaiv
There are many functions available for Time, Month, Day, and Year. Below are a few examples I use frequently
1 771 posted 16 years ago by chrisaiv
Download the Credit Card Library from Lucas Carlson user$ sudo gem install creditcard
6 864 posted 16 years ago by chrisaiv
First things First you need to install this ruby gem user$ sudo gem install ezcrypto
2 628 posted 16 years ago by chrisaiv
Before you save a password to a database, it may make sense to encrypt it. That way when you do some user authentication, you can compare the users submitted password to the one on the database.
1 795 posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2007/10/15/ruby-parse-delicious-rss-feeds/
2 903 posted 16 years ago by chrisaiv
https://www.chrisjmendez.com/2017/10/15/ruby-web-2-0-name-generator/
1 454 posted 16 years ago by chrisaiv
« Prev 1 Next »