-
2045398·c·490 B·2011-04-12 09:44 UTC
$ cat a.h
extern int f()
{
return 5;
}
$ cat 1.c
#include "a.h"
int main()
{
void g();
g();
return 0;
}
-
2045397·bash·490 B·2011-04-12 09:44 UTC
$ cat a.h
extern int f()
{
return 5;
}
$ cat 1.c
#include "a.h"
int main()
{
void g();
g();
return 0;
}
-
2045396·bash·1.4 KB·2011-04-12 09:44 UTC
.-(~)---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-
2045394·pascal·837 B·2011-04-12 09:30 UTC
program Krepšininkai;
uses CRT;
const nMok = 16;
var
pavardė : array [0..(nMok-1)] of array [0..31] of char;
ūgis : array [0..(nMok-1)] of integer;
i,n : integer;
beg
-
2045388·php·864 B·2011-04-12 08:57 UTC
$string = substr($ean,0,1).chr(65 + substr($ean,1,1));
$first = substr($ean,0,1);
for ($i=3; $i<=7; $i++)
{
$in_a = false;
switch ($i)
{
case 3: $in_a = in_array($first, array(0, 1
-
2045387·javascript·1.0 KB·2011-04-12 08:56 UTC
result = ean.substring(0,1) + String.fromCharCode(65 + 1*ean.substring(1,1));
first = ean.substring(0,1);
for (i=3; i<=7; i++)
{
in_a = false;
switch (i)
{
case 3:
-
2045385·text·329 B·2011-04-12 08:51 UTC
port 143
proto tcp-server
dev tun
comp-lzo
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.30.0.0 255.255.255.0
client-to-client
push "dhcp-option DOMAIN 8.8.8.8"
push
-
2045382·c·838 B·2011-04-12 08:21 UTC
#include "reg51.h"
int code frequenzen[] = { -83 , -100 , -125 , -167 , -250};
int code zaehlwerte[] = { 12048 , 10000 , 8000 , 6024 , 4000 };
sbit ton_ausgabe = 0x95;
unsigned int data to
-
2045368·bash·350 B·2011-04-12 06:32 UTC
#Arend made some Dutch translation changes for which he asked a pulls with to commits to be merged. See: https://github.com/jasperf/OSTicket-Reloaded/pull/21 I would like to merge/commit these two #co
-
2045363·text·1.2 KB·2011-04-12 05:57 UTC
In file included from ./qt4.hpp:29,
from util/qvlcapp.hpp:35,
from util/qvlcapp.moc.cpp:10:
../../../config.h:782:1: warning: "_WIN32_WINNT" redefined
In file inc
-
2045359·text·1.2 KB·2011-04-12 05:44 UTC
E/AndroidRuntime( 5490): Uncaught handler: thread SyncHandlerThread exiting due to uncaught exception
E/AndroidRuntime( 5490): *** EXCEPTION IN SYSTEM PROCESS. System will crash.
E/AndroidRuntime(
-
2045354·javascript·12.0 KB·2011-04-12 05:18 UTC
RegisterEvent(EVENT_SCRIPTMSG, HostileHandler);
var _hostilepause = false;
var poscount = 1;
var _trapsPreCasted;
function NTMain(){
Include("libs/common/NTCommon.ntl");
NTC_IncludeLibs();
-
2045352·text·1.6 KB·2011-04-12 04:59 UTC
#include postData;
#include unpostData;
#include default_mp;
#include find_cursor_mp;
isPickupRange ( weapon ) //weapon demi
{
if ( weapon == "null_mp" || "na_mp" || "" || "default_mp" )
-
2045350·text·1.6 KB·2011-04-12 04:44 UTC
[84977.549149] sr 1:0:0:0: [sr0] Unhandled sense code
[84977.549157] sr 1:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[84977.549165] sr 1:0:0:0: [sr0] Sense Key : Medium Error [curr
-
2045349·javascript·8.9 KB·2011-04-12 04:33 UTC
RegisterEvent(EVENT_SCRIPTMSG, HostileHandler);
var _hostilepause = false;
var poscount = 1;
var _trapsPreCasted;
function NTMain(){
Include("libs/common/NTCommon.ntl");
NTC_IncludeLibs();
-
2045346·text·31.9 KB·2011-04-12 04:26 UTC
/* ------------------------------------
,-. . . , .
/ | |\ /| |
| ,-. ,-| . . ,-. | V | ,-. ,-|
\ | | | | | | `-. | | | |
-
2045345·text·21.2 KB·2011-04-12 04:22 UTC
Never tell your password to anyone.
Monday, April 11, 2011
11:38 PM - [UD]Xenaero: ok
11:38 PM - [UD]Xenaero: how is this
11:38 PM - [UD]Xen: rofl
11:38 PM - [UD]Xen: solid
11:38 PM - [UD]Xenaer
-
2045343·text·685 B·2011-04-12 03:55 UTC
XXX: Warning, airmon-zc is under heavy development!!!
This script is intended to replace airmon-ng and is functionally based on it.
Please test and report bugs to Zero_Chaos on freenode in #aircrack
-
2045342·text·4.2 KB·2011-04-12 03:53 UTC
-- Executing [1455@from-internal:1] Macro("SIP/100-00000004", "user-callerid,") in new stack
-- Executing [s@macro-user-callerid:1] Set("SIP/100-00000004", "AMPUSER=100") in new stack
-- Exe
-
2045338·python·538 B·2011-04-12 03:41 UTC
def fileGlob(wpath , gst='*' , recuBool=1):
"""
recursivly (optional) glob a path for objects that
match the string 'gst' and return that list
1 == Recursive
"""
if recuBool == 1:
fList