-
2132278·text·26.2 KB·2012-03-26 18:44 UTC
aicnat141:aura-geni vica$ cabal install --verbose
Reading available packages...
Warning: The package list for 'hackage.haskell.org' is 16 days old.
Run 'cabal update' to get the latest list of avai
-
2132276·text·1.5 KB·2012-03-26 18:23 UTC
First request body with charset as UTF-8:
{"coupon":{"code":""},"delivery_address":{"address":{"lastname":"Lastname","name":"Name","phone":"464646464","city":"Berlin","city_slug":"berlin","country":
-
2132275·text·4.8 KB·2012-03-26 18:23 UTC
Copyright (c) 1992-2012 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a
-
2132271·text·445 B·2012-03-26 17:51 UTC
log_level :info
log_location STDOUT
node_name 'patg'
client_key '/Users/patg/.chef/patg.pem'
validation_client_name 'chef-validator'
vali
-
2132264·text·40.1 KB·2012-03-26 17:03 UTC
-
2132263·text·100.6 KB·2012-03-26 16:59 UTC
-
2132259·text·10.3 KB·2012-03-26 16:43 UTC
{$I maindef.pas}
unit vip3d;
interface
uses io,tools,vipgfx,math3d;
const
maxArr=400;
z_max=-1000;
xscale=640;
yscale=480;
{
shiftconst=8; for 320x20
-
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]