All pastesPublic feed

Public feed

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

    2076854·text·87 B·2011-06-08 18:00 UTC
    case MusicConstants.STATUS_CHANGE_EVENT.playing:
     alert(data['playing']);
     break;
  • Anonymous

    2076852·text·1.2 KB·2011-06-08 17:53 UTC
    /*
     * To change this template, choose Tools | Templates
     * and open the template in the editor.
     */
    package Time;
    
    public class Time {
    
     private int hours, minutes;
    
     Time(int hr, int
  • Something

    2076849·text·585 B·2011-06-08 17:47 UTC
    xwininfo: Window id: 0x2400044 "Google - Chromium"
    
     Absolute upper-left X: 0
     Absolute upper-left Y: 48
     Relative upper-left X: 0
     Relative upper-left Y: 0
     Width: 1280
     Height: 976
  • Stuff

    2076846·text·1.0 KB·2011-06-08 17:45 UTC
    /*
     * To change this template, choose Tools | Templates
     * and open the template in the editor.
     */
    package Time;
    
    public class Time {
    
     int hours, minutes;
    
     Time(int hr, int min) {
  • Deprehensio demoted.

    2076844·text·6.1 KB·2011-06-08 17:41 UTC
    Hello.
    Im afraid Im carrying a few bad news. Our fellow owner, Deprehensio is going to be demoted. I know all this might seem to be very confusing and almost crazy, and therefore Im going to tell wha
  • Miscellany

    2076842·c·420 B·2011-06-08 17:37 UTC
    TARGET = gettime
    OBJS = main.o
    
    CFLAGS = -g -O2 -G0 -Wall
    CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
    ASFLAGS = $(CFLAGS)
    
    LIBDIR =
    LIBS = 
    LDFLAGS = -g
    
    PSP_FW_VERSION=200
    BUILD_PRX=1
  • Untitled

    2076841·text·970 B·2011-06-08 17:37 UTC
    01. Pryda - Balaton (Original Mix) [Pryda]
    02. Pryda - Remember (Original Mix) [Pryda]
    03. Cirez D - Horizons (Original Mix) [Mouseville]
    04. Pryda - Lift [Pryda]
    05. Pryda - Viro [Pryda]
    06. Pry
  • hardhat

    2076840·c·301 B·2011-06-08 17:37 UTC
    #include <pspkernel.h>
    #include <stdio.h>
    #include <time.h>
    
    PSP_MODULE_INFO("GetTime", 0, 1, 1);
    PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER);
    PSP_HEAP_SIZE_KB(-2000);
    
    int main(int argc,char **a
  • Bernhard Schmidt

    2076834·text·1.1 KB·2011-06-08 17:14 UTC
    174 1239 1273 1299 2914 3257 3356 3549 6453 6939
     174: 28/- 21/- 318/- 473/- 47/- 328/- 91/- 125/- -/-
  • Anonymous

    2076829·text·1.3 KB·2011-06-08 17:06 UTC
    new-og.latency.net (::) Wed Jun 8 13:06:20 2011
    Keys: Help Display mode Restart statistics Order of fields quit
     Pack
  • books prices

    2076823·text·1.4 KB·2011-06-08 16:55 UTC
    Discrete Mathematical Structures - Kolman Rs.225
    Advanced microprocessors and peripherals - burchandy Rs.325 
    Microprocessor Architecture ... - Gaonkar Rs.
  • Untitled

    2076821·text·1.7 KB·2011-06-08 16:53 UTC
    #include <stdio.h>
    #include <stdlib.h>
    
    // calculates potenz by basis and exponent
    long long int binaryEpansion(long long int basis, long long int exponent)
    {
     if (exponent == 0) return 1;
     i
  • Anonymous

    2076815·text·660 B·2011-06-08 16:29 UTC
    Sondierungsbericht (Schiffe) von 19:92:5 am 08.06.2011 17:18. Besitzer ist EnsignThory .
    Planetentyp Steinklumpen 
    Objekttyp Kolonie 
    Schiffe
    Planetare Flotte
    Settlers Delight 1 
    Scout 1 
    D
  • Untitled

    2076814·text·1.3 KB·2011-06-08 16:27 UTC
    [admin@mips aircrack-ng-1.1]$ make
    make -C src all
    make[1]: Entering directory `/opt/home/aircrack-ng-1.1/src'
    make -C osdep
    make[2]: Entering directory `/opt/home/aircrack-ng-1.1/src/osdep'
    Buil
  • Someone

    2076810·text·1.5 KB·2011-06-08 16:25 UTC
    #include <stdio.h>
    #include <stdlib.h>
    
    // calculates potenz by basis and exponent
    long long int binaryEpansion(long long int basis, long long int exponent)
    {
     if (exponent == 0) return 1;
     i
  • Someone

    2076808·text·5.5 KB·2011-06-08 16:22 UTC
    on *:TEXT:*:#c5test: {
     if ($1 == !c5join) && ($numtok($hget(Cop5,Players),32) < 5) && (!$istok($hget(Cop5,Players),$nick,32)) {
     hadd -m Cop5 Players $hget(Cop5,Players) $nick
     mode
  • eventos mockup

    2076807·python·494 B·2011-06-08 16:17 UTC
    class Evento1(Evento):
     def EnEvento(self, obj):
     obj.Pintar()
    
     def Tiempo(self, obj):
     return (obj._start, obj._start+200)
    
    class Evento_Letra(Evento):
     def EnEvento(self, l):
  • Anonymous

    2076806·text·201 B·2011-06-08 16:16 UTC
    EVOLUTION ERROR
    
    ERROR WHILE REFRESHING FOLDER.
    
    Incomplete server response: no information provided for
    message 1
    
     [OK
  • eventos mockup

    2076805·python·493 B·2011-06-08 16:16 UTC
    class Evento1(Evento):
     def EnEvento(self, obj):
     obj.Pintar()
    
     def Tiempo(self, obj):
     return (obj._start, obj._start+200)
    
    class Evento_Letra(Evento):
     def EnEvento(self, l):
  • eventos mockup

    2076804·python·313 B·2011-06-08 16:15 UTC
    class Evento1(Evento):
     def EnEvento(self, obj):
     obj.Pintar()
    
     def Tiempo(self, obj):
     return (obj._start, obj._start+200)
    
    class Fx(comun.Fx):
     def __init__(self):
     self.ev

older pastes →