My Recent Pastes (200432 and counting)
All Pasties (1 and counting)
Below are summaries of the most recent pasties.
September 06, 2008
3:58PM EDT
View more (9 lines)
1 2 3 4 5 |
<ul id="show"> <li><a href="#" title="Ambar - Seleccionamos los mejores granos secados con su propia miel y les dimos un tueste..." class="color-6B281A"><img src="products/33_ambar.jpg" alt=""></a></li> <li><a href="#" title="Onix - Ónix de la colección Grand navarra mezcla de los mejores granos con su miel y tues..." class="color-192928"><img src="products/33_ambar.jpg" alt=""></a></li> <li><a href="#" title="Dark Passion - Darkpassion es un exelente café para aquellos que gustan de una taza fuerte.Nuestr..." class="color-6D8B2B"><img src="products/33_ambar.jpg" alt=""></a></li> <li><a href="#" title="Espressions - Combinando un café de buena calidad con nuestro tueste especial ,hemos logrado cre..." class="color-6B281A"><img src="products/33_ambar.jpg" alt=""></a></li> |
September 06, 2008
3:58PM EDT
View more (16 lines)
1 2 3 4 5 |
<script type="text/javascript"> $(function() { $('#show li a').tooltip({ // showBody: ' - ', showURL: false, |
September 06, 2008
3:58PM EDT
View more (22 lines)
1 2 3 4 5 |
#
def context_dump(dest)
Rasm::Bblock.make {
|
September 06, 2008
3:58PM EDT
View more (13 lines)
1 2 3 4 5 |
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 |
September 06, 2008
3:56PM EDT
View more (136 lines)
1 2 3 4 5 |
WDT - Create WDT - Draw ADT tiles onto a WDT - WDTInfo - dumps info for a WDT to a txt - WDTInject - allows you to inject a modified txt |
September 06, 2008
3:53PM EDT
View more (1,361 lines)
1 2 3 4 5 |
commit 0037553141938d69dfd95e282af42c7821144f03 Author: Kushnir Andrei <cusnir@gmail.com> Date: Sat Sep 6 23:23:38 2008 +0300 new feature: Meetings |
September 06, 2008
3:51PM EDT
View more (22 lines)
1 2 3 4 5 |
items = []
open('http://minnesota.publicradio.org/radio/services/the_current/songs_played/') do |source|
doc = Hpricot(source)
divs = ((doc/"span.regular")/"div")
|
September 06, 2008
3:45PM EDT
View more (14 lines)
1 2 3 4 5 |
# @k = FIX::parse(@text) class FixFuzzSheet < FuzzSheet on %w[ FIX::Field.begin Str ] do |
September 06, 2008
3:45PM EDT
View more (7 lines)
1 2 3 4 5 |
def ar_help
ArHelper.instance
end
class ArHelper
include Singleton
|
September 06, 2008
3:42PM EDT
View more (84 lines)
1 2 3 4 5 |
<AnnoDomini> Today was a somewhat more sane session of SR. <AnnoDomini> The trio visited their fixer - both about the job, and an encrypted computer they stole some days ago. <AnnoDomini> They haggled him into 60 thousand nuyen, which was a paltry sum for something containing undisclosed internal communications of an AAA corporation, but hey, nobody took social skills. <AnnoDomini> Then, they got information on a meet with a Johnson the next day at 0900 in Auburn. Finally, Williams, their fixer, played them something he recorded off the news. <AnnoDomini> It was an amateur recording of the team's killing four Lone Star officers in cold blood. And Matrixs' face was visible, since he was the only one who didn't put his hood on during said incident. |
September 06, 2008
3:41PM EDT
View more (16 lines)
1 2 3 4 5 |
# class Trans < Ruckus::Structure word_len :word_count, :width => 8 |
September 06, 2008
3:33PM EDT
1 2 3 |
Rails doesn't scale! (Oscar Wilde) Look at all the things I'm not doing! (DHH) Most people don't need Zulu on your website. (Josh Harvey) |
September 06, 2008
3:26PM EDT
View more (165 lines)
1 2 3 4 5 |
#include <stdlib.h> #include <memory.h> #include <iostream> #define SEED 1001 |
September 06, 2008
3:15PM EDT
View more (6 lines)
1 2 3 4 5 |
<script language="javascript" >
34$(function() {
35 $('#menu').show();
36});
37
|
September 06, 2008
3:05PM EDT
by mikex2
View more (7 lines)
1 2 3 4 5 |
map.resource :products, :collection => { :add => :get } # like products/1 # products/1/edit # ... |
September 06, 2008
3:03PM EDT
View more (28 lines)
1 2 3 4 5 |
## User Model
has_many :discoverers, :foreign_key => 'follower_id',
:class_name => 'Friendship',
:dependent => :destroy
|
September 06, 2008
2:58PM EDT
View more (41 lines)
1 2 3 4 5 |
$(document).ready(function() { $("#M1").click(function(){ $("#M1_Panel").slideToggle("slow"); }); |
September 06, 2008
2:55PM EDT
View more (46 lines)
1 2 3 4 5 |
# I'm following the rspec.info example on controllers ## Controller def new |
September 06, 2008
2:20PM EDT
1 2 3 |
set :scm, :git set :branch, "master" set :repository, "file:///home/roman/tm.git" |
September 06, 2008
2:15PM EDT
View more (21 lines)
1 2 3 4 5 |
// Referrer blocking.
$items['admin/settings/referrer-blocking'] = array(
'title' => 'Referrer blocking',
'description' => 'Manage blocked referrers.',
'page callback' => 'system_referrer_blocking',
|
September 06, 2008
2:09PM EDT
View more (7 lines)
1 2 3 4 5 |
map.connect 'houses/dump', :controller => 'houses', :action => 'dump' map.connect 'houses/list', :controller => 'houses', :action => 'list' map.connect 'houses/list/:page', :controller => 'houses', :action => 'list' |
Pastie