Code to FlowChart is designed to convert source code to flowchart. It helps users to understand complex program structure by visual diagrams. Code to FlowChart is composed of two parts, Code Editor and FlowChart window. The FlowChart window is...
Advertisement
Code to FlowChart is designed to convert source code to flowchart. It helps users to understand complex program structure by visual diagrams. Code to FlowChart is composed of 3 parts, Code Tree, Code Editor and FlowChart window. The FlowChart...
Source code to Flowchart is a Code Flowchart generator for code flowcharting and visualization.It can generate programming flow chart from source code,help programmers to document,visualize and understand code.Its Documentation Generator supports...
SmartTranslate is not a component, it is a standalone tool which helps you translating a Delphi project to other languages. In the first step, it collects all strings in the pascal code and delphi forms and stores them in a database. After all...
SmartTranslate is a tool which helps you translating a Delphi project to other languages. In the first step, it collects all strings in the Pascal code and Delphi forms. After all strings are translated, which can be done inside SmartTranslate, it...
How to convert http date to OLE(VB/VBS) date is a tutorial which shows the way to transform the HTTP date to OLE date such as VB or VBS for the users on their websites. The procedure of this tutorial is described in detail with an example. This...
SmartTranslate is not a component, it is a standalone tool which helps you translating a Delphi project to other languages. In the first step, it collects all strings in the Pascal code and Delphi forms and stores them in a database. After all...
AVLock Gold is a Delphi component which allows to convert your application to time limited trial in a very easy way. In adittion AVLock Gold allows you: * Make trial applications with only one line of code. * Manage up to 254 extra modules.* Take...
Python code to convert RGB to HSV and vice-versa.
Convert TIFF files to PDF Support single or multiple page TIFF Support various TIFF encoding such as CCITT G3/G4, LZW, RLE and uncompressed Merge multiple TIFF files into one PDF Standalone, doesn't depend on Adobe Acrobat...
Code to call a Windows Dll """void FAR PASCAL hllapi(int FAR *, char FAR *, int FAR *, int FAR *)""" with ctypes (trivial) and calldll (a nightmare).
A small script to convert text files to HTML templates. Creates an index HTML file from which all templates are linked. Customize head code, title, link, background, and font color for every template.
Accounting source code for Delphi. Databases supported are Firebird 1.5 and Interbase 6.5. Reportbuilder is used for the report engine. Reasonably priced for C/S! Multiple currency, GL, AP, AR, Job Costing and Inventory. More features planned...
list() will convert a tuple to a list, but any elements that are also tuples will stay as such. This utility function fully converts an arbitrary "tuple tree" to a same-structured list.
An online tool to convert your HTML to ASP Response.Write statements. Choose to output upper or lower case ASP, enclose lines of HTML in parentheses and also add line breaks at the end of each Response.Write.
An online tool to convert Plain Text to HTML source. Options allow you to output your HTML with either paragraph tags or line breaks and choose between HTML and XHTML line break tags.
Enhancement to Delphi's TSpeedButton control, this version adds a Repeat behavior. The OnClick method will be called repeatedly while the button is held down. Source available for purchase.
Adds menu items to Delphi IDE for convenient opening of a windows explorer window for the current file, project or project group. More reliable than the Tools->configure Tools method.
WinPST Ansi PST to Unicode Converter is simple yet powerful PST conversion tool to convert Ansi PST to Unicode PST and Vice versa. Software efficiently performs:
Convert ANSI PST file to Unicode PST file: Microsoft Outlook 2003,...
I like how gevent is making async code to look like sync but non blocking without all the ugly callbacks. I tried doing that with threads and object proxy (I found great one at: http://pypi.python.org/pypi/ProxyTypes written by Phillip J.... |