-
2051685·text·39.8 KB·2011-04-28 20:05 UTC
-
2051684·text·15.8 KB·2011-04-28 20:05 UTC
- 2011.Apr.24 - 15:42:55- • Join» (miszterke) (~miszterke@adsl201-115.pool.businesstel.hu)
- 2011.Apr.24 - 15:42:56- • Quit» (LittleBear) (86089a@webchat.xs4all.nl) ("http://webchat.xs4all.nl ")
- 2
-
2051683·text·36.2 KB·2011-04-28 20:05 UTC
-
2051680·text·4.9 KB·2011-04-28 19:49 UTC
$ /usr/bin/c++ CMakeFiles/rpcminer.dir/__/sha256.cpp.o CMakeFiles/rpcminer.dir/__/rpcminer/hex.cpp.o CMakeFiles/rpcminer.dir/__/rpcminer/httprequest.cpp.o CMakeFiles/rpcminer.dir/__/rpcminer/rpcminerc
-
2051676·text·255 B·2011-04-28 19:32 UTC
~> ps -ef | grep xfdesk | grep -v grep
td 3227 3204 0 Apr21 ? 00:00:10 xfdesktop --display :0.0 --sm-client-id 21ad04ac3-b28f-4828-bd0f-13177b3e0566
td 25852 1 0 21:30 ?
-
2051674·text·79.4 KB·2011-04-28 19:26 UTC
-
2051672·text·2.7 KB·2011-04-28 19:09 UTC
cpu@pewter:~$ arecord -L
default
pulse
Playback/recording through the PulseAudio sound server
front:CARD=SB,DEV=0
HDA ATI SB, CONEXANT Analog
Front speakers
surround40:CARD=SB,DEV=0
-
2051670·text·2.3 KB·2011-04-28 19:05 UTC
cpu@pewter:~$ arecord -L
default
pulse
Playback/recording through the PulseAudio sound server
front:CARD=SB,DEV=0
HDA ATI SB, CONEXANT Analog
Front speakers
surround40:CARD=SB,DEV=0
-
2051669·text·2.1 KB·2011-04-28 19:04 UTC
#include <stdio.h>
#include <stdlib.h>
#define N 50
int carica(int v[N]){
int dim,i;
do{
printf("\nDigita dimensione logica del vettore:\t");
scanf("%d",&dim);}
while(d
-
2051666·csharp·4.2 KB·2011-04-28 18:49 UTC
void Fish() {
SetProgressMaxValue(0);
Cast();
System.Threading.Thread.Sleep(2000);
if ((int)FFACE.Player.Status() != 50)
re
-
2051665·text·4.2 KB·2011-04-28 18:48 UTC
void Fish() {
SetProgressMaxValue(0);
Cast();
System.Threading.Thread.Sleep(2000);
if ((int)FFACE.Player.Status() != 50)
re
-
2051664·text·263 B·2011-04-28 18:47 UTC
int MAXX = 400; MAXY = 400; //wielkość okna
int i , imax = 40; // ilość iteracji
int x1,x2,y1,y2; //współrzędne
for (i = 0;i<imax;++i)
{
x1=6*i;
x2=10*i;
y1=MAXX-i/3;
y2=MA
-
2051663·text·1.7 KB·2011-04-28 18:42 UTC
(11:53:11 AM) Bill - @work: The new template you built for us that allows hub and content together, should it have the header graphics built in?
(11:53:17 AM) Bill - @work: like, the UofM logo and wh
-
2051662·cpp·17.3 KB·2011-04-28 18:38 UTC
/*
Adam Obenauf, ml22
4/17/11
project2.cpp
Text based rpg game based on the combat system of eve online
*/
//Preprocessor directives
#include<iostream>
#include<iomanip>
#include<cmath>
#i
-
2051661·cpp·365 B·2011-04-28 18:31 UTC
float PercHealth (int current, string shipName, int healthType)
{
ship myShip=LoadShip(shipName);
float fcurrent = current;
float fpoints;
if(healthType==1)
fpoints = myShip.shieldHitPoint
-
2051660·text·557 B·2011-04-28 18:31 UTC
skeletal@phalanx ~/Games/crawl/crawl-ref/source $ make
CC crc32.o
In file included from crc32.c:29:
zutil.h:21:24: error: no include path in which to search for stddef.h
zutil.h:23:22: error:
-
2051659·php·467 B·2011-04-28 18:25 UTC
<?php
# Using Zend 1.11.5
require_once('Zend/Form/Element/Text.php');
$email = new Zend_Form_Element_Text('email');
$email->setLabel('Email address')
->addFilter('Stri
-
2051651·text·4.3 KB·2011-04-28 18:04 UTC
#!/bin/bash
####################
#### IP Disponible ####
####################
# IP Principale
eth0="ip_publique_1"
# IP FailOver
eth1="ip_publique_2"
# IP GB POUR VPN
eth2="ip_p
-
2051647·text·1.1 KB·2011-04-28 18:00 UTC
<meta name="msapplication-task" content="name=Home;action-uri=http://ecovolunteer.rs/index.php?go=home;icon-uri=http://ecovolunteer.rs/icon64.ico"/>
<meta name="msapplication-task" content="name=Dump
-
2051644·text·18.2 KB·2011-04-28 17:58 UTC
/*
Adam Obenauf, ml22
4/17/11
project2.cpp
Text based rpg game based on the combat system of eve online
*/
//Preprocessor directives
#include<iostream>
#include<iomanip>