Public Gists by linkingpaths

Gravatar
Fri Dec 26 12:24:39 -0800 2008
1
2
3
// Smart way to find the username of a visitor. Published by http://dcortesi.com/tools/my-first-follow/
 
function docoolstuff(username) {
Gravatar
Wed Nov 12 02:25:36 -0800 2008
1
2
3
Tog::Config['plugins.tog_core.spam.engine'] = "defensio" # 'defensio' || 'akismet'
Tog::Config['plugins.tog_core.spam.key'] = "43d05dd45fb67b1d3b3d332b67d6847b" # api key
Tog::Config['plugins.tog_core.spam.url'] = "toghq.com'" # url registered in spam engine
Gravatar
Wed Nov 12 02:23:10 -0800 2008
1
2
3
Tog::Config['plugins.tog_core.spam.engine'] = "defensio" # 'defensio' || 'akismet'
Tog::Config['plugins.tog_core.spam.key'] = "43d05dd45fb67b1d3b3d332b67d6847b" # api key
Tog::Config['plugins.tog_core.spam.url'] = "toghq.com'" # url registered in spam engine
Gravatar
Thu Oct 23 05:42:07 -0700 2008
1
require 'net/http'; puts Net::HTTP.get_response(URI.parse(ARGV.first))['location']
Gravatar
Sat Oct 04 09:59:13 -0700 2008
1
2
3
require 'alea'
require 'faker'
require 'colored'
Gravatar
Wed Oct 01 08:04:30 -0700 2008
1
2
3
  ############################# #############################
  # # # #
  # NO PARKING # # NO PARKING #
Gravatar
Mon Sep 29 03:37:38 -0700 2008
1
2
3
require 'rexml/document'
 
module Faker