Latest Forum Posts

I am using screenshot captor more or less every day and it is the best tool I ever worked with.
Bernhard G.
Bernhard G. image

THE 2006 DONATIONCODER.COM C++ BUILDER DONATIONWARE PROGRAMMING CONTEST RESULTS

About C++ Builder

We are huge fans of Borland's C++ Builder here at DonationCoder.com. It's used in many of our more elaborate windows programs, and it's one of the most powerful tools for C++ programmers that want to do rapid development of rich Windows GUI applications.

About Judging The Results

There were many excellent submissions to the contest, and choosing winners was difficult and several of the decisions could honestly have gone either way. Judging was based on a number of criteria including completeness, documentation, polish, the existence of alternative free tools, the possibilities of improvement, the estimated difficulty of implementation, the usefulness/fun of the entry, and more. We categorized entries as described on our contest rules page, in order to ensure some diversity, but also awarded prizes to individual coders based on multiple entries.

Download and Try For Yourself!

One of the main points of this contest was to encourage the development of donationware software. On behalf of the authors we invite you to download and use these programs. If you find them useful, will you please consider making a donation to the authors to support their continued development?

prev1 2 [3] 4 5next

Oracle SQL PlusPlus

Oracle SQL*PlusPlus
If anyone uses ORACLE for a database server, then you'll love SQLPlusPlus. Syntax highlighting, a nice Grid to view your queries. A command history. Support for running scripts. I was sick and tired of SQLPlus, so I coded my own and now I use it all the time for complex queries and for simple ones...

Here is a screenshot of the latest version, with options to view your data how you want it.

osqlpp.JPG


You can download a demo here.  You will need oracle server (or some connection that allows you to connect remotely):

Continue reading the rest of the entry and discuss..


HTTPJupiter - Internet utility

blog clipart
The idea of HTTPJupiter is very simple - you connect to some TCP server and port, send there a request, and retrieve an answer. However, it has many options that make the process much easier than using, for instance, telnet. The program may be used just as a regular browser, if someone has an HTML parser implemented in his or her brain :)

Warning: using this program needs some knowledge on HTTP protocol!

jupiter2.jpg

I use this program really often, mostly for example for solving problems on www.slyfx.com or www.mod-x.co.uk, also for viewing damaged pages, using fake cookies or tracing the path of visited pages, when they have Location header line, and are not displayed in regular browser. Also, an advantage of HTTPJupiter is that your computer cannot get infected when you visit some page, as nothing on the page is executed - the content is only displayed to user.

Download program with user manual here: * HTTPJupiter.rar (324.39 kB - downloaded 2542 times.)

Continue reading the rest of the entry and discuss..


Pandemic To-do List

Pandemic List
A self-customizing to-do list

The problem that I had was that not every program has a to-do list, furthermore, I was working on a project that consisted of multiple sub-projects using different IDEs, and I would use a to-do list in one, and then switch to the other app and i lost track of all my items.

My solution was to create a self-customized todo list. There are 4 different views for the todo list, my most recent view I added today was the TrayIcon popup view.
When you switch applications and a new todo item happens, the tray icon animates.


Screenshots:
popupview.jpg
floatviewmagicappear.jpg
docktopview.jpg


Download:


TPXonix - remake of the old Xonix game with MULTIPLAYER mode!

Has any of you ever seen Xonix game with multiplayer mode? In TPXonix, up to four players can play together (locally, on one computer), as enemies or in teams. It can also be played in single mode, just like classic Xonix game.

Multiplayer mode allows a lot of new playing techniques. For example:
  • Blocking other players while they draw a trail - if you make your own trail in the place where they want to get back to terrain, they cannot do it.
  • Chasing players that have less lives. When two players collide, both of them lose a life, so it gives an advantage to the player with more lives.
  • Destroying other players' traps (U-shaped structures) by filling them. It is an easy way to earn some points, because it is easy to close an empty trap. On the other hand, when nobody makes traps, the game becomes really rough for all players...
  • Simultaneous conversions. If your opponent is just cutting off a really nice area and you are somewhere close to the area, you can try to make a short trail inside of this area, and finish it EXACTLY simultaneously with him finishing the main cut. Then, both your trails are borders of the cut-off area, so... no one gets points for it! (If you fail, the score just goes to your opponent.) But nobody said it is easy, especially when your rival is aware of what you do, and he or she REALLY doesn't want to let you spoil his or her work...

Game configuration screen:
xonix1.JPG

In action:
xonix2.JPG

Download TPXonix ver. 1.2: * TPXonix.rar (39.02 kB - downloaded 2581 times.)

very cool and fun game to play if you have multiple people at the same keyboard.

Educational SuperMemo Utility

blog clipart
A small educational program/tool using dictionary and given text to produce list of words which can be imported by SuperMemo (vocabulary learning software).

Screenshots :
Dictionary window
dict.jpg
Files window
files.jpg
Simple flashcard window:
pract.jpg

Read.zip contains application itself, manual & sources.
* read.zip (1192.79 kB - downloaded 2719 times.)

Continue reading the rest of the entry and discuss..


TextTransformer Components

blog clipart
The TextTransformer components can be used to change the structure of text strings or files, like transforming wiki text into HTML.

The HTML text of the help for the components is a good example: It was generated automatically from a plain text file. Many varieties of text conversions are possible.

The TextTransformer package consists of three components:

1. TTextStringTransformer for the transformation of a string into another string
2. TTextFileN2NTransformer for the transformation of one text file into another one
3. TTextFileN21Transformer for the transformation of several text files into a common destination file

TetraComponents.jpg

The components can be downloaded from the TextTransformer web-site: http://www.texttransformer.com

Or directly from: http://www.texttrans.../TetraComponents.zip

Continue reading the rest of the entry and discuss..


prev1 2 [3] 4 5next

Share on Facebook