-
2052993·text·215 B·2011-05-02 19:28 UTC
merlijn@abu ~/xonotic $ if ! { time -p true; } >/dev/null 2>&1; then msg "Cannot do timing in this shell"; return 1; fi
merlijn@abu ~/xonotic $ ls -al /bin/sh
lrwxrwxrwx 1 root root 4 Mar 19 22:18
-
2052992·text·68 B·2011-05-02 19:26 UTC
http://www.viget.com/inspire/creating-alpha-gradient-masks-in-flash/
-
2052991·text·738 B·2011-05-02 19:24 UTC
G90
G21
M103
M105
M106
M113 S1.0
M108 S210.0
G1 X80.51 Y90.22 Z0.15 F9600.0
G1 F900.0
G1 E1.0
G1 F9600.0
G92 E0
M101
G1 X99.78 Y90.22 Z0.15 F960.0 E5.2581
G1 X99.78 Y109.78 E10.593
G1 X
-
2052990·text·842 B·2011-05-02 19:22 UTC
AppealDieResult : Integer;
BowlDieResult : Integer;
CalculateRunsScored: Integer;
Count : Integer;
Count2 : Integer;
CurrentFile : Text;
DisplayCurrentPlayerNewScore;
DisplayRunsScored;
GetMen
-
2052989·text·3.0 KB·2011-05-02 19:21 UTC
The requirements imposed on a parser for an editor are vastly
different from those for a compiler or source refactoring tool.
1. Must be INCREMENTAL: feedback from local editing must be swift
-
2052986·text·240 B·2011-05-02 19:14 UTC
Book
- Title
- AuthorID (foreign key, linking to authorID)
- Published Date
- GenreID (foreign key, linking to genreID)
- Cost
- Image
- Description?
Author
- AuthorID
- First Name
- Las
-
2052985·text·804 B·2011-05-02 19:11 UTC
1 "Great American Novel"
Philip Roth; Taschenbuch; EUR 10,99
1 "The Globalization Paradox: Democracy and the Future of the World Economy"
Dani Rodrik; Gebundene Ausgabe; EUR 15,95
1 "Die Daten
-
2052984·text·3.6 KB·2011-05-02 19:10 UTC
-rw------- 1 gmdadmin gmd 4053 Apr 22 22:05 .bash_history
nyl90m-2101:gmdadmin,9% perl -MCPAN -e shell
CPAN: File::HomeDir loaded ok (v0.66)
Exiting subroutine via last at /app/gmd/lib/perl5/5.8.
-
2052982·text·376 B·2011-05-02 19:09 UTC
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc
-
2052979·text·231 B·2011-05-02 19:05 UTC
2 Corpsehatch
3 Darksteel Myr
4 Drudge Skeletons
4 Essence Feed
3 Flayer Husk
4 Fume Spitter
3 Grasp of Darkness
3 Grave Peril
4 Gravedigger
3 Leaden Myr
2 Perilous Myr
20 Swamp
1 Unholy S
-
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;