-
2103898·text·62 B·2012-01-18 20:28 UTC
#!/bin/sh
echo $1 | awk '{printf "%s\t%d\n",$0,length($0)}'
-
2103897·text·3.7 KB·2012-01-18 20:27 UTC
alias_database = hash:/etc/mail/aliases
bounce_queue_lifetime = 1d
bounce_template_file = /etc/postfix/bounce.cf
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /e
-
2103896·text·395 B·2012-01-18 20:24 UTC
insmod overlayfs
mkdir -p /tmp/overlay /tmp/new-root
mount -n -t tmpfs none /tmp/overlay
mount -t overlayfs -olowerdir=/,upperdir=/tmp/overlay overlay:/tmp/overlay /tmp/new-root
mkdir -p /tmp/new-
-
2103892·text·639 B·2012-01-18 20:08 UTC
import java.util.*;
public class Test {
private static Scanner in = new Scanner(System.in);
private static int inputVal = 0;
private static boolean isBetween = false;
public static boo
-
2103890·text·541 B·2012-01-18 19:58 UTC
function delayed()
{
var tmp = document.getElementById('mw-sopaOverlay');
tmp.parentNode.removeChild(tmp);
document.getElementById('mw-page-base').style.display = "inherit";
document.getEl
-
2103886·text·877 B·2012-01-18 19:53 UTC
package inclass.Trianlge;
public class Triangle1
{
///DATA///
/// option a
private int Ax;
private int Ay;
private int Bx;
private int By;
private int Cx;
private int Cy;
-
2103881·text·733 B·2012-01-18 19:17 UTC
import java.util.Scanner;
public class scannerx {
public static void main(String args[]){
Scanner work = new Scanner(System.in);
Scanner work2 = new Scanner(System.in);
double i;
-
2103880·text·31.1 KB·2012-01-18 19:16 UTC
SamHD.log
-------- START OF LOG --------
LOG: Core version: $Version: SeriousSamHD; Win32; Standard; Final; 3.003.00:117727; 2010-03-29 15:40:07; @builder$
LOG: Command: $
LOG:
-
2103879·nasm·14.1 KB·2012-01-18 19:11 UTC
; algorytm haszujacy MD5
; dwie podstawowe procedury:
; MD5Init(var stan) - procedura okreslajaca stan poczatkowy, przyjmuje strukture md5_state_s jako parametr
; MD5Process(var dane, var dane) -
-
2103878·text·727 B·2012-01-18 19:11 UTC
import java.util.*;
public class Gram {
public static void main(String args[]) {
String strVal;
double numVal = 0;
double resultVal = 0;
final double CON_RATE = 2.2;
Sc
-
2103877·text·2.8 KB·2012-01-18 19:03 UTC
I won’t be participating in today’s SOPA blackout for the simple reason that you and I both get what SOPA is, along with the dangers it represents.
Not even a year has passed since I read Tim Wu’s
-
2103874·text·605 B·2012-01-18 19:00 UTC
import java.util.Scanner;
public class scannerx {
public static void main(String args[]){
Scanner work = new Scanner(System.in);
Scanner work2 = new Scanner(System.in);
double i;
-
2103873·text·572 B·2012-01-18 18:59 UTC
import java.util.Scanner;
class scannerx {
public static void main(String args[]){
Scanner work = new Scanner(System.in);
Scanner work2 = new Scanner(System.in);
String input;
dou
-
2103872·cpp·7.5 KB·2012-01-18 18:48 UTC
// ARDUINO Compatibility layer by Jonathan Schemoul
// Parts of code from:
// - friendly Launchpad : http://github.com/chrishulbert/friendly_launchpad
// - WIRING project
// License: LGPL
-
2103871·text·528 B·2012-01-18 18:48 UTC
import java.util.Scanner;
class scannerx {
public static void main(String args[]){
Scanner work = new Scanner(System.in);
double i;
String input;
double x = 2.2;
double y;
S
-
2103870·cpp·12.7 KB·2012-01-18 18:47 UTC
// ARDUINO Compatibility layer by Jonathan Schemoul
// Parts of code from:
// - friendly Launchpad : http://github.com/chrishulbert/friendly_launchpad
// - WIRING project
// License: LGPL
#includ
-
2103869·text·311 B·2012-01-18 18:47 UTC
System.out.println("please type in a number");
i = work.nextInt();
System.out.println("please type in weight mesurement(lb or kg)");
input = work.nextLine();
if (input.equals("lb")) {
-
2103868·text·3.3 KB·2012-01-18 18:42 UTC
Listing regions
Name Constellations Solar Systems Planet Count Planetary Diversity
Derelik 16 118 1016 52.559% Show
The Forge 13 93 802 51.870% Show
Vale of the Silent 17 118 1002 53.593% Show
-
2103864·text·203 B·2012-01-18 18:21 UTC
javascript:(function(){var spans = document.getElementsByTagName('span'); for(var i = 0; i < spans.length; i++) { spans[i].style.backgroundColor = spans[i].onmouseover = spans[i].onmouseout = null};}
-
2103862·text·4.7 KB·2012-01-18 18:16 UTC
<?php
// Do not delete these lines
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die ('Please do not load this page directly. Thanks!');