Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


My Recent Pastes (30820 and counting)

Browse Pastes Page 1 of 1541

2006 2007 2008 2009 2010 2011 2012 2013

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec

May 26, 2013
7:50AM EDT

function print_times( text, times ) {
  if ( text == null ) {
    return;
  }

May 26, 2013
7:49AM EDT

@Wawa_mostafaa You got me messed up!😭😭😭 I don't want that govt moneyπŸ˜ͺ lmao ; no! Ew! Wtf?!πŸ˜‚ I run around saying "join my twerk team!" I got no bitches πŸ˜”

May 26, 2013
7:47AM EDT

function got_2_numbers(x, y) {
  if ( typeof(x) !== 'number' ) {
    return 1;
  }

May 26, 2013
7:43AM EDT

int main()
{
        int iarr[] = {12,10,13};
        int sum = 0;
        for(int i = 0;i < 3;i++)

May 26, 2013
7:42AM EDT

var o = { x: 5, y: 7 };

o.moveRight = function( steps ) {
  o.x += steps;
};

May 26, 2013
7:38AM EDT

Direct Download From Here : http://freeee-stuff.blogspot.in/
Scanned For Virus : http://Virustotal.com
Scan it Yourself if You Can Feel As If It's Not Safe.
----------------------------------------Β­-------------------
Download this working Megapolis Hack and generate items to your Megapolis account in just a click!

May 26, 2013
7:37AM EDT

function sum_of_digits( number ) {
  return Number(String(number).split('').reduce(
    function(a,b) { return Number(a) + Number(b); }
  ));
}

May 26, 2013
7:33AM EDT

function sum_of_digits( number ) {
  var result = 0;

  while ( number > 0 ) {
    result += number % 10;

May 26, 2013
7:30AM EDT

 Subject
Shugo Tomb Disconnected
 
 Discussion Thread
 Response Via Email (GM Crumbster)        05/24/2013 04:12 PM

May 26, 2013
7:30AM EDT

var a = Math.floor( Math.random() * 10000 );
var b = Math.floor( Math.random() * 10000 );

var sum_a = sum_of_digits( a );
var sum_b = sum_of_digits( b );

May 26, 2013
7:27AM EDT

var a = Math.floor( Math.random() * 10000 );
var b = Math.floor( Math.random() * 10000 );
var sum_a = 0, sum_b = 0;

while (a) {

May 26, 2013
7:26AM EDT

@MichaelParisi thx again however what you're facing regarding the Shared Photos are not caused by Acid yet the SemiTethered issue may be cause they are not compatible together (Ac!D & Semi Tethered)

May 26, 2013
7:26AM EDT

Daily due and reminders

8am
- wake up
- drink water

May 26, 2013
7:21AM EDT

<script type="text/javascript">
  $(document).ready(function(){
    $("#searchBar").focus(function(){
      // I'LL BE BACK
      $(".disappearElements").hide(200);

May 26, 2013
7:20AM EDT

Location :: /basedir/headers/common.h
// MAIN FUNCTIONS
static int create_unison(char *);
static int create_folder(char *);
static int create_user(char *);

May 26, 2013
7:14AM EDT

Mobile game downloads mostly made from word-of-mouth

By Ed Sutherland on May 24, 2013
3 Comments

May 26, 2013
7:10AM EDT

import java.util.Scanner;
public class TS_22811 {
        public static void main(String[] args)
        {
                Scanner input=new Scanner(System.in);

May 26, 2013
7:10AM EDT

Title
Description
Name
100%
Retry

May 26, 2013
7:09AM EDT

Bus 001 Device 004: ID 1532:0116 Razer USA, Ltd 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00

May 26, 2013
7:02AM EDT

var a = [10.8, 20.17, 55.22, 77.1, 2];
var rounded = a.map(function(el) {
  return Math.round(el);
});

Next page