Pastoid

Search Results

July 25, 2008 at 9:10 pm - View

The two girls stood looking at the campus activities board as some other students jostled hurriedly by. "Why do we have to do some stupid university-run 'field trip'? Can't we just take a couple of beers and head out to the Hill?"

July 24, 2008 at 10:26 pm - View

public function action_admin_header() { Stack::add( 'admin_header_javascript', URL::get_from_filesystem(__FILE__) . '/lastfm.js', 'lastfmjs' ); }

July 24, 2008 at 4:24 pm - View

if ( count( $tags ) != 0 ) { foreach ( $tags as $tag ) { $temparray[] = "<a href='" . URL::get( 'display_entries_by_tag', 'tag=' . $tag->tag_slug ) . "'>{$tag->tag_text}</a>"; } sort( $temparray );

July 23, 2008 at 1:11 am - View

This year's already typically smally crop of magic corn feed shrunk even more as a result of the strange greenhouse-effect climate changes. Being that the magic corn feed is in atypically short support supply, Santa needs to budget his flying feed appropriately so that he can stay aloft for the entire evening of toy delivery.

Changesets for makaanga - View

Propose merge s9y patches r2198 r2201 r2204 r2205 Add hooks r2196 Fix Simple File Silo error r2185

July 22, 2008 at 9:50 am - View

July 22, 2008 at 9:50 am - View

July 21, 2008 at 2:53 am - View

July 20, 2008 at 9:10 pm - View

<?php class SkippyFlickr extends Plugin { private $flickr= null; private $api_key= null;

July 20, 2008 at 12:20 pm - View

## modules to load # mod_access, mod_accesslog and mod_alias are loaded by default # all other module should only be loaded if neccesary # - saves some time # - saves memory

mod_magnet for habari - View

attr = lighty.stat(lighty.env["physical.path"]) if (not attr) then lighty.env["uri.path"] = "/index.php" lighty.env["physical.rel-path"] = lighty.env["uri.path"]

July 20, 2008 at 2:19 am - View

July 19, 2008 at 10:20 pm - View

#!/bin/bash server_dest=/home/mattread/backup/nikita/`date +%A` path=/var/www mysqlpass="******"

July 19, 2008 at 8:23 pm - View

July 19, 2008 at 1:02 am - View

<array> <data> <value>tag1</value> <value>tag2</value> <value>tag3</value>

July 19, 2008 at 12:42 am - View

public static function decode_args($value) { if(count($value->children())) { $value = $value->xpath('*'); $value = $value[0];

July 18, 2008 at 1:20 am - View

<?php /** * Habari Session class * Manages sessions for the PHP session routines

July 17, 2008 at 11:13 pm - View

<?php /** * Habari Session class * Manages sessions for the PHP session routines

July 17, 2008 at 10:48 pm - View

July 17, 2008 at 9:53 pm - View

1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · 29 · 30 · 31 · 32 · 33 · 34 · 35 · 36 · 37 · 38 · 39 · 40 · 41 · 42 · 43 · 44 · 45 · 46 · 47 · 48 · 49 · 50 · 51 · 52 · 53 · 54 · 55 · 56 · 57 · 58 · 59 · 60 · 61 · 62 · 63 · 64 · 65 · 66 · 67 · 68 · 69 · 70 · 71 · 72 · 73 · 74 · 75 · 76 · 77 · 78 · 79 · 80 · 81 · 82 · 83 · 84 · 85 · 86 · 87 · 88 · 89 · 90 · 91 · 92 · 93 · 94 · 95 · 96 · 97 · 98 · 99 · 100 · 101 · 102 · 103 · 104 · 105 · 106 · 107 · 108 · 109 · 110 · 111 · 112 · 113 · 114 · 115 · 116 · 117 · 118 · 119 · 120 · 121 · 122 · 123 · 124 · 125 · 126 · 127 · 128 · 129 · 130 · 131 · 132 · 133 · 134 · 135 · 136 · 137 · 138 · 139 · 140 · 141 · 142 · 143 · 144 · 145 · 146 · 147 · 148 · 149 · 150 · 151 · 152 · 153 · 154 · 155 · 156 · 157 · 158 · 159 · 160 · 161 · 162 · 163

<Hide