xpq
|
XPath query debugger. |
sted
|
Simple full screen text editor that runs on the Windows command window or Linux terminal window. |
sgrep
|
Regular expression search tool. |
rfc
|
HTML client example. |
ms
|
Executes a command given as argument and prints its duration in milliseconds. |
keys
|
Prints key codes obtained from the curses library. |
dialog
|
Windows GUI dialog window example. |
HexDump
|
Prints hexadecimal dump of a file to console. |
HelloGUI
|
Windows GUI Hello World application. |
Hello
|
Hello World in Cmajor. |
FileExplorer
|
A Windows GUI application that tests the TreeView, ListView and PathView components. |
DirectoryWatcher
|
Notifies changes of file names in some directory. |
Calculator
|
Desk calculator whose parser is written manually. |
BigNumCalc
|
Multiprecision desk calculator whose parser and lexer are generated using soulcm
tools. |
Args
|
Prints command line arguments to console. |
ASTViewer
|
Windows GUI application example. Parses a single Cmajor source file and displays the abstract syntax tree of it in a tree view. Also displays the source code of it in a source code view. |