Main > Free Download Search >

Free included software for linux

included

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6227
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
nPulse 0.54

nPulse 0.54


nPULSE is a Web-based network monitoring package for Unix-like operating systems. more>>
nPULSE is a Web-based network monitoring package for Unix-like operating systems. It can quickly monitor up to thousands of sites/devices at a time on multiple ports. nPULSE is written in Perl and comes with its own (SSL optional) Web server for extra security.

Instead of re-inventing existing code, nPulse uses many excellent OpenSource (GPL) products including
Nmap www.insecure.org/nmap [required]
Perl www.cpan.org [required]
OpenSSL www.openssl.com [optional]
Net::SSLeay and Mail::Mailer www.cpan.org [optional]
Java Telnet App www.mud.de/se/jta [included]
A modified version of miniserv.pl www.webmin.com [included]

<<less
Download (0.38MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1216 downloads
Turtle3D 3.0

Turtle3D 3.0


Turtle3D project is a scheme implementation of the Turtle, in 3D. more>>
Turtle3D project is a scheme implementation of the Turtle, in 3D.

It is object oriented, so you can have many turtles in the drawing window.

A test program is included.

<<less
Download (0.015MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1093 downloads
Milknoir Final

Milknoir Final


Milknoir is a KDE theme/style final version by pernambuco. more>>
Milknoir is a KDE theme/style final version by pernambuco.

Needed:

Dekorator and qtcurve last versions.

In this package is included the config file for qtcurve, wallpaper for kicker, button for kbfx/kickoff and the color-scheme.

<<less
Download (0.010MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
925 downloads
log4spread 0.1

log4spread 0.1


log4spread software is a Spread Appender for the log4j & logback Java Logging APIs. more>>
log4spread software is a Spread Appender for the log4j & logback Java Logging APIs.

Example log4j.xml and logback.xml files are included.

A browseable source repository & subversion tree is at:

http://code.google.com/p/log4spread/source

Please submit any bugs to:

http://code.google.com/p/log4spread/issues/list

<<less
Download (0.011MB)
Added: 2007-06-15 License: The Apache License 2.0 Price:
861 downloads
Yasminoku 0.24a

Yasminoku 0.24a


Yasminoku is a Sudoku-like game that runs in Web browsers that correctly support JavaScript and CSS. more>>
Yasminoku is a "Sudoku"-like game that runs in Web browsers that correctly support JavaScript and CSS.

Yasminokus user interface uses the mouse, and a sudoku solver is included. This cross-platform and cross-browser game was tested under BeOS, Linux, *BSD, Windows, and others.

<<less
Download (0.010MB)
Added: 2006-08-18 License: MPL (Mozilla Public License) Price:
1163 downloads
mcdp 0.4

mcdp 0.4


mcdp is just another cd player for Linux. more>>
mcdp is a small (maybe the smallest) cd-player for _linux_

- it compiles/runs out off the box
- it can be compiled against dietlibc (~16kb static!)
- working play methods: reapeat cd, repeat track and intro
- since version 0.3a, minimal cddb title download is also included

<<less
Download (0.04MB)
Added: 2005-05-10 License: GPL (GNU General Public License) Price:
1628 downloads
IPlib 1.0

IPlib 1.0


IPlib is a Python module to convert between many different IP address notations and to manage address/netmask pairs. more>>
IPlib is a Python module to convert between many different IP address notations and to manage netmask/address pairs in the CIDR notation.

Some example scripts ("ipconv", "nmconv", and "cidrinfo") are included.

<<less
Download (0.018MB)
Added: 2006-05-23 License: GPL (GNU General Public License) Price:
1253 downloads
Online Turnbased Wargame 0.1.3 Alpha

Online Turnbased Wargame 0.1.3 Alpha


Online Turnbased Wargame is a multi-user war game with multi-layer delegation. more>>
Online Turnbased Wargame is a multi-user war game with multi-layer delegation. Logistics, production, and technology development is included. Creation of maps, scenarios, campaigns, Orders of Battle, and Tables of Equipment is also included in the scope
Enhancements:
- This release completes the move from a stand-alone application to being integrated as a plugin for the e107 CMS.
- Development will continue in this framework.
<<less
Download (0.70MB)
Added: 2007-03-14 License: GPL (GNU General Public License) Price:
954 downloads
TinyWM 1.3

TinyWM 1.3


TinyWM is a ridiculously tiny window manager implemented in nearly as few lines of C as possible. more>>
TinyWM is a ridiculously tiny window manager implemented in nearly as few lines of C as possible, without being obfuscated or entirely useless.

TinyWM allows you to move, resize, focus (sloppy), and raise windows. A Python version is also included.
<<less
Download (0.005MB)
Added: 2006-09-07 License: Public Domain Price:
1142 downloads
THC-LEAPcracker 0.1

THC-LEAPcracker 0.1


THC LEAP Cracker Tool suite contains tools to break the NTChallengeResponse encryption technique. more>>
THC-LEAPcracker suite contains tools to break the NTChallengeResponse encryption technique e.g. used by Cisco Wireless LEAP Authentication.

Also tools for spoofing challenge-packets from Access Points are included, so you are able to perform dictionary attacks against all users.

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