All pastesPublic feed

Public feed

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

    2076869·text·920 B·2011-06-08 18:25 UTC
    public class MyApplication extends Application 
    {
    
     public static final String APP_NAME = "AndroidExamples"; 
     
     private ConferenceController _conferenceController;
     
     @Override
  • Exercise3

    2076868·java·1.1 KB·2011-06-08 18:23 UTC
    import java.util.Arrays;
    import java.util.Scanner;
    
    public class exercise3 {
     public static void main(String[] args) {
     Scanner sc = new Scanner(System.in);
     String inputString;
     int input
  • Untitled

    2076866·text·1.8 KB·2011-06-08 18:22 UTC
    #include <stdio.h>
    #include <stdlib.h>
    
    // calculates potenz by basis and exponent
    unsigned long long int binaryEpansion(unsigned long long int basis, unsigned long long int exponent)
    {
     unsign
  • Something

    2076864·text·2.5 KB·2011-06-08 18:13 UTC
    -bash-3.2# find . -type d -maxdepth 1 |grep -v CCC |grep -v dp |grep -v Cons && find . -type f -maxdepth 1
    ./Prince of persia the sands of time 720p
    ./Defcon-18
    ./TV
    ./The.Fourth.Kind.2009.720p.BR
  • Miscellany

    2076862·text·1.6 KB·2011-06-08 18:08 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
  • Untitled

    2076861·text·1.4 KB·2011-06-08 18:08 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

    2076856·text·4.7 KB·2011-06-08 18:03 UTC
    phoenix.p 4033 math32 txt REG 253,1 2708016 1236 /usr/bin/python2.6
    phoenix.p 4033 math32 mem REG 9,0 80712 18369 /lib/libresolv-2.11.2.so
    phoenix.p 4033 math32 mem RE
  • Untitled

    2076855·text·1.4 KB·2011-06-08 18:02 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

    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

older pastes →