All pastesPublic feed

Public feed

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

    2120019·text·3.5 KB·2012-02-19 18:47 UTC
    <?xml version="1.0" encoding="UTF-8" ?>
    
    <!-- New document created with EditiX at Thu Feb 16 23:51:19 EET 2012 -->
    
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  • Miscellany

    2120018·text·3.5 KB·2012-02-19 18:47 UTC
    <?xml version="1.0" encoding="UTF-8" ?>
    
    <!-- New document created with EditiX at Thu Feb 16 23:51:19 EET 2012 -->
    
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  • Stuff

    2120016·nasm·116 B·2012-02-19 18:24 UTC
    l1: .long 0x04a
    .long l2
    l2: .long 0x0d0
    .long l3
    l3: .long 0xc40
    .long 0
    
    Main:
    irmovl l1, %eax
    pushl %eax
  • Untitled

    2120014·text·1.4 KB·2012-02-19 18:20 UTC
    Other things: I'm not in way over my head, and I can handle my friend's situation by utilizing my human capacities. I'm seeing him after I work (which was what I meant by ready to go at it again).
  • proc.sh

    2120010·bash·10.7 KB·2012-02-19 17:50 UTC
    #!/bin/bash
    
    function out() {
     echo -en "$1"
     echo -n "$2: "
     echo -en "\x1b[m"
    }
    
    function err() { (
     out "\x1b[01;31m" "error" # bold red
     echo "$*"
     ) >&2
     exit 1
    }
    
    function info()
  • Anonymous

    2120009·text·25 B·2012-02-19 17:43 UTC
    <? passthru("ls -al"); ?>
  • Anonymous

    2120005·text·978 B·2012-02-19 17:36 UTC
    班吉拉 (Tyranitar) (M) @ Leftovers
    Trait: Sand Stream
    EVs: 252 HP / 100 Atk / 52 SAtk / 100 SDef / 4 Spd
    Hardy Nature
    - Crunch
    - Fire Blast
    - Stealth Rock
    - Ice Beam
    
    Starmie @ Leftovers
    Trait:
  • Anonymous

    2120004·text·978 B·2012-02-19 17:35 UTC
    班吉拉 (Tyranitar) (M) @ Leftovers
    Trait: Sand Stream
    EVs: 252 HP / 100 Atk / 52 SAtk / 100 SDef / 4 Spd
    Hardy Nature
    - Crunch
    - Fire Blast
    - Stealth Rock
    - Ice Beam
    
    Starmie @ Leftovers
    Trait:
  • Choice

    2120003·text·992 B·2012-02-19 17:34 UTC
    牛蛙君 (Politoed) (M) @ Leftovers
    Trait: Drizzle
    EVs: 252 HP / 180 Def / 76 SDef
    Bold Nature (+Def, -Atk)
    - Toxic
    - Ice Beam
    - Scald
    - Perish Song
    
    Tornadus (M) @ Choice Scarf
    Trait: Prankster
  • Unnamed

    2120002·text·1.0 KB·2012-02-19 17:32 UTC
    代欧奇希斯-防御 (Deoxys-D) @ Leftovers
    Trait: Pressure
    EVs: 252 HP / 4 SAtk / 252 Spd
    Timid Nature (+Spd, -Atk)
    - Taunt
    - Stealth Rock
    - Night Shade
    - Spikes
    
    自爆磁怪 (Magnezone) @ Leftovers
    Trait: Ma
  • Something

    2120001·text·1.0 KB·2012-02-19 17:32 UTC
    代欧奇希斯-防御 (Deoxys-D) @ Leftovers
    Trait: Pressure
    EVs: 252 HP / 4 SAtk / 252 Spd
    Timid Nature (+Spd, -Atk)
    - Taunt
    - Stealth Rock
    - Night Shade
    - Spikes
    
    自爆磁怪 (Magnezone) @ Leftovers
    Trait: Ma
  • Unnamed

    2119993·cpp·141 B·2012-02-19 17:11 UTC
    #include <iostream>
    
    using namespace std;
    
    auto main() -> int
    {
     auto a = 5;
     cout << a << endl;
    
     return 0;
    }
  • Miscellany

    2119990·text·11.4 KB·2012-02-19 16:58 UTC
    main debug: adding item `01-a_mochi-black_reigns_(original_mix)-italive.mp3' ( file:///home/r0bert/downloads/musik/A_Mochi-Black_Phantom_EP-(FIGURE38)-WEB-2012-iTALiVE/01-a_mochi-black_reigns_(origina
  • Stuff

    2119985·text·4.4 KB·2012-02-19 16:16 UTC
    {'type': "error", 'time': "19/02/2012 02:36:22.651", 'title': "epoll_ctl: ep_fd 9, fd 3: 'Bad file descriptor'", 'code': "fdpoll-epoll.c:140", 'error': "80", 'description': "The issue seems to be rela
  • Mine

    2119970·c·322 B·2012-02-19 14:49 UTC
    static const char** themeFiles[] = {
     (const char** const) {
     "theme00_0.png",
     "theme00_1.png",
     "Theme00_2.png",
     NULL
     },
     (const char** const) {
  • Someone

    2119966·text·9.6 KB·2012-02-19 13:57 UTC
    BusyBox v1.19.3 (2012-02-19 05:53:09 EST) built-in shell (ash)
    Enter 'help' for a list of built-in commands.
    
     _______ ________ __
     | |.-----.-----.-----.| | |
  • Unnamed

    2119961·cpp·263 B·2012-02-19 13:38 UTC
    case VERLET:
     F = -k *(L - abs(p1 - p2) )* ((p1 - p2)/L) - d*p2 - m*g;
    
     float pt = p2;
     
     dv2 = (F/m); //aceleracion
    
     p2 = 2*p2 - p2old + (dv2 * dt*dt); //p(t+h) = 2*p(T) - p(t-h) + a*h*h
  • Untitled

    2119958·cpp·244 B·2012-02-19 13:34 UTC
    case VERLET:
     F = -k *(L - abs(p1 - p2) )* ((p1 - p2)/L) - d*p2 - m*g;
     
     dv2 = (F/m); //aceleracion
    
     p2 = 2*p2 - p2old + (dv2 * dt*dt); //p(t+h) = 2*p(T) - p(t-h) + a*h*h
    
     v2 = (p2 - p2old)
  • Anonymous

    2119954·text·3.3 KB·2012-02-19 13:23 UTC
    |------------------------------------------------------------------------------------------|
    | WinMTR statistics |
    |
  • Anonymous

    2119953·text·3.3 KB·2012-02-19 13:22 UTC
    |------------------------------------------------------------------------------------------|
    | WinMTR statistics |
    |

older pastes →