| |
| |
| |
| Overview |
|
So why does the Artige Company offer open source software? Well, we use open software for some of our projects. The open software model is rationalized upon the concept that one has an obligation to give back when one avails oneself of open software (it is only fair to do so). What we decided to do at Artige is to place into the public domain those applications that we use in training or are not directly associated with our line of business, along with some proof of concept applications. Currently we have eight such applications, which are listed below. They are in various states of completion and are tended to when resources are available. |
| |
| |
|
Feel free to download and use the software and schematics. Note that some applications rely upon other open source resources. Comments and suggestions are appreciated, please send a message to us at info@artige.com. |
| |
| |
| |
| FTPCOM |
|
FTP Library |
| |
| |
|
FTPCOM is an FTP client library. Unlike the typical FTP user agent that imposes upon the end user a single approach to handling file transfers, the FTPCOM library provides the programmer the tools to create one's own FTP client. You can use it to help you create your own full blown GUI, web accessible object or deployed from a native service. The FTPCOM library allows direct access to all of the FTP commands, as defined by RFC 959. This way one can write and customize their own FTP programs, making it as small or as big as your requirements need. Since the FTPCOM library is offered under the LPGL open source license, there are no fees to pay, and no complex or changing EULAs to be trapped under. You can even modify the means that the FTP code is deployed to your heart's content, as the source code has been provided as part of the library. |
| |
| |
|
Our web page for FTPCOM is located here. |
| |
| |
| |
| Ziffern |
|
Mathematical puzzle |
| |
| |
|
Ziffern is a single person game that requires one to use logic and math to solve. It was written by one of the Artige Company principals to demonstrate how Operations Research principles can be applied to everyday activities, even in game design. This open source program is written for Windows operating systems using VC++/MFC. The source code is provided so one can see how four simultaneous equations can be solved using matrices. It just so happens that this game was unavailable elsewhere, and we have a fondness for this game, so we went ahead and wrote it. So you can also just download the game and play it, and ignore the Operations Research dogma. |
| |
| |
|
Our web page for Ziffern is located here. |
| |
| |
| |
| Sudoku Solver |
|
Answer engine for a popular logic puzzle |
| |
| |
|
The Sudoku Solver (SSolver) is an open source program that allows one to solve the popular numerical puzzle, Sudoku (or Soduko for us dyslexic folks). It was also written by one of the Artige Company principals, and is based upon our Ziffern program. SSolver and Ziffern have much in common, as they both use the same windows controls, and demonstrate how Operations Research principles can be applied to everyday activities, even in game design. The SSolver program is written for Windows operating systems using VC++/MFC. The source code is provided so one can see how to program a heuristic loop with the ability to take different comparative approaches with each pass. However, one can just download the solver application and ignore the Operations Research complexities. |
| |
| |
|
Our web page for the Sudoku Solver is located here. |
| |
| |
| |
| UH64toBCD |
|
64 bit Binary to BCD Converter |
| |
| |
|
We had a need to display 64 bit numbers as decimal numbers without losing any precision but were unable to locate suitable VC++ code, so we wrote our own. To assist others in our situation, we are offering up the 64 bit binary to BCD algorithm to others under the GPL, plus offering a test program to download. One could readily extend this code to convert larger binary numbers. |
| |
| |
|
Our web page for UH64toBCD is located here. |
| |
| |
| |
| gNaXEL |
|
Graphical XML editor |
| |
| |
|
The Artige company wrote a graphical XML editor to replace the editor that was heavily used in the "Introduction to Applied XML Technologies in Business" textbook, co-authored by one of our principals, Ralph Hilken. The XML editor originally used in the textbook, XML Notepad, is no longer offered by Microsoft. Our XML editor was intended to be a learning tool on two levels. First, to instruct on the methods of working with XML technologies, and second, on how one can write their own graphical XML editor. |
| |