All pastesPublic feed

Public feed

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

    2046743·text·470 B·2011-04-15 10:20 UTC
    caedes@Mancubus:~ $ trine 
    Got signal 11 at (nil) from 0x7f245a9c6c9d
    ./trine-bin64[0x433c98]
    /lib/libpthread.so.0(+0xef60)[0x7f2462b3ff60]
    ./lib64/libvorbis.so.0(vorbis_synthesis_restart+0x1d)[0x
  • Mine

    2046734·text·316 B·2011-04-15 09:57 UTC
    document.body.removeChild(use('sb-container')); 
     var js = document.createElement('script'); 
     js.setAttribute('type', 'text/javascript');
  • Detect apache mod with PHP

    2046720·php·448 B·2011-04-15 08:47 UTC
    /**
     * return true if the module $name is activated in apache
     *
     * @param string $name module name
     * @return boolean
     * @author Samdha <contact@samdha.net>
     **/
    function detect_apache_mod($na
  • Someone

    2046715·javascript·555 B·2011-04-15 08:36 UTC
    function createObject(element) {
     var object = new Object();
     object.name = 'svg';
     object.length = 4;
     object.elements = new Array('select','select','select');
     var ids = ['id1','id2','id3'];
  • Something

    2046683·text·4.5 KB·2011-04-15 06:17 UTC
    <?xml version="1.0" encoding="utf-8"?>
    <Rawr xmlns:xsi="http://rawr.codeplex.com/somewhere"
    xsi:noNamespaceSchemaLocation="RawrAddon.xsd">
     <Version>0.65</Version>
     <Build>59144</Build>
  • Miscellany

    2046682·text·678 B·2011-04-15 06:17 UTC
    SRCS = $(wildcard source/*)
    DESTS = $(subst source/,kindle/,$(SRCS))
    
    all: $(DESTS)
    
    kindle/%: source/%
     @echo '$@'
     eval `identify -format 'WIDTH=%[fx:w] HEIGHT=%[fx:h]' '$<'`; \
     OPTS=""; if
  • Unnamed

    2046681·text·6.6 KB·2011-04-15 06:17 UTC
    import java.util.LinkedList;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.ListIterator;
    
    public class Polynomial {
    
     LinkedList<PolynomialTerm> aPoly;
     Array
  • Something

    2046679·text·1.2 KB·2011-04-15 06:13 UTC
    Oo-ooh-ooh, hoo yeah, yeah
    Yeah, yeah, yeah
    
    3pm, waking up in the afternoon
    Gotta be fresh, gotta be dressed
    Gotta have my food, gotta have my fun
    Seein’ everything, the time is goin’
    
    Go
  • Miscellany

    2046678·text·6.4 KB·2011-04-15 06:13 UTC
    Battle between converse and Ninahaza started!
    
    Tier: VGC 2010
    Rule: Unrated
    Rule: Item Clause
    Rule: No Timeout
    Rule: Species Clause
    
    Ninahaza sent out Giratina!
    converse sent out Mewtwo!
    Nin
  • Mine

    2046677·text·2.4 KB·2011-04-15 06:08 UTC
    1. Die Bundesrepublik Deutschland ist ein föderalistischer Staat in Mitteleuropa.
    2. Deutschland ist das fünftgrößte Land Europas.
    3. Insgesamt ist es 357.000 Quadratkilometer groß.
    4. Deutschland
  • Mine

    2046676·text·5.8 KB·2011-04-15 06:06 UTC
    Battle between converse and Ninahaza started!Tier: VGC 2010Rule: UnratedRule: Item ClauseRule: No TimeoutRule: Species ClauseNinahaza sent out Giratina!converse sent out Mewtwo!Ninahaza sent out Infer
  • Untitled

    2046674·text·361 B·2011-04-15 06:03 UTC
    (new domain broken: 404) http://blog.ryanrampersad.com/wp-content/uploads/2010/11/Screenshot-2010-11-28-7_51_27-PM.png
    
    (old domain works) http://ryan.ifupdown.com/wp-content/uploads/2010/11/Screens
  • Unnamed

    2046672·text·114 B·2011-04-15 05:41 UTC
    74 68 69 73 20 6e 65 78 74 20 74 65 73 74 20 69 73 20 69 6d 70 6f 73 73 69 62 6c 65 20 34 2f 31 35 2f 32 30 31 31
  • Anonymous

    2046666·text·1.3 KB·2011-04-15 05:13 UTC
    좆
    말투
    도대체
    남의
    집적대다
    오줌
    누다
    파출소
    아저
    죄송하다
    아이고
    이쁘다
    강물
    구름
    유람선
    대충
    유람선
    새끼
    콩밥
    잡어
    확실
    교육
    평소
    억수
    놈
    뵙다
    맘<-->마음
    가지고
    옳다
    삼촌
    장난
    달라다
    딱
    갇히다
    짓
    욕
    견디다
    인질범
    소탕하다
    별로
    갈다
    갈아입다
    시금치
    살해
    자상
  • Unnamed

    2046659·text·223 B·2011-04-15 04:40 UTC
    <?php
    
    $string = "StringHere1 4,370,000,000StringHere2";
    
    if (preg_match('/StringHere1 (.+?)StringHere2/is', $string, $out)) 
     echo "IT WORKED!";
    else
     echo "FAILED!";
    
    // Expected resu
  • Anonymous

    2046657·text·914 B·2011-04-15 04:35 UTC
    [user@localhost documents]$ java -Xmx1024M -Xms512M -cp Minecraft.jar net.minecraft.LauncherFrame
    Exception in thread "main" java.lang.NoClassDefFoundError: net/minecraft/LauncherFrame
    Caused by: ja
  • Miscellany

    2046652·actionscript·901 B·2011-04-15 03:54 UTC
    private function CrossFade(event:Event):void{
     trace(currentImageIndex);
     trace(imageList[currentImageIndex].child("image").toString());
     
     var myLoader:Loader = new Loader();
    
     myLoader.content
  • Miscellany

    2046650·text·644 B·2011-04-15 03:47 UTC
    #accueil #contenu #colonne-principal {
     float: left;
     padding: 40px 0 0 40px;
     width: 600px;
    }
    
    #accueil #contenu #colonne-secondaire {
     background: url("/img/fond-accueil.png") no-
  • Unnamed

    2046648·text·390 B·2011-04-15 03:45 UTC
    #accueil #contenu #colonne-principal {
     float: left;
     padding: 40px 0 0 40px;
     width: 600px;
    }
    
    #accueil #contenu #colonne-secondaire {
     background: url("/img/fond-accueil.png") no-
  • Something

    2046640·html·3.4 KB·2011-04-15 02:55 UTC
    와와카-지-노◈다모아카-지-노
    " ▶와와카-지-노◈다모아카-지-노▒ ㉿ ♣ ━━( ‥ HTTP://WwW.EkEK77.COM‥ )━━ ♣ [Y((×&#65103;×)P]∵인터밀란을>-<와와카-지-노◈다모아카-지-노>-<㉿ ㉿이끄는 감독이 21일 새벽(한국시각) 토튼햄과 ‘2010-11 UEFA챔피언스리그∵>-<와와카-지-노◈다모아카-지-노>-< ㉿ ♣

older pastes →