-
2050867·text·29.7 KB·2011-04-26 13:53 UTC
2011-04-26 21:38:49 [INFO] Starting minecraft server version Beta 1.5_02
2011-04-26 21:38:49 [INFO] Loading properties
2011-04-26 21:38:49 [INFO] Starting Minecraft server on 69.61.60.165:25565
201
-
2050862·text·1.1 KB·2011-04-26 13:40 UTC
Helicopter Problem
A helicopter was flying around above Seattle yesterday when an electrical malfunction disabled all of the aircraft's electronic navigation and communications equipment.
Due to the
-
2050861·text·25.2 KB·2011-04-26 13:39 UTC
2011-04-26 21:38:49 [INFO] Starting minecraft server version Beta 1.5_02
2011-04-26 21:38:49 [INFO] Loading properties
2011-04-26 21:38:49 [INFO] Starting Minecraft server on 69.61.60.165:25565
201
-
2050859·text·3.1 KB·2011-04-26 13:33 UTC
NAME:
AGE:
HEIGHT:
WEIGHT:
BIRTH DATE:
HAIR:
EYES:
BIRTHPLACE:
OTHER FACIAL FEATURES/OTHER APPEARANCE DETAILS:
DRESS (Style, colors):
DESCRIPTION OF HOME:
DOMINANT CHARACTER TRAI
-
2050856·text·2.7 KB·2011-04-26 13:29 UTC
#!/bin/sh
## Папка, которую будем сканить
dir="/srv/backups"
## Сервер Zabbix
zabbixsrv="mc.efsol.ru"
## Получаем массив из всех директорий ежедневных бэкапов в нашей корневой папке
dailylis
-
2050847·text·1.8 KB·2011-04-26 12:45 UTC
#!/bin/bash
######################
GDB_ENABLED=0
GDB="trinity.gdb"
COREPID="core.pid"
REALMPID="realm.pid"
CORE_CONFIG="../etc/worldserver.conf"
REALM_CONFIG="../etc/authserver.conf"
-
2050846·text·466 B·2011-04-26 12:44 UTC
ZSQRT := proc(a,u0,p) local u,pk,k,e,uk,i;
> u := mods(u0,p); uk := u;
> i := modp(1/(2*u0),p);
> e := a - u^2;
> pk := p;
> for k do
> printf("got %d = %d expected\n
-
2050841·text·1.6 KB·2011-04-26 12:28 UTC
#!/usr/bin/python
import Image,sys, numpy as np
def mk2d(l, n):
for i in xrange(0, len(l), n):
yield l[i:i+n]
tresh = lambda img,tr: img.point(lambda x: 255 if x>tr else 0)
def v
-
2050833·text·1.6 KB·2011-04-26 12:11 UTC
#!/usr/bin/python
import Image,sys, numpy as np
def mk2d(l, n):
for i in xrange(0, len(l), n):
yield l[i:i+n]
tresh = lambda img,tr: img.point(lambda x: 255 if x>tr else 0)
def v
-
2050832·text·1.2 KB·2011-04-26 12:03 UTC
www-data@dogma:/var/cache/planet$ /usr/bin/planetplanet -v /etc/planet.conf
DEBUG:planet.runner:Socket timeout set to 20 seconds
INFO:planet.runner:Loading cached data
INFO:planet:Feed <http://rq.
-
2050831·text·417 B·2011-04-26 12:00 UTC
ZSQRT := proc(a,u0,p) local u,pk,k,e,uk,i;
> u := mods(u0,p);
> i := modp(1/(2*u0),p);
> e := a - u^2;
> pk := p;
> for k do
> printf("e = %d\n", e);
> if e
-
2050830·text·7.1 KB·2011-04-26 11:56 UTC
01 David Guetta feat. Rihanna - Who's That Chick (Original Mix).mp3
02 David Guetta feat. Rihanna - Who's That Chick (Fuck Me I'm Famous Remix).mp3
03 Gianni Coletti - Gimme Fantasy (Gianni Coletti
-
2050828·text·1.4 KB·2011-04-26 11:54 UTC
We feel that over all our Android app was more successful than was expected, considering the level of ability in the group, however it is unfortunate that we ran out of time as there was much more tha
-
2050826·text·524 B·2011-04-26 11:39 UTC
# A Product can belong to a ProductGroup but each ProductGroup can
# have a representative main reference product along with the list of
# product group members.
class Product(DeclarativeBase):
-
2050823·text·2.7 KB·2011-04-26 11:29 UTC
кому pr@ntpp.biz,
kowai@mail.ru
дата 26 апреля 2011 г. 14:51
тема 3-й ежегодный фестиваль Сакура кай 2011
Скрыть подробные сведения 14:51 (36 мин. назад)
Уважаемый Антон,
Просим Вас разместить
-
2050815·text·282 B·2011-04-26 10:07 UTC
fio := sys->file2chan(DIR, "file.tmp");
if(fio == nil)
raise;
dir := Sys->nulldir;
dir.name = "file";
dir.mode = Sys->DMEXCL | 8r
-
2050814·text·4.3 KB·2011-04-26 10:07 UTC
#ifndef DEFINE_H
#define DEFINE_H
#ifdef WIN32
#define PATH_SEP "\\"
#else
#define PATH_SEP "/"
#endif
#define ME4502_MAJOR_VERSION 2
#define ME4502_VERSION 0
#define SAVE_VERSION 47
#de
-
2050812·text·441 B·2011-04-26 10:03 UTC
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet
-
2050811·text·81.1 KB·2011-04-26 10:02 UTC
-
2050809·text·598 B·2011-04-26 09:53 UTC
(is_opened, cur_fid) := (0, 0);
for(;;) alt {
(nil,count,fid,reply) := <-fio.read =>
if(reply == nil)
if(is_opened && cur_fid == fid)
is_opened =