-
2052977·text·693 B·2011-05-02 18:56 UTC
Auf dem Weg hinaus, fühlt ich mich allein, einsam und furchtbar leer
Doch mein Herz gewann, führte mich voran, als ich zum Stillstand kam
Ich kann weiter gehn, bin schon lang erwacht aus meinem tief
-
2052976·text·2.2 KB·2011-05-02 18:53 UTC
# Ensure that Apache listens on port 443
Listen 443
# Listen for virtual host requests on all IP addresses
NameVirtualHost *:443
#Go ahead and accetp connections for these vhosts
#from non-SN
-
2052975·text·2.0 KB·2011-05-02 18:52 UTC
# Ensure that Apache listens on port 443
Listen 443
# Listen for virtual host requests on all IP addresses
NameVirtualHost *:443
#Go ahead and accetp connections for these vhosts
#from non-SN
-
2052972·text·702 B·2011-05-02 18:48 UTC
Buenos días,
Me gustaria comentar/sugerir una pequeña renovación en CLAN.
Veo bien que mantenga el orden de usuarios conforme entraron, pero sería de gran ayuda estas 2 cosas:
Que los que est
-
2052971·text·7.6 KB·2011-05-02 18:48 UTC
[Mon May 02 03:46:42 2011] [debug] ssl_engine_kernel.c(1903): OpenSSL: Exit: error in SSLv2/v3 read client hello A
[Mon May 02 03:46:42 2011] [info] [client ::1] SSL library error 1 in handshake (ser
-
2052969·text·4 B·2011-05-02 18:39 UTC
dfsd
-
2052964·text·1.2 KB·2011-05-02 18:14 UTC
Ubuntu (11.04) startet nicht, Recovery startet nicht, Live CD startet nicht und auch das irgendwann mal installierte Windows XP hört irgendwann einfach auf zu laden.
Das ganze begann eigentlich sch
-
2052962·text·52.3 KB·2011-05-02 18:12 UTC
-
2052958·sql·766 B·2011-05-02 18:00 UTC
-- Triggers `guilds`
--
DROP TRIGGER IF EXISTS `oncreate_guilds`;
DELIMITER //
CREATE TRIGGER `oncreate_guilds` AFTER INSERT ON `guilds`
FOR EACH ROW BEGIN
INSERT INTO `guild_ranks` (`name`,
-
2052954·c·717 B·2011-05-02 17:54 UTC
#include <stdio.h>
int main()
{
int sayilar[10]={5,6,2,1,4,2,5,5,5,2};
int i,j;
int matris[5][2];
int ar[5];
int temp=0;
int tempX;
int k=0;
for(i=0;
-
2052951·text·668 B·2011-05-02 17:47 UTC
while (!done)
{
see_what_user_has_pressed_if_anything()
do_game()
wait_250_ms_or_until_user_presses_key()
}
void wait_250_ms_or_until_user_presses_key()
{ int pups
-
2052950·cpp·199 B·2011-05-02 17:45 UTC
while (!done)
{
see_what_user_has_pressed_if_anything()
do_game()
wait_250_ms_or_until_user_presses_key()
}
/*
while(startTime >= 250)
{
//put code here...
}
*/
-
2052948·text·136 B·2011-05-02 17:40 UTC
while (!done)
{
see_what_user_has_pressed_if_anything()
do_game()
wait_250_ms_or_until_user_presses_key()
}
-
2052944·text·3.7 KB·2011-05-02 17:23 UTC
Features I'd like included:
1. Rank system - the player types !wr to view the statistics of the ranked players in this format:
NAME_HERE , Completed the map in xx.xx.xx, with xxx jumps, FPS: xxx
-
2052942·text·1.2 KB·2011-05-02 17:19 UTC
Fest der Ahnen
[Chorus]
Hebet die Hörner, hebet die Humpen
trinket auf die alte zeit
lasst fliesen den Wein, lasst fliesen das Bier
auf die ahnen, nun trinken wir
[Verse]
die Eichenfässer n
-
2052927·c·243 B·2011-05-02 16:31 UTC
#include <string.h>
char* fileBuffer = new char[FLen];
int rb;
int readOffset = 0;
int localBuffer[1024];
while (rb = read(FHandle, localBuffer, 1024) != 0) {
memcpy(fileBuffer + readOffset
-
2052926·c·1.1 KB·2011-05-02 16:31 UTC
const Arr=102400;
char StrBuf[Arr];
int FHandle;
UnicodeString StrHld;
UnicodeString Final,LStrHld;
FILE *FileHLD;
int Errhld=0;
FTemp="";
try{
if(!FileExists(OpenDialog1->FileName))
{if(!Fi
-
2052921·text·235 B·2011-05-02 16:16 UTC
#!/bin/bash
cd /home/user
eval `dbus-launch --sh-syntax --exit-with-session`
/usr/bin/X :0.0 -br -audit 0 -nolisten tcp vt7 &
export DISPLAY=:0.0
sleep 10
gnome-panel &
compiz --replace &
sl
-
2052916·text·363 B·2011-05-02 16:03 UTC
pupsleep=0; $
while ( SDL_PollEvent(&event) );$
{$
if (pupsleep > 10 || event.type == SDL_KEYUP || event.type == SDL_KEYDOWN || event.type == SDL_MOUSEBUTTONDOWN || options.cli_
-
2052915·text·626 B·2011-05-02 16:02 UTC
deb http://ftp.hk.debian.org/debian/ squeeze main non-free contrib
deb http://ftp.jp.debian.org/debian/ squeeze main non-free contrib
deb-src http://ftp.jp.debian.org/debian/ squeeze main non-free