-
2072964·text·227 B·2011-05-31 21:22 UTC
freebsd# ./tools/virsh -c qemu+tcp://192.168.178.22/system version
Compiled against library: libvir 0.9.2
error: failed to get the library version
error: this function is not supported by the conne
-
2072956·text·819 B·2011-05-31 20:56 UTC
16:53 <@DaveCanoe> I can't answer it directly. There's issues with our
route-maps that only work by conincidence. I don't have
time this week to put 3 or
-
2072953·text·8 B·2011-05-31 20:49 UTC
45464456
-
2072950·text·494 B·2011-05-31 20:39 UTC
#include <stdio.h>
int main() {
int num_c_dia;
float preco, preco_c, custo_d, custo_s, custo_m;
printf("Quantos cigarros voce fuma por dia?");
fflush(stdout);
scanf("%d", &num_c_dia);
pri
-
2072949·text·494 B·2011-05-31 20:39 UTC
#include <stdio.h>
int main() {
int num_c_dia;
float preco, preco_c, custo_d, custo_s, custo_m;
printf("Quantos cigarros voce fuma por dia?");
fflush(stdout);
scanf("%d", &num_c_dia);
pri
-
2072947·text·7.2 KB·2011-05-31 20:35 UTC
avg-cpu: %user %nice %system %iowait %steal %idle
1.38 0.00 13.75 0.00 0.00 84.88
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz aw
-
2072946·text·209 B·2011-05-31 20:35 UTC
Invalid argument supplied for foreach() in sit/htdocs/plugins/plugin_hide_menu_items.php @ line 414 sit_error_handler() phmi_hide_menu_items() plugin_hide_menu_items_function() plugin_do() include() r
-
2072945·text·7.0 KB·2011-05-31 20:35 UTC
avg-cpu: %user %nice %system %iowait %steal %idle
1.38 0.00 13.75 0.00 0.00 84.88
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz aw
-
2072944·text·1.5 KB·2011-05-31 20:33 UTC
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:02.1 Display controller: Intel Corporat
-
2072943·text·7.7 KB·2011-05-31 20:32 UTC
05-31 18:31:13 <xorg62> et là en effet y'a déjà moins de monde dans le bien
-
2072942·text·2.6 KB·2011-05-31 20:25 UTC
avg-cpu: %user %nice %system %iowait %steal %idle
1.38 0.00 13.75 0.00 0.00 84.88
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz aw
-
2072939·text·3.1 KB·2011-05-31 20:20 UTC
NEW STAT
A system created by Garr Torrent.
W.I.P.
Spirit(Spiritual Power)
Toughness(Physical Power)
Agility(Speed)
Tact(Mental Power)
Vim is Toughness + 1/2 Spirit, Mind is Spirit + 1/2 Tac
-
2072938·text·3.0 KB·2011-05-31 20:20 UTC
NEW STAT
Spirit(Spiritual Power)
Toughness(Physical Power)
Agility(Speed)
Tact(Mental Power)
Vim is Toughness + 1/2 Spirit, Mind is Spirit + 1/2 Tact, HP is double Vim, MP is double Mind, Accur
-
2072936·text·2.3 KB·2011-05-31 20:16 UTC
avg-cpu: %user %nice %system %iowait %steal %idle
1.38 0.00 13.75 0.00 0.00 84.88
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz aw
-
2072935·text·2.1 KB·2011-05-31 20:13 UTC
avg-cpu: %user %nice %system %iowait %steal %idle
1.38 0.00 13.75 0.00 0.00 84.88
Device: rrqm/s wrqm/s r/s w/s rsec/s wsec/s avgrq-sz avgqu-sz aw
-
2072933·php·371 B·2011-05-31 20:11 UTC
<?php
function get_channel_comments ($username) {
$url = file_get_contents("http://youtube.com/".$username."/");
$newlines = array("\t","\n","\r","\x20\x20","\0","\x0B");
$content = str_replace(
-
2072924·text·2.8 KB·2011-05-31 19:41 UTC
[20:44:07] <divVerent> the issue is easy to explain
[20:44:09] <divVerent> but hard to fix
[20:44:26] <divVerent> I changed CSQC code to always set the player position... was needed to make the deat
-
2072921·text·816 B·2011-05-31 19:26 UTC
Každý dotaz od klientského počítače na server je přesměrován na soubor index.php, odkud začíná boostrap (tj. načítání instance třídy Zend_Application). Tato třída je vstupním bodem aplikace a jejím úč
-
2072918·c·338 B·2011-05-31 19:24 UTC
void QuickSort(int tab[], int l, int r)
{
if (l>=r) return;
int ind=l;
for (int i=l+1;i<=r,i++) {
if (tab[i] < tab[l]) {
if (++ind != i)
int temp=tab[ind]; tab[ind]=tab[i];
-
2072917·text·338 B·2011-05-31 19:24 UTC
void QuickSort(int tab[], int l, int r)
{
if (l>=r) return;
int ind=l;
for (int i=l+1;i<=r,i++) {
if (tab[i] < tab[l]) {
if (++ind != i)
int temp=tab[ind]; tab[ind]=tab[i];