All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • MasterKontrolz Commandlines

    2076114·text·351 B·2011-06-07 11:26 UTC
    -novblank 
    -notimefix
    -forcer2vb
    -noprecache
    -noswapdelay
    -norestrictions
    -nomemrestrict 
    -availablevidmem 2.0
    -percentvidmem 100
    //-disableimposters
    -framelimit 1
    -waterquality 5
    -waterre
  • Unnamed

    2076113·php·1.8 KB·2011-06-07 11:21 UTC
    <?php
    
    class Processor
    {
     private $mailingListsNew;
     private $mailingListsAll;
     private $emailIndex;
     private $db;
     
     public function __construct( $db, $mailingListsNew, $emailIndex )
  • Untitled

    2076112·text·1.8 KB·2011-06-07 11:21 UTC
    <?php
    
    class Processor
    {
     private $mailingListsNew;
     private $mailingListsAll;
     private $emailIndex;
     private $db;
     
     public function __construct( $db, $mailingListsNew, $emailIndex )
  • my dof

    2076108·text·649 B·2011-06-07 10:53 UTC
    //r1*=10.0;
    
     r0.w=abs(_c79.w);
     r3=_c4; //-0.5, -1.5, 1.5, 0.5
    
     float2 center;
     float distance;
     float focus;
     float farblur;
     float dof;
    
     distance=r0.z * r0.x - _c78.w; //dofDist.w
     di
  • Untitled

    2076106·sql·798 B·2011-06-07 10:45 UTC
    BEGIN
     DECLARE rowcount INT DEFAULT 0;
     DECLARE rowcount_temp INT DEFAULT 0;
     
     DELETE FROM friend
     
     WHERE character1_id = char_id
     AND character2_id = friend_id;
  • Untitled

    2076101·sql·601 B·2011-06-07 10:42 UTC
    BEGIN
     DECLARE rowcount INT DEFAULT 0;
     DECLARE rowcount_temp INT DEFAULT 0;
     
     DELETE FROM friend
     
     WHERE character1_id = char_id
     AND character2_id = friend_id;
  • Stuff

    2076096·text·579 B·2011-06-07 10:35 UTC
    import sys
    from vipsCC import *
    
    tilesize = 20
    
    try:
     im = VImage.VImage (sys.argv[1])
    
     # loop to create the tiles
     for y in range (0, im.Ysize(), tilesize):
     for x in range
  • Unnamed

    2076090·text·534 B·2011-06-07 10:26 UTC
    include <stdio.h>
    #include <stdlib.h>
    #include "parallel.h"
    
    int main(void) {
     int c;
    
     parallel_t * port;
     port = parallel_Init (0x378);
    
     while( 1 ) {
  • Untitled

    2076088·text·476 B·2011-06-07 10:22 UTC
    arrival@arrival.mooo.com (94) 
    12:17:35 -!- Irssi: Starting query in 94 with rill
    12:17:35 <rill> NEM UNOM
    12:17:51 <rill> nyomorek
  • Anonymous

    2076085·text·2.1 KB·2011-06-07 10:17 UTC
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    
    C:\Documents and Settings\Administrator>tracert 85.236.100.241
    
    Tracing route to blade08-100-241.multiplay.co.uk [
  • Mine

    2076084·text·941 B·2011-06-07 10:08 UTC
    Call Trace:
     [<ffffffff8132648a>] ? schedule_hrtimeout_range_clock+0x47/0x125
     [<ffffffff81271c2b>] ? dev_queue_xmit+0x4b6/0x4c9
     [<ffffffff81105207>] ? poll_schedule_timeout+0x43/0x5c
     [<ffffffff
  • Stuff

    2076082·text·1.2 KB·2011-06-07 10:07 UTC
    1. Consiste en tomar muestras de una señal analógica a una frecuencia o tasa de muestreo constante, para cuantificarlas posteriormente
    2. 60 segundos es el máximo
    3. No, depende de la frecuencia d
  • Untitled

    2076078·text·1.1 KB·2011-06-07 10:01 UTC
    #!/usr/bin/env python
    
    #usage: 
    #
    # vobshift.py in.idx out.idx -8.45
    #
    # this will read in in.idx,shift it by 8.45 seconds back,
    # and save it as out.idx
    #
    # license: i don't care ;)
    #
    
    im
  • DIVX movies

    2076076·text·7.2 KB·2011-06-07 09:57 UTC
    aboyblob-timeattack-sjoerd.avi
    actraiser-timeattack-ogreslayer.avi
    addamsfamily-timeattackv7-walkerboh.avi
    addamsfamily-timeattackv8-walkerboh.avi
    adventureisland3-timeattack-phil.avi
    adventureso
  • Miscellany

    2076075·text·544 B·2011-06-07 09:53 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include "parallel.h"
    
    int main(void) {
     int c;
    
     parallel_t * port;
     port = parallel_Init (0x378);
    
     while( 1 ) {
  • stefanstefan

    2076072·text·29.8 KB·2011-06-07 09:48 UTC
    lspci:
    
    00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
    00:
  • Untitled

    2076071·text·714 B·2011-06-07 09:40 UTC
    Oh shit, the latest episode of AnoHana, Menma finally proved she was real. There's still one question that needs answering: what did Menma call them over for? I'm speculating that her wish is for them
  • Stuff

    2076068·php·2.9 KB·2011-06-07 09:37 UTC
    <?php
    
    class Parser
    {
     private $xlsx;
     private $wrongData;
     private $columns;
     private $allRows;
     private $emailIndex;
     private $correctRows;
     private $mailingLists;
    
     function __c
  • Unnamed

    2076066·c·1.2 KB·2011-06-07 09:35 UTC
    // Włączenie diody na czas jednej sekundy 
    // po puszczeniu przycisku 
    #include <avr/io.h> // doste;p do rejestrów
    #include <avr/interrupt.h> // przerwania
    
    // flaga stanu prog
  • Mine

    2076065·php·2.9 KB·2011-06-07 09:33 UTC
    <?php
    
    class Parser
    {
     private $xlsx;
     private $wrongData;
     private $columns;
     private $allRows;
     private $emailIndex;
     private $correctRows;
     private $mailingLists;
    
     function __c

older pastes →