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 49.594.217 Times

C Diff Colitis software
Filter: All | Freeware | Demo
 

C Diff Colitis

< 1 2 3 4 5 > 
Added: October 07, 2010 | Visits: 1.136

java-diff java-diff is a set of Java classes which implement the longest common subsequences algorithm. java-diff compares the elements in two arrays, returning a list of Difference objects, each of which describes an addition, deletion, or change between the two arrays.. incava.org - Open source...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): java-diff Download

Added: August 04, 2010 | Visits: 1.048

C-Pluff C-Pluff is a plug-in framework for C programs. The project has been strongly inspired by the Java plug-in framework in Eclipse. C-Pluff focuses on providing core services for plug-in interaction and plug-in management. It aims to be platform neutral and supports dynamic changes to plug-in...





Platforms: *nix

License: Freeware Size: 727.04 KB Download (88): C-Pluff Download

Added: April 18, 2010 | Visits: 759

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 (94): C::DynaLib::Struct Download

Added: April 17, 2010 | Visits: 992

C::DynaLib C::DynaLib is a Perl interface to C compiled code. SYNOPSIS use C::DynaLib; use sigtrap; # recommended $lib = new C::DynaLib( $linker_arg ); $func = $lib->DeclareSub( $symbol_name [, $return_type [, @arg_types] ] ); # or $func = $lib->DeclareSub( { "name" => $symbol_name, [param =>...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (92): C::DynaLib Download

Added: August 19, 2010 | Visits: 801

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 (92): C-Cramp Download

Added: June 26, 2010 | Visits: 1.090

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 (127): C Download

Added: March 26, 2010 | Visits: 1.066

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 (88): site-C-ing Download

Added: June 04, 2010 | Visits: 1.069

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 (93): Mail::Box::Parser::C Download

Added: October 19, 2010 | Visits: 866

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 (95): B::C Download

Added: February 03, 2010 | Visits: 1.757

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: August 25, 2010 | Visits: 1.157

C::Scan C::Scan is a Perl module that can scan C language files for easily recognized constructs. SYNOPSIS $c = new C::Scan filename => $filename, filename_filter => $filter, add_cppflags => $addflags; $c->set(includeDirs => [$Config::Config{shrpdir}]); my $fdec = $c->get(parsed_fdecls); This...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (107): C::Scan Download

Added: June 02, 2010 | Visits: 734

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: November 22, 2010 | Visits: 1.626

TOAD C++ GUI Library TOAD C++ GUI Library aims to make GUI development being more fun. The TOAD C++ GUI Library is a set of C++ classes for developing X Window applications. Since there are so many other GUI libraries around (the living ones: GTK+, Qt, LessTif, Motif, fltk, Xclasses, notif, OpenLook, wxWindows, Fox...


Platforms: *nix

License: Freeware Size: 1024 KB Download (152): TOAD C++ GUI Library Download

Added: February 07, 2010 | Visits: 780

Algorithm::Diff Algorithm::Diff is a Perl module to compute `intelligent differences between two files / lists. SYNOPSIS require Algorithm::Diff; # This example produces traditional diff output: my $diff = Algorithm::Diff->new( @seq1, @seq2 ); $diff->Base( 1 ); # Return line numbers, not indices...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (93): Algorithm::Diff Download

Added: September 11, 2010 | Visits: 808

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 (90): C++ ResourcePool Download

Added: June 26, 2010 | Visits: 844

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: June 03, 2010 | Visits: 1.288

C Generic Library C Generic Library is a generic data structure library is a bunch of data structures that are designed and created in as generic a fashion as possible. Each data structure will contain its own basic memory management, be able to handle any object type, and hopefully constraint to strict...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (104): C Generic Library Download

Added: September 05, 2010 | Visits: 1.201

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: April 08, 2010 | Visits: 1.367

GLT OpenGL C++ Toolkit GLT OpenGL C++ Toolkit 0.7 project contains classes and routines for programming interactive 3D graphics with OpenGL. The aim of Glt is to augment the OpenGL API with convenient mechanisms for manipulating the OpenGL state machine. Glt is a work in progress, and by no means covers the entire...


Platforms: *nix

License: Freeware Size: 430.08 KB Download (194): GLT OpenGL C++ Toolkit Download

Added: April 12, 2010 | Visits: 802

c-nocem c-nocem project is a program for the easy and efficient application of the NoCeM protocol on the news spool. Which means, articles for which a NoCeM with "action=hide" is accepted, will be deleted from your news system as if they had been cancelled. With the installation described below, these...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (91): c-nocem Download

< 1 2 3 4 5 >