All pastesPublic feed

Public feed

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

    2095543·text·4.5 KB·2011-11-24 22:33 UTC
    package net.minecraft.src;
    
    import java.util.Random;
    
    public class BlockDiamondFurnace extends BlockContainer
    {
    
     protected BlockDiamondFurnace(int i, boolean flag)
     {
     super(i,
  • Stuff

    2095541·text·1.8 KB·2011-11-24 22:29 UTC
    Este Sabado 26/11, 10:30hs en Rivera 3565 (oficina GuruHub)
    
    "PHP small talks" 
    
    Título:Scaling existing and new sites with Varnish, Nginx, MySQL and PHP-FPM
    Categoria: Frameworks & Ferramentas
  • Stuff

    2095540·text·1.7 KB·2011-11-24 22:25 UTC
    Título:Scaling existing and new sites with Varnish, Nginx, MySQL and PHP-FPM
    Categoria: Frameworks & Ferramentas
    Nível: Intermediário, Avançado
    
    Resumo: How to serve 2.000.000 legacy pages per-s
  • Someone

    2095537·text·433 B·2011-11-24 21:38 UTC
    ./a.out
    1 joystick(s) found
    using joystick 0
    
     +-------------------------------------------------+
     | trying to calibrate joystick |
     | please don't move your pad until we
  • Someone

    2095536·text·419 B·2011-11-24 21:27 UTC
    % ./a.out
    1 joystick(s) found
    using joystick 0
    
     +-------------------------------------------------+
     | trying to calibrate joystick |
     | please don't move your pad until w
  • first

    2095531·text·1.4 KB·2011-11-24 21:19 UTC
    2011-11-23 04:07:46.000 iTunes[1984:15337]: amai: AMAuthInstallSsoInitialize: can't find SSOClient.framework
    2011-11-23 04:08:02.000 iTunes[1984:10b13]: DeviceRequest failed: 0xe000404f
    2011-11-23 0
  • error 40

    2095529·text·7.8 KB·2011-11-24 21:13 UTC
    2011-11-23 05:34:17.000 iTunes[313:10a3f]: amai: AMAuthInstallSsoInitialize: can't find SSOClient.framework
    2011-11-23 05:34:20.000 iTunes[313:11303]: DeviceRequest failed: 0xe000404f
    2011-11-23 05:
  • error 40

    2095528·text·7.8 KB·2011-11-24 21:11 UTC
    2011-11-23 05:34:17.000 iTunes[313:10a3f]: amai: AMAuthInstallSsoInitialize: can't find SSOClient.framework
    2011-11-23 05:34:20.000 iTunes[313:11303]: DeviceRequest failed: 0xe000404f
    2011-11-23 05:
  • Untitled

    2095527·text·94 B·2011-11-24 21:06 UTC
    http://172.16.1.223:8010/builders/vlc-osx-intel64/builds/254/steps/Build%20VLC/logs/stdio/text
  • Anonymous

    2095523·python·423 B·2011-11-24 20:40 UTC
    import sys
    
    # True si el complex 'c' pertany a el conjunt de Mandelbrot, False sino.
    def es_mandelbrot(c):
     z = 0
     for i in range(100):
     z = z*z+c;
     return abs(z) < 4
    
    # Dibuixem de (-2, -1)
  • Anonymous

    2095522·python·424 B·2011-11-24 20:37 UTC
    import sys
    
    # True si el complex 'c' pertany a el conjunt de Mandelbrot, False sino.
    def es_mandelbrot(c):
     z = 0
     for i in range(100):
     z = z*z+c;
     return abs(z) < 4
    
    # Dibuixem de (-2, -1)
  • Mine

    2095511·text·44.7 KB·2011-11-24 19:32 UTC
    
        
  • Unnamed

    2095509·text·476 B·2011-11-24 19:23 UTC
    Check all that apply
    
    Operating Systems
     x Windows XP
     x Windows Vista
     x Windows 7
     x Linux
     x Mac
     x Other ________
    
    Patron Management
     x Envisionware PCReservation 3
  • Green Bean Casserole

    2095505·text·271 B·2011-11-24 19:06 UTC
    2 (10.75 ounce) cans Campbell's® Condensed Cream of Mushroom Soup or Campbell's® Condensed 98% Fat Free Cream of Mushroom Soup
    1 cup milk
    2 teaspoons soy sauce
    1/4 teaspoon ground black pepper
    8 c
  • Green Bean Casserole

    2095504·text·271 B·2011-11-24 19:05 UTC
    2 (10.75 ounce) cans Campbell's® Condensed Cream of Mushroom Soup or Campbell's® Condensed 98% Fat Free Cream of Mushroom Soup
    1 cup milk
    2 teaspoons soy sauce
    1/4 teaspoon ground black pepper
    8 c
  • Something

    2095502·text·1.4 KB·2011-11-24 18:52 UTC
    If we take a walk around the city, we see hundreds of things, such as houses, trees, cars and colourful advertisements. The same is seen by other people, but the thoughts that are provoked by the same
  • Untitled

    2095501·text·791 B·2011-11-24 18:47 UTC
    section .data
    texto db 'Hola mundo!',10
    largo equ $ - texto ; $ denota el
    ; offset actual
    section .text
    global _start ; etiqueta global que
    ; marca el comienzo
    ; del programa
    
    _start:
    mov ea
  • Untitled

    2095500·cpp·1.1 KB·2011-11-24 18:10 UTC
    #include <iostream>
    #include <math.h>
    using namespace std;
    
    class Point {
     public:
     double x,y;
    };
    
    //въвеждане на точка
    //параметри: точката и буква, с която означаваме точката
    v
  • Something

    2095499·text·3.8 KB·2011-11-24 18:10 UTC
    ___ ___ ___ _____ _____ _ _____ _____ ___ 
     ( _`\ ( _`\ _ | _`\ ( _ )( _ )( ) (_ _)(___ )( _`\ 
     | (_(_)| |_) )(_)| (_) )| (_) || (_) || | | | |
  • Untitled

    2095498·cpp·1.1 KB·2011-11-24 18:10 UTC
    #include <iostream>
    #include <math.h>
    using namespace std;
    
    class Point {
     public:
     double x,y;
    };
    
    //въвеждане на точка
    //параметри: точката и буква, с която означаваме точката
    v

older pastes →