All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • Oops

    2120777·text·396.3 KB·2012-02-22 15:07 UTC
    
        
  • Something

    2120771·text·24.1 KB·2012-02-22 14:39 UTC
    System Information
    ------------------
    Time of this report: 2/22/2012, 14:36:47
     Machine name: DC7600
     Operating System: Windows XP Professional (5.1, Build 2600) Service Pack 3 (2600.xpsp_
  • Untitled

    2120767·text·3.2 KB·2012-02-22 14:31 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include "ilist_destructive.h"
    
    // The ilist ADT is a pointer to this secret struct
    struct ilist_ADT {
     struct ilist_ADT * rest;
     int first;
     int l
  • Miscellany

    2120763·text·3.0 KB·2012-02-22 14:00 UTC
    alex@alex-SCENIC-W:~$ cd /home/alex/Downloads/
    alex@alex-SCENIC-W:~/Downloads$ java -jar bin_UberCatacombSnatch.1.4.jar 
    
    Starting up SoundSystem...
    Initializing Java Sound
     (The Java Sound AP
  • Something

    2120747·text·248 B·2012-02-22 12:51 UTC
    <form action="#" id="searchform">
    <input type="submit" value="Поиск" class="button" />
    
    -----
    
    $("input[type=submit]").click(function(e){
     e.preventDefault();
     window.location("/en/search/"
  • Untitled

    2120745·text·4.4 KB·2012-02-22 12:46 UTC
    project vendor/cyanogen/
    diff --git a/overlay/galaxysplus/frameworks/base/core/res/res/values/config.xml b/overlay/galaxysplus/frameworks/base/core/res/res/values/config.xml
    new file mode 100644
  • Stuff

    2120742·text·23.4 KB·2012-02-22 12:38 UTC
    23:54 - Finch: давайте я коментатор буду
    23:54 - Finch: как маус
    23:54 - Finch: :В
    23:54 - Finch: кароче вот
    23:54 - Finch: поцан стреляет
    23:54 - Finch: во все стороны
    23:54 - Finch: а мы все з
  • Mine

    2120737·text·189.0 KB·2012-02-22 11:50 UTC
    
        
  • Unnamed

    2120736·text·342 B·2012-02-22 11:35 UTC
    integers = [5000, 1000, 500, 100, 50, 10, 5, 1]
    numerals = ['M', 'D', 'C', 'L', 'X', 'V', 'I']
    buffer = int(input("int: "))
    output = ""
    i = 0
    for x in integers:
     if buffer / x >= 1:
  • gunicorn config

    2120735·text·503 B·2012-02-22 11:32 UTC
    [program:gunicorn]
    process_name=gunicorn_%(process_num)02d
    environment=NEW_RELIC_CONFIG_FILE=.newrelic.ini,NEW_RELIC_ENIVONRMENT=aws
    command=
     /home/env/virtualenv/bin/newrelic-admin run-progra
  • Untitled

    2120734·text·2.0 KB·2012-02-22 11:31 UTC
    In order to evaluate whether the project has been successful or not, I shall set some criteria in place which I can I use as benchmarks to determine whether the end result achieves what the project se
  • Unnamed

    2120733·text·523 B·2012-02-22 11:20 UTC
    integer_values = {1: 'I', 5: 'V', 10: 'X', 50: 'L', 100: 'C', 500: 'D', 1000: 'M'}
    buffer = input("int: ")
    buffer = int(buffer)
    output = ""
    dict_length = len(sorted(integer_values))
    for i in rang
  • Untitled

    2120718·text·78.3 KB·2012-02-22 10:32 UTC
    
        
  • Someone

    2120708·css·276 B·2012-02-22 09:52 UTC
    .pun .blockpost h2 {
     background: none repeat scroll 0 0 #EBF1F5;
     border-color: #CAD7E1;
     color: #357082;
     height: 24px;
     line-height: 24px;
     margin: 0;
     padding: 0;
    }
  • Hiero

    2120706·text·3.0 KB·2012-02-22 09:47 UTC
    Immediate needs for our republic (some from http://wedontmakedemands.org/posters.php ):
    1. End the Fed and ban federal central banks.
    2. Reinstate Glass-Steagall (or similar permanent isolation of i
  • Unnamed

    2120705·diff·2.7 KB·2012-02-22 09:42 UTC
    diff --git a/src/comm.cc b/src/comm.cc
    index 3a90a04..0545c26 100644
    --- a/src/comm.cc
    +++ b/src/comm.cc
    @@ -496,9 +496,20 @@ comm_set_transparent(int fd)
     /* mark the socket as having tr
  • Mine

    2120674·text·1.8 KB·2012-02-22 08:16 UTC
    [incoming-context]
    exten => fax,1,NOOP(FAX DETECTED)
    same => n, Goto(receive_fax,receive${FAXBOXNR},1)
    same => n,Hangup()
    
    [receive_fax]
    
    exten => _receive.,1,Noop(***************************
  • Untitled

    2120673·text·119.2 KB·2012-02-22 08:15 UTC
    
        
  • Untitled

    2120671·text·372 B·2012-02-22 08:14 UTC
    <div class:A width:100>
     <div class:B>
     <div class:C>
     <div class:D overflow:visible;clear:left >
     <div class:E overflow:hidden;display:inline-block
     TRES LONG TEXTE
     </div>
     <div
  • Mine

    2120665·ruby·207 B·2012-02-22 08:00 UTC
    require 'spec_helper'
    
    describe Users::AuthController do
     describe "Google Login" do
     it "should log the user into google" do
     get :google
     response.should be_success
     end
     e

older pastes →