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

Perl C Code Formatter freeware
Filter: All | Freeware | Demo
 

Perl C Code Formatter

< 1 2 3 4 5 > 
Added: April 01, 2010 | Visits: 725

Mail::QmailRemoteXS Mail::QmailRemoteXS is a lightweight C-code (XS) SMTP send function based on Qmails qmail-remote. SYNOPSIS use Mail::QmailRemoteXS; $ret = Mail::QmailRemoteXS::mail($to_domain,$from_address,$to_address,$msg,$helo,$net_timeout,$net_timeoutconnect); This module provides a single function...



Platforms: *nix

License: Freeware Size: 256 KB Download (101): Mail::QmailRemoteXS Download

Added: April 18, 2010 | Visits: 956

Digest::Perl::MD4 Digest::Perl::MD4 is a Perl implementation of Ron Rivests MD4 Algorithm. This is not C-code interface (like Digest::MD5) but a Perl-only implementation of MD4 (like Digest::Perl::MD5). Because of this, it is slow but avoids platform specific complications. For efficiency you should use...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): Digest::Perl::MD4 Download

Added: January 25, 2010 | Visits: 1.030

Time Out Of Mind Art Slideshow A Quartz Composer ScreenSaver file based upon my September 2002 digital image, "Tumbling Myths".


Platforms: Mac

License: Freeware Size: 211 KB Download (101): Time Out Of Mind Art Slideshow Download

Added: January 25, 2010 | Visits: 835

Infinite Smiles A Quartz Composer ScreenSaver based upon the Flowers work by zuga@zugakousaku.com and used with his written permission.


Platforms: Mac

License: Freeware Size: 480 KB Download (101): Infinite Smiles Download

Added: February 08, 2010 | Visits: 1.326

GTK-Doc GTK-Doc is used to document C code. It is typically used to document the public API of libraries, such as the GTK+ and GNOME libraries, but it can also be used to document application code. Note that GTK-Doc wasnt originally intended to be a general-purpose documentation tool, so it can be a...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): GTK-Doc Download

Released: July 25, 2012  |  Added: July 25, 2012 | Visits: 1.144

Gorgeous Karnaugh Free Gorgeous Karnaugh software: 1) Removes slow, tedious and error prone pen and paper from your life; 2) Gives you a pretty good logic simplification tool; 3) Supports definition of logic function using truth table, from analytic form or by direct editing karnaugh maps; 4) Supports "Dont Care"...


Platforms: Windows

License: Freeware Size: 1.72 MB Download (100): Gorgeous Karnaugh Free Download

Added: June 10, 2010 | Visits: 819

PDL::Image2D PDL::Image2D is a Perl module that contains miscellaneous 2D image processing functions. For large kernels, using a FFT routine, such as fftconvolve() in PDL::FFT, will be quicker. $new = conv2d $old, $kernel, {OPTIONS} $smoothed = conv2d $image, ones(3,3), {Boundary => Reflect} Boundary -...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (100): PDL::Image2D Download

Added: August 18, 2010 | Visits: 908

GIPSpin GIPSpin is a graphical interface programming system which allows code to be visualized and which can generate threaded code. The user constructs code segments using visual boxes. The program flow is represented as links between the boxes. Complex elements such as threader boxes are available to...


Platforms: *nix

License: Freeware Size: 3.2 MB Download (100): GIPSpin Download

Added: May 26, 2010 | Visits: 871

Pyrex Pyrex is a Language for Writing Python Extension Modules. Pyrex is a language specially designed for writing Python extension modules. Its designed to bridge the gap between the nice, high-level, easy-to-use world of Python and the messy, low-level world of C. You may be wondering why anyone...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): Pyrex Download

Added: March 06, 2010 | Visits: 767

TIJmp TIJmp is a memory profiler for java. TIJmp is made for java/6 and later, it will not work on java/5 systems. If you need a profiler for java/5 or earlier try the jmp profiler. TIJmp is written to be fast and have a small footprint, both memory- and cpu-wise. This means that the jvm will run at...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (100): TIJmp Download

Added: January 25, 2010 | Visits: 907

RobotVisionCAD RobotVisionCAD or in short RvCAD is a computer aided design for Image Processing and Computer Vision. RvCAD's GUI presents users with a view where users drag and drop Image Processor Elements, and visually connecting them to form Image Processing Pipeline. RvCAD is a tool used by scientists,...


Platforms: Mac

License: Freeware Download (100): RobotVisionCAD Download

Added: November 12, 2010 | Visits: 1.119

StateML StateML is a State Machine Markup Language, with GraphViz and template-driven code generation. SYNOPSIS ## See the stml command for command line use (recommended) ## Heres what a .stml file might look like: < machine id="main" xmlns="http://slaysys.com/StateML/1.0"...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (99): StateML Download

Added: April 17, 2010 | Visits: 945

XML::UM XML::UM is a Perl module to convert UTF-8 strings to any encoding supported by XML::Encoding. SYNOPSIS use XML::UM; # Set directory with .xml files that comes with XML::Encoding distribution # Always include the trailing slash! $XML::UM::ENCDIR =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): XML::UM Download

Added: February 09, 2010 | Visits: 1.064

Statistics::Cluto Statistics::Cluto package contains Perl binding for CLUTO. SYNOPSIS use Statistics::Cluto; use Data::Dumper; my $c = new Statistics::Cluto; $c->set_dense_matrix(4, 5, [ [8, 8, 0, 3, 2], [2, 9, 9, 1, 4], [7, 6, 1, 2, 3], [1, 7, 8, 2, 1] ]); $c->set_options({ rowlabels => [ row0,...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Statistics::Cluto Download

Added: September 26, 2010 | Visits: 877

Apache2::ModProxyPerlHtml Apache2::ModProxyPerlHtml is a mod_perl2 replacement of the Apache2 module mod_proxy_html.c, used to rewrite HTML/Javascript links for a reverse proxy. Apache2::ModProxyPerlHtml is very simple and has much better parsing/replacement of URL than the C code. It also support refresh meta tag...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Apache2::ModProxyPerlHtml Download

Added: May 10, 2013 | Visits: 927

NumPy The fundamental package needed for scientific computing with Python is called NumPy.  This package contains: - a powerful N-dimensional array object - sophisticated (broadcasting) functions - basic linear algebra functions - basic Fourier transforms - sophisticated random number capabilities...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (99): NumPy Download

Added: January 25, 2010 | Visits: 939

Look Up Words Look Up Words is an AppleScript Studio application to look up words based upon string of characters. A free online tutoral for building this app with Xcode's AppleScript Studio is available.


Platforms: Mac

License: Freeware Size: 20 KB Download (99): Look Up Words Download

Added: June 09, 2010 | Visits: 678

cstrings A lightweight internationalization tool for C code, for those who find gettext too bulky and intrusive. Extracts strings from a program and turns them into #defines in a pre-pended code section. Has good features for building up your message base incrementally. This tool can be used to massage...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (98): cstrings Download

Added: April 17, 2010 | Visits: 1.003

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

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

< 1 2 3 4 5 >