Main > Free Download Search >

Free ranges software for linux

ranges

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 761
Long Range ZIP 0.18

Long Range ZIP 0.18


Long Range ZIP is a compression program that can achieve very high compression ratios and speed when used with large files. more>>
Long Range ZIP is a compression program that can achieve very high compression ratios and speed when used with large files. It uses the combined compression algorithms of lzma for maximum compression, lzo for maximum speed, and the long range redundancy reduction of rzip.
It is designed to scale with increases with RAM size, improving compression further. A choice of either size or speed optimizations allows for either better compression than even lzma can provide, or better speed than gzip, but with bzip2 sized compression levels.
Enhancements:
- Blocks to be compressed by lzma are now scanned by lzo in advance to find incompressible data and bypass attempting to compress them.
- This speeds up substantially attempting to compress incompressible files, and should fix the "lzma getting stuck on an incompressible block" bug.
- Basic Darwin support was added.
- Compression mode was stratified for lower levels of lzma compression.
<<less
Download (0.32MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1080 downloads
cstrings 2.3.1

cstrings 2.3.1


cstrings is a lightweight internationalization tool for C code. more>>
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 input C source so that literal strings in it are replaced by generated #define symbols, with the list of #defines prepended to the resulting source code. String literals on #include and #define lines and in comments are skipped.
If no filenames are given, standard input is filtered to standard output. If filenames are given (and appropriate write permissions are present), each file is replaced by its converted result (the replace is done with a link(2), so the program is signal-safe). To avoid heartbreak and death threats to the author, it is recommended that you not use this feature without looking at the filtered version first to ensure that its what you really want.
The string argument of a -r option is interpreted as a comma-separated list of line numbers or line number ranges to which the string filtering is to be limited. A range of the form " -" is taken to signify all lines from line to EOF; a range of the form "- " signifies all lines from the start of file to line . Additionally, any range or number may be preceded by !; this causes filtering to be suppressed for the lines designated. If the first character of a range option is !, filtering is assumed initially on for all lines, rather than off.
The -t option sets the template with which string labels are generated. The default is "G%05d". The template is sprintfed with a sequence number as argument.
The -m option takes a numeric argument, interpreted as a minimum length. All strings less than that size are ignored. Note that this minimum length defaults to 3, you must say -m 1 or -m 2 to see all short strings.
The -c option suppresses the normal action and instead causes a list of strings that would otherwise be #define-ized (each preceded by its line number) to be emitted to stdout. If -c is used with file arguments a report with sections headed by file names will be generated.
The -c option permits you to anticipate the effects of a substitution without having to look at the whole source file.
This tool is best used by doing repeated -c runs, adding to an -r argument until you have it down to filtering just the lines you want, and then dropping the -c to do the actual conversion. Then you can move the list of generated #defines to an appropriate spot with a text editor.
Version restrictions:
- This program makes no effort to be intelligent about duplicate strings. Also, it doesnt handle quoted quotes within strings.
Enhancements:
- Use mkstemp(3) rather than tempnam(3) for securitys sake.
- Source RPMs no longer depend on --define myversion.
<<less
Download (0.018MB)
Added: 2005-04-18 License: GPL (GNU General Public License) Price:
1649 downloads
Port Scanner 2.1

Port Scanner 2.1


Port Scanner provides a tool to check for open ports. more>>
Port Scanner provides a tool to check for open ports.

Port Scanner will try to connect on every port you define for a particular host. If a connection is made, it will try to read any data returned.

This product is intended for individuals to test their own equipment for weak security, and the author will take no responsibility if it is put to any other use.

Amazon sell many books on Security that will enhance your ability to keep your computer secure.

The Windows version has been withdrawn. Apologies for this, but it is too popular and uses my bandwidth up too quickly. If anyone want to host the binary for me, I will happily post a link here. It should also be possible to compile Version 2.1 for Windows.

Whats New in this release:

.(QT) Takes multiple port ranges.
.Minor bugfixes.

<<less
Download (0.013MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
991 downloads
gatling 0.8

gatling 0.8


gatling is a high-performance HTTP and FTP server. more>>
gatling is a high-performance HTTP and FTP server. It is small, fast, and scalable, and uses platform-specific performance and scalability APIs.
It supports connection keep-alive, el-cheapo virtual domains (similar to thttpd), IPv6, and Content-Range (not the full specs, just a-b or a-byte ranges).
Main features:
- Small! (100k static Linux-x86 binary with HTTP and FTP support)
- Fast! (measure for yourself, please)
- Scalable! (see this document, measured using tools that are included in the gatling distribution.
- Uses platform-specific performance and scalability APIs on Linux 2.4, Linux 2.6, NetBSD current (2.0+), FreeBSD 4+, OpenBSD 3.4+, Solaris 9+, AIX 5L, IRIX 6.5+, MacOS X Panther+, HP-UX 11+
- connection keep-alive
- el-cheapo virtual domains (similar to thttpd)
- IPv6 support
- Content-Range (not the full specs, just a-b or a- byte ranges)
- transparent content negotiation (will serve foo.html.gz if foo.html was asked for and browser indicates it understands deflate)
- With optional directory index generation
- Will only serve world readable files (so you dont export files accidentally)
- Supports FTP and FTP upload as well (upload only to world writable directories and the files wont be downloadable unless you chmod a+r them manually)
- CGI support for HTTP
- El-cheapo .htaccess support (see README.htaccess)
- Quick-and-dirty SSL/TLS support (see README.tls)
Enhancements:
- A pipelining bug was fixed.
- HTTP headers are now sent to CGIs as HTTP_FOO=bar environment variables.
- Cleanups were made for GCC 4.
- Temporary fallback redirects were added.
- CGI slaves are now only forked if the -C option is given on the command line.
- IRIX compatibility was established.
<<less
Download (0.060MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1446 downloads
LWPx::ParanoidAgent 1.03

LWPx::ParanoidAgent 1.03


LWPx::ParanoidAgent is a Perl subclass of LWP::UserAgent that protects you from harm. more>>
LWPx::ParanoidAgent is a Perl subclass of LWP::UserAgent that protects you from harm.

SYNOPSIS

require LWPx::ParanoidAgent;

my $ua = LWPx::ParanoidAgent->new;

# this is 10 seconds overall, from start to finish. not just between
# socket reads. and it includes all redirects. so attackers telling
# you to download from a malicious tarpit webserver can only stall
# you for $n seconds

$ua->timeout(10);

# setup extra block lists, in addition to the always-enforced blocking
# of private IP addresses, loopbacks, and multicast addresses

$ua->blocked_hosts(
"foo.com",
qr/.internal.company.com$/i,
sub { my $host = shift; return 1 if is_bad($host); },
);

$ua->whitelisted_hosts(
"brad.lj",
qr/^192.168.64.3?/,
sub { ... },
);

# get/set the DNS resolver object thats used
my $resolver = $ua->resolver;
$ua->resolver(Net::DNS::Resolver->new(...));

# and then just like a normal LWP::UserAgent, because it is one.
my $response = $ua->get(http://search.cpan.org/);
...
if ($response->is_success) {
print $response->content; # or whatever
}
else {
die $response->status_line;
}

The LWPx::ParanoidAgent is a class subclassing LWP::UserAgent, but paranoid against attackers. Its to be used when youre fetching a remote resource on behalf of a possibly malicious user.

This class can do whatever LWP::UserAgent can (callbacks, uploads from files, etc), except proxy support is explicitly removed, because in that case you should do your paranoia at your proxy.

Also, the schemes are limited to http and https, which are mapped to LWPx::Protocol::http_paranoid and LWPx::Protocol::https_paranoid, respectively, which are forked versions of the same ones without the "_paranoid". Subclassing them didnt look possible, as they were essentially just one huge function.

This class protects you from connecting to internal IP ranges (unless you whitelist them), hostnames/IPs that you blacklist, remote webserver tarpitting your process (the timeout parameter is changed to be a global timeout over the entire process), and all combinations of redirects and DNS tricks to otherwise tarpit and/or connect to internal resources.

<<less
Download (0.013MB)
Added: 2007-03-21 License: Perl Artistic License Price:
947 downloads
Dynamic Range Extender 1.00

Dynamic Range Extender 1.00


Dynamic Range Extender takes two images and creates one composite image, which supposedly has increased dynamic range. more>>
Dynamic Range Extender plugin takes two images and creates one composite image, which supposedly has increased dynamic range.

With digital SLR cameras you can often use RAW format, which lets user select the exposure correction afterwards. The sample here is from Canon 10D.

Installation:

Just copy the script to your GIMP scripts directory. Usually this is ~/.gimp-2.0/scripts, but if you want to use the script system-wide then the directory might be something like /usr/share/gimp/2.0/scripts.

<<less
Download (MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1149 downloads
Cancerbero 0.6

Cancerbero 0.6


Cancerbero is a portscan engine based in nmap. more>>
Cancerbero (the watchdog of the ports) is a portscan engine based in nmap. It will scan the hosts of a defined net once in every configured interval and it will store the results in a mysql database. It comes with a Web interface to access the scan info.
Main features:
- Graphical configuration.
- Multiple sensors scanning can be deployed.
- There is no limit in the number of ranges to scan.
- Discover the alive (not firewalled) hosts.
- Scans 1-65535 TCP ports of each host.
- Attempts to discover the REAL application and version behind each port.
- Attempts to discover the OS of each host.
- Store all the information in a MySQL database.
- Rescan each host at a defined interval.
- White-Lists with hosts or ranges that you dont like to scan can be defined.
- The information can be access through a graphical interface? (web based)
- You decide how many scans should be archived.
- Stats of all the data are provided.
Install instructions can be found in: http://cancerbero.sourceforge.net/wikka.php?wakka=Install
<<less
Download (0.12MB)
Added: 2007-06-20 License: GPL (GNU General Public License) Price:
857 downloads
pppusage 0.2.5

pppusage 0.2.5


pppusage summarizes average and total transfer volumes, number of connections... more>>
pppusage summarizes average and total transfer volumes, number of connections and average and total online time for all logged PPP connections. The data is collected by reading the syslog files which contain the ppp[d] messages. A database file is used to store the relevant data, thus it doesnt get lost when your ppp[d] logfiles are rotated or deleted. Certain time ranges (that is: a year, month, or day) may be specified on the command line. pppusage should run on Linux systems with pppd(8) as well as on NetBSD, FreeBSD or OpenBSD with ppp(8) (also known as user-ppp). Its written in Perland no non-standard Perl modules are required.
As soon as there is some connection summary data in your PPP logfile(s), you can build the pppusage database and get some statistics by simply running pppusage. If you want to build the pppusage database twice a day automatically, you could use a crontab(5) entry like the following:
05 2,14 * * * nice /usr/local/bin/pppusage -c > /dev/null
You can then query the database with -q. If you want to specify a timerange, use -t. See pppusage -h for a quick overview of the available options, see the man page pppusage(1) for detailed information.
Enhancements:
- fixed a bug in the new database update algorithm
<<less
Download (0.025MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
Contrast Mask 1

Contrast Mask 1


Contrast Mask adds a Contrast Mask layer to the current image. more>>
Contrast Mask adds a Contrast Mask layer to the current image - useful for heightening the contrast in photographs that are over- or under-exposed, or those with extreme dynamic ranges.

Takes two arguments, blur radius and layer opacity.

<<less
Download (MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1168 downloads
aggregate 1.0.2

aggregate 1.0.2


aggregate is a tool for aggregating CIDR networks. more>>
aggregate is a tool for aggregating CIDR networks. Input is read from stdin and output is written to stdout. It undestands IPv4 networks represented as network/prefix, network/netmask and start_address - end_addres. It is able to read input in any one of these formats and output in the same or a different format.
It is also able to limit the maximum and minimum prefix length that will be output. This can be used to filter, for instance ignoring all networks with a prefix longer than 24 bits. That is all networks, smaller than a traditional Class C.
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions. Finally, it creates a shell script `config.status that
you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release. If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
Enhancements:
- Out by one error in aggregation of ranges (again )
<<less
Download (0.049MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1200 downloads
proxyScan.pl 0.2

proxyScan.pl 0.2


proxyScan.pl is a security penetration testing tool to scan for hosts and ports through a Web proxy server. more>>
proxyScan.pl is a Perl script for security penetration testing, to scan for hosts and ports through a Web proxy server.

Features include various HTTP methods such as GET, CONNECT, HEAD as well as host and port ranges.

<<less
Download (0.008MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
840 downloads
OCEAN GenRap 2006 Milestone 10

OCEAN GenRap 2006 Milestone 10


OCEAN GenRap is a completely new reporting and data analysis solution. more>>
OCEAN GenRap is a completely new reporting and data analysis solution. OCEAN GenRap is created by a powerful report generating engine connected with an innovative report editor designed specially for regular users. Therefore it allows you to share the ability to modify, create reports and carry out simple business analysis with managers, salesmen, consultants and other employees having access to data, but lacking programming skills.
Reporting engine
OCEAN GenRap SDK contains a Runtime component. OCEAN GenRap Runtime component can be built in any application to provide reporting capabilities. Simple programming API, support for popular RDBMS servers and ODBC sources, various output formats (including PDF, Postscript, HTML and XLS), no charge and availability for J2SE and .NET platform are its great advantages.
Ad-hoc reporting
Integrating Runtime component into an application allows you also to communicate with the OCEAN GenRap. Its a next generation office tool with a text editor interface and advanced user friendly data access, which makes reporting and analyzing data much faster and simpler. Because there is no SQL language knowledge needed to operate OCEAN GenRap, the system can be used for ad - hoc reporting and providing at - once data analysis on a company scale.
Increased market share and audience reach
System integrated with or using OCEAN GenRap can be utilized in a wider range. Reports, analysis and printouts can not only be generated as static html pages, pdf files or physical printouts. They can also be edited. All reports based on OCEAN GenRap can be modified in both ranges - the logical layer, and the appearance.
Key benefit in this group is that the process of modification of reports can be carried out by regular users without proper programming skills. From now on, creating report is not reserved only to IT staff members with SQL language and database technologies knowledge. Every employee familiar with e.g. MS Word and MS Excel will be able to easily:
- modify the appearance of the report, including font changing, colors, moving elements across the document, arranging elements on the report,
- modify the logic of the report by one-click grouping, sorting and filtering data listing or drag-and-drop adding fields from the user friendly data schema,
- create sophisticated reports without proper knowledge of SQL language and database technologies.
Thanks to OCEAN GenRap, reporting capabilities can be made available to every user of the application, increasing effectiveness and reducing costs of report preparation.
Enhancements:
- This release added charts, support for importing RTF documents, recognition of pervasive PSQL data types in ODBC, and more.
<<less
Download (23.6MB)
Added: 2007-01-11 License: Freely Distributable Price:
1019 downloads
TA Spring 0.75b1

TA Spring 0.75b1


TA Spring is an open source project developing a new realtime strategy game. more>>
TA Spring is an open source project developing a new realtime strategy game.
Spring is a full 3D RTS game engine with good balanced content.
Games can be intense and the engine allows some diverse strategies.
At this moment the Spring engine is capable to run most (all) content that was available for the Total Annihilation engine.
Around 8 high profile mods have been made to run specificly on the Spring engine.
Spring is mainly a multi player game engine.
Some light AIs are available but they are not really challenging at this moment.
Spring runs on Windows and is stable. The Spring Linux ports runs alright but it cant connect to other Windows clients (yet) so Linux users are limited to single player.
The developers try to make Spring run natively on different platforms. (Windows, Linux, Mac and *BSD) And (try to) add features that modders request.
Main features:
- High resolution maps, viewable from all angles and ranges
- Dynamic map with craters from weapon and unit explosions
- Work with unit files from Total annihilation
- Realistic 3D trajectories for weapons
- Fully 3D air combat
- Several camera modes to suit different tastes
- Mod switcher
- Lobby Client
Enhancements:
- LUA related changes
- AI improvements
- balancing improvements
- lots of bugs fixed
<<less
Download (6.5MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
505 downloads
NSD 3.0.4

NSD 3.0.4


NSD is a complete implementation of an authoritative DNS nameserver. more>>
NSD is a complete implementation of an authoritative DNS nameserver.
NSD is an authoritative only, high performance, simple and open source name server.
NSD is thoroughly tested, there is a regression tests report available on the home page.
NLnet Labs has a long term commitment for supporting NSD. There will be an advanced notice when our commitment ends. The latest NSD release will supported for at least two years after this notice.
Enhancements:
- AXFR/IXFR zone transfer supported.
- NSD requests but does not provide IXFR transfers.
- NSD keeps track of SOA timeouts for secondary zones.
- TSIG authentication supported.
- For queries, for notifies, for zone transfers.
- NOTIFY messages of zone updates, incoming and outgoing.
- DNAME type is supported, including CNAME synthesis.
- config file, nsd.conf(5), place to put TSIG keys, server settings, and lists of ip-addresses/ranges for AXFR/IXFR and NOTIFY.
<<less
Download (0.23MB)
Added: 2007-03-02 License: BSD License Price:
969 downloads
Unicode::Regex::Set 0.02

Unicode::Regex::Set 0.02


Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions. more>>
Unicode::Regex::Set is a subtraction and intersection of Character Sets in Unicode Regular Expressions.

SYNOPSIS

use Unicode::Regex::Set qw(parse);

$regex = parse([p{Latin} & p{L&} - A-Z]);

Perl 5.8.0 misses subtraction and intersection of characters, which is described in Unicode Regular Expressions (UTS #18). This module provides a mimic syntax of character classes including subtraction and intersection, taking advantage of look-ahead assertions.

The syntax provided by this module is considerably incompatible with the standard Perls regex syntax.

Any whitespace character (that matches /s/) is allowed between any tokens. Square brackets ([ and ]) are used for grouping. A literal whitespace and square brackets must be backslashed (escaped with a backslash, ). You cannot put literal ] at the start of a group.

A POSIX-style character class like [:alpha:] is allowed since its [ is not a literal.
SEPARATORS (& for intersection, | for union, and - for subtraction) should be enclosed with one or more whitespaces. E.g. [A&Z] is a list of A, &, Z. [A-Z] is a character range from A to Z. [A-Z - Z] is a set by removal of [Z] from [A-Z].
Union operator | may be omitted. E.g. [A-Z | a-z] is equivalent to [A-Z a-z], and also to [A-Za-z].

Intersection operator & has high precedence, so [p{A} p{B} & p{C} p{D}] is equivalent to [p{A} | [p{B} & p{C}] | p{D}].

Subtraction operator - has low precedence, so [p{A} p{B} - p{C} p{D}] is equivalent to [[p{A} | p{B}] - [p{C} | p{D}] ].

[p{A} - p{B} - p{C}] is a set by removal of p{B} and p{C} from p{A}. It is equivalent to [p{A} - [p{B} p{C}]] and [p{A} - p{B} p{C}].

Negation. when ^ just after a group-opening [, i.e. when they are combined as [^, all the tokens following are negated. E.g. [^A-Z a-z] matches anything but neither [A-Z] nor [a-z]. More clearly you can say this with grouping as [^ [A-Z a-z]].

If ^ that is not next to [ is prefixed to a sequence of literal characters, character ranges, and/or metacharacters, such a ^ only negates that sequence; e.g. [A-Z ^p{Latin}] matches A-Z or a non-Latin character. But [A-Z [^p{Latin}]] (or [A-Z P{Latin}], for this is a simple case) is recommended for clarity.

If you want to remove anything other than PERL from [A-Z], use [A-Z & PERL] as well as [A-Z - [^PERL]]. Similarly, if you want to intersect [A-Z] and a thing not JUNK, use [A-Z - JUNK] as well as [A-Z & [^JUNK]].

<<less
Download (0.005MB)
Added: 2007-07-11 License: Perl Artistic License Price:
835 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5