All pastesPublic feed

Public feed

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

    1987737·text·89.9 KB·2010-11-11 01:52 UTC
    
        
  • nicdumz

    1987656·text·1.5 KB·2010-11-11 00:02 UTC
    # HG changeset patch
    # User Nicolas Dumazet <nicdumz.commits@gmail.com>
    # Date 1289433751 -32400
    # Branch stable
    # Node ID 5f8cd2c3c477d5ec45eefa25b0109d5beff03fca
    # Parent 42dccfd41f29fb2b2c901994ea
  • nicdumz

    1987655·text·1.1 KB·2010-11-11 00:02 UTC
    diff --git a/mercurial/merge.py b/mercurial/merge.py
    --- a/mercurial/merge.py
    +++ b/mercurial/merge.py
    @@ -301,8 +301,6 @@
     f, m = a[:2]
     u.progress(_('updating'), i + 1, item=f, total
  • SlackBuild automation script

    1987526·bash·2.7 KB·2010-11-10 20:53 UTC
    #!/bin/bash
    # SBO - SlackBuild automation script.
    # dagni, 2010-11-10, thanks to guys from ##slackware ;)
    #####################################
    
    version="0.1"
    link="$1"
    function sbo_usage() {
  • voeding jeroen

    1987464·text·1.9 KB·2010-11-10 19:25 UTC
    voedingsschema jeroen
    
    Gegevens:
    Leeftijd 15
    Lengte (cm) 175
    Totale Lichaamsgewicht (kg) 60,0
    Vetpercentage 11,0%
    VVM 53,4
    Activiteitsfactor 1,65
    
    kcal per dag Harris-Benedic Kat
  • parinux

    1987442·text·8.8 KB·2010-11-10 18:55 UTC
    PREFIX= /opt
    
    #DEBUG= --dry-run
    VERBOSE= --verbose --progress --stats
    DELETE= --delete-excluded --delete-after
    V6="-6"
    #LIMIT= --bwlimit=2048
    
    .PHONY: distrib debian-all fedora-all mandriva-all ubuntu
  • Miscellany

    1987301·text·200 B·2010-11-10 15:41 UTC
    $ ls /usr/ports/ftp | grep curl
    curl
    curlpp
    fpc-libcurl
    gambas2-gb-net-curl
    hs-curl
    linux-curl
    linux-f10-curl
    linux-f8-curl
    ocaml-ocurl
    php4-curl
    php5-curl
    php52-curl
    py-curl
    rexx-curl
  • Minecraft Switcher

    1987282·text·545 B·2010-11-10 15:11 UTC
    @echo off
    c:
    cd %appdata%\.minecraft
    ECHO 1 - USER 1
    ECHO 2 - USER 2
    ECHO 3 - EXIT
    ECHO.
    ECHO.
    SET /P M=Type 1,2, or 3, then ENTER:
    IF %M%==1 GOTO USER1
    IF %M%==2 GOTO USER2
    IF %M%==3 GOTO
  • nettezzaumana

    1987205·text·1.1 KB·2010-11-10 12:58 UTC
    Load smb config files from /root/_smb.conf.head22
    rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
    Processing section "[homes]"
    Processing section "[prace]"
    Loaded services file OK.
    S
  • nettezzaumana

    1987204·text·1.1 KB·2010-11-10 12:57 UTC
    Load smb config files from /root/_smb.conf.head22
    rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
    Processing section "[homes]"
    Processing section "[prace]"
    Loaded services file OK.
    S
  • arab

    1987128·text·8.9 KB·2010-11-10 10:15 UTC
    #include <sys/types.h>
    
    const u_char packet[] = {
     0x45, 0x00, 0x05, 0xc8, 0x5a, 0x06, 0x40, 0x00,
     0x74, 0x06, 0xc5, 0x6d, 0x4f, 0xa5, 0x29, 0x6a,
     0x50, 0xab, 0x18, 0x02, 0x1d, 0x52, 0xdd, 0xf2,
     0x
  • visible nodes in flightgear

    1987123·text·56.5 KB·2010-11-10 10:00 UTC
    
        
  • gdjetyhebs

    1987082·actionscript·4.4 KB·2010-11-10 08:25 UTC
    Global Burden: Prevalence and Projections, 2010 and 2030
     
    At a glance
     
     2010 2030
    Total world population (billions) 7.0 8.4
    Adult Population (20-79 Years, trillions) 4.3 6.5
     
    Diabetes
  • fdisk /dev/sda + LVM

    1987057·text·318 B·2010-11-10 07:02 UTC
    streetmack /dev/sda
    
    /dev/sda1 /boot ext2
    /dev/sda2 LVM
     / - 512 Mb ext4
     /opt - 512 Mb ext4
     /usr - 5G ext4
     /var - 3G ext4
     /swap - 1G
    /dev/sda3 - NT
  • partition /dev/sda + LVM

    1987054·text·318 B·2010-11-10 06:54 UTC
    streetmack /dev/sda
    
    /dev/sda1 /boot ext2
    /dev/sda2 LVM
     / - 512 Mb ext4
     /opt - 512 Mb ext4
     /usr - 5G ext4
     /var - 3G ext4
     /swap - 1G
    /dev/sda3 - NT
  • Mine

    1987036·text·36.7 KB·2010-11-10 06:25 UTC
    
        
  • Unnamed

    1987017·text·2.7 KB·2010-11-10 05:40 UTC
    module part4(SW,KEY,CLOCK_50,LEDR);
     input CLOCK_50; //50MHz internal clock
     input [2:0] SW; //inputs for characters A-H
     input [1:0] KEY; //KEY[1] is button that loads the letter
     //KEY[0] i
  • nicdumz

    1986969·text·473 B·2010-11-10 03:15 UTC
    diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py
    --- a/mercurial/cmdutil.py
    +++ b/mercurial/cmdutil.py
    @@ -1185,7 +1185,7 @@
     
     # iterate from latest to oldest revision
  • Anonymous

    1986963·text·410 B·2010-11-10 02:59 UTC
    <FORM NAME = MEGA-DOWNLOADER>
    
    <p><IMG SRC="badger.jpg"> </p>
    
    URL: <INPUT TYPE = Text url = txtFirstNumber SIZE = 38 value ="">
    
    <Input Type = Button NAME = b1 VALUE = "Download" onClick = id()
  • Stuff

    1986897·text·43.7 KB·2010-11-10 00:56 UTC
    
        

older pastes →