Public Gists by Lytol

Gravatar
Thu Nov 05 10:42:47 -0800 2009
1
2
3
rake <options> <tasks> ...;
 
options = [(-T | --tasks) | (-v | --verbose)] ...;
gist: 225870 Selection sort implementati...
Gravatar
Tue Nov 03 22:45:13 -0800 2009
1
2
3
// Inmperative version
//
def selectionSort(list: Array[Int]): Unit {
Gravatar
Mon Oct 12 15:18:22 -0700 2009
1
2
3
require 'yaml'
 
module Rails
Gravatar
Tue Sep 22 15:37:21 -0700 2009
1
2
3
exception_class: NoMethodError
controller_name: socket7
    action_name: create_kid
Gravatar
Fri Jul 03 22:50:26 -0700 2009
1
2
3
$(document).ready(function(){
    
    // Add a favicon to all links with class name favicon
Gravatar
Tue Jun 30 14:25:01 -0700 2009
1
2
3
<!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements. See the NOTICE file distributed with
Gravatar
Sun Apr 19 14:12:46 -0700 2009
1
puts "This is a sample script/runner gist"
Gravatar
Tue Apr 07 22:57:30 -0700 2009
1
2
3
FLEX_SRC = File.join(File.dirname(__FILE__), "src")
FLEX_LIB = File.join(File.dirname(__FILE__), "lib")
FLEX_BIN = File.join(File.dirname(__FILE__), "bin-debug")
Gravatar
Tue Apr 07 22:56:31 -0700 2009
1
2
3
namespace :flex do
  
  FLEX_SRC = File.join(Rails.root,"src")
Gravatar
Sun Jan 11 17:22:06 -0800 2009
1
2
3
# Rails template for a basic project assuming the following:
#
# - MySQL for the DB
Gravatar
Sat Jan 10 14:39:09 -0800 2009
1
2
3
-- Create a gist from the specified text or the contents of the selected file
--
-- Author: Brian Smith <bsmith@swig505.com>
Gravatar
Thu Dec 11 13:10:12 -0800 2008
1
2
3
diff --git a/app/models/kid.rb b/app/models/kid.rb
index 0ad1f19..0b36aeb 100644
--- a/app/models/kid.rb
Gravatar
Thu Dec 11 13:07:31 -0800 2008
1
2
3
diff --git a/app/models/kid.rb b/app/models/kid.rb
index 0ad1f19..0b36aeb 100644
--- a/app/models/kid.rb
Gravatar
Wed Nov 26 22:03:27 -0800 2008
1
fa292fd9 (Jay Swain 2008-11-18 17:20:59 -0800 46) @payment = Payment.new(:offer_id => find_offer_id, :type => 'visa')
Gravatar
Thu Nov 13 12:39:49 -0800 2008
1
2
3
require 'digest/sha1'
 
module SecureToken
Gravatar
Tue Oct 28 12:13:40 -0700 2008
1
2
3
diff --git a/vendor/plugins/masochism/lib/active_reload/connection_proxy.rb b/vendor/plugins/masochism/lib/active_reload/connection_proxy.rb
index 938051c..ed3246f 100644
--- a/vendor/plugins/masochism/lib/active_reload/connection_proxy.rb