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

Samuel F B Morse software
Filter: All | Freeware | Demo
 

Samuel F B Morse

< 1 2 3 4 5 > 
Added: October 13, 2010 | Visits: 1.173

F-IRC F-IRC provides a console IRC client. F-IRC is an IRC client for the console. It supports multiple servers, scrollback, and all the basic features one can expect from an IRC client. When F-IRC is started, youll see a list of channels and servers on the right. The box around these is... Platforms: *nix

License: Freeware Size: 41.98 KB Download (117): F-IRC Download

Added: July 14, 2010 | Visits: 1.649

F-Prot GUI F-Prot GUI is a graphical user interface for great (and free for individual users) command line antivirus called F-Prot. F-Prot GUI is a very simple script but not featureless, I hope it will be useful. For home users using the Linux open-source operating system, we offer F-Prot Antivirus for... Platforms: *nix

License: Freeware Size: 9.22 KB Download (227): F-Prot GUI Download

Added: April 03, 2010 | Visits: 1.293

B-net B-net project is a Website Content Management software that allows you have a dynamic website and add content to your website without knowing anything about HTML.. Platforms: *nix

License: Freeware Size: 143.36 KB Download (110): B-net Download

Added: January 26, 2010 | Visits: 1.035

jE6-B jE6-B project is an emulator of some of the functionality of the E6B Flight Computer. This program was inspired by the similar application called Virtual E6-B written by Jesse Kempa. However that application does not seem to have been updated for some time and was based on Visual Basic, so is... Platforms: *nix

License: Freeware Size: 512 KB Download (107): jE6-B Download

Added: June 24, 2010 | Visits: 1.747

Antivirus Scan with F-Prot Antivirus Scan with F-Prot is a simple servicemenu for konqueror that allows to scan single or multiple files and folders using the F-Prot Antivirus. Antivirus Scan with F-Prot shows the result of the scanning in a textbox using kdialog. It can also show the progress of the scanning in a... Platforms: *nix

License: Freeware Download (142): Antivirus Scan with F-Prot Download

Added: June 02, 2010 | Visits: 985

Morse Morse allows you to learn morse code while browsing the net. Tutorial: 0. Bug: You have to add the Morse Toolbar-Buttons via Menu/View/Toolbars/Customize, otherwise it wont work. 1. Make sure your soundcard works and is not blocked by any other application 2. To start learning morse go:... Platforms: *nix

License: Freeware Size: 69.63 KB Download (171): Morse Download

Added: April 26, 2010 | Visits: 776

B::OptreeShortestPath B::OptreeShortestPath is a Perl module that adds the methods ->shortest_path( $op ) and ->all_paths() to all B::OP objects in an optree. SYNOPSIS use B qw( main_root main_start ); use B::OptreeShortestPath; for ( main_start()->shortest_path( main_root() ) ) { print "$_n"; } METHODS... Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): B::OptreeShortestPath Download

Added: February 27, 2010 | Visits: 994

B::Fathom B::Fathom a Perl module to evaluate the readability of Perl code. SYNOPSIS perl -MO=Fathom < script > or perl -MO=Fathom,-v < script > where