Public Gists by sant0sk1

Gravatar
Sat Nov 14 07:45:38 -0800 2009
1
2
3
#!/usr/bin/env ruby
require 'rubygems'
require 'twitter'
Gravatar
Fri Oct 30 11:35:35 -0700 2009
1
2
3
@import <Foundation/CPObject.j>
@import "JSmenu.j"
 
Gravatar
Sat Oct 24 11:38:58 -0700 2009
1
2
3
@import <Foundation/CPObject.j>
 
 
Gravatar
Tue Oct 13 12:15:31 -0700 2009
1
2
3
<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
Gravatar
Fri Oct 09 10:26:56 -0700 2009
1
2
3
- (void)connection:(CPURLConnection)connection didReceiveResponse:(CPURLResponse *)response
{
    var httpResponse = (CPHTTPURLResponse *)response;
Gravatar
Mon Sep 21 15:26:10 -0700 2009
1
2
3
require 'hirb'
 
# don't show [created|updated|deleted]_at fields from ActiveRecord tables
Gravatar
Thu Sep 10 12:29:38 -0700 2009
1
2
3
namespace :ts do
  desc "Stop the sphinx server"
  task :stop , :roles => :app do
Gravatar
Sat Aug 29 20:13:41 -0700 2009
1
2
3
      === Epic Snow Leopard Upgrayyyyd Guide ===
 
Son, you’re now living in the land of 64-bit systems.
Gravatar
Sun Aug 09 13:36:50 -0700 2009
1
2
3
require 'date'
 
class Santo
Gravatar
Fri Jul 31 12:05:52 -0700 2009
1
2
3
require 'test_helper'
 
class DownloadsTest < ActionController::IntegrationTest
Gravatar
Sun Jul 26 16:15:41 -0700 2009
1
2
3
- (void)applicationDidFinishLaunching:(UIApplication *)application {
  [window addSubview:[navigationController view]];
  [window makeKeyAndVisible];
Gravatar
Thu Jul 09 18:35:37 -0700 2009
1
2
3
=dead-center(!height,!width)
  :height= !height
  :margin-top= -(!height / 2)
Gravatar
Tue Jun 02 13:24:50 -0700 2009
1
2
3
APTGET = "apt-get install -qqy"
RUBY19 = "ruby-1.9.1-p129"
SRC = "/usr/local/src"
Gravatar
Fri May 22 12:24:47 -0700 2009
1
2
3
print 'Enter file size (MB): '
the_size = gets.chomp
 
Gravatar
Sun May 17 19:14:08 -0700 2009
1
2
3
require 'rubygems'
require 'twitter'
 
Gravatar
Tue May 12 07:59:55 -0700 2009
1
2
3
require 'rubygems'
require 'twitter'
 
Gravatar
Sun May 03 06:28:18 -0700 2009
1
2
3
desc 'Generate Sitemap'
task :sitemap => :environment do
  require 'big_sitemap'
Gravatar
Thu Apr 23 08:52:36 -0700 2009
1
2
3
#!/usr/bin/env ruby
 
print 'Enter file size (MB): '
Gravatar
Wed Apr 22 07:39:41 -0700 2009
1
2
3
class Pickup < ActiveRecord::Base
  validate_on_create :date_three_days_in_future
 
Gravatar
Thu Apr 09 13:17:54 -0700 2009
1
2
3
require 'ping'
 
unless ARGV.first =~ /\d+\.\d+\.\d+\.\d+/