My Recent Pastes (133 and counting)

All Pasties (over 133 and counting)

Pages: 1 3 4 5 9

Below are summaries of the 15 most recent pasties by Denis Defreyne.

January 03, 2009
1:14PM EDT
by Denis Defreyne

1
2
3
4
5
          //ol.writeListItem();
          ol.writeString("  <tr bgcolor=\"#f0f0f0\"><td>");
          if (cd->isObjectiveC())
          {
            if (md->isObjCMethod())

December 31, 2008
6:55AM EDT
by Denis Defreyne

1
2
3
4
5
.................
string: 17 tests, 59 assertions, 0 failures

...........................
integer: 27 tests, 90 assertions, 0 failures

December 21, 2008
6:08PM EDT
by Denis Defreyne

1
2
3
4
5
gnuplot> set terminal

Available terminal types:
           aed512  AED 512 Terminal
           aed767  AED 767 Terminal

December 21, 2008
11:20AM EDT
by Denis Defreyne

1
2
3
4
5
DEBUG: invalid request was: GET /?info_hash=m%3F%BE%29%82%7BA7%B5%F7%EB%80%F8%1E%97%7F%138%A2%20&peer_id=-TR1400-o4zpk24wa9tm&port=8081&uploaded=0&downloaded=0&corrupt=0&left=0&compact=1&numwant=80&key=dwzp1yf3hw&event=started HTTP/1.1
User-Agent: Transmission/1.40 (7084)
Host: 127.0.0.1:8080
Accept: */*
Accept-Encoding: deflate, gzip

December 21, 2008
10:00AM EDT
by Denis Defreyne

1
2
3
4
5
cc -c -o ot_accesslist.o -I../libowfat -Wall -pipe -Wextra  -Os -DWANT_ACCESSLIST_WHITE -DWANT_FULLSCRAPE ot_accesslist.c
ot_accesslist.c: In function ‘access_list_deinit’:
ot_accesslist.c:30: warning: implicit declaration of function ‘accesslist_reset’
ot_accesslist.c: At top level:
ot_accesslist.c:33: warning: conflicting types for ‘accesslist_reset’

December 21, 2008
9:54AM EDT
by Denis Defreyne

1
2
3
4
5
--- ot_accesslist.c        7 Dec 2008 03:50:50 -0000        1.12
+++ ot_accesslist.c        21 Dec 2008 14:53:23 -0000
@@ -23,7 +23,9 @@
 char *g_accesslist_filename = NULL;
 static ot_vector accesslist;

December 11, 2008
6:14AM EDT
by Denis Defreyne

1
2
3
4
5
nanoc compile [options] [path]

compile pages and assets of this site

    Compile all pages and all assets of the current site. If a path is given,

November 17, 2008
3:15PM EDT
by Denis Defreyne

1
2
3
4
5
Io                             @2008-01-20     lang/Io
Xft2                           @2.1.13         x11/Xft2
atk                            @1.24.0         devel/atk
autoconf                       @2.63           devel/autoconf
automake                       @1.10.1         devel/automake

November 15, 2008
5:53AM EDT
by Denis Defreyne

1
2
3
4
5
def compile
  # Don't compile if already compiled
  return if @compiled

  # Compile

November 04, 2008
2:20PM EDT
by Denis Defreyne

1
2
3
4
5
* autumn
        * http://github.com/RISCfuture/autumn/
* Ruby-IRC
        * http://rubyforge.org/projects/ruby-irc/
* EyeAreSee

November 04, 2008
5:26AM EDT
by Denis Defreyne

1
2
3
4
5
    def add_field(name, type, offset=nil)
      field_class = case type
      when :char, NativeType::INT8
        Signed8
      when :uchar, NativeType::UINT8

September 13, 2008
4:19PM EDT
by Denis Defreyne

1
2
3
4
5
$kcode = 'u'

class Object
  def (x)
    self.x

September 13, 2008
5:28AM EDT
by Denis Defreyne

1
2
3
4
5
task :tidy do
  require 'tidy'

  puts '===== TIDYING'

August 31, 2008
3:03PM EDT
by Denis Defreyne

1
2
3
4
5
        SDL_Event                event;
        SDL_UserEvent        userEvent;

        event.type                = SDL_USEREVENT;
        event.user                = userEvent;

August 31, 2008
11:15AM EDT
by Denis Defreyne

1
2
3
4
5
#import <allegro.h>

int main(int argc, char *argv[])
{
        puts("main");

Next page