All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Array to Int

    2100881·java·414 B·2012-01-07 22:31 UTC
    class ArrayToInt {
     
     private static int convertArrayToInt(int[] k) {
     int result = 0;
     for(int i = 0; i < k.length; i++) {
     result = k[i] + result*10;
     }
     return result;
     }
     public sta
  • Anonymous

    2100880·text·1005 B·2012-01-07 22:30 UTC
    public class Gifts{
     
     private static int findUpperBound(int giftPrices[], int shippingPrices[]){
     int upperBound = 0;
     for(int i = 0; i <= giftPrices.length - 1; i ++) {
     upperBound
  • Miscellany

    2100870·text·814 B·2012-01-07 21:34 UTC
    sudo /usr/pandora/scripts/pnd_run.sh -m -p .///oki.pnd -e scripts/oki.sh -b oki
    not mounted on loop yet, doing so
    LoopMountedon: 
    /dev/loop1
    Filetype is Squashfs
    Mounting PND (mount -t squashfs)
  • Mine

    2100869·text·814 B·2012-01-07 21:28 UTC
    sudo /usr/pandora/scripts/pnd_run.sh -m -p .///oki.pnd -e scripts/oki.sh -b oki
    not mounted on loop yet, doing so
    LoopMountedon: 
    /dev/loop1
    Filetype is Squashfs
    Mounting PND (mount -t squashfs)
  • Someone

    2100861·text·9.1 KB·2012-01-07 20:58 UTC
    [ 2012.01.07 04:24:40 ] XxPANCAKExX Vynneve > Wow i have to say this is the longest I have see Oretron on EvE
    [ 2012.01.07 04:24:54 ] XxPANCAKExX Vynneve > night Zy
    [ 2012.01.07 04:25:02 ] XxPANCA
  • Dimyanshan

    2100859·text·12 B·2012-01-07 20:46 UTC
    привет
  • Troll face ASCII.

    2100858·css·8.2 KB·2012-01-07 20:43 UTC
    ░░░░░░░░░░░░░░░░░░▓▓▓▓▓▓▓▓▓▓▓▓▓▓▒░░░░░░░░░░░░░░░░░░░░░░░░░
    ░░░░░░░░░░░░▒██████████████████████████▓▓▓░░░░░░░░░░░░░░░░
    ░░░░░░░░░░░█░▓░░░░░░░░░▒▓▒▒▒▒▒▓▒▒░░▒▒▒▓▓▓████▓▒░░░░░░░░░░░
    ░░░░░░░░░░██▒░░░░░░░
  • Something

    2100855·text·739 B·2012-01-07 20:38 UTC
    WARNING: gnome-keyring:: no socket to connect to
    2012-01-07 23:37:51,080 (cli:71): virt-manager startup
    2012-01-07 23:37:51,081 (virt-manager:292): Launched as: /usr/share/virt-manager/virt-manager.
  • Miscellany

    2100852·text·31.2 KB·2012-01-07 20:25 UTC
    From da6432226ba333e63cfd0dd124cd9c30aff04f3a Mon Sep 17 00:00:00 2001
    From: Aneesh Dogra <lionaneesh@gmail.com>
    Date: Sat, 7 Jan 2012 00:33:46 +0530
    Subject: [PATCH] adpcm: Use bytestream2 functio
  • Untitled

    2100847·text·2.9 KB·2012-01-07 20:19 UTC
    [quote=gbl08ma]
    [quote=Infinity]
    Hello There, 
    
    Yeah, regarding HostingMotive joining Web Lovers was a bad move, everything was really good customers were happy, support was good and all was fin
  • Unnamed

    2100846·text·1.6 KB·2012-01-07 20:04 UTC
    make
    
     LD riis.elf
    /usr/libexec/gcc/avr/ld: cannot open linker script file ldscripts/avr5.x: No such file or directory
    collect2: ld returned 1 exit status
    make: *** [riis.elf] Error 1
    
    Mak
  • Stuff

    2100844·text·804 B·2012-01-07 19:34 UTC
    joel@xx:~/prison/jailkit-2.14$ make
    make[1]: Går till katalogen "/home/joel/prison/jailkit-2.14/src"
    gcc -g -O2 -Wall -pipe -DINIPREFIX=\"/etc/jailkit\" -c -o jk_socketd.o jk_socketd.c
    gcc -g -
  • Unnamed

    2100838·java·271 B·2012-01-07 19:03 UTC
    package homework;
    
    public class MilitaryRunner {
    
     /**
     * @param args
     */
     public static void main(String[] args) {
     // TODO Auto-generated method stub
     TimeInterval Natan = new TimeInter
  • Miscellany

    2100837·java·682 B·2012-01-07 19:03 UTC
    package homework;
    
    public class TimeInterval {
    
     private int firsttime;
     private int secondtime; 
     
     public TimeInterval(int a, int b)
     {
     a = firsttime;
     b = secondtime;
     
     }
     
     publi
  • Untitled

    2100831·text·14.2 KB·2012-01-07 18:28 UTC
    Last login: Wed Jan 4 17:26:14 2012 from 172-253.96-97.tampabay.res.rr.com
    [root@S2 ~]# iptables -nvL
    Chain INPUT (policy ACCEPT 53M packets, 39G bytes)
     pkts bytes target prot opt in out
  • Anonymous

    2100829·text·1.2 KB·2012-01-07 18:26 UTC
    commit e0afdf2cdab746b106c64ce404b7841c87038e7f
    Author: Bertrik Sikken <bertrik@sikken.nl>
    Date: Sat Jan 7 19:19:09 2012 +0100
    
     Swap OLED blue and red brightness
    
    diff --git a/firmware/tar
  • zcmd 0.3.1

    2100827·cpp·3.0 KB·2012-01-07 18:12 UTC
    /**********************************
     * *
     * @Author: ZeeX *
     * @Version: 0.3.1 *
     * @Released: 31/10/2009 *
     *
  • Anonymous

    2100826·text·81.6 KB·2012-01-07 18:10 UTC
    
        
  • Mine

    2100822·text·81.6 KB·2012-01-07 17:51 UTC
    
        
  • ktune

    2100781·mirc·6 B·2012-01-07 16:39 UTC
    dddddd

older pastes →