If you are looking for precompiled utilities, libraries, or tutorials, please also check out our Projects Page
If you have any sources you want to contribute, then mail them to: X-Calibre@bigfoot.com
Test source for x86 ASM highlighting
Test source for C highlighting
Test source for 68k ASM highlighting
The DirectDraw Win32ASM plasma example source code (8 bit palette)
The DirectDraw Win32ASM plasma example source code (32 bit truecolour)
DDRAW.INC include file for DirectDraw in Win32ASM
Wrapper for making PrintRadix callable from C
Wrapper for making ParseRadix callable from C
Program which enumerates all display modes in DirectDraw, written by promethee
Routine for minimizing all windows on the desktop, written by Predator
Virtual conditional jump instructions for FPU comparisons (all x87s)
Virtual conditional jump instructions for FPU comparisons (287+)
Small example demonstrating the above fpucond.inc instructions
Find the Hamming distance between 2 bitstrings. A true gem
Small example program demonstrating a TRY-CATCH construction using the SEH.inc macros
Minimum size program for getting the system uptime
Procedure for creating windows of any shape, using regions, written by novaTrix
RING0ON() and RING0OFF() routines for full access in Windows 9x
Diskbench utility for testing disk speeds in UNIX
Applet demonstrating how to properly load transparent GIFs
Lake effect applet, making use of AnimatedApplet
Small plasma example using GDI+ in C#, by means of inheriting System.WinForms.Form