-
2046947·text·10.9 KB·2011-04-15 20:50 UTC
[15:04:27] <@arashi0> SpiegelEiXXL
[15:04:29] <@arashi0> yo
[15:04:29] <@SpiegelEiXXL> arashi
[15:04:46] <@SpiegelEiXXL> arashi0: please be more careful if you do a script
[15:04:46] marsd (人・_・)
-
2046945·objectivec·557 B·2011-04-15 20:45 UTC
NSMutableString *string = [[NSMutableString alloc] init];
NSRange effectiveRange = NSMakeRange(0, 0);
do {
NSDictionary *results = [nonMutableString attributesAtIndex:NSMaxRange(effectiv
-
2046944·text·15.8 KB·2011-04-15 20:37 UTC
D.REI.K diz (11:17):
eaw
Shanks diz (13:06):
dae cara
D.REI.K diz (13:09):
blz?
Shanks diz (13:09):
de boa
Shanks diz (13:09):
e ai?
D.REI.K diz (13:09):
sussa
D.REI.K diz (13:10):
poha i
-
2046940·text·5.4 KB·2011-04-15 20:00 UTC
You were on your way home when you died.
It was a car accident. Nothing particularly remarkable, but fatal nonetheless. You left behind a wife and two children. It was a painless death. The EMTs tr
-
2046930·cpp·193 B·2011-04-15 19:10 UTC
#include <iostream>
using namespace std;
int cislo=572;
int a;
int main(){
while(cislo%10!=0){
a=cislo%10;
cout << a;
cislo-=a;
cislo/=10;
}
cin.get();
cin.get();
}
-
2046918·text·23.6 KB·2011-04-15 18:45 UTC
Computers.
Sometimes I don my rose tinted spectacles and look back over the last 20 odd years and wonder where it's all going..
Sure, today we have quad-core CPU's and memory so large the 32 bit
-
2046913·text·2.3 KB·2011-04-15 18:31 UTC
┌─[leleobhz@daniela.leleobhz.org]
└─[~/Vídeos]> mtr --report --report-wide 187.17.67.227
HOST: daniela.leleobhz.org Loss% Snt Last Avg Best Wrst StDev
1. nebulosa.local
-
2046911·text·2.1 KB·2011-04-15 18:20 UTC
# www.linux-on-line.net backend eggdrop script
# linuxnews.tcl - requesting and displaying info
# Copyright (C) 2003 Sheyh [irc.sheyh.com], www.linux-on-line.net
# Greets goes to CoolCold [irc.rea.
-
2046910·text·52.9 KB·2011-04-15 18:16 UTC
-
2046908·text·2.6 KB·2011-04-15 17:56 UTC
<?php
/**
* Template Name: Contact
*
*/
?>
<?php get_header(); ?>
<?php
if(isset($_POST['submit'])) {
if(trim($_POST['name']) == '') {
$hasError = true;
} else {
$name = trim(
-
2046907·php·127 B·2011-04-15 17:50 UTC
if($mail->Send())
echo "Message was NOT sent successfully.";
elseif(!$mail->Send())
echo "Message was sent successfully.";
-
2046899·text·6.4 KB·2011-04-15 17:16 UTC
17:18 ? ZiniestrO ¦ [alfiles]
17:18 ? @alfiles ¦ [ZiniestrO]
17:18 ? ZiniestrO ¦ ayer
17:19 ? ZiniestrO ¦ me dijiste sobre el codigo de
-
2046896·text·898 B·2011-04-15 17:10 UTC
Apr 15 13:08:56 debiancrm mysqld_safe: mysqld from pid file /var/run/mysqld/mysqld.pid ended
Apr 15 13:09:01 debiancrm /USR/SBIN/CRON[5649]: (root) CMD ( [ -x /usr/lib/php5/maxlifetime ] && [ -d /va
-
2046895·text·815 B·2011-04-15 17:08 UTC
mysqld
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
110415 18:06:32 InnoDB: Database was not shut down normally!
InnoDB: Sta
-
2046885·text·178 B·2011-04-15 16:47 UTC
cdebootstrap -a armel testing cn-w4-cctv ftp://ftp.uk.debian.org/debian
P: Retrieving Release
P: Retrieving Release.gpg
P: Validating Release
E: Couldn't validate Release!
-
2046884·text·3.2 KB·2011-04-15 16:47 UTC
While Japan has always had a reputation for taking ideas from the West and improving on them (sometimes beyond recognition), the reverse is often true, too, and Japan has long served as a well of insp
-
2046882·text·1.1 KB·2011-04-15 16:42 UTC
#
# MySQL Configuration
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0
[mysqld]
user = mysql
socket = /var/
-
2046881·text·720 B·2011-04-15 16:40 UTC
Fated> Nice quote from March 26th, by the way.
<rms> which one?
<Fated> The one relevant to this network :)
<rms> I make so many quotes, remind me? ;)
<Fated> I can't imagine too many furry topic
-
2046878·text·2.2 KB·2011-04-15 16:27 UTC
#include "global.h"
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
*/
int dl_GetFile(SO
-
2046877·text·16.4 KB·2011-04-15 16:27 UTC
######################################################################
# This file should be kept compatible with Python 2.3, see PEP 291. #
########################################################