Profile
Achievement
You have not received any achievements.chrisaiv's Recent SnippetsTagged ruby
- All /
« Prev 1 Next »
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
254
posted 9 years ago by chrisaiv
If you need to do any sort of screen capturing using FFMPEG, you might need this one day
0
273
posted 9 years ago by chrisaiv
I use this code snippet all the time. It allows me to parse a CSV file and transform it into an XML file.
0
352
posted 9 years ago by chrisaiv
IceCast server's sometimes offer meta-data information on a particular piece. Here's an example of a data scrape from Classical KUSC
0
177
posted 10 years ago by chrisaiv
This script is a nice balance between validating data and speed.
1
214
posted 10 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
196
posted 11 years ago by chrisaiv
I had an XML file that I needed to convert to CSV. In order to make things easier for myself, I used a pipe | symbol instead of a comma so that there would be no parsing errors later. I also ended up writing the file to a Txt file and importing it...
1
343
posted 11 years ago by chrisaiv
This shows how we can find objects inside code blocks (aka data sets).
0
268
posted 11 years ago by chrisaiv
I needed a quick way to unescape a URL Encoded string. I found 2 chill ways
2
172
posted 12 years ago by chrisaiv
https://www.chrisjmendez.com/2008/06/21/ruby-mixing-in-a-module-immediately-after-an-objects-singleton-class/
2
199
posted 12 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
251
posted 12 years ago by chrisaiv
https://www.chrisjmendez.com/2007/10/22/ruby-simple-example-of-threading/
3
357
posted 13 years ago by chrisaiv
https://www.chrisjmendez.com/2007/10/21/ruby-how-to-iterate-through-an-array/
3
339
posted 13 years ago by chrisaiv
https://www.chrisjmendez.com/2007/10/21/converting-an-array-into-yaml-loading-yaml-into-an-array/
1
346
posted 13 years ago by chrisaiv
There are many functions available for Time, Month, Day, and Year. Below are a few examples I use frequently
1
266
posted 13 years ago by chrisaiv
Download the Credit Card Library from Lucas Carlson
user$ sudo gem install creditcard
6
278
posted 13 years ago by chrisaiv
First things First you need to install this ruby gem
user$ sudo gem install ezcrypto
2
180
posted 13 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
255
posted 13 years ago by chrisaiv
https://www.chrisjmendez.com/2007/10/15/ruby-parse-delicious-rss-feeds/
2
198
posted 13 years ago by chrisaiv
https://www.chrisjmendez.com/2017/10/15/ruby-web-2-0-name-generator/
1
169
posted 13 years ago by chrisaiv