All pastesPublic feed

Public feed

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

    2076585·text·507 B·2011-06-08 06:47 UTC
    Unsafe.park(boolean, long) line: not available [native method] 
    LockSupport.parkNanos(Object, long) line: 198 
    SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue$TransferStack$SNode, b
  • Giuly

    2076583·python·292 B·2011-06-08 06:41 UTC
    #!/usr/bin/python
    i = 7
    primes = []
    
    print "Prime found: 3"
    print "Prime found: 5"
    print "Prime found: 7"
    while 1:
     i += 2
     if i%3 == 0 or i%5 == 0 or i%7 == 0:
     continue
    
     for prime in p
  • Something

    2076582·text·7.2 KB·2011-06-08 06:39 UTC
    0
    changes
    Rag_on_a_Stick Tool. I warsh mahself wit a rag onna stick. You get +1 HYG, +1 LAZ.
    Breath_Mint Food. Curiously strong... You get +1 HYG
    Floss Tool. Minty, Waxy. You get +1 HYG.
    Tooth
  • Someone

    2076581·text·866 B·2011-06-08 06:38 UTC
    void GetBuildingCount(int marineCount,int int[,] marinePositions) 
    { 
    int i,x,y,rows=0,columns=0;
    
    static int [] markx =new int[9];
     static int [] marky =new int[9];
  • Unnamed

    2076580·text·1.8 KB·2011-06-08 06:36 UTC
    :::::BeanbagGladiator:::::
    
    ::PLAYER::
    You are a Beanbag Gladiator.
    You must manage your Clean (C), Lazy (L), Food (F), and Joy (J).
    You have up to five cards in your area. If a card would enter
  • Giuly

    2076579·python·292 B·2011-06-08 06:34 UTC
    #!/usr/bin/pyhton
    i = 7
    primes = []
    
    print "Prime found: 3"
    print "Prime found: 5"
    print "Prime found: 7"
    while 1:
     i += 2
     if i%3 == 0 or i%5 == 0 or i%7 == 0:
     continue
    
     for prime in p
  • Giuly

    2076577·python·304 B·2011-06-08 06:32 UTC
    #!/usr/bin/pyhton
    i = 7
    primes = []
    
    print "Prime found: 3"
    print "Prime found: 5"
    print "Prime found: 7"
    while 1:
     i += 1
     if i%2 == 0 or i%3 == 0 or i%5 == 0 or i%7 == 0:
     continue
    
     fo
  • Untitled

    2076574·text·13.6 KB·2011-06-08 06:13 UTC
    <?php
    class front_page{
     static $adds = true;
     static function get_categories( $nr = -1 ){
     $categories = get_categories();
    
     $result = array();
     foreach($categories
  • Mine

    2076568·text·2.9 KB·2011-06-08 05:57 UTC
    INFO: Feed optware/cs05q1armel/cross/unstable selected
    INFO: Pushing feed optware/cs05q1armel/cross/unstable ipks to ipkg2
    Permission denied, please try again.
    Permission denied, please try again.
  • Untitled

    2076564·text·58.5 KB·2011-06-08 05:27 UTC
    
        
  • Stuff

    2076563·text·58.5 KB·2011-06-08 05:26 UTC
    
        
  • Something

    2076555·text·704 B·2011-06-08 04:55 UTC
    Jun-08 14:49:20 ERROR SEARCHQUEUE-BACKLOG-107671 :: Error loading NZB.su URL: (, URLError(SSLError('The read operation timed out',),), ) - The read operation timed out
    Jun-08 14:49:20 ERROR SEA
  • Stuff

    2076552·csharp·2.8 KB·2011-06-08 04:34 UTC
    static void Main(string[] args)
     {
     StringBuilder tempPal = null;
     List<string> pd = new List<string> { }; 
     string input = "Fourscoreandsevenyea
  • Untitled

    2076551·text·1.0 KB·2011-06-08 04:33 UTC
    Exception in Tkinter callback
    Traceback (most recent call last):
     File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk/Tkinter.py", line 1410, in __call__
     return
  • asdasd

    2076546·text·1.1 KB·2011-06-08 04:13 UTC
    import mulan.classifier.neural;
    import mulan.classifier.meta.RAkEL;
    import mulan.classifier.transformation.LabelPowerset;
    import mulan.data.MultiLabelInstances;
    import mulan.evaluation.Evaluator;
  • Stuff

    2076536·text·303 B·2011-06-08 03:43 UTC
    [root@ferrari:57] BE_PRINT_ERR=true beadm create -e snv_165 snv_167
    be_unmount: (snv_165) not mounted
    get_mountpoint_from_vfstab: failed to open vfstab (/tmp/.be.oOaamc/etc/vfstab)
    be_unmount: (snv
  • Anonymous

    2076535·text·703 B·2011-06-08 03:40 UTC
    [root@ferrari:43] zfs list
    NAME USED AVAIL REFER MOUNTPOINT
    rpool 74.8G 14.8G 70.5K /rpool
    rpool/ROOT 40.7G 14.8G 21K /rpool/ROOT
    rpool/ROOT/snv_1
  • Something

    2076531·text·238 B·2011-06-08 03:15 UTC
    $item = ORM::factory("item", $album_id);
     access::required("edit", $item);
     $item->title = $form->tinymce->title->value;
     $item->description = $form->tinymce->descrip
  • Something

    2076529·text·327 B·2011-06-08 03:14 UTC
    $album_title = $form->tinymce->title->value;
     $album_description = $form->tinymce->description->value;
    
     db::build()
     ->update("items")
     ->set("title", $album
  • Mine

    2076526·text·1.6 KB·2011-06-08 02:59 UTC
    source 'http://rubygems.org'
    
    gem 'rails', '3.0.7'
    gem 'pg', '0.11.0'
    gem 'devise', '1.1.5'
    gem 'nifty-generators', '0.4.5'
    gem

older pastes →