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

Ludo Code C freeware
Filter: All | Freeware | Demo
 

Ludo Code C

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

Code::Perl Code::Perl is a Perl module to produce Perl code from a tree. SYNOPSIS use Code::Perl::Expr qw( :easy ); my $c = derefh(scal(hash), calls(getkey)); print $c->perl; # ($hash)->{getkey()} Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (175): Code::Perl Download

Added: April 05, 2010 | Visits: 1.624

Database Independent Abstraction Layer for C Database Independent Abstraction Layer for C (libdbi) implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using... Platforms: *nix

License: Freeware Size: 1013.76 KB Download (99): Database Independent Abstraction Layer for C Download

Added: November 18, 2010 | Visits: 1.232

GNU Common C++ GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++ is a GNU package and is licensed to the terms of... Platforms: *nix

License: Freeware Size: 849.92 KB Download (99): GNU Common C++ Download

Added: February 27, 2010 | Visits: 1.068

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 20, 2010 | Visits: 913

libt2n libt2n project is a C++ library for inter-process communication (IPC) with an additional code generator (libt2n-codegen). Before inventing our own IPC library, we checked a lot of other IPC frameworks like CORBA, D-BUS and ICE. But they werent easy to use (you need many lines of code to export... Platforms: *nix

License: Freeware Size: 901.12 KB Download (92): libt2n Download

Added: April 25, 2010 | Visits: 874

Veldfire Veldfire project is a collection of C code aimed at simplifying email functionality. The project aims to provide interfaces for sending email, attaching files, and sending to lists. Compiling: make; make install Solaris will need to uncomment LIBS line at the top of the makefile, as well... Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Veldfire Download

Added: January 26, 2010 | Visits: 818

JSCPP JSCPP is an ANSI C preprocessor and language parser that can analyze and instrument C code. Currently, its most prominent application is to add tracing to existing C programs simply by recompiling and linking it with the "jscc" compiler frontend. The standard tracing shows when a function is... Platforms: *nix

License: Freeware Size: 307.2 KB Download (97): JSCPP Download

Added: April 18, 2010 | Visits: 773

C::DynaLib::Struct C::DynaLib::Struct is a tool for handling the C `struct data type. SYNOPSIS use C::DynaLib::Struct; Define C::DynaLib::Struct( $struct_tag, $template0, @field_names0, [$template1, @field_names1,] ... ); $rstruct = tie( $struct, $struct_tag [, @initializer_list] ); $value =... Platforms: *nix

License: Freeware Size: 35.84 KB Download (98): C::DynaLib::Struct Download

Added: August 19, 2010 | Visits: 821

C-Cramp C-Cramp project is an interface to MySQL for managing information for small radio stations. C-Cramp (the C-Cramp College Radio Audio Management Program) is a Web-based frontend to MySQL for managing the types of things that small radio stations might need: audio files, data, and "metadata"; DJ... Platforms: *nix

License: Freeware Size: 952.32 KB Download (93): C-Cramp Download

Added: June 26, 2010 | Visits: 1.103

C C is pronounced large-C and is a pseudo-interpreter of the C programming language. Without the need of manual compilation, developers can rapidly create cross-platform scripts or write one-liners using the C/C++ programming language that run at native code speed. Whats New in This Release:... Platforms: *nix

License: Freeware Size: 10.24 KB Download (133): C Download

Added: March 02, 2010 | Visits: 1.058

ExtUtils::CBuilder ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new(%options); $obj_file = $b->compile(source => MyModule.c); $lib_file = $b->link(objects => $obj_file); This module can build the C portions of... Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): ExtUtils::CBuilder Download

Added: March 26, 2010 | Visits: 1.083

site-C-ing site-C-ing is a web development environment akin to HTML::Mason, but it does to c++ what HTML::Mason does to Perl. I used to use HTML::Mason at some point, but one day I decided that c++ would be more native environment for me and, besides, that would save me some 50M of RAM on the server.... Platforms: *nix

License: Freeware Size: 378.88 KB Download (94): site-C-ing Download

Added: October 13, 2010 | Visits: 1.016

Instant Instant is a Python module that allows for instant inlining of C and C++ code in Python. Instant is a small Python module built on top of SWIG. Example of use: >>> c_code = """ double sum(double a, double b){ return a+b; } """ >>> import Instant >>> ext = Instant.Instant() >>> >>> #... Platforms: *nix

License: Freeware Size: 34.82 KB Download (96): Instant Download

Added: October 19, 2010 | Visits: 877

B::C B::C is Perl compilers C backend. SYNOPSIS perl -MO=C[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which... Platforms: *nix

License: Freeware Size: 12.2 MB Download (101): B::C Download

Added: February 03, 2010 | Visits: 1.776

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: 746

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: September 11, 2010 | Visits: 822

C++ ResourcePool ResourcePool is a C++ library which can be used to pool resources of every kind. One very interesting side effect is that it can also be used of abstraction layer by providing a unique API for different resources of similar resource types. Most prominent example are SQL databases. The... Platforms: *nix

License: Freeware Size: 471.04 KB Download (91): C++ ResourcePool Download

Added: August 15, 2010 | Visits: 1.147

C++ XML Objects C++ XML Objects is a framework for persisting hierarchies of C++ objects to and from XML. Boost, The STL and Patterns are used extensively. All platforms which support Boost will be supported. Sometimes there is a need to save hierarchies of C++ objects to a file (or DB etc), and then retrieve... Platforms: *nix

License: Freeware Size: 409.6 KB Download (90): C++ XML Objects Download

Added: August 13, 2010 | Visits: 774

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: October 02, 2010 | Visits: 1.129

Itzam/C++ Itzam/C++ wraps the Itzam database engine with C++ templates for both simple and complex database classes. Itzam/C++ wrapper supports B-tree indexes with unique or duplicate keys, and includes multithreaded resource locking. Complete class documentation is embedded in the source code and... Platforms: *nix

License: Freeware Size: 337.92 KB Download (102): Itzam/C++ Download

< 1 2 3 4 5 >