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.478.808 Times

Top Level Folders software
Filter: All | Freeware | Demo
 

Top Level Folders

< 1 2 3 4 5 
Added: August 04, 2008 | Visits: 2.421

!3D Development Studio for Microsoft Visual Basic .Net Add the strongest 3D capabilities to your Microsoft Visual Basic .Net. Create top level games, or add 3D content to your application. Currently used by more than 95,000 people. Among the companies using 3DSTATE's technology, you will find brands such as Borland, Motorola, the BBC, Computer... Platforms: Windows

License: Freeware Size: 30 MB Download (616): !3D Development Studio for Microsoft Visual Basic .Net Download

Added: August 09, 2008 | Visits: 2.508

!3D Development Studio for Visual Basic Add the strongest 3D capabilities to your Microsoft Visual Basic. Create top level games, or add 3D content to your application. Currently used by more than 95,000 people. Among the companies using 3DSTATE's technology, you will find brands such as Borland, Motorola, the BBC, Computer... Platforms: Windows

License: Freeware Size: 19.73 MB Download (671): !3D Development Studio for Visual Basic Download

Added: August 30, 2008 | Visits: 1.492

3D Development Studio for Microsoft Visual C# .Net Add the strongest 3D capabilities to your Microsoft Visual C#. Create top level games, or add 3D content to your application. Currently used by more than 95,000 people. Among the companies using 3DSTATE's technology, you will find brands such as Borland, Motorola, the BBC, Computer... Platforms: Windows

License: Freeware Size: 30 MB Download (577): 3D Development Studio for Microsoft Visual C# .Net Download

Added: August 17, 2008 | Visits: 1.326

Country List Builder Add-In for Microsofts' FrontPage. Create DHTML combo and list boxes of the countries of the world (ICANN top level country domains) that will show a thumbnail image of the flag of the selected country.Ideal for Web site Guest Books, Order Forms, International Business Guides, Embassies and... Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 158.3 KB Download (502): Country List Builder Download

Added: August 15, 2008 | Visits: 1.777

Resource Tuner 1.99 Country Codes is a small database of country codes and additional information for more than 250 countries, it displays their location (continent), ISO 3166-1 Alpha 2-3 codes and ISO number. Also IDDD code and flag, NDD Code, Country Dialing Code, FIPS PUB 10-4 and TLD (Top Level Domain) code and... Platforms: Windows

License: Freeware Size: 1.4 MB Download (797): Resource Tuner 1.99 Download

Added: May 10, 2013 | Visits: 1.514

Domain Hunter Domain Hunter is a simple application to monitor the state of a list of domain names. Changes in the status of a monitored domain can be sent to an email address or the domain information can be obtained on demand through a Web interface. Only the .com and .net top-level domains are currently... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (187): Domain Hunter Download

Released: June 15, 2013  |  Added: July 05, 2013 | Visits: 3.054

Employee Monitoring Software Today’s highly competitive business environment demands utmost dedication and contribution from every possible resource of an organization. Be it a low, middle or a top level employee, everybody contributes substantially towards the performance of the organization. Therefore, organizations... Platforms: Windows

License: Demo Cost: $30.00 USD Size: 3.84 MB Download (139): Employee Monitoring Software Download

Added: August 10, 2008 | Visits: 944

Happy Sliding Menus These are sliding java menu applets available in numerous themes and suitable for sidebar navigation. Includes easy-to-use online configuration tool. Support for true-type fonts, multi-state user-defined icons, multiple event triggers and more. Many different sliding styles are available,... Platforms: OS/2, Windows, *nix, Windows CE

License: Shareware Cost: $29.00 USD Size: 1.08 KB Download (441): Happy Sliding Menus Download

Added: August 11, 2008 | Visits: 879

NIC Spider NIC Spider is a powerful program for creating and checking the availability of domain names for your site. Choosing a domain name is a very important procedure because it is the first step in your website promotion. If you select a particular domain, you can easily attract the visitors you need.... Platforms: Windows

License: Shareware Cost: $64.97 USD Size: 2.55 KB Download (96): NIC Spider Download

Released: February 15, 2009  |  Added: February 22, 2009 | Visits: 2.054

DomainChecker DomainChecker is a domain name checker which uses WHOIS queries to find taken, free and expired domain names on over 100 domain extensions. DomainChecker lets you find domain names in many different ways. It can search the web using keywords of your choice, generate domains based on keywords,... Platforms: Windows

License: Shareware Cost: $75.00 USD Size: 1.11 MB Download (134): DomainChecker Download

Added: January 18, 2010 | Visits: 3.981

Open Clip Art Library The Open Clip Art Library is a collection of royalty free (public domain) clip art in SVG format, enhanced with creative commons metadata. It can be redistributed with free software or closed software and with various software distributions. Whats New in This Release: - The collection now... Platforms: *nix

License: Freeware Size: 120.8 MB Download (329): Open Clip Art Library Download

Added: June 20, 2010 | Visits: 1.143

XML::Descent XML::Descent is a Perl module for recursive descent XML parsing. SYNOPSIS use XML::Descent; # Create parser my $p = XML::Descent->new({ Input => $xml }); # Setup handlers $p->on(folder => sub { my ($elem, $attr) = @_; $p->on(url => sub { my ($elem, $attr) = @_; my $link = { name... Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): XML::Descent Download

Added: June 24, 2010 | Visits: 1.303

XML::SAX::Machine XML::SAX::Machine is a Perl module that can manage a collection of SAX processors. SYNOPSIS ## Note: See XML::SAX::Pipeline and XML::SAX::Machines first, ## this is the gory, detailed interface. use My::SAX::Machines qw( Machine ); use My::SAX::Filter2; use My::SAX::Filter3; my... Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): XML::SAX::Machine Download

Added: September 25, 2010 | Visits: 1.033

Loadmeter Loadmeter project is a Linux/Solaris system resource monitor that uses very little memory, and is written using raw Xlib. It monitors: - Load average - Uptime - Disk usage - Memory usage In its normal state it displays a window with a coloured bar graph showing the load average for the... Platforms: *nix

License: Freeware Size: 27.65 KB Download (98): Loadmeter Download

Added: October 18, 2010 | Visits: 907

Blatte::Compiler Blatte::Compiler is a Perl module to compile a Blatte document into Perl. SYNOPSIS use Blatte::Compiler; &Blatte::Compiler::compile($file_handle, &callback); &Blatte::Compiler::compile_sparse($file_handle, &callback); sub callback { my($val, $src) = @_; if (defined($src)) {... Platforms: *nix

License: Freeware Size: 31.74 KB Download (90): Blatte::Compiler Download

Added: May 10, 2010 | Visits: 731

cgames cgames project consists of three games for the Linux console. cgames is a package that provides three games for the Linux console. Included are cmines (minesweeper), csokoban (sokoban), and cblocks (sliding-block puzzles). The games make use of the console font and mouse support to improve... Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): cgames Download

Added: September 17, 2010 | Visits: 710

VWM VWM project is an extensible window manager for the console. Built on top of libpseudo and libviper, VWM is more visual alternative to Screen. Mozilla-style plugins allow for simple expandability: follow a few simple API rules and drop your shared object into a directory to have it added to the... Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): VWM Download

Added: August 06, 2010 | Visits: 1.517

CGI::WeT::Modules::Calendar CGI::WeT::Modules::Calendar are Perl extensions to engine to allow calendar management. SYNOPSIS use CGI::WeT::Modules::Calendar (); This module provides rendering constructs to allow navigation through a set of calendars. Support is provided for multiple types of events in multiple... Platforms: *nix

License: Freeware Size: 40.96 KB Download (99): CGI::WeT::Modules::Calendar Download

Added: November 06, 2010 | Visits: 1.623

CGI::WeT::Modules::News CGI::WeT::Modules::News are Perl extensions to engine to allow article management. SYNOPSIS use CGI::WeT::Modules::News (); This module provides rendering constructs to allow navigation through a set of articles. Support is provided for multiple types of articles in multiple groupings (or... Platforms: *nix

License: Freeware Size: 40.96 KB Download (104): CGI::WeT::Modules::News Download

Added: April 03, 2010 | Visits: 1.076

XkbInd XkbInd stands for X Keyboard Extension Indicator and is a small, simple, but useful indicator of keyboard layout (XKB group) for the X Window System. It indicates the current keyboard layout in the title of top-level windows via a prefix to the original string. XkbInd allows the user to... Platforms: *nix

License: Freeware Size: 67.58 KB Download (127): XkbInd Download

< 1 2 3 4 5