All pastesPublic feed

Public feed

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

    2022531·java·1.3 KB·2010-12-18 01:50 UTC
    /**
     * Splits a string into tokens, separated by the given delimiter. The
     * delimiter is not included in the resulting list, nor is it part of any of
     * the resulting tokens.
     * 
     * @param
  • Cynthia

    2022527·java·2.5 KB·2010-12-18 01:45 UTC
    /**
     * Splits a string into tokens, separated by the given delimiter. The
     * delimiter is not included in the resulting list, nor is it part of any of
     * the resulting tokens, except if there w
  • Stuff

    2022520·text·121.3 KB·2010-12-18 01:36 UTC
    
        
  • Someone

    2022519·text·147.8 KB·2010-12-18 01:35 UTC
    
        
  • vikky

    2022496·text·6.8 KB·2010-12-18 00:59 UTC
    #include <unistd.h>
    #include "audio.h"
    #include "gst_driver.h"
    #include <gst/pbutils/pbutils.h>
    
    static GstElement *pipeline;
    static GstElement *playbin;
    static GstDiscoverer *discoverer;
    
    static char
  • Anonymous

    2022428·text·575 B·2010-12-17 22:38 UTC
    I wouldnt mind to say that I love you
    I wouldnt mind to live my life with you
    I wouldnt mind to give my heart to you
    but baby you woulnd't want me to
    
    Honey i saw you other day
    Green top on jean
  • ACSL

    2022421·text·22.0 KB·2010-12-17 22:19 UTC
    //This is the header 
    
    import java.util.*;
    
    public class ACSL_Prog_1
    {
    
     public static void main(String[] args) 
     {
     int finger1, finger2, finger3, finger4, finger5, finger6, finger7, finger
  • Twit Live resume

    2022414·text·63.8 KB·2010-12-17 22:11 UTC
    
        
  • Miscellany

    2022375·text·18.3 KB·2010-12-17 21:18 UTC
    LogOutput initialized.
    Spring 0.82+.4.0 (0.82.3-1044-g2642e75)
    Build date/time: Dec 13 2010 01:01:02
    Available log subsystems: CollisionVolume, unit, ArchiveScanner, VFS-detail, VFS, Sound
    Enabled
  • Someone

    2022373·text·9.8 KB·2010-12-17 21:17 UTC
    diff -NaurEBbwp debian__psi-plus-0.15~svn3410-0ubuntu1/changelog ../debian/changelog
    --- debian__psi-plus-0.15~svn3410-0ubuntu1/changelog 2010-12-17 14:59:55.000000000 +0200
    +++ ../debian/changelog
  • Anonymous

    2022367·text·13.9 KB·2010-12-17 21:10 UTC
    LogOutput initialized.
    Spring 0.82+.4.0 (0.82.3-1044-g2642e75)
    Build date/time: Dec 13 2010 01:01:02
    Available log subsystems: CollisionVolume, unit, ArchiveScanner, VFS-detail, VFS, Sound
    Enabled
  • Unnamed

    2022119·diff·2.1 KB·2010-12-17 14:50 UTC
    Index: session.h
    ===================================================================
    --- session.h (revision 1206657)
    +++ session.h (working copy)
    @@ -95,6 +95,15 @@
     */
     void clear();
  • clueless

    2022117·text·7.8 KB·2010-12-17 14:49 UTC
    import XMonad
    import System.Exit
    import System.IO
    
    import qualified XMonad.StackSet as W
    import qualified Data.Map as M
    import Data.List -- for isSuffixOf
    
    import XMonad.Actions.CycleWS
    import
  • IS01 01.00.10 init.rc diff

    2022085·diff·2.1 KB·2010-12-17 14:13 UTC
    --- 01.00.07/init.rc 1970-01-01 09:00:00.000000000 +0900
    +++ 01.00.10/init.rc 1970-01-01 09:00:00.000000000 +0900
    @@ -41,28 +41,28 @@
     # symlink /system/userdata /data
     mkdir /cache 07
  • Someone

    2022039·text·3.9 KB·2010-12-17 13:31 UTC
    [main](th) 0:0.8.15-4
     [main](th) 0:0.8.15-4
     [main](th) 0:0.8.15-4
     [updates](ac) 0:0.8.14-3
     [updates](ac) 0:0.8.14-3
     [updates](ac) 0:0.8.14-3
     [updates](ac) 0:0.8.14-3
     [updat
  • Miscellany

    2022038·text·4.8 KB·2010-12-17 13:30 UTC
    [main/testing](cooker) 1:5.3.7-0.20101215.1mdv2011.0
     [main/testing](cooker) 1:5.3.7-0.20101215.1mdv2011.0
     [main/release](cooker) 1:4.6.1-5mnb2
     [main/release](cooker) 1:4.6.1-5mnb2
     [mai
  • Miscellany

    2022013·text·222 B·2010-12-17 12:49 UTC
    3:5.3.4-0.1mdv2010.1 in main/updates, current for i586
    3:5.3.4-0.1mdv2010.1 in main/updates, current for x86_64
    3:5.3.2-11mdv2010.1 in main/release, current for x86_64
    3:5.3.2-11mdv2010.1 in main/rele
  • Anonymous

    2021937·text·5.2 KB·2010-12-17 10:01 UTC
    #!/bin/bash
    echo
    echo " :=++==~, "
    echo "
  • Unnamed

    2021921·text·352 B·2010-12-17 09:30 UTC
    //
    // expected result
    //
    int blafaselbla = Math.random() * 1000 % 23 == 0
     ? 3 * 5 * 7 * 9 * 11 * 13
     : 2 * 4 * 6 * 8 * 10 * 12;
    
    //
    // actual result
    //
    int blafaselbla = Math.random
  • Unnamed

    2021916·text·515 B·2010-12-17 09:16 UTC
    //
    // expected result
    //
    public enum Bla
    {
     Foobarbazbla(0), Barbazblafoo(3), Bazblafoobar(2), Blafoobarbaz(-1), Blakarambabla(7),
     Blablablabla(2);
    
     private final int b;
    
     priv

older pastes →