-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|128|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




HoboBen

Convert a double to bytes and back in C

6th December 2010 Monkey, Server Based
By using a C union data structure, it's simple to convert a double to its raw bytes and back.
Note that the actual order of bytes varies depending on machine endianness.
[code]
#include <stdlib.h>
#include <stdio.h>
union {
double d; *snip*


HoboBen

PHP robots.txt access parser

8th August 2010 Flash, Server Based
Reads a robots.txt file and attempts to discover if a given robot is permitted to access a given file on the server.
[code]
<?php
/*
* robots.php
*
* Author: ben@tophatstuff.co.uk
* Date: 2010-08-08
*
* Reads*snip*


Afr0

Packet

19th July 2010 C/C++, Server Based
A generic Packet class


cthug

cthug brainfuck compiler

18th June 2009 Basic, Server Based
The result of me bored for an hour


Pio

Entangled rectangles mobile

12th April 2009 D, Server Based
Overlap the rectangles


cthug

cthug Autotyper

17th October 2008 Basic, Server Based
A basic autotyper


cthug

soMuzic v1.0

12th October 2008 Basic, Server Based
A simple audio player using BASS audio lib


JL235

Multiple File Rename Utility

6th October 2007 Ruby, Server Based
Ever wanted to rename all the files in a folder?


JL235

Streak Photography Generator

20th August 2007 Ruby, Server Based
For all your streak photographic needs


JL235

Llama

4th August 2007 Ruby, Server Based
Simple 2D Java Game Library

More - Older Posts