| Short Description |
Requirements |
 |
ClassHierarchy for .NET [build
2006-05-10]
Another type of visual class browser for .NET. You can search most any class in the .NET-library by name an be
given a visual representation what it inherits (not UML, yet). I made this one in the beginning of .NET, to test
some Reflection. |
|
.NET Framework |
 |
DbPlus for .NET [build 2005-10-10]
DbPlus is a simple, generic database tool to use for ad hoc queries (and other stuff) against any database for
which there is a .NET data provider. Requires some configuration to work with YOUR
databases. |
|
.NET Framework (v 1.1 or later) |
|
DbPlus for Java [build 2005-08-13]
DbPlus is a simple, generic database tool to use for ad hoc queries (and other stuff) against any database for
which there is a .JDBC driver. Requires some configuration to work with YOUR
databases. |
|
Java 2 JRE (v 1.4 or later) |
 |
GuiBuilder for .Java [build 2005-11-05]
GuiBuilder is a standalone application to generate code for simple Java
Swing GUI's.
|
|
Java 2 JDK (v 1.5 or later) |
 |
Life# for .NET [build 2005-12-10]
Life# (Life-sharp) is an implementation of Game Of Life. A classic "game" where cells on a board die and is born
depending on specific rules. |
|
.NET Framework (v 1.1 or later) |
 |
Sudoku# for .NET [build 2006-04-16]
Sudoku# (Sudoku-sharp) is a Sudoku-solver. It should be able to solve most Sudoku-puzzles that has only one
solution pretty fast. Others can take plenty of time. The engine behind the application can be
downloaded separately. (se below). |
|
.NET Framework (v 1.1 or later) |
 |
Snakes# for .NET [build 2006-04-17]
Snakes# (like Wormz) was one of the first apps I hastily wrote in C#, just to see what .NET was like to program
in. Source code included! |
|
.NET Framework (v 1.1 or later) |
 |
TextChanger for .NET [build
2006-04-20]
TextChanger is a small utility to change text in several text files at a time. |
|
.NET Framework (v 1.1 or later) |
The following libraries are only for machines with the .NET Framework (v 1.1 or later).
| Short description |
Download
|
Source Code |
Docs |
Abelli.Dates [build 2006-04-21]
A library with a specialized SimpleDate class. After dealing with
DateFormatters one time too many, I wrote this little class to deal with
simple date. I also added functions to get correct week numbers.... |
 |
No |
 |
Abelli.Geometry (Coming soon!)
A library with some routines aimed at Geometry calculations. |
 |
No |
 |
Abelli.UserControls (Coming soon!)
A library containing some UserControls; BarGraph and PieChart, two simple 2D-diagram controls without anything
fancy, a FileView combining a treeview and a fileview preprocessed for use
with the file system. |
 |
 |
 |
Abelli.NetUtilities (Coming soon!)
A library containing useful net ustilities (ping, tracert, nslookup,
whois, etc). |
 |
No |
 |
Abelli.Numbers [build 2006-04-21]
A library with some routines aimed at prime numbers and "spoken" numbers. |
 |
No |
 |
Abelli.Persons [build 2006-04-21]
A library with some routines aimed to check Swedish SSN's (PersonNummer). |
 |
No |
 |
Abelli.SimpleIO [build 2006-04-21]
A library with some utility IO routines. Originally I wrote it in Java, to simplify some in- and output routines to
and from the console. In .NET/C# this was already much simplified through the Console class, but I still wanted
it in C#, and had some use for it for different types of file access. |
 |
No |
 |
Abelli.Sudoku (Coming soon!)
The library I created for solution of Sudoku's. You have a "full" implementation with GUI above. |
 |
No |
 |