All pastesPublic feed

Public feed

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

    2054001·bash·106 B·2011-05-04 22:51 UTC
    #!/bin/bash
    if [ "$1" -eq "cheezburger" ]
    then
     echo "OM NOM NOM"
    else
     sudo pacman -S "$@"
    fi
  • Miscellany

    2054000·text·54.6 KB·2011-05-04 22:49 UTC
    
        
  • Stuff

    2053995·text·559 B·2011-05-04 22:29 UTC
    bash-3.00# ./skynetd
    using default configuration
    ConnectionListener::initializeSocket Connection setup failure: unable to create/configure UDP socket: No buffer space available.
    ConnectionListener:
  • Miscellany

    2053994·text·4 B·2011-05-04 22:20 UTC
    Test
  • Miscellany

    2053993·diff·4.5 KB·2011-05-04 22:04 UTC
    diff -r 0202bb3a6d74 pypy/module/micronumpy/numarray.py
    --- a/pypy/module/micronumpy/numarray.py Wed May 04 23:20:11 2011 +0200
    +++ b/pypy/module/micronumpy/numarray.py Wed May 04 15:57:55 2011 -060
  • MrCurmudgeonly

    2053990·javascript·141 B·2011-05-04 21:54 UTC
    if (positionTop == "0px" && positionLeft == "1960px" ) {
     $(scrollUpBttn).removeClass("click");
     $(scrollDownBttn).removeClass("click");
    }
  • Miscellany

    2053989·text·506 B·2011-05-04 21:51 UTC
    # y -Syu
    :: Synchronizing package databases...
     core 37.8K 162.1K/s 00:00:00 [################################] 100%
     extra 472.4K 647.3K/s 0
  • Miscellany

    2053982·diff·3.5 KB·2011-05-04 21:31 UTC
    diff -r 0202bb3a6d74 pypy/module/micronumpy/numarray.py
    --- a/pypy/module/micronumpy/numarray.py Wed May 04 23:20:11 2011 +0200
    +++ b/pypy/module/micronumpy/numarray.py Wed May 04 15:31:01 2011 -060
  • Miscellany

    2053980·text·486 B·2011-05-04 21:29 UTC
    [STATE: Idle->Casting]
    [Delay-> 250]
    [STATE: Casting->Hooked!]
    [STATE: Hooked!->Fighting!]
    Initializing Fishing Thread!
    >> Hooked a hakuryu
    (ID: 260-32-4-22)
    Reeling in Fish!
    [Delay-> 5000]
    [
  • Miscellany

    2053978·diff·1.7 KB·2011-05-04 21:12 UTC
    diff -r 7838dec7ffe0 pypy/module/micronumpy/numarray.py
    --- a/pypy/module/micronumpy/numarray.py Wed May 04 18:03:53 2011 +0200
    +++ b/pypy/module/micronumpy/numarray.py Wed May 04 15:09:18 2011 -060
  • Miscellany

    2053975·c·2.9 KB·2011-05-04 21:05 UTC
    /* Lab - 6 */
    
    domains
     
     E = string*
     T = string
     I = integer
     
    predicates
    
     add_bel(T) % вспомогательная процедура
     belong(T,E) % принадлеждность
     
     change(E) % заменить
     first(E)
  • Miscellany

    2053974·c·3.0 KB·2011-05-04 21:04 UTC
    /* Lab - 6 */
    
    domains
     
     E = string*
     T = string
     I = integer
     
    predicates
    
     add_bel(T) % вспомогательная процедура
     belong(T,E) % принадлеждность
     
     change(E) % заменить
     first(E)
  • ReText desktop file

    2053973·text·192 B·2011-05-04 21:03 UTC
    [Desktop Entry]
    Type=Application
    Name=ReText
    GenericName=Simple text editor for Markdown syntax
    Icon=/usr/share/icons/retext.png
    Exec=/usr/bin/retext
    Categories=Office;
    Terminal=false
  • ReTe

    2053971·bash·1.7 KB·2011-05-04 21:02 UTC
    # Maintainer: Bartosz Chmura <chmurli at gmail dot com>
    
    pkgname=retext
    pkgver=1.0.0
    pkgrel=1
    pkgdesc="Simple text editor for Markdown syntax"
    arch=('any')
    url="http://sourceforge.net/p/retext/
  • Someone

    2053967·text·6.0 KB·2011-05-04 20:55 UTC
    #!/usr/bin/env bash
    
    usage() {
     printf "
    
     Usage:
    
     rvm-install-system-wide [options]
    
     Options:
    
     --trace - Run turn on bash xtrace while the script runs.
     --debug -
  • Stuff

    2053966·text·890 B·2011-05-04 20:42 UTC
    <s:element name="CreditandDebitReports">
    <s:complexType>
    <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="storeId" type="s:long"/>
    <s:element minOccurs="0" maxOccurs="1" name="storeKey" t
  • Someone

    2053964·text·579 B·2011-05-04 20:39 UTC
    Jam jebaka w porcie słynny
    Każdy chłop ode mnie inny
    Chudy, mały słaby
    Nie chcą go portowe baby
    wszystkie piczki w porcie moje, 
    wielka pała robi swoje
    tu tawerna tam zatoka,
    dziewka piszczy ni
  • Someone

    2053963·text·777 B·2011-05-04 20:37 UTC
    <!-- loop in the thumbnails -->
     <?php
     $news = new WP_Query();
     $news->query('cat=5');
     while($news->have_posts()) : $news->the_post();
     ?>
    
     <div class="grid_8 newsbox">
     <div class=
  • Miscellany

    2053962·text·1.2 KB·2011-05-04 20:36 UTC
    <!-- loop in the single post -->
     <?php if (have_posts()) : ?>
     <?php while (have_posts()) : the_post(); ?>
     
     <div id="single-content" class="container_24">
     <?php the_content(); ?>
  • Miscellany

    2053960·text·1009 B·2011-05-04 20:35 UTC
    <?php if (have_posts()) : ?>
     <?php while (have_posts()) : the_post(); ?>
     
     <div id="single-content" class="container_24">
     <?php the_content(); ?> 
     
     <div class="meta grid_12">
     <

older pastes →