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

Macro Type freeware
Filter: All | Freeware | Demo
 

Macro Type

< 1 2 3 4 5 
Added: September 26, 2010 | Visits: 961

YAPE::Regex::Element YAPE::Regex::Element contains sub-classes for YAPE::Regex elements. SYNOPSIS use YAPE::Regex MyExt::Mod; # this sets up inheritence in MyExt::Mod # see YAPE::Regex documentation YAPE MODULES The YAPE hierarchy of modules is an attempt at a unified means of parsing and extracting...



Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): YAPE::Regex::Element Download

Added: March 03, 2010 | Visits: 1.125

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This...





Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: November 06, 2010 | Visits: 1.021

File::Type::Builder File::Type::Builder is Perl module to parse mime-magic and generate code. SYNOPSIS my $build = File::Type::Builder->new(); while ( ) { chomp; my $parsed = $build->parse_magic($_); my $code = $build->string_start($parsed); (or string_offset or beshort) } Reads in the mime-magic...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): File::Type::Builder Download

Added: January 13, 2010 | Visits: 1.173

freeCGI++ freeCGI++ is a full featured C++ class hierarchy used to build CGI type applications. This library is provided with a BSD license and is free for any type of use. freeCGI++ project is provided as-is and to be used at your own risk (standard legal stuff). If you find bugs or enhancements please...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (93): freeCGI++ Download

Added: June 15, 2010 | Visits: 762

fkey Scalable finger daemon type server for public display of user speciffied files. Ie: pgp keys, contact information. Users edit their data file (supplied as ASCII text file) and the finger daemon displays it on public request. May be used as banner server. Installation: The `configure shell...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (91): fkey Download

Added: June 17, 2010 | Visits: 934

Catkin QTM 0.5.3 / 0.5.4 Beta Catkin QTM is a blog management app which uses the MetaWeblog, Blogger and Movable Type APIs to submit and (in the future) edit and otherwise manage entries on a blog. Presently, however, it is possible to compose, format, preview and submit entries, in one or more categories, and edit newly...


Platforms: *nix

License: Freeware Size: 58.37 KB Download (91): Catkin QTM 0.5.3 / 0.5.4 Beta Download

Added: February 07, 2010 | Visits: 816

PloneArticle PloneArticle provides a Plone content type to store elaborate content. PloneArticle : A Plone Document that can incorporate images and attachments and that allows you to choose from different layout models. Behaves mostly like the standard Plone Document type. When you add a Plone Article,...


Platforms: *nix

License: Freeware Size: 1.6 MB Download (91): PloneArticle Download

Added: November 15, 2010 | Visits: 1.021

Pantheios 1.0.1 Beta Pantheios is an Open Source C/C++ Logging API library, offering an optimal combination of 100% type-safety, efficiency, genericity and extensibility. It is simple to use and extend, highly-portable (platform and compiler-independent) and, best of all, it upholds the C tradition of you only pay...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (91): Pantheios 1.0.1 Beta Download

Added: August 23, 2010 | Visits: 973

Getargs::Long Getargs::Long is a Perl module with named subroutine arguments, with optional type checking. SYNOPSIS use Getargs::Long; # case sensitive use Getargs::Long qw(ignorecase); # case insensitive # Simple, args mandatory my ($val, $other) = getargs(@_, qw(val other)); # Simple, args optional...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (90): Getargs::Long Download

Added: May 27, 2010 | Visits: 971

HTTP Server type httptype is a program that returns the http host software of a website. It is written in Perl. httptype reads a list of http hosts and optionally the port number for each of these. It queries each host, displaying the type of HTTP server running on that host. It reads the http_proxy and...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): HTTP Server type Download

Added: September 21, 2010 | Visits: 1.148

postping postping project is a package that aggregates weblog trackback pings into a Movable Type weblog, to create a meta-blog of weblog entries. The package provides a CGI that can receive trackback pings, as well as a form for manual submission. Each trackback is encapsulated into a Movable Type blog...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (89): postping Download

Added: March 18, 2010 | Visits: 542

libpreludedb The PreludeDB Library provides an abstraction layer upon the type and format of the database used to store IDMEF alerts. libpreludedb allows developers to use the Prelude IDMEF database easily and efficiently without worrying about SQL, and to access the database independently of the...


Platforms: *nix

License: Freeware Size: 563.2 KB Download (89): libpreludedb Download

Added: March 03, 2010 | Visits: 840

The SlotSig library The SlotSig library is a library that provides type-safe connections between C++ classes. When programming in C, its usual to use callback functions (moreover when you do GUI stuffs). In C++, we prefer to encapsulate things into classes, and usually we want a rather type-safety. This small...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (89): The SlotSig library Download

Added: March 12, 2010 | Visits: 1.104

Data::Type::Docs Data::Type::Docs is a Perl module with the manual overview. MANUALS Data::Type::Docs::FAQ Frequently asked questions. Data::Type::Docs::FOP Frequently occuring problems. Data::Type::Docs::Howto Point to point recipes how to get things done. Data::Type::Docs::RFC Exact API...


Platforms: *nix

License: Freeware Size: 70.66 KB Download (88): Data::Type::Docs Download

Added: October 08, 2010 | Visits: 953

Tie::Array::PackedC Tie::Array::PackedC is a tie a Perl array to a C-style array (packed; elements of a single, simple data type). SYNOPSIS use Tie::Array::PackedC qw(packed_array packed_array_string); my $ref=packed_array(1,2,3,4); my $ref2=packed_array_string(my $s,1,2,3,4); use Tie::Array::PackedC...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): Tie::Array::PackedC Download

Added: February 08, 2010 | Visits: 754

better_spam_protect better_spam_protect script is a plug-in for the Movable Type weblogging system. Movable Type weblog entry and comment authors often link their name to their their email address. Movable Type has a spam_protect feature to protect these addresses against harvesting by spam spiders. This feature,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): better_spam_protect Download

Added: November 07, 2010 | Visits: 1.012

XMacroj XMacroJ is an XML macro language for building text documents from XML components. The project removes the reliance on using the include directives and frees the programmer from locking the development directly into a specific framework. Using XMacroJ, the developer can loosely couple the...


Platforms: *nix

License: Freeware Size: 87.04 KB Download (88): XMacroj Download

Added: April 02, 2010 | Visits: 874

Bio::OntologyIO::simplehierarchy Bio::OntologyIO::simplehierarchy is a base class parser for simple hierarchy-by-indentation type formats. SYNOPSIS use Bio::OntologyIO; # do not use directly -- use via Bio::OntologyIO my $parser = Bio::OntologyIO->new ( -format => "simplehierarchy", -file => "pathology_terms.csv",...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (87): Bio::OntologyIO::simplehierarchy Download

Released: October 03, 2016  |  Added: November 01, 2016 | Visits: 833

Macro Toolworks, Free Edition Macro Toolworks is powerful all-in-one Windows automation tool that allows you to eliminate most of your everyday repetitive tasks. The program allows user to create macros working in any Windows application and trigger the macro using hot-key or text shortcut, from custom toolbar, by defined...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 4.7 MB Download (73): Macro Toolworks, Free Edition Download

Released: July 18, 2015  |  Added: August 04, 2015 | Visits: 752

ECTlistener ECTistener is AAC (Augmentative and Alternative Communication) software, created and developed by EyeComTec (www.eyecomtec.com). ECTlistener is intended to analyze sound signals from any microphone. Depending on the length and volume of the signal, ECTlistener emulates key strokes and sends...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.88 MB Download (72): ECTlistener Download

< 1 2 3 4 5