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

G Code Programs freeware
Filter: All | Freeware | Demo
 

G Code Programs

1 2 3 4 5 > 
Released: November 15, 2012  |  Added: November 15, 2012 | Visits: 653

Boomerang for Linux A general, open source, retargetable decompiler of machine code programs This project is an attempt to develop a real decompiler for machine code programs through the open source community. A decompiler takes as input an executable file, and attempts to create a high level, compilable,...



Platforms: Linux

License: Freeware Size: 2.54 MB Download (46): Boomerang for Linux Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 562

Boomerang for Windows A general, open source, retargetable decompiler of machine code programs This project is an attempt to develop a real decompiler for machine code programs through the open source community. A decompiler takes as input an executable file, and attempts to create a high level, compilable,...





Platforms: Windows

License: Freeware Size: 1.77 MB Download (50): Boomerang for Windows Download

Released: August 07, 2012  |  Added: August 07, 2012 | Visits: 565

tkBacktracer tkBacktracer is a cross-platform interactive visualization tool to explore the tool motions in RS-274D 'G-code' CNC files used in computer controlled milling and manufacturing.


Platforms: Windows, Mac, Linux

License: Freeware Size: 99.64 KB Download (64): tkBacktracer Download

Added: November 26, 2013 | Visits: 357

Java2Html Java2Html converts Java (and other) source code (complete files or snippets) to HTML, RTF, TeX and XHTML with syntax highlighting. This open source Java project consists of an extendible library along with a Java application, a Java applet and many plugins in order to integrate the library into...


Platforms: Mac

License: Freeware Size: 1.01 MB Download (43): Java2Html Download

Added: July 27, 2013 | Visits: 500

side4linux side4linux is a simple IDE intended for source code programming in C, G-code and AVR/ARM Assembler with an emphasis on developing manufacturing and embedded applications. It will be developed to include simulators, PCB software, compilers etc.


Platforms: *nix

License: Freeware Size: 15.77 MB Download (34): side4linux Download

Added: February 26, 2010 | Visits: 845

Sub::DeferredPartial Sub::DeferredPartial is a deferred evaluation / partial application. SYNOPSIS use Sub::DeferredPartial def; $S = def sub : P1 P2 P3 { %_=@_; join , @_{qw(P1 P2 P3)} }; print $S->( P1 => 1, P2 => 2, P3 => 3 )->(); # 123 $A = $S->( P3 => 1 ); # partial application $B = $S->( P3 => 2 );...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Sub::DeferredPartial Download

Added: October 20, 2010 | Visits: 1.591

Stippler Stippler is software for turning greyscale images into "stippled" images. Stippler project uses a method described in research by Adrian Secord. Stippler requires X11, OpenGL, and libpgm. Hardware accelerated OpenGL is required for high performance. To build stippler, simply install any needed...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (156): Stippler Download

Released: July 21, 2013  |  Added: August 15, 2013 | Visits: 1.339

3DRACS Rendering Features: 1. Ability to export (3D PDF ready) U3D file format. 2. Ability to import and export more than 60 well-known 3D geometry file formats. 3. Import: PLY, STL, OBJ, OFF, 3DS, WRL, DICOM, COLLADA, X3D, IV, CTM, XYZ, PTS, and more... 4. Export: U3D, PLY, 3DS, STL, OBJ, OFF,...


Platforms: Windows

License: Freeware Size: 12.66 MB Download (125): 3DRACS Download

Added: September 21, 2010 | Visits: 1.034

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

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 1.060

CNC Code Shooter Mill With CNC Code Shooter Mill you will be able to input your code and send it to the text editor to view your whole program on the computer screen before you send it to the machine. You will be able to save your programs that you create so that next time you need to run that particular part, you...


Platforms: Windows, XP, 2003, Windows Vista, 2008, 7, 7x64

License: Freeware Download (129): CNC Code Shooter Mill Download

Released: June 17, 2012  |  Added: June 17, 2012 | Visits: 321

Cleanux - code cleaner Cleanux holds different scripts and programs for cleaning up messy code, such as XML and HTML.


Platforms: Windows, Mac, BSD, Solaris, Linux

License: Freeware Size: 8.57 KB Download (48): Cleanux - code cleaner Download

Released: November 01, 2012  |  Added: November 01, 2012 | Visits: 483

code-dump-ppc Code-dump is an Objective C program that decompiles PPC Objective C programs on Mac OS X, relying on their inherently structured format.


Platforms: Mac

License: Freeware Size: 89.67 KB Download (48): code-dump-ppc Download

Added: May 10, 2013 | Visits: 472

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

Added: June 06, 2013 | Visits: 701

G-Book Script G-Book allows you to install a guestbook on your site.Features:- visitors sign your guestbook on a page on your site- you get an email notification - click one link to add the posting, other link to delete it- deleted postings are removed completely from your site; they are never seen except in...


Platforms: CGI and Perl

License: Freeware Size: 20.48 KB Download (52): G-Book Script Download

Added: June 11, 2013 | Visits: 456

Writing MATLAB C/MEX Code Learn how to create MEX-functions: programs written in C, C++, or Fortran code that are callable from MATLAB. This article is a guide to getting started and performing practical tasks as well as a reference.Contents:* Introduction* Getting Started* Inputs and Outputs* Creating an Uninitialized...


Platforms: Matlab

License: Freeware Size: 245.76 KB Download (42): Writing MATLAB C/MEX Code Download

Released: May 01, 2001  |  Added: April 18, 2006 | Visits: 3.361

Mihov Code View A program for quick browsing through text files, source code and initialisation files


Platforms: Windows

License: Freeware Size: 142 KB Download (171): Mihov Code View Download

Added: August 26, 2006 | Visits: 18.201

Visual Basic Controls (Source Code) Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 152 KB Download (3666): Visual Basic Controls (Source Code) Download

Released: August 08, 2007  |  Added: November 08, 2008 | Visits: 14.204

Hide Programs Any program which you install adds items to the Start Menu and the Add/Remove Programs List in the Control Panel. Using this Control Panel applet, anyone who has access to your computer can view which programs you have installed on your PC and un-install them. Hide Programs lets you hide programs...


Platforms: Windows

License: Freeware Size: 645.58 KB Download (5059): Hide Programs Download

Added: January 18, 2010 | Visits: 2.891

Call Of Duty 2 Linux Multiplayer Server Code Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. !! IMPORTANT !! Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (86): Call Of Duty 2 Linux Multiplayer Server Code Download

Added: March 11, 2010 | Visits: 1.178

G-Inspector G-Inspector is a GLib(GTK+) object/class inspector.. Get G-Inspector at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. G-Inspector is a GLib(GTK+) object/class inspector.


Platforms: *nix

License: Freeware Size: 266.24 KB Download (116): G-Inspector Download

1 2 3 4 5 >