All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • 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
  • Unnamed

    2021914·text·331 B·2010-12-17 09:11 UTC
    //
    // expected result
    //
    private static final String[] bla = {
     "blafaselasdaSDAsdaSD",
     "blafaasdasdSDASDAsdsel",
     "blafaseASDAsdl"
    };
    
    //
    // actual result
    //
    private static fina
  • Unnamed

    2021912·python·1.2 KB·2010-12-17 09:06 UTC
    import gobject
    import logging
    
    from gi.repository import TelepathyGLib as Tp
    
    logging.basicConfig(level=logging.DEBUG)
    
    def message_received_cb(channel, message):
     logging.debug("Message re
  • Something

    2021908·java·5.6 KB·2010-12-17 08:55 UTC
    package org.openmim.proxy_socks5;
    
    import java.io.*;
    import java.net.*;
    
    import org.openmim.icq.util.Acme.Utils;
    
    /**
    Utility class that allows to create TCP/IP connections
    using the external
  • Anonymous

    2021804·text·16.9 KB·2010-12-17 05:05 UTC
    import java.util.*;
    /**
    *Main class Payroll that creates new employees based on user input,
    *also contains validation. A LOT
    */
    public class Payroll {
     public static void main (String[] args) {
  • knorke

    2021752·text·11 B·2010-12-17 02:52 UTC
    infolog.txt
  • knorke

    2021744·text·12.6 KB·2010-12-17 02:28 UTC
    LogOutput initialized.
    Spring 0.82.6.1 (0.82.6.1)
    Build date/time: Oct 15 2010 20:04:51
    Available log subsystems: CollisionVolume, unit, ArchiveScanner, VFS-detail, VFS, Sound
    Enabled log subsyste

older pastes →