Public Gists by entangledstate

Gravatar
Thu Jun 18 09:17:14 -0700 2009
1
2
3
HOWTO: iPhone AT&T Tethering
============================
 
Gravatar
Mon Jun 15 09:53:55 -0700 2009
1
2
3
RUBY = File.join(
    Config::CONFIG['bindir'],
    Config::CONFIG['ruby_install_name'] + Config::CONFIG['EXEEXT']).
Gravatar
Sun May 17 12:49:52 -0700 2009
1
2
3
require 'nokogiri'
require 'mechanize'
 
Gravatar
Fri May 15 18:36:32 -0700 2009
1
javascript:q=prompt('search%20Wolfram%20Alpha?','');if(q)location.href='http://www.wolframalpha.com/input/?i='+escape(q)
gist: 86168 Downgrade from iPhone 3.0 t...
Gravatar
Thu Mar 26 08:58:42 -0700 2009
1
2
3
Downgrade from iPhone 3.0 to 2.2.1
 
iPhone 3G
Gravatar
Fri Mar 20 15:14:13 -0700 2009
1
2
3
YES CHRIS, I WROTE THIS UP -- ERICA (erica.sadun@arstechnica.com)
p.s. Follow me on twitter: @ericasadun
 
Gravatar
Thu Mar 19 21:23:11 -0700 2009
1
2
3
YES CHRIS, I WROTE THIS UP -- ERICA (erica.sadun@arstechnica.com)
p.s. Follow me on twitter: @ericasadun
 
gist: 81486 HOW TO ENABLE TETHERING ON ...
Gravatar
Wed Mar 18 16:48:51 -0700 2009
1
2
3
HOW TO ENABLE TETHERING ON YOUR 3.0 iPHONE
 
Step 1: Check if you own a 3G iPhone. If you're on EDGE (as I am): sorry. Tethering does not seem to work with EDGE phones.
Gravatar
Sun Mar 08 08:10:33 -0700 2009
1
2
3
require 'nokogiri'
 
doc = Nokogiri::XML(<<-eoxml)
Gravatar
Sat Mar 07 12:38:58 -0800 2009
1
2
3
require 'nokogiri'
 
class MyDSL
Gravatar
Tue Mar 03 10:11:47 -0800 2009
1
2
3
#!/usr/bin/env ruby1.9
 
#
Gravatar
Tue Feb 24 18:52:01 -0800 2009
1
2
3
require 'nokogiri'
 
doc = Nokogiri::XML(<<-eoxml)
Gravatar
Tue Feb 24 16:06:19 -0800 2009
1
2
3
task :clean do
  important_cleans = `git clean -n -d`.split("\n")
  important_cleans.reject! { |file|
Gravatar
Tue Feb 24 12:03:33 -0800 2009
1
2
3
# http://swedishcampground.com/safari-4-hidden-preferences
 
Having a quick poke through the new Safari binary yields the following strings:
Gravatar
Thu Feb 19 11:17:31 -0800 2009
1
2
3
Hi everyone, I'm Chris Wanstrath, and I'm one of the co-founders of GitHub.
 
GitHub, if you haven't heard of it, has been described as "Facebook for developers." Which is great when talking about GitHub as a website, but not so great when describing GitHub as a business. In fact, I think we're the polar opposite of Facebook as a business: we're small, never took investment, and actually make money. Some have even called us successful.
Gravatar
Mon Feb 09 13:47:42 -0800 2009
1
2
3
/*
  =skin=
  
Gravatar
Mon Jan 12 08:37:00 -0800 2009
1
2
3
gem 'mechanize', '>=0.9.0'
require 'mechanize'
 
Gravatar
Wed Dec 03 23:02:59 -0800 2008
1
2
3
    def self.chunk(klass, chunk_size, proc, conditions=nil, maximum=nil)
      maximum ||= klass.count(:conditions => conditions)
 
gist: 30518 Enables your site to know w...
Gravatar
Sun Nov 30 13:01:12 -0800 2008
1
2
3
/*
 * Social Limit - Only the social you care about.
 *
gist: 26960 .bash_aliases
Gravatar
Wed Nov 19 22:17:05 -0800 2008
1
2
3
###########
# GENERAL #
###########