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

Blast Radius software
Filter: All | Freeware | Demo
 

Blast Radius

1 2 3 4 5 > 
Added: June 23, 2013 | Visits: 399

Magic Maps Magic Maps was designed from the ground up as a Mac application. As such, it benefits from enhanced ease-of-use and increased performance. Desktop integration Magic Maps seamlessly integrates with your desktop environment so that you can work more productively. Drag and Drop. To import data,...



Platforms: Mac

License: Commercial Cost: $19.99 USD Size: 43.4 MB Download (38): Magic Maps Download

Added: June 23, 2013 | Visits: 353

BomberMaze Bombermaze is Bomberman clone for GNOME. It is a multiplayer action game in which players run around in a square-grid maze while dropping bombs and collecting power-ups. The bombs explode after a short time delay, taking out any nearby bricks and players. For maximum effect, bombs can be arranged...





Platforms: *nix

License: Freeware Size: 675.84 KB Download (48): BomberMaze Download

Added: November 06, 2006 | Visits: 7.212

RADREP - RADIUS Reporting & Billing Tool RADREP (RADIUS REPORTING) is a Windows 32-bit GUI application, specifically written as a generic RADIUS accounting log analysis and reporting tool. It can run in a stand-alone manner or has the ability to integrate with the RSA ACE/Server to provide RADIUS reporting functionality. RADREP...


Platforms: Windows

License: Shareware Cost: $199.00 USD Size: 5.63 MB Download (302): RADREP - RADIUS Reporting & Billing Tool Download

Released: August 12, 2005  |  Added: July 03, 2006 | Visits: 10.478

Radius Test Radius Test is a GUI based extensible RADIUS testing tool (for Windows), which allows you to test installations of your RADIUS servers. Through Radius Test you can simulate authentication and accounting request and send them to the RADIUS server making Radius Test act as a NAS client.


Platforms: Windows, Palm OS

License: Shareware Cost: $29.95 USD Size: 3.02 MB Download (1403): Radius Test Download

Released: December 15, 2007  |  Added: February 28, 2008 | Visits: 2.534

ClearBox Enterprise RADIUS Server ClearBox Enterprise RADIUS Server provides the strongest available Wi-Fi network security. The product enables centralized authentication and administration for thousands and even millions of entities. In addition, it offers roaming and distributed authentication and accounting through its...


Platforms: Windows

License: Shareware Cost: $599.00 USD Size: 4.49 MB Download (177): ClearBox Enterprise RADIUS Server Download

Released: May 20, 2022  |  Added: June 13, 2022 | Visits: 11.314

Radius Manager Radius Manager is an easy to use administration and billing solution for Mikrotik, Cisco, StarOS, ChilliSpot, pfSense NAS and various CMTS devices. It can be used in wireless, dialup and DOCSIS cable systems. Radius Manager supports Byte and time capping, bandwidth shaping, prepaid and postpaid...


Platforms: *nix

License: Comercial Cost: $99.00 USD Size: 488.28 KB Download (1438): Radius Manager Download

Released: July 03, 2003  |  Added: October 03, 2009 | Visits: 2.860

Radl Free Radius server The main goal of the Radius server (Remote Authentication Dial-In User Service) is to centralize the authentication information (name, password, keys ..) attached to users. It is frequently used with Remote Access Server equipments and Dial-in users. This Program is the server part of the Radius...


Platforms: Windows

License: Freeware Size: 218.4 KB Download (224): Radl Free Radius server Download

Added: May 27, 2010 | Visits: 1.267

Domino Blast Domino Blast project is a physics-based driving/demolition game with a childrens toys theme. Domino Blast is a hybrid driving and destruction game with a childrens toys theme. Its environments consist of buildings constructed from domino tiles and a player-controllable toy car. The objective of...


Platforms: *nix

License: Freeware Size: 6 MB Download (121): Domino Blast Download

Added: October 26, 2010 | Visits: 1.118

RADIUS::Dictionary RADIUS::Dictionary is a RADIUS dictionary parser. SYNOPSIS use RADIUS::Dictionary; my $dict = new RADIUS::Dictionary "/etc/radius/dictionary"; $dict->readdict("/some/other/file"); my $num = $dict->attr_num(User-Name); my $name = $dict->attr_name(1); This is a simple module that reads a...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): RADIUS::Dictionary Download

Added: June 16, 2010 | Visits: 1.545

RADIUS::Packet RADIUS::Packet is an object-oriented Perl interface to RADIUS packets. SYNOPSIS use RADIUS::Packet; use RADIUS::Dictionary; my $d = new RADIUS::Dictionary "/etc/radius/dictionary"; my $p = new RADIUS::Packet $d, $data; $p->dump; if ($p->attr(User-Name eq "lwall") { my $resp = new...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (147): RADIUS::Packet Download

Added: March 10, 2010 | Visits: 1.774

Marble Blast Gold Edition Marble Blast Gold is an arcade action game with simple yet addictive gameplay, suitable for players of any age. In the rich cartoon landscape of Marble Blast Gold, players will race their marbles through moving platforms, dangerous hazards, sparkling treasures and power up enhancements in an...


Platforms: *nix

License: Shareware Cost: $19.00 USD Size: 10.7 MB Download (207): Marble Blast Gold Edition Download

Added: January 21, 2010 | Visits: 1.468

Bio::Index::Blast Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). SYNOPSIS use strict; use Bio::Index::Blast; my ($indexfile,$file1, $file2); my $index = new Bio::Index::Blast(-filename => $indexfile, -write_flag => 1);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (97): Bio::Index::Blast Download

Added: February 27, 2010 | Visits: 2.618

PHP Radius Accounting Tool PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. PHP Radius Accounting Tool features: listing of users, bandwidth used up/down per user, number of logins, usage details, who is using most bandwidth, a list of stations (access points), which users use each access...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (197): PHP Radius Accounting Tool Download

Added: November 27, 2010 | Visits: 2.155

Radiator Radius Server Radiator project is a highly configurable and flexible Radius server that supports authentication by over 60 different types of authentication methods such as Flat files, DBM files, Unix password files, SQL databases, remote Radius servers (proxying), external programs, NT User Manager, Active...


Platforms: *nix

License: Shareware Cost: $790.00 USD Download (237): Radiator Radius Server Download

Added: January 02, 2010 | Visits: 1.062

RADIUS::UserFile RADIUS::UserFile is a Perl extension for manipulating a RADIUS users file. SYNOPSIS use RADIUS::UserFile; my $users = new RADIUS::UserFile File => /etc/raddb/users, Check_Items => [ qw(Password Calling-Station-Id) ]; $users->load(/usr/local/etc/radius/users); $users->add(Who =>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (102): RADIUS::UserFile Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 619

Cylindrical BLAST Viewer Cylindrical BLAST Viewer is a small, easy to use application specially designed to offer users a 3D viewer that arranges BLAST hits and other bioinformatics-related alignments in a rotating, cylindrical display. Basically this tool arranges the alignments in a cylinder, which spins past the eye...


Platforms: Windows

License: Freeware Download (489): Cylindrical BLAST Viewer Download

Released: August 20, 2012  |  Added: August 20, 2012 | Visits: 634

Sun Blast for Mac OS Two of the most feared enemy races joined forces to launch the ultimate attack, known as 'Sun Blast'. The only chance for survival is to seek and destroy all enemy starships, which are the main threat. You will choose the ship that best suits your needs and begin the adventure of your life....


Platforms: Mac

License: Freeware Size: 61 MB Download (461): Sun Blast for Mac OS Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 626

Funpark Beach Blast Punch your ticket to the rollercoaster excitement of FunPark Beach Blast Deluxe, the fast-action 50?s-themed game filled with sun, sand and thrills! To get into Big State University, Jamie ditched her part-time job for the grooviest summertime position. Now she’s in charge of running the...


Platforms: Windows

License: Freeware Size: 16.14 MB Download (469): Funpark Beach Blast Download

Added: March 27, 2013 | Visits: 566

Schnorr-Euchner Adaptive Search Radius Sphere A stack-based sequential depth-first decoder that returns Maximum-Likelihood solutions to M-QAM modulated MIMO system-type problems, i.e., a lattice decoder with optional justified rectangular boundary control. In such problems, the depth of the search tree is known and the number of children per...


Platforms: Matlab

License: Freeware Size: 10 KB Download (42): Schnorr-Euchner Adaptive Search Radius Sphere Download

Added: May 16, 2013 | Visits: 556

Taxonomic Annotation of BLAST Reports This demo illustrates a simple approach to perform taxonomy annotation of BLAST hits. It requires three taxonomy files gi_taxid_prot.dmp, names.dmp and nodes.dmp, which can be downloaded from the NCBI taxonomy FTP site.


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (46): Taxonomic Annotation of BLAST Reports Download

1 2 3 4 5 >