My Recent Pastes (42 and counting)

All Pasties (over 42 and counting)

Pages: 1 2

Below are summaries of the 15 most recent pasties by soryu.

October 07, 2006
2:28PM EDT
by soryu

1
2
3
4
5
NameVirtualHost *:80

<VirtualHost *:80>
        # ServerAdmin soryu@localhost
        DocumentRoot /Users/soryu/Sites/textdrive/Site1/

September 30, 2006
12:26PM EDT
by soryu

1
2
3
4
5
NameVirtualHost *:80
NameVirtualHost serenity
NameVirtualHost restart

<VirtualHost *:80>

September 16, 2006
8:26PM EDT
by soryu

1
2
3
4
5
#!/usr/bin/env ruby

require ENV['TM_SUPPORT_PATH']+'/stan/web_preview.rb'
include WebPreview

September 16, 2006
7:50PM EDT
by soryu

1
2
3
4
5
require 'erb'
# require 'rexml/document'

$bundle  = ENV['TM_BUNDLE_SUPPORT']
$support = ENV['TM_SUPPORT_PATH']

September 16, 2006
7:12PM EDT
by soryu

1
2
3
4
5
#!/usr/bin/env ruby

require ENV['TM_SUPPORT_PATH']+'/stan/web_preview.rb'
include WebPreview

September 10, 2006
10:49AM EDT
by soryu

1
tm_THEME        = `defaults 2>/dev/null read com.macromates.textmate.webpreview SelectedTheme`

September 09, 2006
10:13PM EDT
by soryu

1
2
3
4
5
require "erb"

$bundle  = ENV['TM_BUNDLE_SUPPORT']
$support = ENV['TM_SUPPORT_PATH']

September 09, 2006
10:08PM EDT
by soryu

1
2
3
4
5
        ARGV.each do |arg|
                case arg
                when /--bundle=(.*)/
                        $tpl_bundle = $1
                when /--command=(.*)/

September 09, 2006
4:54PM EDT
by soryu

1
2
3
4
5
module SVNLogHelpers
  # used to enable alternate colors for each log entry
  def odd_or_even
    if $odd == 0
      $odd = 1

September 08, 2006
7:03PM EDT
by soryu

1
2
3
4
5
mysql> select * from tree limit 1;
+----+---------+-------+--------------+-------------+
| id | item_id | title | item_type_id | parent_path |
+----+---------+-------+--------------+-------------+
|  1 |       1 | Home  |            1 | NULL        | 

August 19, 2006
12:15PM EDT
by soryu

1
2
3
4
5
def make_id (text)
  text = text.gsub(/`(.*?)`/, '\1')
  text.gsub!(/[- \/_]+/, '_')
  text.gsub!(/[^a-zA-Z0-9_]+/, '')
  text.downcase

August 12, 2006
3:34PM EDT
by soryu

1
2
3
4
5
test
====


***

August 06, 2006
3:33PM EDT
by soryu

1
2
3
4
5
List.iter (fun c -> (Queue.add c actionqueue))
        (List.stable_sort compare 
                        (List.filter
                                (fun c -> c.creature#movement >= 1.0)
                                dungeon#creatures)

August 05, 2006
5:54PM EDT
by soryu

1
2
3
4
5
# WaldBot 0.2 main configuration file. Be careful when editing this file manually,
# as it is automatically saved run-time. On-line edit is recomended.
--- 
plugins: 
  path: 

August 05, 2006
4:45PM EDT
by soryu

1
2
3
4
5
                php = { patterns = (
                                {        name = 'source.php.embedded.html';
                                        comment = 'match only multi-line PHP with leading whitespace';
                                        begin = '(?:^\s*)(?=<\?(?i:php|=)?(?!.*\?>))';
                                        end = '(?<=\?>)(?:\s*$\n)?';

Next page

Previous page