Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
WeBuilder 2014 12.1
Alvas.Audio 9.0
Advanced RSS2Email Enterprise 3.24.89
.NET Bounce Inspector Component CS VB 5.1.4028
VISCOM Video Chat Pro ActiveX SDK 5.52
VISCOM VideoCap Live ActiveX OCX SDK 5.05
.NET ZIP Component for CS VB.NET ASP.NET 5.1.4028
VISCOM Screen Recorder ActiveX SDK 4.56
PDF Renderer SDK 3.10.904
Bytescout PDF To HTML SDK 3.10.904
ASP.NET SAML Component for CS VB.NET 5.1.4028
DICOM Image Viewer SDK ActiveX 8.15
VISCOM Screen to Video Gold SDK ActiveX 2.06
DHTMLX JavaPlanner 1.2
Bytescout PDF Viewer SDK 3.10.904
Top Code
SliceMaker Deluxe V3.5
Event Calendar with Entity Framework: Quick Guide and Sample 2.2
Senna One-Page Html5 Template 1.0
Easy CSS Menu Free Edition 3.2
DHTMLX JavaPlanner 1.1
Magento One Step Checkout 1.5
DHTMLX Scheduler .NET for ASP.NET 2.2
Pass Parameters in SetInterval() function in JavaScript 0.1
Toggling Elements with JavaScript 0.1
Get File Extension in PHP 0.1
AzSDK PDF Split Merge ActiveX DLL 3.00
Properties with value checking with the option to use FormEncode validators .
Evolutionary Algorithm (Generation of Prime Numbers)
ICPennyBid - Penny auction software 3.9
Elite News Pro2 PHP RSS Reader 2.0
Top Search
Post Message To Twitter From Php Script
Photo Add Comment Php
Asp Net Projects With Free Source Code
Login Php
Login Php Expiration Date
Admin Login Php Code
Mini Projects For Computer Science Students
Free Java Projects For Students
Projects In C Language With Code
Php Projects With Source Code
Free Download Php Projects For Online Shopping
Zynga Bonus Chips Tk
Mini Project In Dbms Using Frontend Vb Backend Sql
Free Html Projects
Mini Projects In C Language
Related Search
Convert Pascal Code To Delphi Code
Convert Vbnet Code To C
Can We Convert Asp Code To Java
Convert Java Code To C Code
Want To Convert Matlab Code To Vbnet Code
Convert Vbnet Code To Php
Convert Html Code To Tiff
Convert Html Code To Gif Online
Convert Vb Code To Vbnet
Convert Namea Code To Computer Language
Convert Source Code To Flowchart
Convert Javascript Code To Html Code
Convert C Code To Java
Convert C Code To Java
Convert C Code To Aspnet
 Convert Pascal Code To Delphi Code 

Code 1-20 of 60   Pages: Go to  1  2  3  Next >>  page  


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....