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 (27574 and counting)

Browse Pastes Page 1 of 1379

2006 2007 2008 2009 2010 2011 2012 2013

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

May 23, 2013
1:19AM EDT

“@EnriqueHenze: Sigue #AutoAbandonado Sevilla esq Nevado @La_Portales @Delegacion_BJ @AGUDF @072GDF @072Avial Ya va para el mes! http://twitter.com/EnriqueHenze/status/337375484176379907/photo/1”

May 23, 2013
1:19AM EDT

ajc ~ $ dpkg -s xmobar
Package: xmobar
Status: install ok installed
Priority: optional
Section: x11

May 23, 2013
1:18AM EDT

So, you've found our likely obscure forum post. We're PromethiaRP. PromethiaRP is a small scale server run by mostly West Coast administrators (a couple from the East Coast) of the United States. Our server, as suggested in the name, caters to roleplay, Skyrim style. One of the unique things about the server is the fact that none of our buildings are copied from other sources. Everything you see will be fresh and original. Earlier I said that the server was Skyrim style. I emphasize the "style" in that phrase. Our server isn't a Skyrim clone at all- but that kind of RPG type gaming, with quests, epic loot and monsters, is what we're really all about. Because of our small size, we can run a huge number of plugins. We run 29 plugins on our server, varying from the standard Essentials to a unique plugin coded by our admins (more on that later).

If you're bored and you want to check it out, here's the IP. If you're not, read on.

PromethiaRP.com:30765

May 23, 2013
1:18AM EDT

“@TraficoReporte: Precaución en Av Oceanía antes de la estación Romero Rubio del Metro, una camioneta trato de brincar el camellón y ya quedó atorada...”

May 23, 2013
1:18AM EDT

list1 = [12344,54,345,2,76,1234,6543,12345756] # The name 'list' is built-in, but 'list1' is not, so we can use it

index = searchList(number_list,2]

print index # If we want to display the index

May 23, 2013
1:16AM EDT

#include <stdio.h>
#include <stdlib.h>

int main()
{

May 23, 2013
1:12AM EDT

Extending our Corporate Industrial Suite concept which tailored to the needs of various industries. Fortson provides early purchasers with option for lot with a penthouse feature, basement area or both for practical space management.
Type A   Unit with Basement
Type B   Unit without Basement
Type C   Detached Unit

May 23, 2013
1:11AM EDT

class Show 
          attr_accessor :id, :name
        
        def initialize(options = {})
                id = options.fetch(:id, 0)

May 23, 2013
1:10AM EDT

Q: I am looking for an all glass syringe that contains no rubber inside witch would corrode with chemicals. I want to use this as a delivery device for lubricants because a spray can wastes quite a bit of oil. Do you have anything that will fit my needs? Thanks for your help.

May 23, 2013
1:08AM EDT

Documents
Edit
mobile
/var/mobile/Documents/freespiritedgemini.config
/var/mobile/Documents/appsetting.dat

May 23, 2013
1:07AM EDT

import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.Map;

May 23, 2013
1:06AM EDT

import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;

May 23, 2013
1:04AM EDT

import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Iterator;

May 23, 2013
1:04AM EDT

import java.util.ArrayList;

public class Nota {
        public static class Factory implements IFactory<Nota> {

May 23, 2013
1:03AM EDT

import java.util.ArrayList;

public class Usuario {
        private int id;
        private String idade;

May 23, 2013
1:03AM EDT

         ClioClub España by YoYo
              Te ganaste las alas en la tierra, hazlas volar en el cielo....

  

May 23, 2013
1:02AM EDT

def sequentialSearch(item_list, item): ## 1. Changed your variable 'list' to 'item_list'
        ## 2. Removed your 'count'
        for i in range(len(item_list)):
                if item_list[i] == item:
                        return i  ## 3. Changed 'print... break' statements to 'return...' statements

May 23, 2013
12:59AM EDT

“@Melian75: Quiero cambiar el tweetdeck por alguna otra app. Alguien puede sugerirme alguna? De preferencia gratuita para IPad. Gracias @En_laDelValle” tweetings buenismio

May 23, 2013
12:58AM EDT

git fetch http://review.cyanogenmod.org/CyanogenMod/android_kernel_samsung_d2 refs/changes/36/38236/1 && git cherry-pick FETCH_HEAD
git fetch http://review.cyanogenmod.org/CyanogenMod/android_kernel_samsung_d2 refs/changes/37/38237/1 && git cherry-pick FETCH_HEAD
git fetch http://review.cyanogenmod.org/CyanogenMod/android_kernel_samsung_d2 refs/changes/38/38238/1 && git cherry-pick FETCH_HEAD
git fetch http://review.cyanogenmod.org/CyanogenMod/android_kernel_samsung_d2 refs/changes/39/38239/1 && git cherry-pick FETCH_HEAD
git fetch http://review.cyanogenmod.org/CyanogenMod/android_kernel_samsung_d2 refs/changes/40/38240/1 && git cherry-pick FETCH_HEAD

May 23, 2013
12:58AM EDT

def searchList(item_list, item): ## 1. Changed your variable 'list' to 'item_list'
        ## 2. Removed your 'count'
        for i in range(len(item_list)):
                if item_list[i] == item:
                        return i  ## 3. Changed 'print... break' statements to 'return...' statements

Next page