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




Cower

Lua-Scriptable Type

29th November 2009

Small type that allows for easily associating Lua functions to objects


HoboBen

PHP: daysBetween(date1, date2)

26th November 2009

[edit] Fixed, hopefully! [/edit]
function daysBetween($date1, $date2)
returns an array of dates containing every day between $date1 and $date2 in YYYYMMDD format.
[code]
<?php
<?php
/*
* Updated 20091127
*
*
*
* function daysBetwe*snip*


flying_cucco

Settings

25th October 2009

Manage ini files


Cower

Example of Blocks/Dispatch Queues in Obj-C

11th October 2009

A simple implementation of a Range type in Obj-C that uses blocks and dispatch queues.


Mog

Change b3d Console Window Resolution

23rd September 2009

not really an editor, but shows you how to change non-graphic window resolution in blitz3d


Cower

Parse/Evaluate Symbolic Logic

21st September 2009

Also generates truth tables (doesn't handle proofs)


Afr0

BinaryStream

19th September 2009

Binary (memory) stream in C++


HoboBen

Mergesort a linked list

26th August 2009

Mergesort is a sorting algorithm that is especially suited to sorting linked lists.
Note: You really, really don't want to sort any lists that contain strings!!!
Feel free to use for any purpose, with or without attribution.
[code]
{
Mergesort a l*snip*


shroom_monk

Linked List

23rd August 2009

C++ Linked List V1.0


Afr0

*.XA loading + decompressing

26th July 2009

Load sounds from Maxis games!


JL235

Gradients

26th July 2009

Generic gradients ready to use


Hotshot

Gradient

25th July 2009

Amiga Effect :)


cthug

Tar Loader

25th July 2009

A full feature tar loader


Cower

Proc/Method Chains

24th July 2009

Code to allow chaining of proc/method calls together


Cower

Object to JSON

24th July 2009

Converts an object (of any type) to a JSON object


Cower

Generic Enumerator

24th July 2009

Generic enumerator that will let you enumerate over anything, including enumerators


Scherererer

The Sobel Function

19th July 2009

A method used in image processing & edge finding


Phoenix

Fast inverse square root

29th June 2009

Found this while browsing about the net, and I thought it could be useful (or at least an interesting read). Lengthy explanation, for the mathematically inclined.
[code]
float InvSqrt(float x){
float xhalf = 0.5f * x;
int i = *(int*)&x; // st*snip*


Evil Roy Ferguso

Spectrum-Style Graphics

7th June 2009

Does what it says on the tin.


Evil Roy Ferguso

Disable Desktop Compositing

13th March 2009

Disable Vista/7's desktop compositing in your Blitz classic game.On


Jayenkai

Box/Circle collisions

6th March 2009

Really really simple bog standard collisions..


Jayenkai

Get Font Name

8th January 2009

Handy little function to get the real name of a font, from right inside the bugger!
Blitz annoyingly needs ''Real Name.ttf'' rather than ''rlnm.ttf'', so in order to actually use this function, first you have to find out it's real name, an*snip*


Evil Roy Ferguso

Day of the Week

23rd November 2008

Returns the day of the week that an arbitrary date fell on, using Zeller's Congruence.


Jayenkai

Cogs!

7th November 2008

I'm not entirely sure that this'll ever be useful to anyone.. ever!
But either way, here's how I made the cogs for my Gearworks game.. ('cos I was scared of drawing it by hand!!!!)
This makes nice black and white cogs.
To then add a bit of chunkyness,*snip*


HoboBen

Get Router Port Range Forwarding Rules

12th October 2008

For a Linksys WRT54GS router

Newer Posts More - Older Posts