-
2019162·text·14 B·2010-12-14 08:39 UTC
test paste :)
-
2019161·text·14 B·2010-12-14 08:38 UTC
test paste :)
-
2019159·text·14 B·2010-12-14 08:36 UTC
test paste :)
-
2019158·text·14 B·2010-12-14 08:35 UTC
test paste :)
-
2019156·text·14 B·2010-12-14 08:34 UTC
test paste :)
-
2019081·text·11 B·2010-12-14 04:32 UTC
hello world
-
2019068·python·403 B·2010-12-14 03:57 UTC
import time
a = 0
b = 0
c = 0
d = 0
e = 0
def add(x):
if(x < 9):
x = x + 1
elif(x == 9):
x = "a"
elif(x == "a"):
x = "b"
elif(x == "b"):
x = 0
return x
while(
-
2019044·text·552 B·2010-12-14 03:18 UTC
[09:05:30 PM] (+killa_skrill) OO\I\MAGE\I
[09:05:32 PM] (+killa_skrill) its 3am
[09:05:35 PM] (+killa_skrill) go sleep idiot
[09:05:39 PM] (OO\I\MAGE\I) it's 10 pm
[09:05:41 PM] (+killa_skrill) ?
-
2019014·text·6 B·2010-12-14 02:02 UTC
hello.
-
2018980·text·39 B·2010-12-14 00:53 UTC
On en apprend des belles avec PasteBin.
-
2018970·bash·3.4 KB·2010-12-14 00:28 UTC
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 260.19.12 (mockbuild@hephaestus.wilsonet.com) Fri Oct 15 04:38:10 EDT 2010
# Xorg configuration crea
-
2018963·bash·2.1 KB·2010-12-14 00:21 UTC
# Xorg configuration created by livna-config-display
Section "ServerLayout"
# InputDevice "Keyboard0" "CoreKeyboard"
# InputDevice "Mouse0" "CorePointer"
Identifier "Layout0"
Screen
-
2018960·text·1.4 KB·2010-12-14 00:11 UTC
#include <cstdlib>
#include <iostream>
#include "Pessoa.h"
using namespace std;
class Lista {
private:
Pessoa *first;
Pessoa *last;
public:
Lista(Pessoa *p) {
-
2018935·text·3.7 KB·2010-12-13 23:46 UTC
/* *
* Exercicio para Estruturas de Dados I.
* Lista Simplismente Encadeada.
*
* Fabio Galdino
* Maiko Min Ian Lie
* */
#include <iostream>
#include <cstdlib>
struct node {
int
-
2018896·php·102.6 KB·2010-12-13 23:03 UTC
-
2018883·text·2.5 KB·2010-12-13 22:52 UTC
This the the Knicks 2011-2010 committed guaranteed salaries (in millions)
1. Stat 18.2
2. Felton 7.6
3. Turiaf 4.4
4. Mozgov 3.3
5. Gallinari 4.2
6. Randolph 2.9
7. Douglas 1.1
8. Walker .9
-
2018821·diff·2.5 KB·2010-12-13 21:54 UTC
--- src-old/mame/drivers/pgm.c 2010-12-11 11:07:34.000000000 +0100
+++ src/mame/drivers/pgm.c 2010-12-13 19:28:02.000000000 +0100
@@ -5770,15 +5770,15 @@
/* these don't use an External ARM rom, an
-
2018806·text·47.3 KB·2010-12-13 21:36 UTC
-
2018788·text·11.4 KB·2010-12-13 21:22 UTC
!!################################
!!ALSA Information Script v 0.4.59
!!################################
!!Script ran on: Mon Dec 13 21:22:34 UTC 2010
!!Linux Distribution
!!------------------
Ub
-
2018762·perl·772 B·2010-12-13 21:07 UTC
#!/usr/bin/perl
#
# Written by Thomas York
# Written to restart ospfd if routes disappear.
#
while () { # Main program loop
# Get route list
@route_output = `ip route list`;