-
2060717·text·5.4 KB·2011-05-15 21:08 UTC
$country_list = array('AF' => 'Afghanistan', 'ZA' => 'South Africa', 'AL' => 'Albania', 'DZ' => 'Algeria', 'DE' => 'Germany', 'AD' => 'Andorra', 'AO' => 'Angola', 'AI' => 'Anguilla', 'AQ' => 'Antarcti
-
2060716·text·769 B·2011-05-15 21:06 UTC
<yann2> Trying to view: https://bugs.launchpad.net/bugs/+bugs?field.scope=all&field.scope.target=&field.searchtext=&search=Search+Bug+Reports&start=185100
<yann2> but launchpad doesnt seem to like th
-
2060715·text·14.1 KB·2011-05-15 21:05 UTC
$country_list = array( 'AF' => array('FR' => 'Afghanistan', 'EN' => 'Afghanistan'), 'ZA' => array('FR' => 'Afrique du Sud', 'EN' => 'South Africa'), 'AL' => array('FR' => 'Albanie', 'EN' => 'Albania')
-
2060713·text·20.7 KB·2011-05-15 20:55 UTC
Hoofdstuk I - De Verdachte
Het was Februari en verdomd heet. 26 graden Celsius in de schaduw, wat een dag! Bloemstengels voerden wulpse dansen uit in de wind, om zo indruk te maken op de coole sid
-
2060712·text·861 B·2011-05-15 20:55 UTC
Sometimes I feel caught between two distinct worlds - the one that we all see and acknowledge and the one that some lizard-like primordial portions of our brain understands only subconsciously. We mov
-
2060711·text·2.1 KB·2011-05-15 20:51 UTC
//NAME: Sealed Deck
1 Blackcleave Cliffs
1 Flesh Allergy
1 Koth of the Hammer
1 Turn to Slag
1 Blisterstick Shaman
1 Bonehoard
1 Dross Ripper
1 Ichor We
-
2060710·mirc·9.8 KB·2011-05-15 20:46 UTC
alias omgbig {
if ($bigtext.unsupp($1-)) {
echo -ac info * Characters not supported by Big Text present in your message: $bigtext.unsupp($1-)
return
}
var %lia, %lib, %lic, %lid, %l
-
2060708·text·2.0 KB·2011-05-15 20:44 UTC
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">
-
2060707·text·3.3 KB·2011-05-15 20:39 UTC
format PE console
entry main
include 'win32a.inc'
section '.data' data readable writable
hProcess dd 0
dwBaseAddr dd 0
dwlen dd 0
szPath db 256 dup 0
szPath2 db 256 dup 0
procname db 64 d
-
2060706·text·2.9 KB·2011-05-15 20:36 UTC
60 E8 00 00 00 00 5D 81 ED 06 00 00 00 E8 BD 02 00 00 8D 45 23 E8 E6 02 00 00 E8 0A 03 00 00 61 B0 01 C3 60 E8 00 00 00 00 58 2D 29 00 00 00 89 C5 8D 85 5C 03 00 00 50 8B 85 38 03 00 00 FF 10 89 85 48
-
2060705·text·26.5 KB·2011-05-15 20:36 UTC
ConsoleKit-0.4.3-i486-1
GConf-2.32.3-i486-1gsb
M2Crypto-0.20.2-i486-1
MPlayer-20101218-i486-1
Mako-0.3.4-i486-1dj
ModemManager-0.4-i486-1gsb
ORBit2-2.14.19-i486-5gsb
PyQt-4.8.1-i486-1
QScintil
-
2060703·text·865 B·2011-05-15 20:25 UTC
#!/bin/sh
RELEASEP="0.24.1"
echo "Creating release directory"
mkdir release > /dev/null
pushd mythtv > /dev/null
echo "Archiving MythTV v$RELEASEP"
git archive --format=tar --prefix mythtv-$
-
2060700·text·265.7 KB·2011-05-15 20:16 UTC
-
2060691·text·19.6 KB·2011-05-15 19:45 UTC
PUPPETMASTER
---------------------------
[0;37mdebug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist[0m
[0;37mdebug: Puppet::Type::User::ProviderDirectoryservice: file /u
-
2060690·text·531 B·2011-05-15 19:45 UTC
x64.exe "22.mkv" --level 3.2 --qpfile qpfile.txt --preset veryslow --b-bias 1 --no-fast-pskip
--trellis 2 --subme 10 --crf 17 --deblock 1:0:0 --min-keyint 24 --b-pyramid normal --qpmin 10 -
-ch
-
2060689·text·19.6 KB·2011-05-15 19:42 UTC
PUPPETMASTER
---------------------------
[0;37mdebug: Puppet::Type::User::ProviderUser_role_add: file roleadd does not exist[0m
[0;37mdebug: Puppet::Type::User::ProviderDirectoryservice: file /u
-
2060687·text·1.6 KB·2011-05-15 19:40 UTC
Server [localhost]:
Database [postgres]:
Port [5432]:
Username [postgres]:
psql (9.0.4)
WARNING: Console code page (866) differs from Windows code page (1251)
8-bit characters might not
-
2060678·text·2.8 KB·2011-05-15 19:26 UTC
... ... ... ... ... ... ... ... ... ... ... ... ... ...|... ... ... ... ... ... ... ... .._,,-~~~-,-,,_
... ... ... ... ... ... ... ... ... ... ... ... ... ...|... ... ... ,,---,,_... ...,-~",-":__-,
-
2060677·text·1.1 KB·2011-05-15 19:25 UTC
Array
(
[0] => stdClass Object
(
[question_id] => 1
[answer_id] => 21
)
[1] => stdClass Object
(
[question_id] => 3
-
2060669·text·212 B·2011-05-15 18:53 UTC
int idade;
printf("Digite a idade:\n");
scanf("%d", &idade);
if((idade >= 18) && (idade <= 21))
printf("Está no intervalo");
else
("Não está no int