-
2073747·text·269 B·2011-06-02 16:09 UTC
// BACKEND CONFIGS
backend duck4 {
.host = "duck4.mclear.co.uk";
.port = "8080";
.probe = {
.url = "/";
.interval = 5s;
.timeout = 1 s;
-
2073744·text·9 B·2011-06-02 16:05 UTC
이스렌
-
2073740·text·5.2 KB·2011-06-02 15:48 UTC
==== Call file that works ====
Channel: SIP/mytrunk/17705551212
Callerid: 12055551212
Context: outbound-test
MaxRetries: 1
RetryTime: 60
WaitTime: 30
Extension: 10
Archive: 1
==== Call file
-
2073736·text·3.8 KB·2011-06-02 15:29 UTC
[ 665.891318] VGA switcheroo: detected DSM switching method \_SB_.PCI0.P0P4.GFX0 handle
[ 665.891370] nouveau 0000:04:00.0: setting latency timer to 64
[ 665.894907] [drm] nouveau 0000:04:00.0: D
-
2073733·text·1.9 KB·2011-06-02 15:16 UTC
CLAN BROBERST;
COSMIC FIGHTING BROTHERHOOD ACTION!!
¤¤CHARACTERS¤¤
•Lenny: Mother Goddess, Narrator, telling story as a narrator, after the events have taken place. her subordinates have gone
-
2073732·text·845 B·2011-06-02 15:13 UTC
database:
Project
- Name
- Short desc
- license (most restrictive of any dl)
- code available flag
- Parent Project ID (or 0 for master)
- Last update date
- projID
- tagID
Post
- Title
-
2073729·text·9.6 KB·2011-06-02 15:05 UTC
freeswitch@internal> 2011-06-02 05:06:04.575275 [DEBUG] sofia.c:6557 1 acls to check for proxy
2011-06-02 05:06:04.575275 [DEBUG] sofia.c:6562 checking 65.34.188.197 against acl authoritative
2011
-
2073726·text·221 B·2011-06-02 14:57 UTC
thVideoMedia *videoStream = 0;
videoStream = new thVideoMedia ( (iBase*)this);
videoStream->Initialize (this->object_reg);
...
printf("found video stream!\n");
container->GetMediaArray ().P
-
2073725·text·7 B·2011-06-02 14:57 UTC
deleted
-
2073724·text·896 B·2011-06-02 14:54 UTC
$ sudo make install
[ 26%] Built target streflop
[ 59%] Built target libmegaglest
Scanning dependencies of target megaglest
[ 59%] Building CXX object source/glest_game/CMakeFiles/megaglest.dir/fa
-
2073722·text·446 B·2011-06-02 14:46 UTC
Το scriptάκι το έφτιαξα στο /home/alekos/.keyb
#! /bin/bash
current=$(setxkbmap -print | grep xkb_symbols | awk -F"+" '{print $2}')
if [[ $current = "us" ]]
then
echo ".:<fc=#ff0000> Englis
-
2073720·text·2.3 KB·2011-06-02 14:34 UTC
[15:27:37][Razmataz] has earned the achievement [Death to the Warchief!]!
[15:27:37][Razmataz] has earned the achievement [Bleeding Bloodhoof]!
[15:27:37][Razmataz] has earned the achievement [Downi
-
2073716·text·2.4 KB·2011-06-02 14:22 UTC
.EWRporta_Portal .topBlocks { float: none; width: auto; }
.EWRporta_Portal .bottomBlocks { float: none; width: auto; }
.EWRporta_Portal .leftBlocks { float: left; }
.EWRporta_Portal .centerBlocks {
-
2073710·text·173 B·2011-06-02 13:47 UTC
x+y+z+0.t=-1
x+0.y+z+t=5
x+0.y+z+t=7
x+y+0.z+t=4
1 1 1 0.1 | -1
1 0.1 1 1 | 5
1 0.1 1 1 | 7
1 1 0.1 1 | 4
1 1 1 0 | -1
1 0 1 1 | 5
1 0 1 1 | 7
1 1 0 1 | 4
-
2073704·text·9.7 KB·2011-06-02 13:16 UTC
{\rtf1\ansi\ansicpg1252\deff0\deflang1035{\fonttbl{\f0\fswiss\fcharset0 Arial;}}
{\*\generator Msftedit 5.41.21.2509;}\viewkind4\uc1\pard\f0\fs20 (lehdist\'f6tiedoite on melko pitk\'e4, joten kannatt
-
2073703·text·1.8 KB·2011-06-02 13:16 UTC
screen --help
Use: screen [-opts] [cmd [args]]
or: screen -r [host.tty]
Options:
-a Force all capabilities into each window's termcap.
-A -[r|R] Adapt all windows to the new dis
-
2073699·text·779 B·2011-06-02 13:11 UTC
<?xml version="1.0" encoding="UTF-8" ?>
<ApplicationInfo>
<ProductName>Adobe Photoshop CS2</ProductName><ProductCode>{236BB7C4-4419-42FD-0409-1E257A25E34D}</ProductCode><UpgradeCode>{5DEDFCF5-B5D1-4
-
2073694·text·3.0 KB·2011-06-02 12:46 UTC
Nameless;
Concker - Human - Gen.Wint - Thmz
Angende siste:
Concker: Synes Syk1 virker som er mer oppegende spiller som virker som har god iq og aim, Samt virker veldig aktiv og "Keen"
Thmz:
-
2073692·text·2.1 KB·2011-06-02 12:40 UTC
bot_add // Pas de valeur a mettre. La commande autorise l'ajout de bots.
bot_quota 4 // Permet d'avoir 2 bots en permanence sur le serveur.
bot_quota_mode fill 2 // Permet d'ajuster le nombre de bot
-
2073690·lua·500 B·2011-06-02 12:17 UTC
function HealthComponent:setHP(value)
if type(value) == "number" then
self.HP = (value <= self.maxHP) and value or self.maxHP
self:dbgUpdateText()
else
error("HealthComponent:setCurrentHP