-
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];
-
2072916·cpp·1.7 KB·2011-05-31 19:21 UTC
/*
TJ Biddle
M 03719432
CS2
May 27, 2011
Assignment 7
*/
#include <list>
#include <queue>
#include <iostream>
#include <fstream>
using namespace std;
int main(int argc, char *argv[]
-
2072914·text·27.0 KB·2011-05-31 19:11 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
-
2072913·text·198 B·2011-05-31 19:09 UTC
public boolean onCreateOptionsMenu(Menu menu){
MenuInflater inflater = getMenuInflater();
inflater.inflate(R.menu.menu2, menu);
return true;
}