All pastesPublic feed

Public feed

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

    2118493·text·145 B·2012-02-17 13:06 UTC
    export GOROOT=~/sandbox/go/root
    export GOPATH=~/.go
    export GOARCH=amd64
    export GOBIN=$GOROOT/bin
    export GOOS=darwin
    export PATH=$PATH:$GOBIN
  • Someone

    2118483·css·221 B·2012-02-17 12:36 UTC
    .center {
     position: relative;
     height: 50%;
    }
    .center .center {
     height: auto;
     position: absolute;
     top: 100%;
    }
    .center .center .zentriertes-element {
     position: relativ
  • Someone

    2118482·css·236 B·2012-02-17 12:36 UTC
    div.center {
     position: relative;
     height: 50%;
    }
    div.center div.center {
     height: auto;
     position: absolute;
     top: 100%;
    }
    div.center div.center .zentriertes-element {
     po
  • Untitled

    2118456·text·1.2 KB·2012-02-17 11:18 UTC
    D:\Rockstar™\Junk\_\pawno\include\streamer.inc(316) : warning 219: local variable "pickupid" shadows a variable at a preceding level
    D:\Rockstar™\Junk\Server1\gamemodes\tmp_fm_gm.pwn(3950) : warning
  • Someone

    2118446·text·1.1 KB·2012-02-17 10:41 UTC
    commit 9de84d052a6e2c2a56c9dae396d693ee169da79d
    Author: Robert Knight <robert.knight@mendeley.com>
    alans-imac:utilities robert$ git diff HEAD
    diff --git a/utilities/Gemfile b/utilities/Gemfile
    new
  • Stuff

    2118432·text·1.1 KB·2012-02-17 10:21 UTC
    commit 9de84d052a6e2c2a56c9dae396d693ee169da79d
    Author: Robert Knight <robert.knight@mendeley.com>
    alans-imac:utilities robert$ git diff HEAD
    diff --git a/utilities/Gemfile b/utilities/Gemfile
    new
  • Untitled

    2118429·text·4.1 KB·2012-02-17 10:13 UTC
    t-uix-button-menu-item">Flag for spam</span></li><li class="comment-action-block comment-action" data-action="block"><span class="yt-uix-button-menu-item">Block User</span></li><li class="comment-acti
  • Untitled

    2118428·text·4.1 KB·2012-02-17 10:11 UTC
    t-uix-button-menu-item">Flag for spam</span></li><li class="comment-action-block comment-action" data-action="block"><span class="yt-uix-button-menu-item">Block User</span></li><li class="comment-acti
  • Miscellany

    2118417·html·3.5 KB·2012-02-17 09:35 UTC
    <?xml version = "1.0"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    
    <!--Jonathon Hua, jxh2158-->
    <html xmlns="http://www
  • Untitled

    2118416·html·3.5 KB·2012-02-17 09:35 UTC
    <?xml version = "1.0"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    
    <!--Jonathon Hua, jxh2158-->
    <html xmlns="http://www
  • Miscellany

    2118415·text·3.5 KB·2012-02-17 09:34 UTC
    <?xml version = "1.0"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    
    <!--Jonathon Hua, jxh2158-->
    <html xmlns="http://www
  • Something

    2118412·text·2.7 KB·2012-02-17 09:23 UTC
    RTO Training:
    
    Central Dispatch
    Cpt. Crunch
    
    Unit100:
    Cdt. Bob
    Off. Tranny
    
    Unit200:
    Cdt. Yack
    Cpl. Tits
    
    Unit300:
    Off. Ford
    
    *Situation: Unit 100 is in a 10-80. Units 200 and 300
  • Someone

    2118385·text·1.4 KB·2012-02-17 08:01 UTC
    (gdb) bt
    #0 0x01441eea in QScopedPointer<QGraphicsLayoutItemPrivate, QScopedPointerDelet
    er<QGraphicsLayoutItemPrivate> >::data (this=0xbaadf021)
     at ../../include/QtCore/../../src/corelib/tool
  • Unnamed

    2118369·text·1.4 KB·2012-02-17 07:04 UTC
    (gdb) bt
    #0 0x010b1eea in QScopedPointer<QGraphicsLayoutItemPrivate, QScopedPointerDeleter<QGraphicsLayoutItemPrivate> >::data (this=0xbaadf021)
     at ../../include/QtCore/../../src/corelib/tools/
  • Stuff

    2118365·text·1.8 KB·2012-02-17 06:52 UTC
    Program received signal SIGSEGV, Segmentation fault.
    0x010c1eea in QScopedPointer<QGraphicsLayoutItemPrivate, QScopedPointerDeleter<QGraphicsLayoutItemPrivate> >::data (this=0xbaadf021)
     at ../..
  • Untitled

    2118363·text·1.7 KB·2012-02-17 06:42 UTC
    00:26 -!- Irssi: Starting query in freenode with timotab
    00:26 <timotab> actually, my wife has alcoholism in her family, and as it can have some hereditory component, she doesn't drink at all in orde
  • Untitled

    2118361·text·308 B·2012-02-17 06:37 UTC
    foreach my $host (@result_array) {
     my $name = $host->name;
     $name =~ s/_/-/g;
     $host->name ($name);
    
     my $aliases = $host->aliases || [];
     my @fixed;
     foreach my $alias (@$aliases) {
     $alias
  • Untitled

    2118349·csharp·446 B·2012-02-17 05:46 UTC
    namespace PruebaVargas
    {
     public partial class Form1 : Form
     {
    
     int contador = 0;
    
     public Form1()
     {
     InitializeComponent();
     }
    
     priv
  • Anonymous

    2118345·text·15 B·2012-02-17 05:35 UTC
    💙💜💚❤
  • Stuff

    2118339·c·280 B·2012-02-17 05:12 UTC
    typedef struct {
     int BoostMin; // BoostMin for graph Scaling
     int BoostMax; // BoostMax for graph Scaling
     int BoostAlarm;// Alarm for audible/visual boost warning
    } ConfigStruct;
    
    ConfigS

older pastes →