Search found 59 matches
- 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).
- Wed Sep 03, 2008 3:20 pm
- Forum: Demos
- Topic: LetterDraw (Transperant Text) Pixel
- Replies: 2
- Views: 11498
- 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.
The character is composed of several sprites which allows moving and animating different parts independently.
- Tue Apr 15, 2008 8:08 pm
- Forum: Advanced Utilities
- Topic: Inliner
- Replies: 1
- Views: 23112
- 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.
Inlining function and sub calls may result in a bit better performance if the routine is relatively small and called very often.
- 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 ...
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 ...
- Tue Mar 25, 2008 10:38 pm
- Forum: Challenge and Contest Entries
- Topic: Bas Finder Contest
- Replies: 7
- Views: 20433
- 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
- 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 ...
Includes a bas file to demo the usage. The bas file contains functions that can be copied to your program to use ...
- 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 ...
This package may be useful for mostly advanced programmers in JB (most of it requires an understanding of how to use functions and subs ...
- Wed Apr 25, 2007 7:51 pm
- Forum: Challenge and Contest Entries
- Topic: Image Blending Challenge
- Replies: 3
- Views: 14461
- 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.
- Thu Oct 26, 2006 4:16 pm
- Forum: Freeform-J
- Topic: FreeForm-J v.050806
- Replies: 2
- Views: 254010
- 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.)
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.)
- 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.