All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • 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
  • Anonymous

    2095497·cpp·1.2 KB·2011-11-24 18:09 UTC
    #include <iostream>
    #include <math.h>
    using namespace std;
    
    //въвеждане на координати
    //параметъра е string, който да поясни какво въвеждаме.
    double input_coord(char label[])
    {
     cout<<"ente
  • Anonymous

    2095496·text·1.2 KB·2011-11-24 18:09 UTC
    #include <iostream>
    #include <math.h>
    using namespace std;
    
    //въвеждане на координати
    //параметъра е string, който да поясни какво въвеждаме.
    double input_coord(char label[])
    {
     cout<<"ente
  • Mine

    2095495·text·8.4 KB·2011-11-24 18:03 UTC
    Tempo = 120
    Stee- Guitar
    
    x - dead note
    h - hammer on/pu-- off
    b - bend
    s - s-ide
    ~ - vibrato
    g - ghost note
    > - accentuated note
    t - tri--
    M - pa-m mute
    . - staccato
    P - popping (bass)
  • a

    2095492·text·21 B·2011-11-24 18:02 UTC
    aaasda
    
    dsadasdas

older pastes →