All pastesPublic feed

Public feed

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

    2071776·text·588 B·2011-05-30 01:07 UTC
    cglobal v210_planar_unpack_%1, 4, 4
     mova m3, [v210_mask]
     mova m4, [v210_mask2]
     movu m0, [r0]
     psrld m1, m0, 10
     psrld m2, m0, 20
     psrld m5, m0, 4
     pand m0, m3
  • Something

    2071775·text·567 B·2011-05-30 01:04 UTC
    cglobal v210_planar_unpack_%1, 4, 4
     mova m3, [v210_mask]
     mova m4, [v210_mask2]
     movu m0, [r0]
     psrld m1, m0, 10
     psrld m2, m0, 20
     psrld m5, m0, 4
     pand m0, m3
  • Stuff

    2071774·text·2.7 KB·2011-05-30 01:04 UTC
    Python 2.7.1+ (r271:86832, Apr 11 2011, 18:13:53) 
    [GCC 4.5.2] on linux2
    Type "copyright", "credits" or "license()" for more information.
    DreamPie 1.1
    >>> class Point:
    ... def __init__(self,x
  • Anonymous

    2071773·text·906 B·2011-05-30 01:02 UTC
    C:\wireshark-rvbd>nmake -f Makefile.nmake setup
    
    Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
    Copyright (C) Microsoft Corporation. All rights reserved.
    
    NMAKE : fatal error U
  • Miscellany

    2071770·text·2.2 KB·2011-05-30 00:54 UTC
    Une vidéo courte, style trailer. Vidéo frappante !
    
    Musique : http://www.youtube.com/watch?v=LRLdhFVzqt4&feature=related
    
    Décors (Bassin de Scholazar, Tanaris ou autres !) [LORS DE LA MUSIQUE DO
  • Anonymous

    2071759·text·7.9 KB·2011-05-29 23:24 UTC
    Me: we just broke up 3:56 PM
    Frank Josza: Sigh. I hate hearing that 3:57 PM
    Me: so what were you telling me about your preferences in women 3:59 PM
    Frank Josza: They arent ass varied, and i dont ha
  • Anonymous

    2071757·text·195 B·2011-05-29 23:13 UTC
    SPEED OPTIMIZED:
    
    IF A[0] = 0 THEN B = 0
    IF A[1] = 1 THEN B = 1
    IF A[2] = 2 THEN B = 2
    IF A[3] = 3 THEN B = 3
    IF A[4] = 4 THEN B = 4
    
    SIZE OPTIMIZED:
    
    FOR x=0 TO 4
     B = A[x]
    NEXT X
  • Untitled

    2071756·text·15.6 KB·2011-05-29 23:11 UTC
    set nerolocation=C:\Windows\neroaacenc.exe
    set mp4boxlocation=C:\Windows\mp4boxaudio.exe
    set album=Mahou Shoujo Madoka Magica ED Single - Magia
    set artist=Kalafina
    set albumartist=Soundtrack
    set
  • Someone

    2071755·text·511 B·2011-05-29 23:07 UTC
    cglobal v210_planar_unpack_%1, 4, 4
     mova m3, [v210_mask]
     mova m0, [r0]
     psrld m1, m0, 10
     psrld m2, m0, 20
     pand m0, m3
     pand m1, m3
     pand m2, m3
    
     pextr
  • parport.hal-jcizek

    2071754·text·1.9 KB·2011-05-29 22:56 UTC
    ############################# Parallel Ports ##############################################
    
    # Load Driver for Two Parallel Ports, one for Breakout Board, other for Plasma Torch Height Control
    #loa
  • thc300.ini-jcizek

    2071753·text·7.8 KB·2011-05-29 22:55 UTC
    # EMC controller parameters for a plasma controller. Make these what you need
    # for your system.
    
    # General note: Comments can either be preceded with a # or ; - either is
    # acceptable, although #
  • thc300.hal-jcizek

    2071752·text·7.0 KB·2011-05-29 22:54 UTC
    ###################### Torch Height Control ########################## 
    
    # Load realtime hal components for THC
    loadrt and2 count=9
    loadrt comp count=3
    loadrt updown
    loadrt flipflop count=3
    loa
  • stepper.hal-jcizek

    2071751·text·2.4 KB·2011-05-29 22:51 UTC
    ############################ Step Generators #########################################
    
    # Stepper module, four step generators, all using step/dir
    loadrt stepgen step_type=0,0,0,0
    
    # Load realtim
  • Someone

    2071749·text·1.4 KB·2011-05-29 22:47 UTC
    int cont_a, alunos, cont_t, sala;
     float nota, mediaSala, somaSala, mediaEscola, somaEscola;
     
     cont_t = 0; //O laço externo da escola, em que cada turma sera contada
     somaEscola = 0;
  • Anonymous

    2071742·text·479 B·2011-05-29 22:37 UTC
    set g_engineerChargeTime "1"
    set g_misc 0
    set g_dynamiteTime "10"
    set g_userAxisRespawnTime "1"
    set g_userAlliedRespawnTime "1"
    set g_spawnInvul "1"
    set g_gravity
  • Anonymous

    2071740·text·8 B·2011-05-29 22:29 UTC
    khcg bn,
  • Untitled

    2071739·text·731 B·2011-05-29 22:19 UTC
    >>> schema.SpotType("test")
    Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "<string>", line 4, in __init__
     File "/usr/lib/python2.7/dist-packages/sqlalchemy/orm/
  • Miscellany

    2071736·text·4.9 KB·2011-05-29 22:08 UTC
    from sqlalchemy import Column, ForeignKey, String, Integer, Float, Date, Time, \
     ForeignKeyConstraint
    from sqlalchemy.ext.declarative import declarative_base
    from sqlalchemy.orm import relationsh
  • Miscellany

    2071735·text·3.6 KB·2011-05-29 22:08 UTC
    from sqlalchemy import Column, ForeignKey, String, Integer, Float, Date, Time, \
     ForeignKeyConstraint
    from sqlalchemy.ext.declarative import declarative_base
    from sqlalchemy.orm import relationsh
  • Miscellany

    2071734·text·3.6 KB·2011-05-29 22:07 UTC
    from sqlalchemy import Column, ForeignKey, String, Integer, Float, Date, Time, \
     ForeignKeyConstraint
    from sqlalchemy.ext.declarative import declarative_base
    from sqlalchemy.orm import relationsh

older pastes →