Skip to content

Instantly share code, notes, and snippets.

{"en.xml"=>"<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<Data><Series>\n <id>82066</id>\n <Actors>|Anna Torv|Joshua Jackson|John Noble|Jasika Nicole|Blair Brown|Mark Valley|Kirk Acevedo|Seth Gabel|Lance Reddick|Georgina Haig|</Actors>\n <Airs_DayOfWeek>Friday</Airs_DayOfWeek>\n <Airs_Time>9:00 PM</Airs_Time>\n <ContentRating>TV-14</ContentRating>\n <FirstAired>2008-08-26</FirstAired>\n <Genre>|Drama|Science-Fiction|</Genre>\n <IMDB_ID>tt1119644</IMDB_ID>\n <Language>en</Language>\n <Network>FOX</Network>\n <NetworkID></NetworkID>\n <Overview>The series follows a Federal Bureau of Investigation &quot;Fringe Division&quot; team based in Boston. The team uses unorthodox &quot;fringe&quot; science and FBI investigative techniques to investigate a series of unexplained, often ghastly occurrences, some of which are related to mysteries surrounding a parallel universe.</Overview>\n <Rating>8.7</Rating>\n <RatingCount>572</RatingCount>\n <Runtime>60</Runtime>\n <SeriesID>75146</SeriesID>\n <SeriesNa
@jassa
jassa / gist:2649234
Created May 9, 2012 22:03
Short rbenv setup
## Prepare ###################################################################
# Remove RVM
rvm implode
# Remove the RVM stuff from your .profile - It probably looks like...
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
# Reload your profile