Public Gists by bkudria

Gravatar
Wed Nov 11 12:20:39 -0800 2009
1
2
3
<?php
 
mb_internal_encoding("UTF-8");
Gravatar
Wed Oct 28 15:13:24 -0700 2009
1
2
3
(( ${+functions[vcs_info]} )) && vcs_info
 
autoload -Uz vcs_info
Gravatar
Fri Oct 16 15:07:40 -0700 2009
1
2
3
public static function makeIdentifier($string, $entity=null) {
$base_identifier = Model::sanitizeName($string);
if ($entity) {
Gravatar
Thu Jul 30 23:53:39 -0700 2009
1
2
3
if (!function_exists('get_called_class')) {
function get_called_class() {
$bt = debug_backtrace();
Gravatar
Thu Jun 18 10:05:31 -0700 2009
1
2
3
version 5
 
server_torrent_ports="tcp/6881:6999 udp/4444"
Gravatar
Wed Jun 03 14:48:46 -0700 2009
1
2
3
[ 57%] Built target iris_kopete_automoc
[ 57%] Building CXX object kopete/protocols/jabber/libiris/CMakeFiles/iris_kopete.dir/iris_kopete_automoc.o
In file included from /home/bkudria/tmp/kdenetwork/kopete/protocols/jabber/libiris/iris/xmpp/xmpp-core/xmpp.h:35,
Gravatar
Wed May 27 17:26:21 -0700 2009
1
2
3
(defun ido-goto-symbol ()
  "Will update the imenu index and then use ido to select a symbol to navigate to"
  (interactive)
Gravatar
Wed May 27 16:03:14 -0700 2009
1
2
3
#! /bin/zsh -f
 
zstyle ':completion:*' completer _expand _complete _ignored _match _correct _approximate _prefix
Gravatar
Tue May 26 18:40:25 -0700 2009
1
2
3
(defun sane-beginning-of-line ()
  "Moves to beginning-of-line, skipping indent"
 
Gravatar
Fri May 22 08:56:08 -0700 2009
1
Test gist - can I update this with a PUT to the Gist URL?
Gravatar
Wed May 13 23:18:43 -0700 2009
1
2
3
(defun create-tags-file ()
  (interactive)
  (let*
Gravatar
Tue May 12 14:12:55 -0700 2009
1
2
3
class JavaClass {
int magicNumber;
 
Gravatar
Mon May 11 22:28:18 -0700 2009
1
2
3
HASHSTRING=`hostname`
 
 
gist: 69927 YQL query to get all follow...
Gravatar
Tue Feb 24 17:13:24 -0800 2009
1
2
3
use 'http://github.com/bkudria/yql-tables/raw/dcf34a2d0be5b75b0a0d44bdb5d308f5f3a1f7f5/nyt/nyt.people.followers.xml' as followers;
 
select user_displayname from followers where apikey='your:api:key' and user-id='56039348'
Gravatar
Tue Jan 06 22:18:41 -0800 2009
1
2
3
%h1 Prospects
- unless @prospects.empty?
  %table
Gravatar
Mon Nov 17 13:47:55 -0800 2008
1
module Make (Loc : Sig.Loc) : Sig.Camlp4Token with module Loc = Loc;
Gravatar
Wed Aug 27 11:48:02 -0700 2008
1
2
3
require 'benchmark'
require 'rubygems'
require 'json'
Gravatar
Wed Aug 13 13:18:56 -0700 2008
1
2
3
<?php
 
// Guess the invalid PHP!
Gravatar
Tue Jul 22 19:12:44 -0700 2008
1
2
"\e[B": history-search-forward
"\e[A": history-search-backward
Gravatar
Tue Jul 22 16:19:11 -0700 2008
1
2
3
[core]
    editor = nano
    pager = less