All pastesPublic feed

Public feed

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

    2133158·text·2.0 KB·2012-03-28 11:56 UTC
    last night.
    
    1 1 ms 1 ms 1 ms rtr1.ath.cx [10.1.1.1]
    2 2 ms 2 ms 3 ms L100.RCMDVA-VFTTP-23.verizon-gni.net [72.84.246.
    1]
    3 3 ms 2 ms 3 ms G0-4-1-0.RCMDVA-LCR-21.verizon-gni.net [130.81.1
    37.232
  • Stuff

    2133153·text·3.9 KB·2012-03-28 11:50 UTC
    <!--footer-->
     <div id="footer">
     <!--footer logos-->
     <div class="footer-logos">
     <a href="http://volun
  • Miscellany

    2133152·text·12.0 KB·2012-03-28 11:49 UTC
    package modelPatricia;
    
    import java.util.ArrayList;
    import java.util.Random;
    
    import org.xml.sax.Attributes;
    import org.xml.sax.SAXException;
    
    import modelPatricia.ReadingXMLGraphs.SaxHa
  • Untitled

    2133138·text·704 B·2012-03-28 11:12 UTC
    size_t
    extractToStopPacked (void* data, size_t size, void* buf, size_t len)
    {
     u_char* in = data;
     u_char* out = buf;
     size_t i;
     u_char ch;
     size_t used;
     u_int shift;
  • Unnamed

    2133092·text·7.1 KB·2012-03-28 09:14 UTC
    Wed Mar 28 2012 17:00:53 GMT+0800 (MYT) Got HTTP POST for /api/booking
    >> Host: localhost:9998
    >> User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko)
  • Unnamed

    2133091·text·7.1 KB·2012-03-28 09:11 UTC
    Wed Mar 28 2012 17:00:53 GMT+0800 (MYT) Got HTTP POST for /api/booking
    >> Host: localhost:9998
    >> User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_3) AppleWebKit/534.53.11 (KHTML, like Gecko)
  • 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

older pastes →