background preloader

Computer

Facebook Twitter

Shadow

News for nerds, stuff that matters. TechCrunch. How Does Google Work? Apple. Macworld. 9to5 Mac. Redsn0w 0.9.9b8 Released. Published on 11-03-2011 02:49 PM Redsn0w 0.9.9b8 is fully compatible with the iOS 5.0.1 Beta released to developers yesterday.

Redsn0w 0.9.9b8 Released

Yesterday, Apple pushed out the iOS 5.0.1 Beta to developers which has fixed numerous bugs in iOS 5 and brings the beloved multitasking gestures back to the original iPad. It was reported that iOS 5.0.1 could have been jailbroken with redsn0w 0.9.9b7, although you would need to point redsn0w to the iOS 5.0 firmware file, and the jailbreak was tethered. Originally Posted by Dev-Team Blog Redsn0w version 0.9.9b8 will natively recognize the 5.0.1 beta that Apple let developers start testing this week (so you don’t have to play the “point at 5.0 IPSW” trick). For those iPhone 3GS and iPhone 4 users who preserve their baseband, the Mac version can also produce the NO_BB_* custom IPSW's for 5.0.1. This is still a tethered jailbreak for all except old-bootrom 3GS users.

Ruby Essentials. Ruby QuickRef. Table of Contents Language General Tips These are tips I’ve given over and over and over and over… Use 2 space indent, no tabs.

Ruby QuickRef

Use [] over Array.new. See for more. General Syntax Rules Comments start with a pound/sharp (#) character and go to EOL. Reserved Words alias and BEGIN begin break case class def defined? Types Basic types are numbers, strings, ranges, regexen, symbols, arrays, and hashes. Numbers 1231_234123.451.2e-30xffff 0b01011 0377 ? Strings In all of the %() cases below, you may use any matching characters or any single character for delimiters. %[], %!!

'no interpolation'"#{interpolation}, and backslashes\n"%q(no interpolation)%Q(interpolation and backslashes)%(interpolation and backslashes)`echo command interpretation with interpolation and backslashes`%x(echo command interpretation with interpolation and backslashes) Backslashes: Here Docs: Encodings: Waaaay too much to cover here. Documentation. Here you will find pointers to manuals, tutorials and references that will come in handy when you feel like coding in Ruby.

Documentation

Installing Ruby Unless you only want to try Ruby in the browser (see the links below) you need to have Ruby installed on your computer. You can check whether Ruby already is available by opening a terminal and typing This should output some information on the installed Ruby version. If not, see the installation page for various options of getting Ruby. Getting Started Try Ruby! An interactive tutorial that lets you try out Ruby right in your browser. Ruby Koans The Koans walk you along the path to enlightenment in order to learn Ruby. RubyMonk Discover Ruby idioms, learn lessons and solve problems, all in your browser! Www.sapphiresteel.com/IMG/pdf/LittleBookOfRuby.pdf. Khan Academy.