-
2019172·text·28 B·2010-12-14 08:49 UTC
this really works eh, nice.
-
2019170·text·14 B·2010-12-14 08:48 UTC
test paste :)
-
2019169·text·14 B·2010-12-14 08:47 UTC
test paste :)
-
2019168·text·14 B·2010-12-14 08:42 UTC
test paste :)
-
2019165·text·14 B·2010-12-14 08:40 UTC
test paste :)
-
2019164·text·4 B·2010-12-14 08:40 UTC
sdfa
-
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