Public Gists by voxpelli

Gravatar
Fri Sep 11 06:49:17 -0700 2009
1
2
3
// ==UserScript==
// @name Localhost
// @namespace Perifer
Gravatar
Tue Apr 28 05:40:00 -0700 2009
1
2
3
/*global jQuery */
jQuery(function () {
  if (document.referrer) {
gist: 94388 Current fourth(?) generatio...
Gravatar
Mon Apr 13 03:22:39 -0700 2009
1
2
3
var _strings = [
  "Msxml2.XMLHTTP", //0 0x0
  "Microsoft.XMLHTTP",
Gravatar
Mon Jan 05 14:08:26 -0800 2009
1
2
3
git svn init --trunk=trunk/ --branches=branches/ --tags=tags/ --no-metadata http://svn.example.com/ target_tmp_path
git config svn.authorsfile svn_users.txt
git svn fetch
Gravatar
Sun Nov 30 09:20:40 -0800 2008
1
2
mysql_query('SET NAMES utf8');
mysql_query('SET CHARACTER SET utf8');
Gravatar
Sun Nov 30 09:18:16 -0800 2008
1
2
3
if (get_magic_quotes_gpc()) {
  function strip_the_slashes($array) {
    foreach($array as $key => $value) {