Convert C source code into Delphi/Pascal source code. The program can help you to port existing applications to another new program language. It will change the C syntax into the Pascal syntax. The program has a batch conversation function to procress mulitple files and can progress include files. After the conversation you will still have to do some changes before you can compile the program under Delphi but the time consuming part has been done.
More information...
Create easy to understand flowcharts out of difficult to understand program source code. You can use this tool to document, visualize and understand source code. The program can process C like source code (C,C++,C#,PHP,Perl, Java, Javascript usw.), Pascal like source code (Delphi, Turbo Pascal, Free Pascal usw.) and Basic like source code (Visual Basic, VBScript, QBasic, QuickBasic usw.). The export as PDF file and picture file is supported. You can print out the flowchart and the program will split the printout into multiple sheets if it does not fit on one sheet.
More information...
The program downloads a website and parses the html code and puts the result into a table. This table can be saved as CSV file (can be opened in Excel for example). You can create a pascal script which can download websites, parses the table entries (read and write from the table) and for example following the links to collect detail information. The pascal script can save the result as CSV file. It is no problem to extract the needed information.
More information...