-
2132255·text·100.1 KB·2012-03-26 16:25 UTC
-
2132254·text·100.1 KB·2012-03-26 16:22 UTC
-
2132253·text·100.1 KB·2012-03-26 16:19 UTC
-
2132250·text·3.4 KB·2012-03-26 16:12 UTC
http { port 85; };
adapter 0 { budget-mode 0; packet-buffer 50; stat-interval 120;
dvb-s { #lnb-sharing yes;
lnb { lof1 10750000; lof2 10750000; slof 11700000; };
transponder { frequen
-
2132248·text·186 B·2012-03-26 16:01 UTC
Host "*"
c2s_interface = { "::", "*" }
s2s_interface = { "::", "*" }
c2s_ports = { 5222 }
legacy_ssl_ports = { 5223 }
s2s_ports = { 5269 }
s2s_timeout = 300
-
2132247·text·724 B·2012-03-26 15:55 UTC
[General]
arch=armel
directory=rootfs
cleanup=true
unpack=true
noauth=true
bootstrap=Debian_bootstrap Emdebian
aptsources=Debian_bootstrap Emdebian
allowrecommends=false
[Debian_bootstrap]
-
2132246·text·1.2 KB·2012-03-26 15:53 UTC
http://www.eightyeightdc.com/88blog/?p=1979
88: The results of strict social norms and bad economic conditions can sometimes be found in speak-easy jazz clubs, dark back-alley discotheques, and lat
-
2132242·text·8 B·2012-03-26 15:40 UTC
checking
-
2132236·text·1.5 KB·2012-03-26 15:09 UTC
This is nothing to do with granny. I cared for you. A real lot. And in your opinion, care means talking to you every now and then, which is not possible with her around. This means, to you, much less
-
2132231·text·460 B·2012-03-26 14:46 UTC
LN include/sys/vm86.h
GEN include/bits/sysnum.h
<stdin>:1:24: fatal error: asm/unistd.h: No such file or directory
compilation terminated.
<stdin>:1:24: fatal error: asm/unistd.h: No such file o
-
2132225·text·287 B·2012-03-26 13:49 UTC
ine-up:
Ricardo Villalobos
Marco Carola
...
Lee Burridge
Rhadoo
Raresh
Petre Inspirescu
Zip
Matthias Tanzmann
Audiofly
Valentino Kanzyani
Paco Osuna
Tini
Margaret Dygas
Rayo
Praslea
-
2132224·text·231 B·2012-03-26 13:33 UTC
FIRST FILE:
<?php
$_SESSION['admin']='admin';
header("Location:nasocen.php")
?>
SECOND FILE
<?php
session_start();
if (isset($_SESSION['admin'])){
echo "ok";
}
else
-
2132217·text·183 B·2012-03-26 13:06 UTC
> $.each(['a', 'b', 'c'], function(i,v) {console.log([i,v])})
[0, "a"]
[1, "b"]
[2, "c"]
> $.map(['a', 'b', 'c'], function(i,v) {console.log([i,v])})
["a", 0]
["b", 1]
["c", 2]
-
2132211·text·132 B·2012-03-26 12:37 UTC
ckemi
hsgcb hba shd h
dejfhid
jddjdj
djkdjdj
dkdkdkd
f
f
f
f
f
f
f
f
f
f
f
ff
f
f
f
ff
f
f
f
f
f
f
f
f
-
2132210·java·775 B·2012-03-26 12:36 UTC
import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
int n = in.nextInt();
int[] x = new int[n+1], y = n
-
2132209·text·775 B·2012-03-26 12:36 UTC
import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
int n = in.nextInt();
int[] x = new int[n+1], y = n
-
2132202·text·3.7 KB·2012-03-26 12:16 UTC
#include <math.h>
#include <sys/time.h>
#include <X11/Xlib.h>
#include
-
2132200·java·770 B·2012-03-26 12:13 UTC
import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
int n = in.nextInt();
int[] x = new int[n], y = n
-
2132199·text·770 B·2012-03-26 12:12 UTC
import java.util.Scanner;
public class Main
{
public static void main(String[] args)
{
Scanner in = new Scanner(System.in);
int n = in.nextInt();
int[] x = new int[n], y = n
-
2132198·text·9.9 KB·2012-03-26 12:10 UTC
procedure Triangle(vA,vB,vC:tV3DVertex;where:gfxImage);
var
v1,v2,v3:tV3DVertex;
color:longint;
X1,X2,X3,Y1,Y2,Y3,Z1,Z2,Z3:longint;
DX12,DX23,DX31,DY12,DY23,DY31:longint;