All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • isItright?

    2133079·text·770 B·2012-03-28 08:34 UTC
    mov eax,16
     mov my16,eax
    // Y1:= round(16.0 * v1.y);
     finit
     fild my16
     fld theY1
     fmul
     fistp Y1
     wait
    // Y2:= round(16.0 * v2.y);
     fld theY2
     fmul
     f
  • hm..

    2133076·text·970 B·2012-03-28 08:24 UTC
    mov eax,16
     mov my16,eax
    // Y1:= round(16.0 * v1.y);
     finit
     fild my16
     fld theY1
     fmul
     fist Y1
     wait
    // Y2:= round(16.0 * v2.y);
     finit
     fild my16
  • Untitled

    2133074·text·753 B·2012-03-28 08:16 UTC
    diff --git a/lcms2/prj/d.lst b/lcms2/prj/d.lst
    index b79227e..12c2f69 100644
    --- a/lcms2/prj/d.lst
    +++ b/lcms2/prj/d.lst
    @@ -1,8 +1,9 @@
     mkdir: %_DEST%\inc\lcms2
     ..\%__SRC%\inc\*.h %_DEST%\inc
  • Untitled

    2133072·text·4.8 KB·2012-03-28 08:14 UTC
    /tmp/ccOpvE9A.o: In function `__static_initialization_and_destruction_0(int, int)':
    asio3.cpp:(.text+0x126): undefined reference to `boost::system::get_system_category()'
    asio3.cpp:(.text+0x130): un
  • Something

    2133062·text·547 B·2012-03-28 07:47 UTC
    l0000@l0000:~$ dig AAAA google.com @8.8.8.8
    
    ; <<>> DiG 9.7.3 <<>> AAAA google.com @8.8.8.8
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31149
    ;; fl
  • gsyvmbkqdoy

    2133054·text·428 B·2012-03-28 06:47 UTC
    And the spirit extended to the Parade of Nations, which, bizarrely, was scored to a medley of '70s disco hits.
     http://www.mbtvendita.net/donne-mbt-sport-c-1_20.html - Sport
     And it will be interest
  • Remmy x Toma OTP

    2133052·text·12.7 KB·2012-03-28 06:32 UTC
    [19:38] * Rembrandt_Hauer arrives just outside Tamara's room in the afternoon. He clears his throat and knocks on her door.
    [19:45] <Tamara_Ushakov> "The door is unlocked," Tamara shouts from inside.
  • Untitled

    2133045·text·917 B·2012-03-28 04:53 UTC
    from jvPlot_class import *
    import solarLib as sl
    
    def main():
     # first x/y pair
     x0 = [1,2,3,4,5]
     y0 = [1,1,1,1,1]
    
     x1 = [60,70,80,90,100]
     y1 = [50,50,50,50,50]
    
     # make the plotting hap
  • Something

    2133042·text·917 B·2012-03-28 04:53 UTC
    from jvPlot_class import *
    import solarLib as sl
    
    def main():
     # first x/y pair
     x0 = [1,2,3,4,5]
     y0 = [1,1,1,1,1]
    
     x1 = [60,70,80,90,100]
     y1 = [50,50,50,50,50]
    
     # make the plotting hap
  • Untitled

    2133040·php·1.6 KB·2012-03-28 04:39 UTC
    try{
    
     $customer = new inspired_customer();
     $customer->setPk(9);
     $customer->read();
    
     // product ids to test
     $ids = array(15,20,25);
    
     foreach($ids as $id)
     {
     $object = new inspired_pr
  • Untitled

    2133038·php·3.3 KB·2012-03-28 04:37 UTC
    try{
    
     $customer = new inspired_customer();
     $customer->setPk(9);
     $customer->read();
    
     // product ids to test
     $ids = array(15,20,25);
    
     foreach($ids as $id)
     {
     $object = new inspired_pr
  • Untitled

    2133036·php·778 B·2012-03-28 04:32 UTC
    try{
    
     $customer = new inspired_customer();
     $customer->setPk(9);
     $customer->read();
    
     // product ids to test
     $ids = array(15,20,25);
    
     foreach($ids as $id)
     {
     $object = new inspired_pr
  • Anonymous

    2133034·text·424 B·2012-03-28 04:15 UTC
    import matplotlib.pyplot as plt
    
    x1 = range(1,10,1)
    y1 = []
    for x in x1:
     y1.append(5*x)
    
    x2 = range(100,200,1)
    y2 = []
    for x in x2:
     y2.append(5*x+30)
    
    fig = plt.figure()
    
    ax1 = fig.add
  • Stuff

    2133033·text·424 B·2012-03-28 04:15 UTC
    import matplotlib.pyplot as plt
    
    x1 = range(1,10,1)
    y1 = []
    for x in x1:
     y1.append(5*x)
    
    x2 = range(100,200,1)
    y2 = []
    for x in x2:
     y2.append(5*x+30)
    
    fig = plt.figure()
    
    ax1 = fig.add
  • Miscellany

    2133032·text·275 B·2012-03-28 04:11 UTC
    if [ "X$CUSTOMCFLAGS" = "X" ]; then
     echo "No custom C flags for you"
    else
     SLKCFLAGS="$CUSTOMCFLAGS"
     #So the same custom flags can be issued on 64 bit and 32 bit.
     if [ "$ARCH" = "x86_64"
  • Untitled

    2133031·text·222 B·2012-03-28 03:56 UTC
    require 'nesta/env'
    Nesta::Env.root = ::File.expand_path('.', ::File.dirname(__FILE__))
    
    require 'nesta/app'
    
    class Nesta::App
     set :public_folder, File.dirname(__FILE__) + '/content/static'
    e
  • Someone

    2133030·text·296 B·2012-03-28 03:56 UTC
    require 'rubygems'
    require 'bundler/setup'
    
    Bundler.require(:default)
    
    require 'nesta/env'
    Nesta::Env.root = ::File.expand_path('.', ::File.dirname(__FILE__))
    
    class Nesta::App
     set :public_
  • Unnamed

    2133029·text·296 B·2012-03-28 03:55 UTC
    require 'rubygems'
    require 'bundler/setup'
    
    Bundler.require(:default)
    
    require 'nesta/env'
    Nesta::Env.root = ::File.expand_path('.', ::File.dirname(__FILE__))
    
    class Nesta::App
     set :public_
  • ddd

    2133027·text·719.8 KB·2012-03-28 03:42 UTC
    
        
  • Mine

    2133025·text·12 B·2012-03-28 03:23 UTC
    あかーん

older pastes →