Main > Free Download Search >

Free include software for linux

include

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6067
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
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
Graph-includes 0.11

Graph-includes 0.11


Graph-includes creates a graph of dependencies between source files and/or groups of source files. more>>
Graph-includes creates a graph of dependencies between source files and/or groups of source files, with an emphasis on getting readable and usable graphs even for large projects.
Graph-includes project is meant to be an helper tool for a refactoring effort. Usability of the dependency graphs are currently improved by customizable grouping of several source files into a single node, and transitive reduction of the graph.
Enhancements:
- Ported to non-Unix platforms (tested on Windows).
- This release has finally implemented/fixed node group coloring.
- A default path for system-includes lookup has been added.
<<less
Download (0.020MB)
Added: 2005-12-07 License: GPL (GNU General Public License) Price:
1416 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
eXperience

eXperience


eXperience is the successor of the eXperienceCrystal icon theme. more>>
eXperience is the successor of the eXperienceCrystal icon theme.

eXperience doesnt include any of Everaldos icons anymore, but just uses them as a fallback. This means a great decrease in filesize!

With this release the iconrc is almost needed anymore, since all the icons are addressed by the name of the actual svg files.

<<less
Download (1.1MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
809 downloads
IceS 2.0.1

IceS 2.0.1


IceS provides an mp3 streamer for the icecast system. more>>
IceS provides an mp3 streamer for the icecast system.

Ices is an mp3 streamer for the icecast system, and is developed by the icecast team.

It is a replacement for Shout, and its features include embedded perl and python scripting, reencoding, and xml config files.

<<less
Download (0.40MB)
Added: 2007-02-24 License: GPL (GNU General Public License) Price:
974 downloads
h2incn 0.5

h2incn 0.5


h2incn is a C Header files to Nasm include file converter. more>>
h2incn is a C Header files to Nasm include file converter.
It is useful if you want to use the same structures or external variable declarations in C and assembler code, and you dont want to use two separate files and update both each time you change something.
It is written in a mix of C and C++ code. It currently works for simple files.
Enhancements:
- understands typedefs
<<less
Download (0.077MB)
Added: 2006-03-24 License: MIT/X Consortium License Price:
1309 downloads
phpCalender 0.0.2

phpCalender 0.0.2


phpCalender provides a Web based calendar. more>>
phpCalender provides a Web based calendar.

phpCalender is a PHP3 application that allows you to easily include a web calender into your web site.

phpCalenders features include monthly calender browsing, adding appointments and administration tools to modify or delete appointments.

Its also provides an email-based reminder service.

<<less
Download (0.019MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 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
dclock

dclock


dclock is a digital LED-style desktop clock. more>>
dclock is an X11 desktop clock with a realistic LED-style display of the current time. Its features include full configuration of the digit style, military time, alarm, hourly bell, formatted date display, fade-out and fade-in of numbers and anti-aliased rendering of digits.

This version is an update of dclock by Dan Heller.
<<less
Download (0.061MB)
Added: 2005-04-27 License: Freely Distributable Price:
1641 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
Linkage 0.1.4

Linkage 0.1.4


Linkage is a Gtk+ BitTorrent client written in C++. more>>
Linkage is a Gtk+ BitTorrent client written in C++.

Linkage is a BitTorrent using gtkmm and libtorrent. Features include DHT, PEX, UPnP, desktop notifications and torrent creation.

<<less
Download (0.53MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
799 downloads
APLoader 0.1.0

APLoader 0.1.0


APLoader stands for Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby. more>>
APLoader stands for Another Postgres Loader, is a front-end to the Postgresql COPY command written in Ruby.

Features include:

fault tolerance
a progress meter
failed batch logs
minimal requirements
a programmable API
excellent performance.

The APLoaderproject is a PostgreSQL Community project that is a part of the pgFoundry.

<<less
Download (0.015MB)
Added: 2006-10-30 License: BSD License Price:
1092 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5