All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Untitled

    2133445·text·5.9 KB·2012-03-28 23:15 UTC
    A/N: This is YJ!Verse with Tim as Dick's older neighbor and part time babysitter. He's around 18-19. 
    
    =====
    
    Tim ran his hand through his hair in frustration, and even the smooth texture of his s
  • Untitled

    2133442·text·205 B·2012-03-28 22:57 UTC
    #!/usr/bin/perl
    
    package IPv4;
    
    sub new {
     my @IP = split(/\./, $_[1]);
     bless ( { addr => \@IP }, $_[0] );
    }
    
    package main;
    
    $test = IPv4->new("127.0.0.1");
    print @{$test{ad
  • Unnamed

    2133441·text·6.6 KB·2012-03-28 22:56 UTC
    North America
    =============
    
    bbr02.wb01.sea02> traceroute 88.80.30.2 
    HOST: bbr02.wb01.sea02-re1 Loss% Snt Last Avg Best Wrst StDev
     1. 173.192.18.186 0.0% 5
  • Untitled

    2133440·text·205 B·2012-03-28 22:54 UTC
    #!/usr/bin/perl
    
    package IPv4;
    
    sub new {
     my @IP = split(/\./, $_[1]);
     bless ( { addr => \@IP }, $_[0] );
    }
    
    package main;
    
    @test = IPv4->new("127.0.0.1");
    print @{$test{ad
  • Unnamed

    2133439·text·6.3 KB·2012-03-28 22:53 UTC
    -----------------------------
     ---------/ \---------
     ------/ \------
     ----/ \----
     ---
  • Untitled

    2133436·text·136.5 KB·2012-03-28 22:51 UTC
    
        
  • danger scheme

    2133432·lua·1.7 KB·2012-03-28 22:48 UTC
    Ignore danger if it is further than specified distance (in meters): 
    
    ignore_distance = <number> { default: 150 } basic distance, if danger (no matter what type it is) is matched by value specified
  • Anonymous

    2133428·text·210 B·2012-03-28 22:22 UTC
    /* ADC -DAC conversion*/
    
    int value;
    int ADCpin = A0;
    
    void setup() { 
    DDRK = 0xFF;
    pinMode(ADCpin, INPUT);
    }
    
    void loop(){ 
     value = analogRead(ADCpin); 
     PORTK =
  • Anonymous

    2133427·text·1.5 KB·2012-03-28 22:08 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <time.h>
    #include <gsl/gsl_rng.h>
    #include <omp.h>
    
    double d_t (struct timespec t1, struct timespec t2){
    
     return ((t2.tv_sec - t1.tv_sec) + (do
  • Someone

    2133423·text·667 B·2012-03-28 21:51 UTC
    <script type="text/javascript" src="/resource/CPStaticContent/scripts/jquery-1.5.2.min.js"></script>
    <script src="/js/dojo/0.4.1/dojo.js"></script>
    <script type="text/javascript">
    function injectCo
  • Untitled

    2133421·text·271 B·2012-03-28 21:36 UTC
    /* 10Hz Sine wave generator*/
    
    float time;
    int value;
    
    void setup() { 
    DDRK = 0xFF;
    }
    
    void loop(){ 
     time = millis()/50.0; //millis is amnt of time passed since beginning
  • Stuff

    2133418·text·545 B·2012-03-28 20:56 UTC
    class DVBCardNum: public SpinBoxSetting, public CCSetting
    {
     public:
     DVBCardNum(const CaptureCard& parent)
     : SpinBoxSetting(0,7,1), CCSetting(parent, "videodevice")
     {
     setL
  • Stuff

    2133417·text·832 B·2012-03-28 20:51 UTC
    Chain OUTPUT (policy ACCEPT)
    num target prot opt source destination 
    1 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0 tcp dpt:53 
    2 ACCEPT udp --
  • Someone

    2133416·text·938 B·2012-03-28 20:51 UTC
    Julia, queen of hearts
    Pleads to play the part
    The casualty of everything
    Fatal elve through the lark
    
    And the nightingale, with his offering
    Pleases not her heart
    The hum and ring of the broke
  • Stuff

    2133413·text·512 B·2012-03-28 20:39 UTC
    <?php
    Mage::log(__FILE__);
    
    class Company_RemoveCC_Model_Order_Status_After_Observer
    {
    
     public function removeCC($observer)
     {
     $order = $observer->getEvent()->getOrder();
  • Stuff

    2133404·text·519.6 KB·2012-03-28 20:08 UTC
    
        
  • Something

    2133403·text·84 B·2012-03-28 20:06 UTC
    #!/bin/sh
    
    xset b off
    
    eval `ssh-agent -s`
    ssh-add
    
    xscreensaver &
    
    fluxbox
  • Website

    2133401·text·36 B·2012-03-28 19:54 UTC
    Who wants to make a website with me?
  • Something

    2133398·text·35 B·2012-03-28 19:47 UTC
    Proving tos9 wrong all of the days.
  • Stuff

    2133397·text·35 B·2012-03-28 19:45 UTC
    Proving tos9 wrong all of the days.

older pastes →