All pastesPublic feed

Public feed

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

    2070008·text·1.0 KB·2011-05-27 06:16 UTC
    <cipellort> hello
    <|Seth|> hi cipellort 
    <cipellort> Why are you athist
    <cipellort> atheist
    <|Seth|> me?
    <cipellort> yes
    <|Seth|> personally?
    <|Seth|> okay
    <cipellort> yes
    <|Seth|> I don't th
  • Stuff

    2070007·text·734 B·2011-05-27 06:16 UTC
    UNRAR 3.80 beta 2 freeware Copyright (c) 1993-2008 Alexander Roshal
    
    Extracting from smut.rar
    
    Extracting IMG_0545.JPG OK 
    Extracting IMG_054
  • Untitled

    2070006·text·2.2 KB·2011-05-27 06:16 UTC
    using System;
    using System.Collections.Generic;
    using System.Text;
    
    class Box {
     double ma, mb, mh;
    
     public Box() {
     ma = 0;
     mb = 0;
     mh = 0;
     }
    
     publi
  • Miscellany

    2070002·text·485 B·2011-05-27 06:12 UTC
    local my_class = class
    local my_ship = ships[my_class]
    local s = sensor_contacts({})
    
    local gotoguy = nil
    for k, v in pairs(s) do
     if (v:team() ~= team) then
     gotoguy = v
     break
  • Untitled

    2069999·text·2.2 KB·2011-05-27 06:10 UTC
    using System;
    using System.Collections.Generic;
    using System.Text;
    
    class Box {
     double ma, mb, mh;
    
     public Box() {
     ma = 0;
     mb = 0;
     mh = 0;
     }
    
     publi
  • Anonymous

    2069998·text·223 B·2011-05-27 06:10 UTC
    valgrind: m_debuginfo/readelf.c:1432 (vgModuleLocal_read_elf_debug_info): Assertion 'rw_svma_limit != 0' failed.
    ==25562== at 0x3802DAC5: ??? (in /usr/lib64/valgrind/memcheck-x86-linux)
    
    sched s
  • Anonymous

    2069997·c·1.3 KB·2011-05-27 06:10 UTC
    zcmd:loadmap(playerid, params[])
    {
     new MapId, totalObjects;
     if(CurrentMap) SendClientMessage(playerid, 0xFFFFFFFF, "- Já existe um mapa carregado no servidor.");
     else if(sscanf(params, "d", Map
  • Stuff

    2069992·text·619 B·2011-05-27 06:06 UTC
    var total_height = 0;
     $$('div#auto-scroll ul li').each( function(el){ 
     if(el.get('id') != 'repeat'){
     var height = el.getStyle('height').toInt();
     total_height = total_height + height;
     }
  • Anonymous

    2069988·text·2.8 KB·2011-05-27 06:05 UTC
    #include <cstdlib>
    #include <iostream>
    #include <cmath>
    #include <time.h>
    
    using namespace std;
    
    void fill_array(double array [20]);
    void bubble_sort(double array [20]);
    void get_max(double a
  • Anonymous

    2069987·text·517 B·2011-05-27 06:05 UTC
    spare parts crate
    A large reinforced cardboard carton with the words GRUMMAN AEROSPACE ZEPPELIN WORKS stencilled on the side.
    Artifacts:
     two titanium structural members [20.0kg] three carbon
  • Anonymous

    2069986·text·1.4 KB·2011-05-27 06:05 UTC
    .cdecls C,LIST,"msp430g2231.h"
    ;-------------------------------------------------------------------------
     .text ;Program Start
    ;---------------------------------------------------------
  • Stuff

    2069985·text·598 B·2011-05-27 06:03 UTC
    Defender 
    Island Carcosa 11:16:31 
    Ruler cchkb 
     Total Losses 
    Small Warships 198 0 
    Small Merchant Ships 69 0 
    Warships 198 0 
    Merchant Ships 30 0 
    Colonization Ships 2 0 
    Stone Throwers 327
  • Anonymous

    2069984·text·544 B·2011-05-27 06:02 UTC
    #!/bin/sh
    rsync -arvuz -e ssh /Users/me/ me@192.168.1.103:/home/me/target/ \
    --exclude '.*' \
    --exclude 'From.Desktop' \
    --exclude '.Trash' \
    --exclude 'waxwing' \
    --exclude 'Music' \
    --exclud
  • Stuff

    2069959·text·3.7 KB·2011-05-27 05:44 UTC
    on *:INPUT:#: {
     if ($regex($1-,/^(?:de)?(h?op|admin|owner|voice) (\S+)|^(?:un)?(ban) (\S+)/i)) && ($pos($prefix,$left($nick(#,$me).pnick,1)) < 5) {
     var -s %+- $iif($regex(+-,$1,/^(?:de|un)/i),
  • Stuff

    2069956·text·2.7 KB·2011-05-27 05:42 UTC
    Wintery Spirits Seeker Attack 1
    
    With the help of the right spirit, it can be winter anywhere, anytime, even here and now.
    
    At-Will Primal, Weapon, Cold
    Standard Action
  • Someone

    2069954·text·3.7 KB·2011-05-27 05:40 UTC
    on *:INPUT:#: {
     if ($regex($1-,/^(?:de)?(h?op|admin|owner|voice) (\S+)|^(?:un)?(ban) (\S+)/i)) && ($pos($prefix,$left($nick(#,$me).pnick,1)) < 5) {
     var -s %+- $iif($regex(+-,$1,/^(?:de|un)/i),
  • Untitled

    2069950·cpp·309 B·2011-05-27 05:39 UTC
    void sort(double *x, int n) {
     int i, j, minIndx, minVal;
     for (i = 0; i < (n-1); i++) {
     minVal = i;
     minIndx = x[i];
    
     for (j = i + 1; j < (n) ; j++) {
     if (minIndx > x[j]) {
     minVal
  • Stuff

    2069947·text·10.0 KB·2011-05-27 05:34 UTC
    Found one Java-level deadlock:
    =============================
    "SynapseWorker-500":
     waiting to lock monitor 0x0000000041cf82e0 (object 0x000000078ef858d0, a java.lang.Object),
     which is held by "
  • Miscellany

    2069944·text·8.5 KB·2011-05-27 05:33 UTC
    //==============================================================================//
    //--- Created by GmOcean -------------------------------------------------------//
    //--- You may modify this script
  • Someone

    2069943·text·535 B·2011-05-27 05:32 UTC
    //more view movement stuff
    newX = median(0,O_player.x+viewOffsetX-view_wview/2,room_width-view_wview);
    newY = median(0,O_player.y+viewOffsetY-view_hview/2,room_height-view_hview);
    distanceX = newX-

older pastes →