Search found 59 matches

by uncleBen
Thu Jul 23, 2009 9:03 pm
Forum: Games
Topic: TomatoSweeper
Replies: 0
Views: 5434

TomatoSweeper

If you are tired of Minesweeper, try TomatoSweeper (well, it's the same old thing).
by uncleBen
Wed Sep 03, 2008 3:20 pm
Forum: Demos
Topic: LetterDraw (Transperant Text) Pixel
Replies: 2
Views: 11498

Here's another approach to the same thing.

Requires the bitmap from the post above.

Edit: sorry, I seem to have lost part of the source somewhere but I think I got it back from the backup folder.
by uncleBen
Sat Jun 14, 2008 6:12 pm
Forum: Demos
Topic: Character of several sprites
Replies: 0
Views: 10177

Character of several sprites

This program contains a moving snail animation (with crude artwork).

The character is composed of several sprites which allows moving and animating different parts independently.
by uncleBen
Tue Apr 15, 2008 8:08 pm
Forum: Advanced Utilities
Topic: Inliner
Replies: 1
Views: 23112

And source.
by uncleBen
Tue Apr 15, 2008 8:06 pm
Forum: Advanced Utilities
Topic: Inliner
Replies: 1
Views: 23112

Inliner

A tool to automate "inlining" function and sub calls.

Inlining function and sub calls may result in a bit better performance if the routine is relatively small and called very often.
by uncleBen
Tue Apr 01, 2008 6:44 pm
Forum: Programming Tools
Topic: Code profiler
Replies: 0
Views: 17392

Code profiler

This program inserts profiling code into a source code, to see how many times different functions/subs are called and how long a routine call takes.

Launch JBProfiler, select a source file, open the generated profiling code in JBasic and run it. When the code finishes (with the END keyword), a ...
by uncleBen
Tue Mar 25, 2008 10:38 pm
Forum: Challenge and Contest Entries
Topic: Bas Finder Contest
Replies: 7
Views: 20433

My unofficial response to the challenge.

Just for fun. Not competing for the prizes.

Edit: forgot to include a folder called "Data".
Edit2: more bug-fixes.
by uncleBen
Thu Mar 06, 2008 5:15 pm
Forum: Advanced Utilities
Topic: Code generator for additional keywords
Replies: 1
Views: 15421

Source

As the archive rules require, here is the C++ source code for JBExtensions.exe
by uncleBen
Sat Feb 09, 2008 10:49 pm
Forum: Advanced Utilities
Topic: Filedialog for selecting multiple files
Replies: 0
Views: 15593

Filedialog for selecting multiple files

Here's a C program (with source) that displays a filedialog using command-line arguments and writes the results to a file. Can be used if a filedialog is needed to select multiple files.

Includes a bas file to demo the usage. The bas file contains functions that can be copied to your program to use ...
by uncleBen
Wed Aug 01, 2007 2:36 pm
Forum: Advanced Utilities
Topic: Code generator for additional keywords
Replies: 1
Views: 15421

Code generator for additional keywords

With the help of this tool, the programmer can use some new keywords in JB programs and the program JBExtensions.exe can convert it into valid JB source code.

This package may be useful for mostly advanced programmers in JB (most of it requires an understanding of how to use functions and subs ...
by uncleBen
Wed Apr 25, 2007 7:51 pm
Forum: Challenge and Contest Entries
Topic: Image Blending Challenge
Replies: 3
Views: 14461

Here's my attempt, with another 2 images ripped from the internet...
by uncleBen
Mon Nov 06, 2006 10:34 pm
Forum: Database
Topic: JB Tutorial Finder
Replies: 0
Views: 10258

JB Tutorial Finder

A program to find JB tutorials from JB newsletters, conforums and wikispaces. Includes a word search feature and tutorial editing/adding/removing.
by uncleBen
Thu Oct 26, 2006 4:16 pm
Forum: Freeform-J
Topic: FreeForm-J v.050806
Replies: 2
Views: 254010

This is another minor bug-fix. You'll only need to down-load it if you are using FreeFormJ as an external program in JB (and want to use the Code bank feature).

The zipped file contains all the necessary resources.

To set this as an external program in JB, after downloading and extracting, go to ...
by uncleBen
Thu Oct 05, 2006 10:20 pm
Forum: Programming Tools
Topic: MakeASprite v.3
Replies: 0
Views: 12211

MakeASprite v.3

A tool to convert simple bitmaps into masked sprites that can be used in Just Basic programs.

Supports 32, 24, 8, and 4 bit bmp-s.

Prompts to reduce image depth if possible without colour loss (recommended, as it reduces file size.)
by uncleBen
Sat Sep 30, 2006 7:13 pm
Forum: Demos
Topic: Simulating bmpbuttons
Replies: 0
Views: 10306

Simulating bmpbuttons

A small demo how to make your own bitmap buttons using regular bmp images.