-
2047201·text·60.3 KB·2011-04-16 17:48 UTC
-
2047200·lisp·2.3 KB·2011-04-16 17:42 UTC
(defun bkuhn/unicode-insert (char)
"Read a unicode code point and insert said character.
Input uses `read-quoted-char-radix'. If you want to copy
the values from the Unicode charts, yo
-
2047198·text·15 B·2011-04-16 17:29 UTC
läölöälöä
-
2047195·text·10.9 KB·2011-04-16 17:09 UTC
plugin:
permissions:
system: default
copies: null
groups:
Guest:
default: false
info:
prefix: '&f[&7Guest&f] '
suffix: ''
-
2047191·cpp·106 B·2011-04-16 16:47 UTC
#include <iostream>
int main(int argc, char ** argv)
{
std::cout << "Hello world!" << std::endl;
}
-
2047190·text·106 B·2011-04-16 16:47 UTC
#include <iostream>
int main(int argc, char ** argv)
{
std::cout << "Hello world!" << std::endl;
}
-
2047184·text·19 B·2011-04-16 16:30 UTC
<?php
echo"1";
?>
-
2047178·text·562.0 KB·2011-04-16 15:57 UTC
-
2047170·text·29.4 KB·2011-04-16 15:03 UTC
General Remarks on the Question of Organisation
(Anton Pannekoek - 1938)
Organisation is the chief principle in the working class fight for emancipation. Hence the forms of this organisation const
-
2047168·php·5 B·2011-04-16 15:02 UTC
<?php
-
2047167·text·3.5 KB·2011-04-16 14:58 UTC
philippe@cauchy:~/openclstuff$ ./clDeviceEnumerator
The OpenCL Platform Information Tool for Tools (philv)
Found 1 platform
Platform #1
Platform Profile: FULL_PROFILE
Platform Version: OpenCL
-
2047166·text·216 B·2011-04-16 14:54 UTC
root@Enigma2:/opt/lampp/htdocs# /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.2...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP fo
-
2047164·java·1.4 KB·2011-04-16 14:27 UTC
import java.util.Scanner;
public class Main {
public static void main(String args[]) {
Scanner input = new Scanner(System.in);
System.out.println("Enter input string");
-
2047162·text·1.7 KB·2011-04-16 13:33 UTC
:::::::::Most games are in very good condition unless stated otherwise:::::::
pure/lego batman twin pack
virtua tennis 2009
forza 3
splinter cell conviction
gears of war
beautiful katamari
fa
-
2047160·text·12.9 KB·2011-04-16 13:32 UTC
Chapter 1 : The Starting Point
Well done, You're now an offical member of the Los Santos Police Department. You rank is Cadet. This means that you're still undergoing training.
What you can do a
-
2047146·text·571 B·2011-04-16 12:45 UTC
$ /bin/bash '/var/www/mediawiki/bin/ulimit4.sh' 180 102400 102400 'OMP_NUM_THREADS='\''1'\'' '\''/usr/bin/convert'\'' -quality 95 -background white '\''/var/www/mediawiki/images/7/7a/Somefile.png'\''
-
2047145·java·8.2 KB·2011-04-16 12:41 UTC
package Beeline;
import java.io.IOException;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;
import java.util.Vector;
import javax.microedition.io.ConnectionNotFoundExc
-
2047138·javascript·1.1 KB·2011-04-16 11:20 UTC
// ==UserScript==
// @name testcase
// @namespace http://www.ibdof.com/
// @description Double injection test
// @include http://www.ibdof.com/search.php*
// @include
-
2047137·text·664 B·2011-04-16 11:19 UTC
linux-jxx4:~ # /usr/bin/python /root/fetch.py -o localhost -c Zabbix Server -z localhost -s /usr/sbin/zabbix-sender
zabbix-sender [5900]: DEBUG: Answer [{
"response":"success",
"i
-
2047134·php·492 B·2011-04-16 11:10 UTC
<?php
class Slim_Autoload {
public function register( ) {
ini_set( 'unserialize_callback_func', 'spl_autoload_call' );
spl_autoload_register( array( $this, 'autoload' ) );
}
public fu