Main > Free Download Search >

Free one across software for linux

one across

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 465
Convert::AcrossLite 0.08

Convert::AcrossLite 0.08


Convert::AcrossLite is a Perl module to convert binary AcrossLite puzzle files to text. more>>
Convert::AcrossLite is a Perl module to convert binary AcrossLite puzzle files to text.

SYNOPSIS

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);
$ac->out_file(/home/doug/puzzles/Easy.txt);
$ac->puz2text;

or

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);
my $text = $ac->puz2text;

or

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);
my $ac->parse_file;
my $title = $ac->get_title;
my $author = $ac->get_author;
my $copyright = $ac->get_copyright;
my @solution = $ac->get_solution;
my @diagram = $ac->get_diagram;
my $across_clues = $ac->get_across_clues;
my $down_clues = $ac->get_down_clues;

or

use Convert::AcrossLite;

my $ac = Convert::AcrossLite->new();
$ac->in_file(/home/doug/puzzles/Easy.puz);

my($across_hashref, $down_hashref) = get_across_down;

my %across= %$across_hashref;
foreach my $key (sort { $a $b } keys %across) {
print "Direction: $across{$key}{direction}n";
print "Clue Number: $across{$key}{clue_number}n";
print "Row: $across{$key}{row}n";
print "Col: $across{$key}{column}n";
print "Clue: $across{$key}{clue}n";
print "Solution: $across{$key}{solution}n";
print "Length: $across{$key}{length}nn";
}

my %down= %$down_hashref;
foreach my $key (sort { $a $b } keys %down) {
print "Direction: $down{$key}{direction}n";
print "Clue Number: $down{$key}{clue_number}n";
print "Row: $down{$key}{row}n";
print "Col: $down{$key}{column}n";
print "Clue: $down{$key}{clue}n";
print "Solution: $down{$key}{solution}n";
print "Length: $down{$key}{length}nn";
}

Convert::AcrossLite is used to convert binary AcrossLite puzzle files to text.

<<less
Download (0.010MB)
Added: 2006-08-03 License: Perl Artistic License Price:
1178 downloads
Zenoss 2.0.2

Zenoss 2.0.2


Zenoss is an enterprise-class network/systems management application. more>>
Zenoss is an enterprise-class network/systems management application. Zenoss project provides an integrated software package for monitoring availability, events, performance and configuration across layers (network, servers, applications, environment, etc.) and across platforms (Linux, Windows, Unix, etc.).
Main features:
- Organization-wide, IT infrastructure monitoring
- Scales to handle 10,000s of resources
- Integrated monitoring of availability, performance, events and configuration changes
- Across layers: network, servers, apps, environment...
- Across platforms: Windows, Linux, Unix ...
- Automated discovery and configuration modeling
- Role-based access through web portal
- Group-level views, settings and reporting
- Collection via SNMP, WMI, Telnet, SSH, Syslog
- Licensed under GPL
Enhancements:
- The only changes in this release from the 2.0.1 release are that we made changes to the pycom file to facilitate better WMI data collections.
<<less
Download (MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
837 downloads
Titan Attacks! 1.1

Titan Attacks! 1.1


Titan Attacks! is an arcade game where you have to defend the Solar System from Evil Alien Invaders! more>>
The Earth is under attack from evil aliens from Titan! Only you can save us all using a hired space ship.
Upgrade your ship with bounty money and drive back the Titans across the Solar System, and defeat them on their homeworld. Thatll show em!
Main features:
- 100 levels of frantic shooter action
- 5 giant boss motherships
- Upgrade your ship with extra cannon, rockets and lasers
- Challenge stages with prizes
- Online hiscore table
<<less
Download (MB)
Added: 2006-03-16 License: Freeware Price:
1319 downloads
Conary 1.1.33

Conary 1.1.33


Conary is a distributed software management system. more>>
Conary is a distributed software management system for Linux distributions. It replaces traditional package management solutions (such as RPM and dpkg) with one designed to enable loose collaboration across the Internet.
Conary enables sets of distributed and loosely connected repositories to define the components which are installed on a Linux system.
Rather then having a full distribution come from a single vendor, it allows administrators and developers to branch a distribution, keeping the pieces which fit their environment while grabbing components from other repositories across the Internet.
Enhancements:
- A new "conary rdiff" command has been added that displays the differences between two troves in a Conary repository.
- Significant improvements have been made to HTTP proxy support.
- A new "searchPath" configuration option has been added, which allows the user to specify a group to use when searching for new packages or performing dependency resolution.
- Numerous additional enhancements and bugfixes are included.
<<less
Download (0.73MB)
Added: 2007-07-31 License: Common Public License Price:
820 downloads
 
Other version of Conary
Conary 1.0.40solutions (such as RPM and dpkg) with one designed to enable loose collaboration across the ... their environment while grabbing components from other repositories across the Internet
License:Common Public License
Download (0.44MB)
938 downloads
Added: 2007-03-30
EasySQL 0.0.1

EasySQL 0.0.1


EasySQL is a meta-SQL-language for MySQL. more>>
EasySQL is a front-end that provides a slightly extended version of the MySQL SQL syntax allowing for far more sophisticated tasks to be accomplished without resorting to using an external language such as Perl.
Main features:
- Iterate across a SQL result set, and execute multiple queries using the values from each result row.
- Connect to multiple data sources and issue individual queries against one or more data sources.
<<less
Download (0.004MB)
Added: 2005-04-14 License: GPL (GNU General Public License) Price:
1653 downloads
Earth 0.2

Earth 0.2


Earth allows you to find files across a large network of machines and track disk usage in real time. more>>
Earth allows you to find files across a large network of machines and track disk usage in real time. The project consists of a daemon that indexes filesystems in real time and reports all the changes back to a central database.
This can then be queried through a simple, yet powerful, web interface. Think of it like Spotlight or Beagle but operating system independent with a central database for multiple machines.
Earth is initially focused on managing the explosion of data that occurs in digital visual effects work.
Enhancements:
- Many small usability improvements, several significant performance improvements for the Web application, reduced database size, code improvements, and a much improved command line interface to the Earth daemon.
<<less
Download (0.45MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
2272 downloads
5Loaves 1.0

5Loaves 1.0


An open source, cross platform, secure, internet tunneling platform more>> An open source, cross platform, secure, internet tunneling platform with file transfer, web server, remote admin, proxy, and load balancing. Enables connections through or around firewalls and across sub-networks.<<less
Download (1.72MB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
IP::Anonymous 0.04

IP::Anonymous 0.04


IP::Anonymous is a Perl port of Crypto-PAn to provide anonymous IP addresses. more>>
IP::Anonymous is a Perl port of Crypto-PAn to provide anonymous IP addresses.

SYNOPSIS

use IP::Anonymous;
@key = (0..31);
my $object = new IP::Anonymous(@key);
print $object->anonymize("192.0.2.0")."n";

This is a Perl port of Crypto-PAn. Crypto-PAn is a cryptography-based sanitization tool for network trace or log data. The tool has the following properties:

One-to-one

The mapping from original IP addresses to anonymized IP addresses is one-to-one.

Prefix-preserving

The IP address anonymization is prefix-preserving. That is, if two original IP addresses share a k-bit prefix, their anonymized mappings will also share a k-bit prefix.

Consistent across traces

Multiple traces can be sanitized in a consistent way, over time and across locations, even though the traces might be sanitized separately at different time and/or at different locations.

Cryptography-based

To sanitize traces, trace owners provide a secret key. Anonymization consistency across multiple traces is achieved by the use of the same key. The construction of IP::Anonymous preserves the secrecy of the key and the (pseudo)randomness of the mapping from an original IP address to its anonymized counterpart.

This Perl port of Crypto-PAn uses similar logic to that found in Crypto-PAn 1.0, but most importantly maintains consistency in the process so that regardless of implementation, using the same key in each will give consistent results.

USAGE

$object = new IP::Anonymous(@key)

Initializes the electronic codebook object with a 32 8-bit decimal array. This array, consisting of 32 decimals between 0 and 255 inclusive, is the user defined private key for this anonymization session. This 256 bit key should be kept private. The key can be used across sessions to maintain consistent mappings between the original and the anonymized IP addresses.

$object->anonymize($address)

Called with a dotted quad IP address string (e.g. 192.0.2.0). Returns an anonymized version of that IP address as a dotted quad string.

<<less
Download (0.005MB)
Added: 2007-04-17 License: Perl Artistic License Price:
935 downloads
OpenPKG 2.5

OpenPKG 2.5


OpenPKG is a flexible and powerful software packaging facility that eases installation and administration of Unix software. more>>
OpenPKG is a flexible and powerful software packaging facility that eases installation and administration of Unix software across several platforms.
Consolidating different vendor approaches into a unified architecture, it assists in administration of large networks previously complicated by nonconformant systems. It uses RPM to provide an additional system layer on top of the operating system.
It is fully self-contained (no RPM pre-installation is required), installs itself by means of a tricky bootstrapping procedure with minimal operating system intrusion, and supports multiple installation instances.
Main features:
- Portable across major Unix platforms.
- Available for FreeBSD 4.11/5.4/6.0/7.0, NetBSD 2.0, Sun Solaris 8/9/10, Debian GNU/Linux 3.1, Fedora Core 4, RedHat Enterprise Linux 4, Novell SUSE Linux 9.3/10, Gentoo Linux 1.12.0, Mandriva Linux 10.2.
- Already known to work for IBM AIX 5.1, HP HPUX 11.11.
- Release 2.5 consists of 579 packages.
- Entirely based on Open Source software technology.
- Operating System interference minimized.
- Streamlined software packaging.
- Easy installation, updating and deinstallation of packages.
- Bundled with useful and secure package preconfigurations.
- Includes an abstracted and powerful run-command facility.
- Virtual hosting through multiple instances on a single system.
- Proxy packages for reusing packages across instances.
- Build-time package variations for maximum flexibility.
- Foundation to build self-contained environments.
Enhancements:
- This release consists of 579 selected packages which include the latest versions of all popular Unix server software.
- All software is carefully packaged for easy deployment on 19 different Unix platforms.
- The major technical efforts for this release were spent on migrating to the GNU Compiler Collection (GCC) version 4.0 and further improving the Solaris 10 support and adding full support for the new FreeBSD 6.0 and SUSE 10.0 platforms.
<<less
Download (MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1470 downloads
Xoridor 0.40

Xoridor 0.40


Xoridor is a strategic board game in which the player needs to get across the board as quickly as possible. more>>
Xoridor is a strategic board game.

In this game the player needs to get across the board as quickly as possible while making sure no fences get in her way.

<<less
Download (0.060MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1318 downloads
NetShips battle 1.4

NetShips battle 1.4


NetShips battle project is a network version of a popular ship-battle game. more>>
NetShips battle project is a network version of a popular "ship-battle" game.
NetShips battle is a popular naval battle game for two players connected across the network. It provides a modular concept of three layers (network layer, game logic, and user-interface).
Currently only an ncurses (console) user interface has been implemented, but adding an X11 interface or porting to MS-Windows should be easy.
Enhancements:
- Build procedure now uses standard autoconf.
<<less
Download (0.045MB)
Added: 2006-11-27 License: BSD License Price:
1065 downloads
jnettop 0.13

jnettop 0.13


Jnettop allows administrators of routers to watch online traffic coming across the network. more>>
Jnettop allows administrators of routers to watch online traffic coming across the network in a fashion similar to the way top displays statistics about processes.
jnettop is useful for quickly evaluating the state of the network.
Enhancements:
- added support for JNET protocol (used by jnettop-gui)
- minor refactorings
<<less
Download (0.050MB)
Added: 2006-05-01 License: GPL (GNU General Public License) Price:
1272 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
GMarks 0.9.4

GMarks 0.9.4


GMarks allows you to you sync & manage your Google Bookmarks across several computers. more>>
GMarks allows you to you sync & manage your Google Bookmarks across several computers.

GMarks helps you sync & manage your Google Bookmarks across several computers.
It includes a sidebar, a toolbar, a quick search with Home+Home similar to Google Desktops Ctrl+Ctrl search, and full content search of your bookmarked pages.

GMarks supports nested labels with a customizable separator. It has a toolbar button which turns yellow when the page is bookmarked and when middle clicked can add/remove the site. GMarks also adds a tab to the Firefox add bookmark window to add bookmarks directly to the Google Bookmarks site.

Also included are filters, which can be used for both batch editing and for automatically adding descriptions and labels to new bookmarks, and an Organize GMarks window with inline editing of bookmarks.

GMarks allows for easy migration to and from Google Bookmarks. You can import your Firefox bookmarks to Google or export your Google Bookmarks to a bookmarks.htm file. GMarks is completely separate from your Firefox bookmarks and does not remove or hide them.

<<less
Download (0.089MB)
Added: 2007-04-26 License: MPL (Mozilla Public License) Price:
912 downloads
netcat 1.1.0

netcat 1.1.0


netcat is a network piping program. more>>
Netcat is a simple Unix utility which reads and writes data across network connections, using TCP or UDP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts.

At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities.

Perhaps some equivalent to netcat, or "nc" should have been written and distributed ten years earlier as another one of those cryptic but fundamental Unix tools that we all use daily without even thinking about it.
<<less
Download (0.07MB)
Added: 2005-04-06 License: Freeware Price:
3743 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5