Main > Free Download Search >

Free features include software for linux

features include

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6148
HTML Include 0.20

HTML Include 0.20


HTML Include solves the problem that the Hypertext Markup Language doesnt know a command. more>>
HTML Include solves the problem that the Hypertext Markup Language doesnt know a command for including other files into a source file. HTML Include uses specially styled comments to refer to other files, which will be inserted at this position.
Unlike to the well known Server Side Include mechanism, this tool pre-processes the HTML files, resulting in files that have all referenced source files directly embedded. Thus it does not depend on any Web-server for correct appearance.
As a bonus, HTML Include also writes the current date to the "last modification" line and brower meta, which you usually forget (or do not bother) to update.
Enhancements:
- This release adds Current Date Replacement for both Custom Tag and Browser Meta Line.
- Tags are now allowed to appear anywhere in the text, not just on single lines.
- This release can process multiple input files.
- The package has been autoconfiscated.
<<less
Download (0.075MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1248 downloads
Include 1.02a

Include 1.02a


Include is a Perl module that allow you to use #defines from C header files. more>>
Include is a Perl module that allow you to use #defines from C header files.

SYNOPSIS

use Include qw(-I /some/path/of/mine);
use Include q< sys/types.h >;
use Include q< sys/types.h > "/[A-Z]/";

The Include module implements a method of using #define constants from C header files. It does this by putting an extra level of indirection on the use operator.

To enhance performance a cache scheme is used. When a new module is required the cache is checked first, if the package is not found then it will be generated from the C header files.

Include can be configured to place any generated packages into the cache automatically, for security reasons this is turned off by default.

There are three ways in which the use Include statement can be used.

use Include qw(-I /some/path/of/mine);

Will unshift the directory /some/path/of/mine onto the search path used so that subsequent searches for .h header files will search the given directories first.

use Include q< sys/types.h >;
use Include q< sys/types.h > "/[A-Z]/";

Both of these will define all the constants found in and any header files included by it. The first will export all of these into the calling package, but the second will only export defined macros that contain an unppercase character.

Subroutines

Under normal use the Include package is only used via the use/import interface. But there are some routines that are defined.

CacheOn

This subroutine will cause the Include module to save any generated packages into the cache.

Generate( @headers )

This subroutine will force the generation of the given header files, and any files included in them, reguardless of whether they are currently in the cache. If cache writing is turned on then the cache files will be overwritten.

Search( @dirs )

This subroutine will unshift the given directories onto the search path used for locating the header files.

<<less
Download (0.006MB)
Added: 2007-05-09 License: Perl Artistic License Price:
902 downloads
C::Include 1.40

C::Include 1.40


C::Include is a package to easy operate with binary data via describing they like C/C++ structs. more>>
C::Include is a package to easy operate with binary data via describing they like C/C++ structs.

CLASSES AND PACKAGES

C::Include - Header file base parser class
C::Include::Struct - Struct wraper class

USAGE

use C::Include;

POSSIBILITY

- skip comments;

- valid preprocessor commands: define, ifdef, ifndef, endif, else;

- supported bitset and enclosed structs, enums;

- The compiled data may be cached in the external file and at repeated call not compiled
any more, that will speed up operation.8);

- may be defined and redefined type substitutions via #define
(Ex: #define WORD word );

- predefined standart types:
char
unsigned char
short
unsigned short
int
unsigned int
long
unsigned long
long long
unsigned long long
float
double
pointer
null
neganull
bit
short int
long int
long long int
unsigned
unsigned long int
unsigned short int
unsigned long long int
byte
dword
string (null padded)
sstring (space padded)
zstring (null terminated, null padded)

- predefined standart type aliases:
short int => short
long int => long
long long int => long long
unsigned => unsigned long
unsigned long int => unsigned long
unsigned short int => unsigned short
unsigned long long int => unsigned long long
byte => unsigned char
word => unsigned short
dword => unsigned long

<<less
Download (0.016MB)
Added: 2006-07-06 License: Perl Artistic License Price:
1206 downloads
Masswire Mail 0.17 Beta

Masswire Mail 0.17 Beta


Masswire Mail provides a SQL POP3 Webmail software. more>>
Masswire Mail provides a SQL POP3 Webmail software.

Masswire Mail is a Webmail client written in Perl that can retrieve messages from multiple POP3 accounts and store them in a single SQL table.

Some features include a spell checker using the Text-Aspell module, a Bayesian filter using the Algorithm NaiveBayes module, and attachments using the Mail Sender module.

<<less
Download (0.039MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
942 downloads
DynaPage::Document::ext::include 0.10

DynaPage::Document::ext::include 0.10


DynaPage::Document::ext::include module contains extensions of DynaPag::Document. more>>
DynaPage::Document::ext::include module contains extensions of DynaPag::Document.

METHODS

template ( $self, $job ) : bool

syntax:
!include.template =- B< file_name >

See also DynaPage::Template

NOTE: $self is parent document object (eg blessed into DynaPage::Document)
data ( $self, $job ) : bool

syntax:
!include.data =- B< file_name >

Parse data read from file_name results are merged into parent document. If data contained another !include or other extension commands, they will be handled properly. Parsing is done by DynaPage::Sourcer Parse() method.
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
field ( $self, $job ) : bool

syntax-1:
!include.field.B< target-field > =- B< file_name >

syntax-2:
!include.field =- B< target-field > B< file_name >

Set target-field to contain data read from external file specified by file_name.
NOTE: $self is parent document object (eg blessed into DynaPage::Document)
hooks ( $self, $job ) : bool

syntax-1:
!include.hooks ==~
Init => sub {
my( $self, $hook_name, $hook_params ) =@_;
...
... PERL SCRIPT CODE
...
}
~== !include.hooks

NOTE: $self is parent document object (eg blessed into DynaPage::Document)
module ( $self, $job ) : bool

NOTE: $self is parent document object (eg blessed into DynaPage::Document)
parameters ( $self, $job ) : bool

NOTE: $self is parent document object (eg blessed into DynaPage::Document)

<<less
Download (0.004MB)
Added: 2007-07-23 License: Perl Artistic License Price:
823 downloads
chaostables 0.7

chaostables 0.7


chaostables is a package with iptables/netfilter targets that will foil network scanners. more>>
chaostables is a package with iptables/netfilter targets that will foil network scanners. Documentation on how it works and how to reimplement it in userspace are also provided.

Special features include recognition of all nmap scan types including -sS SYN Scan, proactive slowdown of TCP FNX and UDP (50000+%), and providing back fake nondeterministic information.

<<less
Download (0.46MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
807 downloads
State Machine Compiler 4.4.0

State Machine Compiler 4.4.0


State Machine Compiler takes a state machine stored in an .sm file and generates the state pattern classes. more>>
State Machine Compiler takes a state machine stored in an .sm file and generates the state pattern classes in nine programming languages.
Its features include default transitions, transition arguments, transition guards, push/pop transitions, and Entry/Exit actions. State Machine Compiler requires Java SE 1.4.1 or better.
Enhancements:
- This release cleans up C# and VB.net debug output using System.Diagnostics.Trace.
- It fixes a number of minor bugs.
<<less
Download (MB)
Added: 2007-02-19 License: MPL (Mozilla Public License) Price:
982 downloads
sadlittlewebjournal 2.7

sadlittlewebjournal 2.7


sadlittlewebjournal is a Weblog written in Perl that utilizes PostgreSQL or MySQL and a straightforward ASCII interface. more>>
sadlittlewebjournal is a Weblog written in Perl that utilizes PostgreSQL or MySQL and a straightforward ASCII interface.

Site maintenance is done via an intuitive backend that allows one to add, delete, and modify previous entries.

Other features include an integrated guestbook, a Web stat chart complete with ASCII bar graphs, and various other modularized features.

<<less
Download (0.033MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
1137 downloads
Webical 0.1

Webical 0.1


Webicals goal is to create a webapplication that allows somebody to manage multiple WebDAV hosted calendars. more>>
Webicals goal is to create a webapplication that allows somebody to manage (view, edit, share, invite) multiple WebDAV hosted calendars, based on the iCalendar standard.

Its features include progressive enhancement, a plugin framework that can be used to enhance the GUI and the back end providers, pluggable authentication, and i18n.

Dutch and English localizations are provided, and adding more locales is easy. You need a servlet container, such as Apache Tomcat, to run it.
<<less
Download (10MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1015 downloads
Flatback r1

Flatback r1


Flatback is a simple filesystem archiver. more>>
Flatback is a simple filesystem archiver. It was created to address limitations in afio, star, and dar.
Notable features include checksumming, large file support, support for hardlinks, and support for device files.
Planned features include incremental backups, robust error handling, and extended file attributes.
Main features:
- Largefile support
- Multivolume support
- Smart Per-File compression
- Per-File metadata checksumming (SHA1)
- Per-File data checksumming (SHA1) when data is present
- Format allows restoring of damaged archives even when compression is enabled
- Simple, space efficent, binary format
- Handles hardlinks the right way
Version restrictions:
- Restoring archives not implemented yet
- Incremental backups not implemented yet
- Aborts on recoverable errors (will fix later)
- Not extensively tested
<<less
Download (0.038MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1468 downloads
BATTS 0.9.0

BATTS 0.9.0


BATTS provides a lean, elegant trouble ticket system with command line and Web interfaces. more>>
BATTS provides a lean, elegant trouble ticket system with command line and Web interfaces.

BATTS (Barnhard Associates Trouble Ticketing System) is a lean, elegant trouble ticket system with both command line and Web interfaces, written in Perl. It uses MySQL for its backend, and has a ticket-via-email interface for submission and informational logging.

Features include support for tickets pending on or resolved when other tickets are disposed of, an ability to assign tickets to a person, an ability to categorize and prioritize tickets, and associating billing codes with various logging events.

<<less
Download (0.13MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
983 downloads
JFwadmin 0.8

JFwadmin 0.8


JFwadmin provides a Java high level GUI for ipchains. more>>
JFwadmin provides a Java high level GUI for ipchains.

JFwadmin is a Java 2 high-level X11 tool for ipchains.

The GUI displays easy-to-understand services.

Features include scripts generation, firewall save and restore, automatic interface and IP address and routes detection, current firewall configuration display, and handling of masq-modules and port-forwarding.

<<less
Download (0.26MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
963 downloads
PHPDance 0.2

PHPDance 0.2


PHPDance is an object-oriented PHP interface to the Sharedance cache server. more>>
PHPDance is an object-oriented PHP interface to the Sharedance cache server. The project allows you to cache data in the very fast and reliable Sharedance cache server.

Features include the ability to be distributed across multiple servers and optional redundancy (in which writes go to two servers).

<<less
Download (0.004MB)
Added: 2006-11-17 License: BSD License Price:
1071 downloads
PhpEdu Prealpha 1.0

PhpEdu Prealpha 1.0


PhpEdu is a Web-based educational management system for instituitions of higher learning, especially universities. more>>
PhpEdu is a Web-based educational management system for instituitions of higher learning, especially universities.

Some of the features included are a set of e-learning modules which allow lecturers to deliver online courses, set homework, administer tests and exams, and more.

Other interesting features include admissions, course registration, attendance, fees, and alumni modules.

<<less
Download (2.8MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1330 downloads
phpFile 0.0.2

phpFile 0.0.2


phpFile provides a PHP file manager. more>>
phpFile provides a PHP file manager.

phpFile is a PHP3 application that allows you to easily include a simple file manager within to your Web site. phpFiles features include browsing, uploading, and deleting files.

<<less
Download (0.016MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
954 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5