Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.201.520 Times

Level freeware
Filter: All | Freeware | Demo
 

Level

< 1 2 3 4 5 > 
Added: July 18, 2010 | Visits: 917

wad2svg wad2svg project is a tool which draws a map of a Doom level as an SVG graphic. A Doom level can be represented by a two-dimensional top-down map, such as that shown on the in-game automap display. Various standalone utilities exist for drawing a map of a Doom level. However no direct utility...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): wad2svg Download

Added: July 02, 2010 | Visits: 1.229

libnetfilter_log libnfnetlink is the low-level library for netfilter related kernel/userspace communication. libnetfilter_log provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_queue, nfnetlink_log, nfnetlink_conntrack) and their respective users and/or management...





Platforms: *nix

License: Freeware Size: 194.56 KB Download (94): libnetfilter_log Download

Added: January 21, 2010 | Visits: 862

Env::C Env::C is a Get/Set/Unset Environment Variables on the C level. SYNOPSIS use Env::C; my $key = "USER"; $val = Env::C::getenv($key) || ; Env::C::setenv($key, "foobar", [$override]); $new_val = Env::C::getenv($key) || ; Env::C::unsetenv($key); my $ar_env = Env::C::getallenv(); print...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (94): Env::C Download

Added: August 22, 2008 | Visits: 854

3 Balls Level Editor Use your creativity to design cool new levels for 3 Balls puzzle. The program has an easy intuitive interface, it instantly checks the existence of a solution after each change. It allows you to save the new level in text file, or even generates HTML to place it as java applet on your own...


Platforms: Windows

License: Freeware Size: 53 KB Download (93): 3 Balls Level Editor Download

Added: September 08, 2010 | Visits: 810

mod_fortress mod_fortress is an application level firewall and intrusion detection system. mod_fortress is designed to intercept certain CGI/HTTP attacks by acting as a non-transparent proxy between an Apache server and an HTTP client..


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): mod_fortress Download

Added: October 14, 2010 | Visits: 823

Ktell The ktell utility is a user level daemon that monitors expiration time of Kerberos ticket granting tickets. It will send a warning to the users least idle tty when a certain time is reached before the ticket will expire. On a linux system with the pidof utility, addition is a simple process....


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Ktell Download

Added: January 16, 2010 | Visits: 687

Gtk2::Ex::DBITableFilter Gtk2::Ex::DBITableFilter is a high level widget to present large amounts of data fetched using DBI. Also provides data filtering capabilities. May be you are dealing with tons of relational data, safely tucked away in an RDBMS, accessible using DBI, and may be you would like to view them in a...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Gtk2::Ex::DBITableFilter Download

Added: November 26, 2010 | Visits: 967

SNMP::NPAdmin SNMP::NPAdmin is a high-level API to query printers via SNMP. SYNOPSIS # object-oriented $p= SNMP::NPAdmin->new( printer => porky, community => corpslp ); printf "Your printer, %s, does%s support PCL.n", $printer, ( $p->pcl() ? "" : " not"); # procedural $p= npa_connect( printer =>...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (91): SNMP::NPAdmin Download

Added: March 01, 2010 | Visits: 927

Class::DBI::ConceptSearch Class::DBI::ConceptSearch is a Perl module to retrieve Class::DBI aggregates from high-level conceptual searches. SYNOPSIS my $cs = Class::DBI::ConceptSearch->new(xml => $config); #see CONFIGURATION $cs->use_wildcards(1); $cs->use_implicit_wildcards(1); $cs->use_search_ilike(1);...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): Class::DBI::ConceptSearch Download

Added: April 15, 2010 | Visits: 1.066

JOLIE JOLIE is an interpreter for a new high level programming language, designed for SOAs (Service Oriented Architecture) orchestration (as, for example, WSBPEL by OASIS). The whole program is written entirely in Java to ensure cross-platform capabilities, following strictly an object-oriented...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (90): JOLIE Download

Added: May 03, 2010 | Visits: 1.188

Redland RDF Library Language Bindings Redland RDF Library Language Bindings provides high-level language bindings for the Redland RDF C libraries, allowing full access to the C APIs along with enhancements for individual languages. Redland RDF Library Language Bindings currently provides bindings in C#, Java, Perl, Python, Ruby, PHP...


Platforms: *nix

License: Freeware Size: 890.88 KB Download (89): Redland RDF Library Language Bindings Download

Added: October 18, 2010 | Visits: 891

Eyefi ImageModifier Eyefi ImageModifier library is a high-level programming interface for describing and caching a series of image transformations which are applied to source images, typically for display on web pages. The work process is as follows: you define a chain of transformations, optionally giving it a...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (88): Eyefi ImageModifier Download

Added: August 02, 2010 | Visits: 1.116

Debug::Message Debug::Message is a Perl module that eases the use of debug print with level, indentation and color. SYNOPSIS use Debug::Message; use Log::Dispatch; use Log::Dispatch::Screen; my $dispatcher = Log::Dispatch->new; $dispatcher->add( Log::Dispatch::Screen->new( name => screen, min_level =>...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Debug::Message Download

Added: August 24, 2010 | Visits: 831

Gtk2::Ex::RecordsFilter Gtk2::Ex::RecordsFilter is a high level widget to browse reasonably large amounts of relational data. This widget is inspired by the song browser of iTunes. SYNOPSIS use Gtk2 -init; use Gtk2::Ex::RecordsFilter; # Create a recordset my $recordset = [ [Automobiles,Cars,Toyota,Camry],...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (88): Gtk2::Ex::RecordsFilter Download

Added: November 13, 2010 | Visits: 827

ECLI ECLI library is an Eiffel wrapper around the X/Open ISO/CLI (Call Level Interface), which defines an API to RDBMS drivers and uses SQL92. ISO/CLI is also known as ODBC under MS Windows. ECLI wants to be portable across (1) Platforms, (2) Eiffel Compilers. (1) Platform portability : ECLI...


Platforms: *nix

License: Freeware Size: 993.28 KB Download (88): ECLI Download

Added: October 24, 2010 | Visits: 795

SDOM SDOM is an attempt to provide a complete implementation of the W3C Document Object Model level 3 API, including event handling, in Scheme, as an extension of the SXML API. SDOM holds to SXMLs conventions regarding the representation of structured XML as S-lists and conforms to SXMLs grammar...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (87): SDOM Download

Added: May 15, 2010 | Visits: 1.089

Apache::NavBarDD Apache::NavBarDD is a dynamic double-decker (two level) Navigation Bar. SYNOPSIS use Apache::NavBarDD; $Apache::NavBarDD::myBar = Apache::NavBarDD->new; The NavBarDD package provides a dynamic navigation bar along the lines of the NavBar module described in Lincoln Steins and Doug...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (86): Apache::NavBarDD Download

Added: May 10, 2013 | Visits: 745

Paycom/Epoch Low Level This module is designed for use with the Paycom/Epoch Low Level 3 processor using your own merchant account.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (71): Paycom/Epoch Low Level Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 568

Egle - Enigma Game Level Editor Enigma Game Level Editor (Egle) is a project to create a level editor for the Enigma game (http://www.nongnu.org/enigma/about.html). Enigma Game Level Editor is made in the Java programming language using the NetBeans IDE. You can view the progress of Egle at:...


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.52 MB Download (61): Egle - Enigma Game Level Editor Download

Added: May 10, 2013 | Visits: 370

toplevelsubcategories Simple contribution to add subcategory links to the top-level page.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (61): toplevelsubcategories Download

< 1 2 3 4 5 >