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

Cni Bindings Gnu Compiler freeware
Filter: All | Freeware | Demo
 

Cni Bindings Gnu Compiler

1 2 3 4 5 > 
Added: January 08, 2010 | Visits: 667

GCJ::Cni GCJ::Cni is a Perl module for CNI Bindings to GNU Compiler for Java. SYNOPSIS Using this module in Perl is similar to using it in C++: use GCJ::Cni; if ( GCJ::Cni::JvCreateJavaVM(undef) ) { die "Failed to initialize JavaVM, cannot continue..."; } unless ( my $thread_obj =... Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): GCJ::Cni Download

Added: September 24, 2010 | Visits: 898

GDC GDC is a D language front end for the GNU Compiler Collection. GDC supports a number of targets and nearly all features of Digital Mars D. GDC works with GCC versions 3.3.x, 3.4.x, and 4.0.x. Linux (tested on Fedora Core 5 x86 and PowerPC) Mac OS X 10.3.x, 10.4.x FreeBSD 5.2.1 Cygwin... Platforms: *nix

License: Freeware Size: 2.7 MB Download (90): GDC Download

Added: November 13, 2010 | Visits: 1.298

PL/1 for GCC PL/1 for GCC project is an attempt to create a native PL/I compiler using the GNU Compiler Collection. PL/I is a third-generation procedural language suitable for a wide range of applications including system software, graphics, simulation, text processing, Web, and business applications. This... Platforms: *nix

License: Freeware Size: 286.72 KB Download (104): PL/1 for GCC Download

Added: March 03, 2010 | Visits: 978

DistCC LiveCD Distcc Livecd is a small bootable cdrom that contains a uClibc Linux system, the GNU compiler and a distcc daemon. The purpose of this CD is to be able to borrow compile CPU power from computers without installing anything on the harddisk. The CD is build with the Gentoo portage framework.... Platforms: *nix

License: Freeware Size: 40.1 MB Download (105): DistCC LiveCD Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 462

The GNU Ada compiler This project provides binary packages for the Ada front end of GNU compiler collection. The project also provides various Ada libraries like the Ada Web Server and Ada aware Integrated Development Environments (gps and vim). Platforms: Windows, Mac, Solaris, Linux

License: Freeware Size: 48.61 MB Download (50): The GNU Ada compiler Download

Added: August 20, 2008 | Visits: 1.701

MinGW The GNU Compiler Collection (GCC) for Windows MinGW - A collection of freely available and freely distributable Windows specific header files and import libraries combined with GNU toolsets that allow one to produce native Windows programs that do not rely on any 3rd-party C runtime DLLs. Platforms: Windows, *nix

License: Freeware Size: 15 MB Download (194): MinGW Download

Released: October 11, 2012  |  Added: October 11, 2012 | Visits: 821

devkitPro This project is for homebrew console development tools based on the gnu compiler collection with additional tools and libraries to aid programming each supported console. The windows variants are built with MinGW. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 444.26 KB Download (57): devkitPro Download

Added: June 20, 2010 | Visits: 855

GCC Introspector The Introspector enables the programming tools that deal with source code such as the compiler to communicate in a standard and neutral manner reducing the accidental cost of programming. Like a telephone switchboard connects many parties who might wish to talk to each other, the Introspector... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): GCC Introspector Download

Added: November 19, 2013 | Visits: 505

Cobol for GCC COBOL For GCC is a project to produce a free COBOL compiler compliant with the COBOL 85 Standard, integrated into the GNU Compiler Collection (GCC). Platforms: *nix

License: Freeware Size: 942.08 KB Download (62): Cobol for GCC Download

Added: July 01, 2010 | Visits: 1.413

g95 g95 projects goal is to create a free, open source Fortran 95 compiler. The code has been donated to the Free Software Foundation for inclusion in GCC, the Gnu Compiler Collection. G95 is still in a beta state. G95 can compile most fortran 90/95 programs just fine on a wide variety of... Platforms: *nix

License: Freeware Size: 3.2 MB Download (118): g95 Download

Added: September 05, 2013 | Visits: 384

dimnum library The dimnum library contains templated C classes for storage and manipulation of numbers, as encountered in physics and engineering.Due to the use of templates, there is no size or speed penalty with respect to normal variables (the latter depends on compiler optimisations; in practise the GNU... Platforms: C and C plus plus

License: Freeware Size: 184.32 KB Download (47): dimnum library Download

Added: August 04, 2008 | Visits: 2.667

Dev C++ Bloodshed Dev-C++ is a full-featured, Open Source, Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler. Platforms: Windows

License: Freeware Size: 13.5 MB Download (218): Dev C++ Download

Added: March 20, 2010 | Visits: 988

MirBSD #10 MirBSD originated as a patch set against OpenBSD-current, an ultra secure operating system and NetBSD derivate, and has since also incorporated changes from NetBSD, a 4.4BSD-derived ultra portable operating system. It features bugfixes, code removal for the sake of simplicity, and feature... Platforms: *nix

License: Freeware Download (95): MirBSD #10 Download

Added: August 15, 2010 | Visits: 966

Linux Kernel Linux Kernel is the essential part of Linux, responsible for resource allocation, low-level hardware interfaces, security, simple communications, and basic file system management. Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a... Platforms: *nix

License: Freeware Size: 54.3 MB Download (111): Linux Kernel Download

Added: July 10, 2010 | Visits: 976

Linux Kernel 2.6.23 Linux Kernel is the essential part of Linux, responsible for resource allocation, low-level hardware interfaces, security, simple communications, and basic file system management. Linux is a clone of the operating system Unix, written from scratch by Linus Torvalds with assistance from a... Platforms: *nix

License: Freeware Size: 54 MB Download (106): Linux Kernel 2.6.23 Download

Added: March 07, 2010 | Visits: 1.018

Java::Import Java::Import is Perl module to use Java classes in Perl. SYNOPSIS use Java::Import qw( some.package.SomeClass ); my $instance = new some.package.SomeClass(); $instance->someMethod(); my $ret_val = some::package::SomeClass::someStaticMethod(); $ret_val->someMethod(); $ret_val2 =... Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import Download

Added: April 25, 2010 | Visits: 1.167

Boehm-Demers-Weiser Conservative Garbage Collector The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. Boehm-Demers-Weiser Conservative Garbage Collector allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no... Platforms: *nix

License: Freeware Size: 1024 KB Download (102): Boehm-Demers-Weiser Conservative Garbage Collector Download

Added: July 27, 2010 | Visits: 1.074

Snark Snark is a client for downloading and sharing files distributed with the BitTorrent protocol. It is mainly used for exploring the BitTorrent protocol and experimenting with the the GNU Compiler for Java (gcj). But it can also be used as a regular BitTorrent Client. Snark can also act as a... Platforms: *nix

License: Freeware Size: 58.37 KB Download (123): Snark Download

Added: May 23, 2010 | Visits: 2.206

Turbo Vision Turbo Vision is a C++ library that provides a very nice user interface for console applications. This UNIX port is based on Borlands version 2.0 with fixes. It was made to create RHIDE, a nice IDE for gcc and other GNU compilers. The library supports /dev/vcsa devices for fast access to local... Platforms: *nix

License: Freeware Download (170): Turbo Vision Download

Added: February 01, 2010 | Visits: 1.386

Acovea Acovea implements a genetic algorithm for finding the "best" options for compiling programs with the GCC C and C++ compilers. ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm) implements a genetic algorithm to find the "best" options for compiling programs with the GNU Compiler... Platforms: *nix

License: Freeware Size: 399.36 KB Download (97): Acovea Download

1 2 3 4 5 >