-
2093593·python·353 B·2011-11-10 16:37 UTC
# -*- Coding: Latin-1 *-
import os
nb = 10 # on garde la variable contenant le nombre dont on veut le livret
i = 0 # c'est notre variable compteur que nous allons incrémenter dans la boucle
wh
-
2093589·text·2.0 KB·2011-11-10 16:07 UTC
# cat libbundler-ruby_1.0.21-1_amd64.changes
Format: 1.8
Date: Wed, 09 Nov 2011 17:17:11 -0300
Source: libbundler-ruby
Binary: libbundler-ruby libbundler-ruby1.9.1 libbundler-ruby-doc
Architectur
-
2093587·text·924 B·2011-11-10 16:00 UTC
<?php
declare(ticks = 1);
$max=5;
$child=0;
// function for signal handler
function sig_handler($signo) {
global $child;
switch ($signo) {
case SIGCHLD:
echo "SIGCHLD received
-
2093586·text·720 B·2011-11-10 15:54 UTC
// Demonstrate ArrayList.
import java.util.*;
class ArrayListDemo {
public static void main(String args[]) {
// create an array list
ArrayList al = new ArrayList();
System.out.println("Ini
-
2093583·text·412 B·2011-11-10 15:22 UTC
primitive p_drbd_data0 ocf:linbit:drbd \
params drbd_resource="data0" \
op monitor interval="15s"
primitive p_drbd_data1 ocf:linbit:drbd \
params drbd_resource="data0" \
op monitor interval
-
2093582·text·12.2 KB·2011-11-10 15:13 UTC
Did you know that if you sue for false arrest (or false imprisonment), the arrest is presumed to be false?
Did you know that all you need to prove is that the arrest occurred, and then the burden
-
2093581·text·1.5 KB·2011-11-10 15:06 UTC
[GAME]
{
HostIP=;
HostPort=8452;
IsHost=1;
MyPlayerName=Player;
ModHash=339964651;
MapHash=3092412256;
Mapname=DeltaSiegeX;
GameType=Tech Annihilation v2.13-dev;
startpostype=3;
-
2093580·text·1.5 KB·2011-11-10 15:06 UTC
[GAME]
{
HostIP=;
HostPort=8452;
IsHost=1;
MyPlayerName=Player;
ModHash=339964651;
MapHash=3092412256;
Mapname=DeltaSiegeX;
GameType=Tech Annihilation v2.13-dev;
startpostype=3;
-
2093578·php·10.5 KB·2011-11-10 14:39 UTC
#define FILTERSCRIPT
#include <a_samp>
#include <zcmd>
#include <YSI/y_ini>
#include <sscanf>
new pIPcHeck [ 32 ];
#define DIALOG_REG 1
#define DIALOG_REG_REQ 2
#define DIALOG_LOGIN
-
2093576·text·295 B·2011-11-10 14:11 UTC
<html>
<form name="formA" method ='get' action=''>
<input type='text' name='textA' />
<input type="submit" value="submitA" />
</form>
<form name="formB" method ='get' action='somepage.php'>
-
2093574·text·67.2 KB·2011-11-10 14:06 UTC
-
2093573·text·105.4 KB·2011-11-10 13:53 UTC
-
2093570·text·34 B·2011-11-10 13:45 UTC
System.out.println("dwhidwiodjw");
-
2093569·text·6 B·2011-11-10 13:44 UTC
lalala
-
2093567·text·277.7 KB·2011-11-10 13:38 UTC
-
2093564·text·29 B·2011-11-10 13:15 UTC
google.com
http://google.com
-
2093560·text·1.8 KB·2011-11-10 12:20 UTC
[ 51.097470] type=1400 audit(1320926100.816:5): avc: denied { getattr } for pid=1532 comm="pidof" path="/home/username/.dropbox-dist/dropbox" dev=dm-3 ino=613 scontext=system_u:system_r:xdm_t:s0-
-
2093534·text·692 B·2011-11-10 11:25 UTC
java.lang.IllegalArgumentException: Illegal Capacity: -1
at java.util.ArrayList.<init>(ArrayList.java:130)
at menu.SubsetSum$Combination.call(SubsetSum.java:144)
at menu.SubsetSum$Combination.ca
-
2093531·text·2.0 KB·2011-11-10 10:58 UTC
[root@mysql network-scripts]# tracert 10.4.20.70
traceroute to 10.4.20.70 (10.4.20.70), 30 hops max, 40 byte packets
1 10.4.0.37 (10.4.0.37) 0.665 ms 0.902 ms 1.142 ms
2 vl60.cr02-63.core1.d
-
2093530·java·1.2 KB·2011-11-10 10:54 UTC
import java.net.MalformedURLException;
import java.net.URL;
import java.net.InetAddress;
import java.net.UnknownHostException;
public class Exo6 {
/**
* @param args
* @throws Mal