All pastesPublic feed

Public feed

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

    1976424·text·33 B·2010-10-29 16:01 UTC
    <?php 
     echo "success";
     
     ?>
  • Unnamed

    1976291·text·432 B·2010-10-29 12:13 UTC
    #/bin/bash
    kvm \
     -cpu Penryn \
     -smp 2 \
     -net nic,model=virtio \
     -net tap,ifname=qtap0,script=no,downscript=no \
     -m 1024 \
     -vga std \
     -clock hpet \
     -rtc base=localtime,clock=host \
     -
  • 328510

    1976279·text·44 B·2010-10-29 12:00 UTC
    #include<stdio.h>
    int main()
    {
     int i = 0;
    }
  • Gnalogie du Clan d'Airain

    1976236·lua·26.1 KB·2010-10-29 10:53 UTC
    local ADDON_NAME, Ltable = ...
    
    --
    -- Données
    --
    
    -- La fonction stocke les données dans Ltable.dates et Ltable.arbre
    function Ltable:lire_donnees()
    
     -- Dates importantes de la vie du clan
  • js write to error console

    1976135·javascript·150 B·2010-10-29 05:47 UTC
    Components.classes["@mozilla.org/consoleservice;1"]
     .getService(Components.interfaces.nsIConsoleService).logStringMessage("My component: " + word);
  • invertir los digitos de un numer

    1976044·cpp·1.2 KB·2010-10-29 01:32 UTC
    #include <cstdlib>
    #include <iostream>
    
    using namespace std;
    
    int main(int argc, char *argv[])
    { //*Invierte el orden de los digitos de un entero positivo
     int num, numinv=0, inver;
  • .bashrc

    1976040·bash·137 B·2010-10-29 01:21 UTC
    # .bashrc
    
    # Source global definitions
    if [ -f /etc/bashrc ]; then
     . /etc/bashrc
    fi
    
    # User specific aliases and functions
  • Unnamed

    1975864·text·130 B·2010-10-28 21:19 UTC
    on 1:TEXT:*Acridian*:#:{
     if (bunny isin $nick) { halt }
     else { /echo -a 4 $nick wants you on $chan at $asctime(hh:nnTT) }
    }
  • Anonymous

    1975800·text·25.0 KB·2010-10-28 19:53 UTC
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Do not edit this file, it will be overwritten on install.
     Copy the file to $HOME/.config/openbox/ instead. -->
    <openbox_config xmlns="http://open
  • Someone

    1975746·text·104.8 KB·2010-10-28 18:50 UTC
    
        
  • Anonymous

    1975739·text·30.1 KB·2010-10-28 18:46 UTC
    [ 41207.429] 
    X.Org X Server 1.8.0
    Release Date: 2010-04-02
    [ 41207.429] X Protocol Version 11, Revision 0
    [ 41207.429] Build Operating System: openSUSE SUSE LINUX
    [ 41207.429] Current Operating
  • Unnamed

    1975737·text·411 B·2010-10-28 18:42 UTC
    #/bin/bash
    kvm \
     -cpu host \
     -smp 2 \
     -net nic,model=virtio \
     -net tap,ifname=qtap0,script=no,downscript=no \
     -m 1024 \
     -vga std \
     -clock hpet \
     -rtc base=localtime,clock=host \
     -e
  • Diff

    1975697·text·792 B·2010-10-28 17:40 UTC
    Index: gpaw/blacs.py
    ===================================================================
    --- gpaw/blacs.py (revision 7232)
    +++ gpaw/blacs.py (working copy)
    @@ -197,6 +197,18 @@
     _gpaw.blac
  • Stuff

    1975696·text·14.0 KB·2010-10-28 17:40 UTC
    [root@ca33 ~]# ll /boot/
     20676
    drwxr-xr-x 3 root root 4096 28 12:56 grub/
    drwx------ 4 root root 4096 28 12:56 ./
    lrwxrwxrwx 1 root root 30 28 12:56 initrd-ovz-smp.img -> initrd-
  • Diff

    1975695·text·780 B·2010-10-28 17:39 UTC
    Index: gpaw/blacs.py
    ===================================================================
    --- gpaw/blacs.py (revision 7232)
    +++ gpaw/blacs.py (working copy)
    @@ -197,6 +197,18 @@
     _gpaw.blac
  • Stuff

    1975689·text·111.7 KB·2010-10-28 17:35 UTC
    
        
  • Miscellany

    1975681·text·98.5 KB·2010-10-28 17:28 UTC
    
        
  • Someone

    1975596·text·1.1 KB·2010-10-28 16:08 UTC
    # This is a sample ProFTPD configuration file for Gentoo Linux (rename
    # it to 'proftpd.conf' for actual use). It establishes a single server
    # and a single anonymous login.
    
    AllowOverwrite on
    Au
  • nicdumz

    1975546·text·1.9 KB·2010-10-28 15:21 UTC
    diff --git a/tests/test-rebase-pull.t b/tests/test-rebase-pull.t
    --- a/tests/test-rebase-pull.t
    +++ b/tests/test-rebase-pull.t
    @@ -1,5 +1,6 @@
     $ cat >> $HGRCPATH <<EOF
     > [extensions]
    + > mq=
  • nicdumz

    1975537·text·1.2 KB·2010-10-28 15:14 UTC
    diff --git a/tests/test-rebase-pull.t b/tests/test-rebase-pull.t
    --- a/tests/test-rebase-pull.t
    +++ b/tests/test-rebase-pull.t
    @@ -1,5 +1,6 @@
     $ cat >> $HGRCPATH <<EOF
     > [extensions]
    + > mq=

older pastes →