public marks

PUBLIC MARKS from macroron with tags tutorials & programming-languages

07 February 2006

A Short Tutorial on XMLHttpRequest

by 1 other
how to build a web page that responds to asynchronous events. In five simple exercises, we'll show you the core of an Asychronous JavaScript And XML (AJAX) application. You'll have to learn a little JavaScript, but there's no requirement to learn anything

28 January 2006

23 January 2006

21 January 2006

18 January 2006

16 January 2006

11 January 2006

GNU MIX Development Kit (mdk) Manual

Don Knuth's MIX mythical computer, together with a MIXAL (MIX Assembly Language) compiler that produces assembly object files executable by the companion MIX virtual machine. It also allows debugging programs through step by step execution, breakpoint set

hacks - GNU MIX Development Kit.

Don Knuth's MIX mythical computer, together with a MIXAL (MIX Assembly Language) compiler that produces assembly object files executable by the companion MIX virtual machine. It also allows debugging programs through step by step execution, breakpoint set

10 January 2006

07 January 2006

06 January 2006

CodePedia

an open system of content on programming and other computer related topics. Anyone can use the information here, and anyone can contribute what they know!

02 January 2006

30 December 2005

29 December 2005

28 December 2005

Writing serious Perl: The absolute minimum you need to know

by 2 others
This article describes some very basic practices I consider necessary for a clear and concise style of writing Perl.