This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (BOOL)openTwitterClientForUserName:(NSString*)userName { | |
NSArray *urls = [NSArray arrayWithObjects: | |
@"twitter:@{username}", // Twitter | |
@"tweetbot:///user_profile/{username}", // TweetBot | |
@"echofon:///user_timeline?{username}", // Echofon | |
@"twit:///user?screen_name={username}", // Twittelator Pro | |
@"x-seesmic://twitter_profile?twitter_screen_name={username}", // Seesmic | |
@"x-birdfeed://user?screen_name={username}", // Birdfeed | |
@"tweetings:///user?screen_name={username}", // Tweetings | |
@"simplytweet:?link=http://twitter.com/{username}", // SimplyTweet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sys = require('sys'), | |
http = require('http'); | |
request_count = 1; | |
http.createServer(function (req, res) { | |
var this_count = "(" + request_count++ + ")"; | |
sys.puts(this_count + " REQUESTED! " + req.url); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form action="http://www.google.com/search" method="get"> | |
<div> | |
<label for="q">Search</label> | |
<input type="text" name="q" value="" id="q"> | |
<input type="hidden" value="yourdomain.com" name="sitesearch"> | |
</div> | |
</form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# this will let you download the original files | |
# from a premium dropio drop | |
# run it in the command line with "ruby fetch_original_dropio_files.rb" | |
require 'rubygems' | |
require 'fileutils' | |
require 'httparty' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# vim: fileencoding=utf-8 | |
require 'rubygems' | |
require 'zipruby' | |
require 'openssl' | |
require 'digest/sha1' | |
require 'optparse' | |
require 'fileutils' | |
require 'find' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Close Window | |
/* HTTP Host: static.ak.fbcdn.net */ | |
/* Generated: September 8th 2009 11:13:34 PM PDT */ | |
/* Machine: 10.16.140.103 */ | |
/* Source: Global Cache */ | |
/* Location: js/connect.js.pkg.php h:5s5y4rmx */ | |
/* Locale: nu_ll */ | |
/* Path: js/connect.js.pkg.php */ | |
if(!window.FB) { | |
FB = { |