-
2120968·text·329 B·2012-02-23 05:47 UTC
$photosize = module::get_var("qrcode_block", "photosize");
// photosize can be: thumb, resize, file
// strip the ?m=xxx of the end of the url
$photo_url = preg_replace('/\?m=.*/', '', $
-
2120967·text·52.6 KB·2012-02-23 05:36 UTC
-
2120966·text·3.2 KB·2012-02-23 05:06 UTC
2012-02-22 23:05 WARNING requests.packages.urllib3.connectionpool TV Retrying (1 attempts remain) after connection broken by 'BadStatusLine('',)': /api/Updates.php?type=all&time=
2012-0
-
2120965·text·3.3 KB·2012-02-23 04:53 UTC
CREATE TABLE patient(patient_no number(5) primary key,patient_name varchar(50), p_add varchar(150),p_birth_date date,p_phone number(10) );
Create table Room(Room_id number(5) primary key, Room_type
-
2120962·text·994 B·2012-02-23 04:18 UTC
Consider the following table
1) Patient (Patient_no,patient_name, p_add,p_birth_date,p_phone)
2) Room (Room_id, Room_type room_rate)
3) Doctor (doc_id,doc_name,doc_add,doc_type,doc_mob
-
2120961·text·60.2 KB·2012-02-23 04:13 UTC
-
2120960·text·454 B·2012-02-23 03:51 UTC
miss_logic: I found the pen!
[10:48 PM] rainbowdashyy: YAY!
[10:48 PM] rainbowdashyy: now you're going to lose it again
[10:48 PM] miss_logic: >.> it was under the cat
[10:48 PM] rainbowdashyy: ..
-
2120957·text·1.2 KB·2012-02-23 03:06 UTC
#include <stdio.h>
#define MAXSTR 50 // Tamanho maximo da string de entrada
// Prototipos
int* q0(char);
int q1(char);
int q2(char);
int q3(char);
// Funcoes com comportamento de cada est
-
2120953·actionscript·929 B·2012-02-23 02:50 UTC
package;
import flash.display.StageScaleMode;
import flash.display.StageAlign;
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.text.TextField;
import flash.Lib;
impo
-
2120950·text·582 B·2012-02-23 02:34 UTC
Bulbasaur
__....___ , .
_.-~ __...--~~ ~/\
Amw / / / | |
| | | \ \
__ _..---..-~\ | |
| ~ .-~-
-
2120949·text·25.0 KB·2012-02-23 02:34 UTC
- The SD x264 TV Releasing Standards 2012 -
L¦¦¦¦¦¦¦TT¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦TT¦¦¦¦¦¦¦-
-¦¦¦¦¦¦¦++¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦T¦¦¦¦¦¦
-
2120948·text·278 B·2012-02-23 02:33 UTC
______
/ \
___I_ 0 0 I______
/ \ () / \
I 0 0 I I 0 0 I
I () I I () I
##I I_____I I#
-
2120947·text·623 B·2012-02-23 02:31 UTC
,----..
/ / \ ___
/ . : ,--.'|_ .--.,
. / ;. \ | | :,' ,--.' \
. ; / ` ;
-
2120942·text·16.9 KB·2012-02-23 01:55 UTC
2012-02-22 20:04:03.553 [4692:bac]: restore library built Sep 14 2011 at 01:30:07
2012-02-22 20:04:03.553 [4692:bac]: iTunes: iTunes 10.5.3.3
2012-02-22 20:04:03.553 [4692:bac]: iTunes: Software pay
-
2120941·text·1.0 KB·2012-02-23 01:53 UTC
(1:30:59 AM) punjabimunda: hey
(1:31:00 AM) punjabimunda: bro
(1:31:01 AM) punjabimunda: u tehre
(1:31:05 AM) punjabimunda: i gotta talk to u
(1:31:19 AM) MrJohnnZ: sure
(1:31:21 AM) MrJohnnZ:
-
2120937·text·2.4 KB·2012-02-23 01:33 UTC
import java.util.Scanner;
import java.io.*;
public class Main {
public static void main(String[] args) throws FileNotFoundException {
int type, order, data, all;
int count=0;
-
2120932·text·1.2 KB·2012-02-23 01:01 UTC
(this is the login request packet going from server to client)
char peer1_1[] = {
0x01, // packet id
0x00, 0x00, 0x89, 0x65, // entity id
0x00, 0x00, // unused string
0x8e, 0x9a, 0x75, 0xbd, 0
-
2120931·text·5.6 KB·2012-02-23 01:00 UTC
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\BaiduPlayer.exe]
"Debugger"="cmd /C exit"
[HKEY_LOCAL_MACHINE\
-
2120923·apache·1.1 KB·2012-02-23 00:23 UTC
--- mod-cband-0.9.6.1/src/mod_cband.c 2006-01-21 20:23:27.000000000 -0500
+++ mod-cband-0.9.6.1-cov//src/mod_cband.c 2012-02-22 19:23:04.162307962 -0500
@@ -1278,7 +1278,7 @@
p.bitlen = 32;
-
2120920·text·5.4 KB·2012-02-23 00:12 UTC
void
Decoder::SaveFrame(AVFrame *pFrame, int width, int height, int ct, KString outPath) {
FILE *pFile;
char szFilename[32];
outPath.append("/frame%04i.ppm"); //4-zero's padding
prin