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

C I A Commander freeware
Filter: All | Freeware | Demo
 

C I A Commander

1 2 3 4 5 > 
Added: June 04, 2010 | Visits: 1.072

Not A Commander Not A Commander is yet another file manager modeled after the Norton Commander. Good integration with the command line is the primary goal. This project is using the technology of Natural Stupidity for development: first get something working at all, then gradually improve it. My primary...



Platforms: *nix

License: Freeware Size: 204.8 KB Download (96): Not A Commander Download

Added: June 12, 2013 | Visits: 513

Foxboro I/A Series PIDA Blocks This block implements the PID control equations found on page 1680 of the Foxboro I/A Series Integrated Control Block Descriptions Manual Volume 3, dated May 31 2006. Use this block when the target platform for a PID control design is a Foxboro I/A Series DCS.These blocks have been field verified...





Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Foxboro I/A Series PIDA Blocks Download

Added: January 07, 2010 | Visits: 2.577

A Sudoku Solver in C A Sudoku Solver in C is a console-based Linux program, written in C language, that solves Su Doku puzzles using deductive logic. It will only resort to trial-and-error and backtracking approaches upon exhausting its deductive moves. Puzzles must be of the standard 9x9 variety using the (ASCII)...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (203): A Sudoku Solver in C Download

Added: January 26, 2010 | Visits: 1.130

More for C++ More for C++ is a class library that provides some features usually not common for C++ More for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes. First of all, there is a garbage collector...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (91): More for C++ Download

Added: July 07, 2010 | Visits: 936

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: June 03, 2010 | Visits: 833

Conjury::C Conjury::C is a Perl Conjury with C/C++ compilers, linkers and archivers. SYNOPSIS c_object Source => Isource-file>, Directory => Idirectory>, Includes => [ Idir1>, Idir2>, ... ], Defines => { Ivar1> => Ival1>, Ivar2> => Ival2>, ... }, Compiler => I< compiler>, Options => [ I< opt1>, I<...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): Conjury::C Download

Added: February 17, 2010 | Visits: 1.532

C to C++ C to C++ is a Python script that converts C code to C++ code. The main program is ctocpp.py that performs successive stages for converting C to C++. A script, ctocpp gives it as parameter to the python interpreter with options you add. The archive also includes scripts that may help you: -...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (112): C to C++ Download

Added: February 27, 2010 | Visits: 1.061

Syntax::Highlight::Engine::Kate::C Syntax::Highlight::Engine::Kate::C is a plugin for C syntax highlighting. SYNOPSIS require Syntax::Highlight::Engine::Kate::C; my $sh = new Syntax::Highlight::Engine::Kate::C([ ]); Syntax::Highlight::Engine::Kate::C is a plugin module that provides syntax highlighting for C to the...


Platforms: *nix

License: Freeware Size: 256 KB Download (104): Syntax::Highlight::Engine::Kate::C Download

Added: June 04, 2010 | Visits: 1.073

Mail::Box::Parser::C Mail::Box::Parser::C is a Perl module that can parse folders for MailBox with C routines. This is an optional module for MailBox, and will (once installed) automatically be used by MailBox to parse e-mail message content when the message is supplied as file-handle. In all other cases, MailBox...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): Mail::Box::Parser::C Download

Added: February 03, 2010 | Visits: 1.766

NCurses Development Kit for C++ 0.0.1 NCurses Development Kit for C++ provides a set of widgets for text user interface like menubars, popup menus, various dialog boxes, and controls (push buttons, check buttons etc.). Using this library you can easy create a powefull console program with compicated interface. А powerfull event...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (103): NCurses Development Kit for C++ 0.0.1 Download

Added: June 02, 2010 | Visits: 741

Devel::Tokenizer::C Devel::Tokenizer::C is a Perl module that can generate C source for fast keyword tokenizer. SYNOPSIS use Devel::Tokenizer::C; $t = new Devel::Tokenizer::C TokenFunc => sub { "return U$_[0];n" }; $t->add_tokens(qw( bar baz ))->add_tokens([for]); $t->add_tokens([qw( foo )], defined...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): Devel::Tokenizer::C Download

Added: June 26, 2010 | Visits: 849

GuiLoader/C++ GuiLoader/C++ is a C++ binding to GuiLoader library. GuiLoader/C++ is a convenience layer that simplifies development of GuiLoader based applications written in C++ language by introducing exception safety, binding GTK+ objects defined in GuiXml to C++ variables and type-safe dynamic connection...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (90): GuiLoader/C++ Download

Added: September 05, 2010 | Visits: 1.211

File::Comments::Plugin::C File::Comments::Plugin::C is a plugin to detect comments in C/C++ source code. SYNOPSIS use File::Comments::Plugin::C; File::Comments::Plugin::C is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (111): File::Comments::Plugin::C Download

Added: August 13, 2010 | Visits: 767

Lufs::C Lufs::C is a C interface to perl. ABSTRACT This interface is used by the C code to call the perl subs. SEE ALSO perlfs.c.


Platforms: *nix

License: Freeware Size: 24.58 KB Download (89): Lufs::C Download

Added: January 21, 2010 | Visits: 862

Env::C Env::C is a Get/Set/Unset Environment Variables on the C level. SYNOPSIS use Env::C; my $key = "USER"; $val = Env::C::getenv($key) || ; Env::C::setenv($key, "foobar", [$override]); $new_val = Env::C::getenv($key) || ; Env::C::unsetenv($key); my $ar_env = Env::C::getallenv(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): Env::C Download

Added: February 01, 2010 | Visits: 1.043

Java for C++ Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them. The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes. The...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (105): Java for C++ Download

Added: May 07, 2010 | Visits: 982

Lightweight C++ Lightweight C++ is a programming language that looks like C++ (a lightweight C++ dialect) and is directly translated to readable C by the lwc preprocessor. Its more "K&R" and, well, more lightweight. Important thing about lightweight C++ is that by studying the generated C code it is easy to...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (127): Lightweight C++ Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 615

MPXPLAY Mpxplay is a commander-style audio player for DOS and Win32 (Win2K,XP,Vista,Win7) operating systems, developed in OpenWatcom C v1.9 Supported files: - audio: AAC, AC3, ALAC, APE, FLAC, MP2/MP3, MPC, VORBIS, WMA, WV and CDW (Audio CD ripp'n'play) (with plugins: DTS, MOD, SPEEX) - containers:...


Platforms: Windows

License: Freeware Size: 1.3 MB Download (651): MPXPLAY Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 1.008

Creative-C++ - Development Environment! Creative-C++ is a Great Looking, Excellent Working, Amazing C/C++ Programming Compiler and Integrated Development Environment (IDE) For The Microsoft Windows Operating Systems... It Uses The Famous MingW32 Compiler as the basis of its Compilation System. It can also import Microsoft Visual C++...


Platforms: Windows, Other

License: Freeware Size: 63.23 MB Download (59): Creative-C++ - Development Environment! Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 995

Creative C++ - Development Environment! Creative C++ is a Great Looking, Excellent Working, Amazing C/C++ Programming Compiler and Integrated Development Environment (IDE) For The Microsoft Windows Operating Systems... It Uses The Famous MingW32 GCC Compiler as the basis of its Compilation System. It can also import Microsoft Visual...


Platforms: Windows

License: Freeware Size: 61.94 MB Download (61): Creative C++ - Development Environment! Download

1 2 3 4 5 >