-
2124048·text·1.6 KB·2012-03-04 16:31 UTC
~> ps -eo comm | sort
acpid
aio
applet.py
ata_sff
auditd
avahi-daemon
bash
bash
bdi-default
bluetooth-apple
bonobo-activati
ceph-msgr
cfg80211
COMMAND
console-kit-dae
cpuset
cron
cry
-
2124006·text·3 B·2012-03-04 12:09 UTC
-1'
-
2123988·text·8.4 KB·2012-03-04 10:43 UTC
<?php
$sessions = array();
$firstHour = null;
$lastHour = null;
foreach($this->pg['trainingschedual'] as $session) {
if ($session['day'] == $this->day) {
if (!$firstHour || $session['star
-
2123953·text·13.5 KB·2012-03-04 07:02 UTC
/* Define grf */
grf {
grfid: "NML\00";
/* GRF name and description strings are defined in the lang files */
name: string(STR_GRF_NAME);
desc: string(STR_GRF_DESC);
/* This i
-
2123951·text·4.3 KB·2012-03-04 06:48 UTC
<?php
/*
$Id: header.php,v 1.42 2003/06/10 18:20:38 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2003 osCommerce
Released under
-
2123929·text·76.9 KB·2012-03-04 05:51 UTC
-
2123926·text·75.4 KB·2012-03-04 05:19 UTC
-
2123925·text·161 B·2012-03-04 05:09 UTC
var
input_first = document.getElementById('input_first');
// function update_barnum_link() declared here...
input_first.onblur = update_barnum_link();
-
2123924·text·709 B·2012-03-04 05:06 UTC
[04/03/2012 05:52:54] atheme 7.0.0-alpha13 is starting up...
[04/03/2012 05:52:54] opensex: data format version is 11.
[04/03/2012 05:52:54] groupserv: opensex data schema version is 4.
[04/03/2012
-
2123921·text·2.7 KB·2012-03-04 04:31 UTC
todo list. please keep up to date!
- ATI Support
- Network optimizations
- Ability to change resolution in-game, get rid of VidSetup
- reliable packet stuff:
- changing the se
-
2123920·text·2.3 KB·2012-03-04 03:36 UTC
cfv v1.18.3 - Copyright (C) 2000-2009 Matthew Mueller - GPL license
Usage: cfv [opts] [-p dir] [-T|-C] [-t type] [-f file] [files...]
-r recursive mode 1 (make seperate chksum files for each
-
2123916·text·397 B·2012-03-04 01:06 UTC
DVB Network would like you know that it has upgraded from phpbb to vbulletin 4 forum software.
to go with the new software we have a new domain name and server.
http://dvbnetwork.net
The old
-
2123911·csharp·2.8 KB·2012-03-04 00:33 UTC
Packet p = new Packet();
switch (data[0])
{
case OpCode.SMSG_Damage:
p = new _0x0BDamage(Data);
if (EventDamage
-
2123907·text·1.2 KB·2012-03-04 00:23 UTC
National Geographic did an hour long report on e-sports in South Korea, and the big names in Starcraft: Brood War, at the time. The game, a real-time strategy game that involves high amounts of multi-
-
2123900·text·1.8 KB·2012-03-03 22:10 UTC
*** Building rarian *** [7/7]
make V=1 -j 4
make all-recursive
make[1]: Entering directory `/home/jim/checkout/gnome/rarian-0.8.1'
Making all in librarian
make[2]: Entering directory `/home/jim/
-
2123896·text·2.1 KB·2012-03-03 21:51 UTC
#!/bin/bash
#BackupScriptum
a="$(date +%s)"
b="$[1314835200]"
C="$[${a}-${b}]"
z="$[60*60*24]"
VER="$[${C}/${z}]"
DATeYMD="$(date +%Y-%m-%d)"
DATeYM="$(date +%Y-%m)"
DATeY="$(date +%Y)"
LOgA
-
2123894·text·1.7 KB·2012-03-03 21:32 UTC
cpp' || echo './'`../util/tinyxml.cpp
source='../util/tinyxmlparser.cpp' object='tinyxmlparser.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
/bin/bash ../libtool --tag=CXX
-
2123890·text·49.9 KB·2012-03-03 21:01 UTC
-
2123888·text·167 B·2012-03-03 20:40 UTC
ALTER TABLE `deliveries-completed`
ADD PRIMARY KEY(`transactionID`) USING HASH
TABLESPACE ts1 STORAGE DISK
MAX_ROWS 1000000000
ENGINE NDBCLUSTER;
-
2123887·text·7.8 KB·2012-03-03 20:11 UTC
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#i