All pastes›Public feed

Public feed

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

    2064719·text·1.1 KB·2011-05-19 14:34 UTC
    De Babysitter
    
    Het was weer eens zover. De ouders van Rolf gingen weer eens naar een opera. Rolf zou dan alleen thuis zijn, maar aangezien hij pas 16 jaar was, had hij een babysitter nodig. De bel g
  • move_uploaded_file

    2064713·text·1.3 KB·2011-05-19 14:30 UTC
    function guardarArchivo($archivo = null){
    
     if ($archivo != null AND $this->id != null) {
    
     
    
     // Si no hay archivo, no retornar error
    
     if ($archivo['error'] == UPLOAD_ERR_NO_FILE) {
  • Anonymous

    2064698·text·114 B·2011-05-19 14:24 UTC
    #showtooltip Crusader Strike
    /cast [nomodifier] Crusader Strike; /cast [modifier:alt] Divine Storm;
    /startattack
  • Miscellany

    2064697·text·1.2 KB·2011-05-19 14:23 UTC
    backup ~ # eix-update 
    Reading Portage settings ..
    Building database (/var/cache/eix) ..
    [0] "gentoo" /usr/portage/ (cache: metadata-flat)
     Reading category 154|154 (100%) EMPTY!
    Applying mas
  • Untitled

    2064691·text·1.1 KB·2011-05-19 14:19 UTC
    backup ~ # eix-update 
    Reading Portage settings ..
    Building database (/var/cache/eix) ..
    [0] "gentoo" /usr/portage/ (cache: metadata-flat)
     Reading category 154|154 (100%) EMPTY!
    Applying mas
  • Anonymous

    2064675·text·650 B·2011-05-19 14:11 UTC
    [open] /tmp$ wget https://yale-stage.rexdb.net/%402011W19-yard/-/dbgui/js/search2.js
    --2011-05-19 16:07:54-- https://yale-stage.rexdb.net/%402011W19-yard/-/dbgui/js/search2.js
    Resolving yale-stage.
  • Something

    2064672·text·279 B·2011-05-19 14:06 UTC
    <VirtualHost *:80>
     ServerAdmin webmaster@localhost
     #
     DocumentRoot /var/www/
     ServerName orginal.vMoodle-db1.resa.net
     ServerAlias orginal.vMoodle-db1.resa.ne
  • Untitled

    2064663·text·16.6 KB·2011-05-19 13:59 UTC
    Trace:
    =======================================================
    15:21:29 9A4DEBA0 Drvrs: JDBC-PhoneFields PT:Receiving DOM document from application.
    15:21:29 9A4DEBA0 Drvrs: JDBC-PhoneFields PT:
    <
  • Unnamed

    2064659·text·935 B·2011-05-19 13:52 UTC
    tried the demonstration map.
    1. i can't tell where i am on the mini map.
    2. my one city has 2^16-1 movement points.
    3. all of my units have hitpoints of "-". shouldn't they have numbers there?
    4.
  • index

    2064657·php·1.6 KB·2011-05-19 13:49 UTC
    <?php get_header(); ?>
    
    <div class="solkisim">
    
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    
    <div class="yazilar">
     <div class="has2">
     <div class="tarih" style="font-fami
  • Something

    2064647·text·6.2 KB·2011-05-19 13:45 UTC
    Simon:
     
    We've had a few thoughts about the driver instructor training, and thought it easier to put them down on paper rather than try and remember the details for a phone call.
     
    Although you ma
  • Someone

    2064642·text·3.5 KB·2011-05-19 13:37 UTC
    XML parsing failure
    [ 7004.080291] =============================================================================
    [ 7004.082946] BUG kmemleak_object: Poison overwritten
    [ 7004.087829] --------------
  • Something

    2064600·text·924 B·2011-05-19 13:11 UTC
    static void R_DrawSkyMesh(batch_t *batch, mesh_t *m, shader_t *shader)
    {
     static entity_t skyent;
     batch_t b;
     //float time = cl.gametime+realtime-cl.gametimemark; //warning: unused variable ‘time
  • Anonymous

    2064589·python·168 B·2011-05-19 13:02 UTC
    def eat(food):
     eat.stomach.append(food)
     print 'In my stomach:', eat.stomach
    eat.stomach = []
    
    eat('yangmeat')
    eat('chicken')
    eat('cocas')
    eat('cocoa')
  • Anonymous

    2064575·python·166 B·2011-05-19 12:56 UTC
    def eat(food, inmystomach=[]):
     inmystomach.append(food)
     print 'In my stomach:', inmystomach
    
    eat('yangmeat')
    eat('chicken')
    eat('cocas')
    eat('cocoa')
  • khadijah

    2064572·text·1.4 KB·2011-05-19 12:54 UTC
    888 888 888 d8b d8b 888 
    888 888 888 Y8P Y8P 888 
    888 888 888 888 
    888
  • Anonymous

    2064571·python·155 B·2011-05-19 12:52 UTC
    def recursivetest(a, depth=3):
     if depth > 0:
     return recursivetest(a * 2, depth - 1)
     else:
     return a
    
    print(recursivetest(3))
  • Miscellany

    2064570·text·333 B·2011-05-19 12:52 UTC
    _ _ _ _ __ ____ ___ ____ __ _ _ 
    ( )/ ) ( )_( ) /__\ ( _ \ (_ _) (_ _ ) /__\ ( )_( )
     ) ( ) _ (
  • Mine

    2064559·cpp·199 B·2011-05-19 12:43 UTC
    n = a.length();
     int lo = 0, hi = n - 1, ret = 0;
     while(lo < hi)
     {
     while(lo < hi &&a[lo] == 'W') lo++;
     while(lo < hi && a[hi] == 'B') hi--;
     if(hi > lo) ret++;
     }
  • Someone

    2064544·bash·133 B·2011-05-19 12:21 UTC
    if ( -d $f ) then
     if ( `ls $f | wc -l` > 0 ) then
     foreach f1 ($f/*)
     # Whatever
     end
     endif
    endif

older pastes →