-
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
-
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
-
2022520·text·121.3 KB·2010-12-18 01:36 UTC
-
2022519·text·147.8 KB·2010-12-18 01:35 UTC
-
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
-
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
-
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
-
2022414·text·63.8 KB·2010-12-17 22:11 UTC
-
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
-
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
-
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
-
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();
-
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
-
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
-
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
-
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
-
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
-
2021937·text·5.2 KB·2010-12-17 10:01 UTC
#!/bin/bash
echo
echo " :=++==~, "
echo "
-
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
-
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