-
2121702·text·514.3 KB·2012-02-26 12:26 UTC
-
2121699·text·514.3 KB·2012-02-26 12:20 UTC
-
2121697·text·11.6 KB·2012-02-26 12:18 UTC
Статистика MuxaSoft Dialer 4.0
------------------------------
19 Февраль 2012 г.
0:27:26 1:27:34 1:00:08 0,00р. 21,41 Мб. 2,28 Мб. 3 600,00 kbps *99#
1:28:19 2:28:19 1:00:00 0,00р. 50,09
-
2121693·bash·751 B·2012-02-26 12:13 UTC
#!/bin/sh
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
LOCK=/var/run/rsync/pcbsd.lock
TIMER=/var/run/rsync/pcbsd.timer
RSYNCLOG=/var/log/rsync/rsync.pcbsd.log
RSYNCSRC=is
-
2121692·text·456.3 KB·2012-02-26 12:09 UTC
-
2121689·text·585 B·2012-02-26 11:59 UTC
# times are represented in minutes
# 10080 = 1 week
# 43200 = 1 month
# smallest number of time in between cycles
cycleTime=15
# do not delete releases younger than x days
wipeAfter=60
#
-
2121680·text·21.9 KB·2012-02-26 11:26 UTC
MAD DOCTOR: 3 рефа 14:37:39
MAD DOCTOR: ? 14:37:40
You added The Stereoscopic Shades 14:37:43
mept: да 14:37:48
MAD DOCTOR: сек 14:37:59
MAD DOCTOR added Engineer's Cap 14:38:01
mept: лолка 14:3
-
2121678·text·28.2 KB·2012-02-26 11:24 UTC
S. killing floor for tf2 items: 3 рефа 14:37:39
S. killing floor for tf2 items: ? 14:37:40
You added The Stereoscopic Shades 14:37:43
mept: да 14:37:48
S. killing floor for tf2 items: сек 14:37:59
-
2121674·text·1.3 KB·2012-02-26 11:03 UTC
Information for mplayer-1.0rc20100913nb10:
Comment:
Fast, cross-platform movie player
Requires:
mplayer-share>=1.0rc20100913
cdparanoia>=3.0.9.8nb5
libdv>=0.104nb2
libdvdread>=4.1.3nb1
lib
-
2121672·text·3.0 KB·2012-02-26 10:49 UTC
package com.savantdegrees.gms.util;
import org.apache.log4j.Logger;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
-
2121671·text·366 B·2012-02-26 10:48 UTC
Information for mplayer-1.0rc20100913nb10:
Comment:
Fast, cross-platform movie player
Requires:
mplayer-share>=1.0rc20100913
cdparanoia>=3.0.9.8nb5
libdv>=0.104nb2
libdvdread>=4.1.3nb1
lib
-
2121670·text·3.6 KB·2012-02-26 10:37 UTC
(11:33:09) Great_Day: (11:20:14) helicopter88: damn you dog!
(11:33:09) Great_Day: (11:20:15) helicopter88 staat nu bekend als helicAWAY
(11:33:09) Great_Day: (11:20:39) Ubuntuz: excuses escuses :P
-
2121669·text·844 B·2012-02-26 10:35 UTC
Проект Ecomonics Industry создан для ознакомления людей с основными понятиями экономики, с тем как стать предпринимателем, владельцем малого или среднего бизнеса и конечно же в процессе акционерным об
-
2121668·text·1.1 KB·2012-02-26 10:32 UTC
import profile
def foo(bar=None):
print("bar = %s" % bar)
profile.runctx("foo", globals(), {'bar': 'good'})
profile.run("foo('great')")
OUTPUT:
python2 test.py
3 functi
-
2121667·text·145 B·2012-02-26 10:31 UTC
import profile
def foo(bar=None):
print("bar = %s" % bar)
profile.runctx("foo", globals(), {'bar': 'good'})
profile.run("foo('great')")
-
2121664·text·1.2 KB·2012-02-26 09:39 UTC
04:31:16 T:115044352 ERROR: Error Type: <type 'exceptions.IOError'>
04:31:16 T:115044352 ERROR: Error Contents: (13, 'Permission denied', '/var/mobile/Library/Preferences/XBMC/userdata/addon_data
-
2121662·text·11.8 KB·2012-02-26 09:34 UTC
31.03.2008 16:46:25 - INFO [jd.gui.skins.simple.SimpleGUI(addLinksToGrabber)] -> GRAB
31.03.2008 16:46:25 - INFO [jd.gui.skins.simple.SimpleGUI(addLinksToGrabber)] -> new linkgrabber
31.03.2008 16:4
-
2121661·text·11.8 KB·2012-02-26 09:32 UTC
31.03.2008 16:46:25 - INFO [jd.gui.skins.simple.SimpleGUI(addLinksToGrabber)] -> GRAB
31.03.2008 16:46:25 - INFO [jd.gui.skins.simple.SimpleGUI(addLinksToGrabber)] -> new linkgrabber
31.03.2008 16:4
-
2121657·text·2.1 KB·2012-02-26 09:08 UTC
<enbloc> 15:43:56> if lettering on a surface mount component is backwards, does that mean that the component is in fact on the bottom surface layer? I just auto placed, I wouldn't have expected it to
-
2121648·cpp·319 B·2012-02-26 08:25 UTC
#include <string.h>
#include <stdio.h>
const char* hexstr="48494A4F00";
int main(int argc, char **argv) {
char result[10];
int v;
for(int i = 0; i < strlen(hexstr)>>1; i++) {