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

Bumble Bees Nest software
Filter: All | Freeware | Demo
 

Bumble Bees Nest

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

EMS QuickPDF EMS QuickPDF Component Suite gives you an opportunity to create PDF documents with your applications written on Delphi or C++ Builder in a most simple and easiest way. There is no need to know PDF specification - you can generate PDF files without any knowledge of PDF format using our EMS...



Platforms: Windows

License: Shareware Cost: $195.00 USD Size: 959 KB Download (94): EMS QuickPDF Download

Added: August 30, 2008 | Visits: 1.269

GStarICAD 2007-11-1 GStarICAD is based on IntelliCAD software, the industry standard for low-cost CAD software. GStarICAD is the innovative alternative to AutoCAD that provides OpenDWG file compatibility, similar environment, full support for AutoCAD commands, menus, scripts, styles, patterns etc. GStarICAD is the...





Platforms: Windows

License: Freeware Size: 47 KB Download (523): GStarICAD 2007-11-1 Download

Added: August 29, 2008 | Visits: 1.137

GStarICAD Std 2007-11-1 GStarICAD is based on IntelliCAD software, the industry standard for low-cost CAD software. GStarICAD is the innovative alternative to AutoCAD that provides OpenDWG file compatibility, similar environment, full support for AutoCAD commands, menus, scripts, styles, patterns etc. GStarICAD is the...


Platforms: Windows

License: Freeware Size: 35.76 KB Download (509): GStarICAD Std 2007-11-1 Download

Added: August 29, 2008 | Visits: 1.723

PLUS 2D:Nesting Software PLUS 2D is a state of the art nesting software for generating optimized layouts and reducing scrap generated by 2 dimensional cutting processes. It finds application in varied industries such as Glass cutting, Sheet Metal layout, Wood working, Building panel etc. Benefits: E Nesting saves...


Platforms: Windows

License: Commercial Cost: $1.70 USD Size: 12.79 KB Download (189): PLUS 2D:Nesting Software Download

Released: November 16, 2008  |  Added: January 27, 2009 | Visits: 1.145

REIGNN DatabaseAce REIGNN generates sophisticated and intuitive user interfaces based on the structure of external databases. REIGNN delivers advanced business intelligence, centralized data management and rapid application development capabilities for nearly any database. The product first maps...


Platforms: Windows, Mac

License: Demo Cost: $399.00 USD Size: 26.53 MB Download (93): REIGNN Download

Added: November 19, 2010 | Visits: 978

PDL::GSL::INTEG PDL::GSL::INTEG is a PDL interface to numerical integration routines in GSL. This is an interface to the numerical integration package present in the GNU Scientific Library, which is an implementation of QUADPACK. Functions are named gslinteg_{algorithm} where {algorithm} is the QUADPACK...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::GSL::INTEG Download

Added: April 03, 2010 | Visits: 1.061

pybonjour pybonjour provides a pure Python interface (via ctypes) to Apple Bonjour and compatible DNS-SD libraries (such as Avahi). The application allows Python scripts to take advantage of Zero Configuration Networking (Zeroconf) to register, discover, and resolve services on both local and wide-area...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (99): pybonjour Download

Added: March 07, 2010 | Visits: 888

Perl6::Export::Attrs Perl6::Export::Attrs - the Perl 6 is export(...) trait as a Perl 5 attribute. SYNOPSIS package Some::Module; use Perl6::Export::Attrs; # Export &foo by default, when explicitly requested, # or when the :ALL export set is requested... sub foo :Export(:DEFAULT) { print "phooo!"; } #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Perl6::Export::Attrs Download

Added: January 05, 2010 | Visits: 1.472

Dyne:bolic live CD Dyne:bolic GNU/Linux is a live bootable cd, containing a whole operating system that works straight from boot, without the need to install or change anything on the hard disk. If you like and want to have it on harddisk you can simply copy the /dyne directory on your computer: the simpliest...


Platforms: *nix

License: Freeware Size: 585.6 MB Download (152): Dyne:bolic live CD Download

Added: October 24, 2010 | Visits: 1.103

HTML Parser HTMLParser is a super-fast real-time parser for real-world HTML. What has attracted most developers to HTMLParser has been its simplicity in design, speed and ability to handle streaming real-world html. The two fundamental use-cases that are handled by the parser are extraction and...


Platforms: *nix

License: Freeware Size: 4.2 MB Download (98): HTML Parser Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.578

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (258): App::SimpleScan::Substitution::Line Download

Added: June 04, 2010 | Visits: 882

Perl6::Classes Perl6::Classes project contains first class classes in Perl 5. SYNOPSIS use Perl6::Classes; class Composer { submethod BUILD { print "Giving birth to a new composern" } method compose { print "Writing some music...n" } } class ClassicalComposer is Composer { method compose { print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): Perl6::Classes Download

Added: May 24, 2010 | Visits: 728

IsForth IsForth is a direct threaded Linux-only x86 Forth implementation coded in pure assembly using NASM macros to create forth high-level definitions. All I/O is done with syscalls. IsForth is almost a complete replacement for both libc and libncurses. To use the debugger say debug xyzzy and from...


Platforms: *nix

License: Freeware Download (95): IsForth Download

Added: February 13, 2010 | Visits: 1.559

Firelight Filelight creates an interactive map of concentric segmented-rings that helps visualize disk usage on your computer. It is like a pie-chart, but the segments nest, allowing you to see not only which directories take up all your space, but which directories and files inside those directories are...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (105): Firelight Download

Added: April 19, 2010 | Visits: 1.267

RTF::Writer RTF::Writer is a Perl module for generating documents in Rich Text Format. SYNOPSIS use RTF::Writer; my $rtf = RTF::Writer->new_to_file("greetings.rtf"); $rtf->prolog( title => "Greetings, hyoomon" ); $rtf->number_pages; $rtf->paragraph( fs40bi, # 20pt, bold, italic "Hi there!" );...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (118): RTF::Writer Download

Added: January 25, 2010 | Visits: 655

PixelToy PixelToy is simply a visual plaything for PowerPC-based computers. The fully customizable program colorfully animates a variety of moving patterns. You can open and save PICT files, then blur or smear or distort them in real time. Watch swarming bees, a dancing sound wave, and more.


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (99): PixelToy Download

Added: January 25, 2010 | Visits: 951

Osmond PCB Osmond PCB is a flexible tool for designing printed circuit boards. Its many features include:Virtually unlimited board sizesVirtually unlimited number of board layersVirtually unlimited number of partsSpatial resolution down to 10 nanometerConcurrent support for both Imperial and Metric unitsAll...


Platforms: Mac

License: Demo Cost: $0.00 USD Download (117): Osmond PCB Download

Released: July 29, 2014  |  Added: August 20, 2014 | Visits: 1.179

MetroGnome Would you like your child to enjoy playing music? Our MetroGnome-App will help you make it into an exciting game. MetroGnome is a unique metronome developed specifically for children. Your child will quickly develop the sense of rhythm playing with the gnome's eyes and following the little...


Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $1.99 USD Size: 14.45 MB Download (170): MetroGnome Download

Added: January 25, 2010 | Visits: 875

Weekly Comic List Widget Weekly Comic Shipping List widget displays a list of the products shipping for the current week from Diamond Comic Distributors, the same people who publish the monthly Previews catalog that is used by over 90,000 consumers and retailers to order their comics and related merchandise. Every Monday...


Platforms: Mac

License: Freeware Download (116): Weekly Comic List Widget Download

Released: October 27, 2012  |  Added: October 27, 2012 | Visits: 916

BugBits Completely free, BugBits is a fun and memorable insect-themed battle game and one of the many free and unrestricted games available at MyPlayCity.com. The game is amusing and enjoyable, complete with colorful and beautifully-rendered full 3D scenes. Players will experience many different scenes...


Platforms: Windows

License: Freeware Size: 11.18 MB Download (55): BugBits Download

< 1 2 3 4