[ create a new paste ] login | about

apotheon

Name: Chad Perrin
Email:
Site/Blog: http://blogstrapping.com
Location:
Default language: Plain Text
Favorite languages: C, OCaml, Plain Text, Ruby, Scheme
About:

Saved pastes by apotheon:

Plain Text, pasted on Jan 16:
1
2
3
4
5
23:29 < Araq> this new style BSD license looks reasonable to me

23:29 < Araq> apotheon: http://programmers.stackexchange.com/ques[. . .]

23:29 < Araq> what's wrong with the clause?
...
view (38 lines, 1 comment)
Plain Text, pasted on Dec 12:
1
2
3
4
5
filetype plugin indent on
set laststatus=2
set statusline=%<%f\ %h%m%r%=%{\"[\".(&fenc==\"\"?&enc:&fenc).((exists(\"+bomb\")\ &&\ &bomb)?\",B\":\"\").\"]\ \"}%k\ %-14.(%l,%c%V%)\ %P

syntax enable
...
view (32 lines)
Plain Text, pasted on Oct 11:
1
2
3
4
5
On Wed, Oct 10, 2012 at 04:36:58PM -0500, LinkedIn Customer Support wrote:
> Thread
> ---------------------------------------------------------------
> Response Via Email(Vivi) - 10/10/2012 16:36
> Hi Chad,
...
view (76 lines)
Plain Text, pasted on Jun 6:
1
2
3
4
5
From: Moses Aronov
Subject: Facebook Group
X-Mailer: MobileMe Mail (1J25+8525)

There is a facebook group that was recently created so we could all
...
view (125 lines, 1 comment)
Python, pasted on Apr 25:
1
2
3
4
#!/usr/bin/env python
import random

answers = ['yes', 'no', 'maybe', 'ask again later']
...
view (6 lines, 1 line of output, 1 comment)
Ruby, pasted on Apr 25:
1
2
3
4
5
#!/usr/bin/env ruby

answers = ['yes', 'no', 'maybe', 'ask again later']

puts answers[rand(4)]
view (5 lines, 1 line of output)
Plain Text, pasted on Apr 6:
1
2
3
4
5
gazursat: characterized by collective association enabled by governmental interference
gazursat business (gbiz): a gazursat economic concern

agazursat: characterized by action in association, regardless of governmental interference
agazursat business (abiz): an agazursat economic concern
...
view (11 lines)
Plain Text, pasted on Mar 28:
1
2
3
4
5
On The Second Shelf Of A Ladder-Style Bookshelf Unit:

*Writing Down the Bones (Freeing the Writer Within)* by Natalie Goldberg

*We Can Remember It For You Wholesale (And Other Classic Stories)* by Philip K. Dick
...
view (74 lines)
Plain Text, pasted on Mar 28:
1
2
3
4
5
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="main.css" />
    <title>Foo</title>
  </head>
...
view (45 lines, 5 comments)
C, pasted on Mar 18:
1
2
3
4
/* Who writes code like this?
 *
 * Hint: this snippet was harvested from Vim sources.
 */
...
view (15 lines)
Plain Text, pasted on Mar 8:
1
2
3
4
5
filetype plugin indent on

syntax enable

set autoindent
...
view (28 lines)
Plain Text, pasted on Jan 10:
1
2
3
4
5
Quoth Nikola Pavlović, on freebsd-questions:

Most of the time when a blob is necessary and nonexistant it's the case of
a vendor being lazy or incompetent.  Or they just sell mass market junk
hardware and are only interested in Windows no matter what you do.
...
view (14 lines)
C, pasted on Jan 2:
1
2
3
4
5
#include <unistd.h>

char* world = "World! \n";
float o = 0.075, h = 1.425, T = -2, r, O, l, I;
int underscore, L=80, s=3200;
...
view (39 lines)
Ruby, pasted on Dec 9:
1
2
3
4
5
require 'test/unit'
load '../gol.rb'

class TestNil < Test::Unit::TestCase
  def setup
...
view (114 lines)
Plain Text, pasted on Dec 8:
1
2
3
4
5
I believe that using MS Windows for almost any purpose is a mistake. It is an
incredibly badly designed OS buttressed with layer upon layer of poorly
designed features that are, in many cases, intended to place band-aids on
gushing neck wounds, with any security functionality only bolted on after the
fact as a largely ineffective afterthought. To imply a positive relationship
...
view (6 lines)
Plain Text, pasted on Dec 6:
1
2
3
4
5
Analysis: Discussion of "Interview with PowerBASIC founder Bob Zale" [1] [2]

Joined  ||  Username        ||  Location            ||  PR  ||  AR  ||  Content     ||  NC  ||  ND
===================================================================================================
2001    ::  kpowick         ::  Ottawa, ONT         ::  +   ::  -   ::  portability ::  1   ::  1
...
view (35 lines)
Plain Text, pasted on Nov 29:
1
2
3
4
5
Microsoft TrackBall Optical
ThinkPad TrackPoint
other high quality trackball
high quality mouse
middling quality trackball
...
view (20 lines, 2 comments)