Skip to content

Instantly share code, notes, and snippets.

View jamesladd's full-sized avatar
💭
Coding like the wind

James Ladd jamesladd

💭
Coding like the wind
View GitHub Profile
@jamesladd
jamesladd / gist:792890
Created January 24, 2011 05:48
Snipper of Smalltalk Hierarchy
ProtoObject, null
Object, ProtoObject
Behavior, Object
ClassDescription, Behavior
Metaclass, ClassDescription
Class, ClassDescription
Collection, Object
SequenceableCollection, Collection
ArrayedCollection, SequenceableCollection
String, ArrayedCollection
@jamesladd
jamesladd / gist:720718
Created November 29, 2010 22:06
x86 Assembler - win32 overlapped non-blocking io.
; -----------------------------------------------------------------------------
; main.asm - FASt Server - Main FASt Server entry point and loader.
; http://www.jamesladdcode.com/
;
; -----------------------------------------------------------------------------
;
.686 ; create 32 bit code
.model flat, stdcall ; 32 bit memory model
option casemap :none ; case sensitive