-
2052420·c·470 B·2011-05-01 03:29 UTC
#include <stdio.h>
#include <string.h>
char *shuffle(const char *str, int n)
{
static char r[256] = {0};
int l = strlen(str);
memset(r, 0, 256);
strlcpy(r, str, 256);
for (int i =
-
2052419·c·472 B·2011-05-01 03:23 UTC
#include <stdio.h>
#include <string.h>
char *shuffle(const char *str, int n)
{
static char r[256] = {0};
int l = strlen(str);
memset(r, 0, 256);
strlcpy(r, str, 256);
for (int i =
-
2052417·text·15.6 KB·2011-05-01 02:22 UTC
$ wine StarCraft\ II.exe
fixme:process:GetLogicalProcessorInformation ((nil),0x33dcc0): stub
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (2000): STUB
fixme:wininet:Inter
-
2052416·text·1.3 KB·2011-05-01 02:00 UTC
seta cg_lagometer 1
seta autorecorddemo 1
bind k kill
bind kp_ins "class level0"
bind kp_del "class builderupg;class builderupg;class builder"
bind kp_end "set evolve class level1;echo [basil
-
2052415·text·1.8 KB·2011-05-01 02:00 UTC
seta cg_lagometer 1
seta autorecorddemo 1
bind k kill
bind alt "sell gren;buy gren" // BUY GRENADE OF DEATH
bind mwheelup "itemact gren" // THROW IT!
bind kp_end "sell bsuit;buy larmour"
b
-
2052412·text·725 B·2011-05-01 01:33 UTC
GNU gdb (GDB) 7.1-6.mga1 (Mageia release 1)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: yo
-
2052409·text·969 B·2011-05-01 01:06 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ec2917eedaf59deecaa6990d02fa09e425e501d52b21e4e87e44e8fdebab3f92
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
iQIcBAEBAgAGBQJ
-
2052406·text·6.1 KB·2011-05-01 00:49 UTC
Abstract
In Judith Jarvis Thomson’s “A Defense of Abortion”, she uses a thought experiment involving a violinist as an analogy for pregnancy to argue that abortion is permissible in some cases. There
-
2052405·text·3.5 KB·2011-05-01 00:47 UTC
The main problem posed by Coady in “Messy Morality and the Art of the Possible” is that the immoral acts of politicians are more or less condoned. His argument for the opposite stance aside, I think
-
2052404·php·747 B·2011-05-01 00:45 UTC
<html>
<head><title>I DO WHAT I WANT</title></head>
<!--morrison yellow-->
<body bgcolor="#FFFFCC">
<center>
<h1 align=center face=helvetica>
DEAL WITH IT
</h1>
<?php
if($handle = opendi
-
2052401·text·5.3 KB·2011-05-01 00:37 UTC
When two beliefs contradict each other, the resolution is to reject one or the other. If I were to say that this apple is red and someone else was to say that the same apple was not red, one of the st
-
2052397·text·1.3 KB·2011-05-01 00:11 UTC
<?php
/**
* The Template for displaying all single posts.
*
* @package WordPress
* @subpackage Buzzkill
* @since Twenty Ten 1.0
*/
get_header(); ?>
<div id="page-padding">
<div id
-
2052396·text·1.1 KB·2011-05-01 00:10 UTC
/**
* This is a secondary activity, to show what the user has selected
* when the screen is not large enough to show it all in one activity.
*/
public static class Details
-
2052395·text·1.1 KB·2011-05-01 00:07 UTC
Creating mod_spandsp.la
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
gcc -shared .libs/mod_spandsp_la-mod_spandsp.o .libs/mod_spandsp_la-udptl.o .libs/mod_spandsp_la-mod_spa
-
2052393·text·1.3 KB·2011-05-01 00:00 UTC
<?php
/**
* The Template for displaying all single posts.
*
* @package WordPress
* @subpackage Buzzkill
* @since Twenty Ten 1.0
*/
get_header(); ?>
<div id="page-padding">
<div id
-
2052390·text·1.2 KB·2011-04-30 23:54 UTC
<?php
/**
* The Template for displaying all single posts.
*
* @package WordPress
* @subpackage Buzzkill
* @since Twenty Ten 1.0
*/
get_header(); ?>
<div id="page-padding">
<div id
-
2052385·text·652 B·2011-04-30 23:26 UTC
[sose@joni ~]$ pacman -Si gnome-media
Repository : extra
Name : gnome-media
Version : 2.91.2-2
URL : http://www.gnome.org
Licenses : GPL
Groups : gn
-
2052384·text·272 B·2011-04-30 23:25 UTC
[sose@joni ~]$ sudo pacman -Syu > update.txt
:: Replace gnome2-user-docs with extra/gnome-user-docs? [Y/n] y
:: Replace gnome-panel-bonobo with extra/gnome-panel? [Y/n]
:: Replace gnome-themes wit
-
2052383·text·9.4 KB·2011-04-30 23:23 UTC
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
warning: wine: ignoring package upgrade (1.3.17-1 => 1.3
-
2052381·csharp·1.8 KB·2011-04-30 23:14 UTC
switch (selectionNumber)
{
case 1: spriteBatch.DrawString(gameFont, "Single Player", new Vector2(x, y), Color.Red);
sprit