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

C Code Line Counter freeware
Filter: All | Freeware | Demo
 

C Code Line Counter

< 1 2 3 4 5 > 
Released: June 13, 2012  |  Added: June 13, 2012 | Visits: 412

Tcl Golems Tcl Golems is a package of utilities designed to make life easier for Tcl / Tk programmers. The Golems are cross-platform and text-only (GUI-less). Golems included are: 1) source code line counter; 2) mis-matched braces / brackets / quotes code checker Platforms: Windows, Mac, Linux

License: Freeware Size: 3.08 KB Download (53): Tcl Golems Download

Added: May 10, 2013 | Visits: 536

Web C Plus Plus Web C Plus Plus is a command line utility that takes your source code, and converts it into an HTML file using a fully customizable syntax highlighting engine and colour schemes. This is useful if you want to post your code online and make it easier to read, or to make online programming... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (55): Web C Plus Plus Download

Added: November 06, 2010 | Visits: 1.278

The C++ Cmdline Library The C++ Cmdline Library provides a framework for handling command line options and arguments. Either variables (of any type) are set to values given at the command line. Or user defined functions are called with arguments (of any type) read from the command line. It was developed and tested... Platforms: *nix

License: Freeware Size: 849.92 KB Download (108): The C++ Cmdline Library Download

Released: December 08, 2009  |  Added: July 20, 2010 | Visits: 4.106

PHP hit counter Use this free php hit counter code on you site and host many stat counters. This package comes with many unique digit images and enables you to make your own counter hosting. It comes with 16 different digit styles in 4 languages including regular digits, Arabic digits, Japanese digits and Thai... Platforms: Windows, *nix

License: Freeware Size: 93.28 KB Download (274): PHP hit counter Download

Released: October 15, 2012  |  Added: October 15, 2012 | Visits: 583

Quick Code The Quick Code application was specially developed for improving productivity at work and can be used for testing small C# codes. You can also use this application for generating and test small pieces of C# codes without using Visual Studio. Further productivity codes which I already created... Platforms: Windows

License: Freeware Download (47): Quick Code Download

Added: April 17, 2010 | Visits: 1.004

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

Added: September 18, 2010 | Visits: 1.380

Code::Splice Code::Splice injects the contents of one subroutine at a specified point elsewhere. SYNOPSIS use Code::Splice; Code::Splice::inject( code => sub { print "fredn"; }, package => main, method => foo, precondition => sub { my $op = shift; my $line = shift; $line =~ m/print/ and $line =~... Platforms: *nix

License: Freeware Size: 10.24 KB Download (98): Code::Splice Download

Released: June 14, 2010  |  Added: June 19, 2010 | Visits: 3.520

RISE MySQL code generator RISE MySQL code generator The RISE MySQL code generator generates a native MySQL script. The script incrementally updates the tables, columns, indexes and constraints in the database to match the RISE model. Once the database model is updated, the views defined in the RISE model are created in... Platforms: Windows

License: Freeware Size: 446.08 KB Download (233): RISE MySQL code generator Download

Released: August 02, 2012  |  Added: August 02, 2012 | Visits: 603

Stunnix C++ Obfuscator for Mac OS Obfuscate/scramble (make unreadable), watermark or compress C++ or C source code (e.g. for giving out some library in source form) by renaming all names, uglifying strings and integers and stripping comments out. - Works on Windows, Mac OS X and Linux - Includes advanced GUI with IDE-style... Platforms: Mac

License: Freeware Size: 2 MB Download (53): Stunnix C++ Obfuscator for Mac OS Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 1.013

RISE PostgreSQL code generator RISE PostgreSQL code generator The RISE PostgreSQL code generator generates a native PL/pgSQL script. The script incrementally updates the tables, columns, indexes and constraints in the database to match the RISE model. Once the database model is updated, the views defined in the RISE model are... Platforms: Windows

License: Freeware Download (66): RISE PostgreSQL code generator Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 1.519

RISE SQL Server code generator RISE SQL Server code generator The RISE SQL Server code generator generates a native Transact SQL script. The script incrementally updates the tables, columns, indexes and constraints in the database to match the RISE model. Once the database is updated, the views defined in the RISE model are... Platforms: Windows

License: Freeware Download (54): RISE SQL Server code generator Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 1.141

RISE PHP for PostgreSQL code generator RISE PHP for PostgreSQL code generator The RISE PHP for PostgreSQL code generator renders PHP source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access... Platforms: Windows

License: Freeware Download (50): RISE PHP for PostgreSQL code generator Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 1.215

RISE PHP for MySQL code generator RISE PHP for MySQL code generator The RISE PHP for MySQL code generator renders PHP source code for database access. The generated code implements the classes and methods corresponding to the information interfaces specified in the RISE model. This includes classes for database access and,... Platforms: Windows

License: Freeware Download (66): RISE PHP for MySQL code generator Download

Added: May 10, 2013 | Visits: 583

Allowing the Python profiler to profile C modules This script lets you take into account time spent in C modules when profiling your Python code. Normally the profiler only profiles Python code, so finding out how much time is spent accessing a database, running encryption code, sleeping and so on is difficult. Profilewrap makes it easy to... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: July 07, 2010 | Visits: 939

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: April 18, 2010 | Visits: 772

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: November 14, 2010 | Visits: 670

mod_virgule mod_virgule is the Apache C module that powers the Advogato web site. XML Virgule Language is an XML data-driven scripting language. Conceptually similar to Lisp and Scheme, at its simplest it is just an HTML parser. Anything that does not have a plug-in module to activate on a tagname in the... Platforms: *nix

License: Freeware Size: 276.48 KB Download (91): mod_virgule 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: May 07, 2010 | Visits: 986

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: October 04, 2012  |  Added: October 04, 2012 | Visits: 594

FastSharp FastSharp is a text editor which lets you quickly compile and run C#, F# and Visual Basic code without opening up Visual Studio. The way FastSharp works is pretty simple. It takes whatever you enter and wraps it in a Main method which is then wrapped in a class which then has a list of import... Platforms: Windows

License: Freeware Download (54): FastSharp Download

< 1 2 3 4 5 >