-
2098225·text·66.6 KB·2012-01-02 19:34 UTC
-
2098224·text·66.6 KB·2012-01-02 19:33 UTC
-
2098223·text·66.6 KB·2012-01-02 19:33 UTC
-
2098222·text·66.6 KB·2012-01-02 19:33 UTC
-
2098221·text·684 B·2012-01-02 19:16 UTC
CREATE OR REPLACE FUNCTION testing() RETURNS INTEGER LANGUAGE plpgsql VOLATILE CALLED ON NULL INPUT SECURITY DEFINER AS $$
DECLARE
var_id INTEGER;
BEGIN
SEL
-
2098216·text·151 B·2012-01-02 18:55 UTC
#!/usr/local/bin/perl
use POSIX;
$ENV{'TZ'} = "GMT";
for ($clock = 2147483641; $clock < 2147483651; $clock++) {
print ctime($clock);
}
-
2098210·text·7.6 KB·2012-01-02 17:49 UTC
<2@zar> hmmzz tyt im off thn
* 2@zar Off
*** VoDK[a]GunzAnDBaBEz is now known as Unkillable`Monster
<2@losty> hi Unkillable`Monster
<2@losty> how are u
<5@Unkillable`Monster> losty!
<
-
2098209·text·281 B·2012-01-02 17:49 UTC
require "vacation";
require "envelope";
require "variables";
if envelope :matches "to" "*" { set "recipient" "${1}"; }
set "in_to" "no";
if address "to" "${recipient}" { set "in_to" "yes"; }
-
2098203·text·1.6 KB·2012-01-02 17:20 UTC
18:15:01 - [LLUDPSERVER]: Client packet handler for --here my avatar-uuid-
for packet MapItemRequest threw an exception
18:15:01 - Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.Sy
-
2098185·text·3.0 KB·2012-01-02 15:27 UTC
root@OpenWrt:~# /etc/init.d/network restart
lan ifdown
lan ifdown
udhcpc (v1.18.4) started
wan2 ifdown
undo /var/mroute/eth0.2/iptables
undo /var/mroute/eth0.2/mark
undo /var/mroute/eth0.2/rule
-
2098184·text·12.7 KB·2012-01-02 15:13 UTC
#
# Example files
#
#/var/mroute/eth1/iptables
#iptables -D PREROUTING -t mangle -p tcp -d smtp.arnet.com.ar --dport 25 -j MARK --set-mark 2
#iptables -D PREROUTING -t mangle -p tcp -d pop3.arn
-
2098178·text·5.2 KB·2012-01-02 14:32 UTC
$ msp430-gcc -mmcu=msp430g2553 -lc obj/pwm.obj obj/Print.obj obj/WString.obj obj/Arduino.obj obj/new.obj obj/LiquidCrystal.obj -o bin.elf
obj/Arduino.obj: In function `__isr_9':
Arduino.cpp:(.tex
-
2098171·actionscript·5 B·2012-01-02 14:06 UTC
Hello
-
2098170·text·5 B·2012-01-02 14:06 UTC
Hello
-
2098169·text·5 B·2012-01-02 14:03 UTC
Hello
-
2098168·text·1.1 KB·2012-01-02 13:52 UTC
Вот какая проблема при попытке проложить туннель через IPSEC между dlink DI-808HV и racoon на центось5:
#grep racoon /var/log/messages | tail
Mar 17 10:26:45 router racoon: INFO: respond new phase
-
2098167·apache·500 B·2012-01-02 13:50 UTC
<Location />
order allow,deny
ErrorDocument 403 /error.html
</Location>
<Location /error.html>
order deny,allow
</Location>
$ echo myerr > built/htdocs/error.html
$ printf "GET /xxx HTT
-
2098163·c·409 B·2012-01-02 13:26 UTC
#ifndef rand
static unsigned long RAND_NEXT = 1;
int random(int32_t howsmall, int32_t howbig)
{
RAND_NEXT = RAND_NEXT * 1103515245 + 12345;
return((unsigned)((RAND_NEXT%(howbig-howsmal
-
2098154·text·1.9 KB·2012-01-02 12:41 UTC
lamp@lamp:bin$ ./doctrine orm:convert-mapping --from-database --verbose yml ../../../db.yml
[Doctrine\DBAL\DBALException]
Unknown database type requested, Doctrine\DBAL\Platforms\PostgreSql
-
2098153·text·724 B·2012-01-02 12:38 UTC
#include<stdio.h>
#include<math.h>
void main(){
int i,j,N;
N = 10;
double *A,*B,*C;
double i2,invi;
FILE *out;
/* Create vectors A and B */
for(i=0; i<