-
2094293·text·273 B·2011-11-22 15:19 UTC
rewrite "^/path/([a-zA-Z0-9]+)$" "/path/$1.shtml" permanent;
rewrite "^/path/to/([a-zA-Z0-9]+)\." "/path/$1.shtml" permanent;
rewrite "^/p
-
2094292·text·10.0 KB·2011-11-22 14:27 UTC
Server Error in '/' Application.
--------------------------------------------------------------------------------
Process ID 67 attempted to unlock a resource it does not own: LockRef 0x0000000080
-
2094290·text·354 B·2011-11-22 14:12 UTC
userprice = (request['price'])
useritem = int(request['itemno'])
maxdiscounteditems = 5
actualprice = getpricefromdb(useritem)
if itemisdiscounted(useritem):
if numberinbasket(useritem) < ma
-
2094288·text·337 B·2011-11-22 14:06 UTC
userprice = (request['price'])
useritem = int(request['itemno'])
maxdiscounteditems = 5
actualprice = getpricefromdb(useritem)
if itemisdiscounted(useritem):
if numberinbasket(useritem) < 5:
-
2094286·text·3.6 KB·2011-11-22 13:49 UTC
$ make
gcc -Wall -ggdb -D_GNU_SOURCE -I. -DSWM_LIB=\"/usr/local/lib/libswmhack.so.0.0\" -c -o scrotwm.o scrotwm.c
In file included from /usr/include/errno.h:36,
from scrotwm.c:57
-
2094285·text·78.2 KB·2011-11-22 13:38 UTC
-
2094277·text·1.2 KB·2011-11-22 13:09 UTC
<html>
<head>
<title>licznik2</title>
</head>
<body>
<br><br>
<form method='POST' action='logowanie.php'>
<b>nazwa uzytkownika:</b> <input type='text' name='login'><br>
<b>haslo:</b> <inp
-
2094274·diff·753 B·2011-11-22 12:36 UTC
--- 52-digilent-usb.rules.old 2011-11-22 12:18:27.030225415 +0000
+++ 52-digilent-usb.rules 2011-11-22 12:30:16.546381637 +0000
@@ -31,8 +31,8 @@
# Create "/dev" entries for Digilent device's w
-
2094270·c·620 B·2011-11-22 11:40 UTC
void motherAndFather(void){
int year,mother,father;
year=GetYearFromUser();
mother=mothers(year);
father=fathers(year);
printf("In %d fathers day is on %d of November and mothers day is on
-
2094269·text·1007 B·2011-11-22 11:35 UTC
<?php
function res($newfile, $old, $maxWidth, $maxHeight) {
file_put_contents($newfile, file_get_contents($old));
$im = imagecreatefrompng($newfile);
$width_o = imagesx($im);
$heigh
-
2094263·text·1.7 KB·2011-11-22 10:54 UTC
New site apache
<IfModule mod_rewrite.c>
RewriteEngine On
# We don't want to rewrite anything coming back from www.oldsite.com!
RewriteCond %{H
-
2094262·text·1.7 KB·2011-11-22 10:53 UTC
New site apache
<IfModule mod_rewrite.c>
RewriteEngine On
# We don't want to rewrite anything coming back from www.oldsite.com!
RewriteCond %{H
-
2094260·text·23.9 KB·2011-11-22 10:48 UTC
mp3:
2011-11-22 Fat_Joe-The_Darkside_Volume_2-(Bootleg)-2011-Xplode
2011-11-22 Papoose-King_Of_New_York-(Bootleg)-2011-Xplode
2011-11-19 Meek_Mill-Im_Mike_Vickin_It_2-(Bootleg)-2011-iND
2011-11-18
-
2094259·text·23.9 KB·2011-11-22 10:47 UTC
mp3:
2011-11-22 Fat_Joe-The_Darkside_Volume_2-(Bootleg)-2011-Xplode
2011-11-22 Papoose-King_Of_New_York-(Bootleg)-2011-Xplode
2011-11-19 Meek_Mill-Im_Mike_Vickin_It_2-(Bootleg)-2011-iND
2011-11-18
-
2094258·text·1.3 KB·2011-11-22 10:33 UTC
# Log all sender's rates
#warn ratelimit = 0 / 1h / strict
# log_message = Sender rate $sender_rate / $sender_rate_period
# Slow down very fast senders, exempt relay_hosts
warn ratel
-
2094232·text·16.1 KB·2011-11-22 09:47 UTC
It's day after that crazy race, and I mostly just want to sleep in, but oh no, Ponyville's most overqualified weather technician has a shcedule to keep. Get out of bed, shake the wisps off, and just k
-
2094229·text·1.6 KB·2011-11-22 09:34 UTC
4:39:59 PM) fdsfsdfdf [~werwqwe@ip-216-194-109-30.wildroseinternet.ca] entered the room.
(4:40:07 PM) fdsfsdfdf: hi please fix your tor server, thanks in advance
(4:40:08 PM) fdsfsdfdf left the room
-
2094228·text·803 B·2011-11-22 09:13 UTC
Running setup.py install for PasteScript
Skipping installation of /home/dixon/.virtualenvs/env-psinfra/lib/python2.6/site-packages/paste/__init__.py (namespace package)
Checking .pth file su
-
2094222·text·1.4 KB·2011-11-22 08:38 UTC
create table nulltest(a int, b int, name text);
insert into nulltest values(1, 1, 'eka');
insert into nulltest values(2, 2, 'toka');
insert into nulltest values(1, null, 'yksi null');
insert into
-
2094220·text·789 B·2011-11-22 08:04 UTC
create table nulltest (id int auto_increment primary key, name varchar(20), age int null);
insert into nulltest values(1, 'garo', 28);
insert into nulltest values(1, 'iblue', 27);
insert into nullt