Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.275 Times

G Code Tool Path software
Filter: All | Freeware | Demo
 

G Code Tool Path

< 1 2 3 4 5 
Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 416

Simple Literate Tool Simple Literate Tool is an accessible Command Line-based instrument that extracts out-of-order source code from one text file and writes it in-order to another. For the program to work correctly it must follow the following syntax: "literate tool.exe" input.txt output.txt.



Platforms: Windows

License: Freeware Download (47): Simple Literate Tool Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 598

Code Factory for MySQL Code Factory for MySQL is a premier MySQL GUI tool aimed at the SQL queries and scripts development. Key features include: Visual Query Builder; handy SQL editor with code folding and syntax highlighting, simultaneous executing of several queries with multi-threading; data management features as...





Platforms: Windows, Other

License: Shareware Cost: $49.00 USD Size: 8 MB Download (513): Code Factory for MySQL Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 587

ASA Code Factory ASA Code Factory is a premier SQL Anywhere GUI tool aimed at the SQL queries and scripts development. Key features include: Visual Query Builder; handy SQL editor with code folding and syntax highlighting, simultaneous executing of several queries with multi-threading; data management features as...


Platforms: Windows, Other

License: Shareware Cost: $49.00 USD Size: 7.23 MB Download (520): ASA Code Factory Download

Released: July 01, 2012  |  Added: July 01, 2012 | Visits: 353

Code Capture Tool This tool allows you create fast code-images of LabVIEW. With support for text and drawing annotations


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.33 MB Download (49): Code Capture Tool Download

Added: May 10, 2013 | Visits: 474

Modified Code Beautifier This tool is designed to beautify PHP code, applying most of the PEAR standard requirements to it.It can even process really scrambled scripts, e.g. all code in one line, and thus may help you to get scripts into a more readable form.Note: the end of line characters are unix like, so you should...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (56): Modified Code Beautifier Download

Released: April 02, 2014  |  Added: May 25, 2014 | Visits: 913

Code Compare Pro Code Compare is a powerful file and folder merge tool that demonstrates a new level of code comparison. Code Compare is a free tool designed to compare and merge differing files and folders. Code Compare integrates with all popular source control systems: TFS, SVN, Git, Mercurial, and Perforce....


Platforms: Windows

License: Shareware Cost: $49.95 USD Size: 10.8 MB Download (67): Code Compare Pro Download

Added: May 03, 2013 | Visits: 579

Estimating memory footprint of generated code When generating code and experimenting with different modeling patterns it is sometimes useful to check the memory footprint of the code generated from a model. This tool is executed after the generated code is built and outputs the memory used for code and data in each object file.This tool can...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Estimating memory footprint of generated code Download

Added: May 04, 2013 | Visits: 463

Code Coverage Tool The Code Coverage Tool (CCT) measures C statement coverage in code built as a Real-Time Workshop S-Function. It operates in conjunction with lcc (the C-Compiler that ships with the standard MATLAB installation). CCT inserts instrumentation code into the assembly source generated by lcc during a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 92.16 KB Download (47): Code Coverage Tool Download

Added: November 23, 2013 | Visits: 403

Code Signing Tool The GlobalSign Code Signing Tool provides a simple front end to the command-line tools for signing Java, Windows (both kernel as well as user mode) and Adobe AIR applications. Using the tool is simple and intuitive, simply select your application type, your certificate, and optionally add a...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 734 B Download (40): Code Signing Tool Download

Added: September 06, 2013 | Visits: 400

GlobalSign Code Signing Tool The GlobalSign Code Signing Tool provides a simple front end to the command-line tools for signing Java, Windows (both kernel as well as user mode) and Adobe AIR applications. Using the tool is simple and intuitive, simply select your application type, your certificate, and optionally add a...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 734 B Download (42): GlobalSign Code Signing Tool Download

Released: October 13, 2019  |  Added: November 23, 2019 | Visits: 1.977

Hex Search Tool The Hex Search Tool focuses on the searching capability, it allows you to find Text and Hex patterns where all or only part of the pattern is known. This can aid to find programming code where literal values are not known but the command sequence in part or whole is known: Features String...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $25.00 USD Size: 7.12 MB Download (88): Hex Search Tool Download

Released: September 12, 2002  |  Added: February 18, 2006 | Visits: 7.728

PlanBee project management planning tool Critical Path project management planning tool, an inexpensive alternative to Microsoft Project. Calculates Early Start, Late Start, Early Finish, Late Finish, Float (Slack) and identifies Critical Path activities. Calculates and summarizes resource costs. Shows all project data in a...


Platforms: Windows

License: Shareware Cost: $29.98 USD Size: 870 KB Download (701): PlanBee project management planning tool Download

Added: October 22, 2006 | Visits: 7.549

VBA Code Profiler The VBA Code Profiler System (VBACP) provides a system to profile Microsoft VBA based applications. This will allow analysis of your code for performance and path tracking throughout your VBA project. The VBACP system will operate on any Microsoft VBA based application from Office 97, 2000, and...



License: Shareware Cost: $0.00 USD Download (926): VBA Code Profiler Download

Released: March 26, 2003  |  Added: November 02, 2006 | Visits: 5.911

Source Code Manager Source Code Manager is a developers mainly destined tool which will be able to store, access and restore of safe and fast form its projects, ocx, dlls, executable, snippets, images, documentations or any another file of its computer. Also the users of computers will be able to use the Source Code...


Platforms: Windows

License: Shareware Cost: $35.00 USD Size: 3.9 MB Download (243): Source Code Manager Download

Added: October 07, 2010 | Visits: 1.290

CSE-Tool CSE-Tool allows you to easily deploy a Google Custom Search Engine by copying and pasting a few lines of code provided to you by Google. CSE-Tool doesnt require a database..


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): CSE-Tool Download

Added: March 21, 2010 | Visits: 1.100

Path::Graph Path::Graph is a Perl module created to generate paths from hash graph. SYNOPSIS Code 1 #!usr/bin/perl my %graph = ( A => {B=>1,C=>4}, B => {A=>1,C=>2}, C => {A=>4,B=>2} ); use Paths::Graph; my $g = Paths::Graph->new(-origin=>"A",-destiny=>"C",-graph=>%graph); my @paths =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (120): Path::Graph Download

Added: July 12, 2010 | Visits: 1.031

spuug spuug is a little tool that generates the boilerplate code for GObjects. I you dont know what they are, then probably this tool is of little use to you... spuug can be used for plain GObjects, but also for GTK+-widgets etc., and tries to be a bit smart with the code in spits out. Ive been using...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): spuug Download

Added: September 21, 2010 | Visits: 1.038

G.u.e.s.s.o G.u.e.s.s.o is a simple guess-the-number game. I was playing this game since years , and I liked its simplicity, it was on my electronic translater (Atlas) device, but I couldnt find any PC version of it, so I decided to code it. And it is also a project to help me learn programming with Qt....


Platforms: *nix

License: Freeware Size: 27.65 KB Download (91): G.u.e.s.s.o Download

Added: February 25, 2010 | Visits: 964

G.O.SQL G.O.SQL is a Web-based data management tool for Oracle. Currently, the project supports 7 schemas objects: table, view, index, sequence, function, procedure, and synonym.. Get G.O.SQL at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (92): G.O.SQL Download

Released: October 24, 2013  |  Added: December 03, 2013 | Visits: 1.700

Code Barcode Maker Pro. This barcode generator, Code Barcode Maker Pro supports no less than 20+ barcode types, Code 128, UCC/EAN-128, ITF-14, SCC-14, SSCC-18,GS1-128, Code 39, Code 93 and many more.You will be able to save the barcode image as a TIFF,PNG,JPG,BMP,PDF or as a vector barcode in the Enhanced MetaFile (EMF)...


Platforms: Windows, Windows 7

License: Shareware Cost: $48.00 USD Size: 15.62 MB Download (222): Code Barcode Maker Pro. Download

< 1 2 3 4 5