-
2094314·cpp·12.3 KB·2011-11-22 17:29 UTC
#include<iostream>
using std::cout;
using std::endl;
#include <vector>
using std::vector;
#include <fstream>
using std::ofstream;
#include <iomanip>
using std::setw;
#include <sstream
-
2094313·text·168.8 KB·2011-11-22 17:25 UTC
-
2094312·text·2.1 KB·2011-11-22 17:16 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 scrotwm.c:83:
/usr/include/X11/extensions/Xrandr.h:31:34: e
-
2094311·text·2.2 KB·2011-11-22 17:12 UTC
SNMPv2-MIB::sysDescr.0 = STRING: Linux SRVMON 2.6.32-35-server #78-Ubuntu SMP Tue Oct 11 16:26:12 UTC 2011 x86_64
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-TC::linux
DISMAN-EVENT-MIB::sysUpTimeInsta
-
2094306·text·1.0 KB·2011-11-22 16:45 UTC
<?php
try {
date_default_timezone_set('Europe/Paris');
$date_deb = new DateTime('12-01-2011 14:00:00');
$date_fin = new DateTime('10-02-2011 12:00:00');
$recur
-
2094305·text·580 B·2011-11-22 16:45 UTC
2010-08-08 Baby_Bash-Cyclone-2007-EMG_INT
2008-09-15 Ice_Cube-The_Essentials-2008-RAGEMP3
2008-07-08 Ice_Cube-War_And_Peace_Vol._2_(The_Peace_Disc)-2000-FIH_INT
2008-05-20 Usher-Here_I_Stand-2008-G
-
2094303·text·1.4 KB·2011-11-22 16:26 UTC
diff --git a/mythtv/external/FFmpeg/libavformat/utils.c b/mythtv/external/FFmpeg/libavformat/utils.c
index 733b46e..af0ee42 100644
--- a/mythtv/external/FFmpeg/libavformat/utils.c
+++ b/mythtv/exte
-
2094302·text·4 B·2011-11-22 16:23 UTC
Test
-
2094295·text·591 B·2011-11-22 15:40 UTC
[ 12:00:00 ] · · Day changed to : [ Tuesday, November 15th 2011 ].
[ 12:00:00 ] · · Day changed to : [ Wednesday, November 16th 2011 ].
[ 12:00:00 ] · · Day changed to : [ Thursday, Novembe
-
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