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

Formula Calculate Area Circle freeware
Filter: All | Freeware | Demo
 

Formula Calculate Area Circle

< 1 2 3 4 5 
Released: November 05, 2017  |  Added: November 15, 2017 | Visits: 2.409

BSAcalc In physiology and medicine, the Body Surface Area (BSA) is the measured or calculated surface of a human body. For many clinical purposes BSA is a better indicator of metabolic mass than body weight because it is less affected by abnormal adipose mass. Estimation of BSA is simpler than many... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 642 KB Download (317): BSAcalc Download

Released: July 01, 2009  |  Added: July 06, 2009 | Visits: 1.405

Tvalx Units Converter Tvalx Units Converter is a lightweight and reliable unit converter that deals with units of temperature, weight, length, volume and area.Free Units Converter for Windows 98, Windows ME, Windows 2000, Windows Server 2003, Windows XP and Vista. Platforms: Windows

License: Freeware Size: 1.72 MB Download (159): Tvalx Units Converter Download

Added: January 18, 2010 | Visits: 1.653

X personal web server X personal web server is a personal Web server that sits in your desktop notification area (as a tray icon). X personal web server is a (much) simpler cousin of KPF, but doesnt require kicker and uses the GTK 2 library for its minimal user interface.. Platforms: *nix

License: Freeware Size: 60.42 KB Download (123): X personal web server Download

Added: August 15, 2010 | Visits: 905

Unplugged Unplugged is a simple notification area icon to manage wireless networks. Unplugged displays a list of available wireless networks and allows selection and configuration of preferred networks. All the low level wireless network handling is performed by wpa_supplicant. Unplugged doesnt handle... Platforms: *nix

License: Freeware Size: 24.58 KB Download (109): Unplugged Download

Added: April 07, 2010 | Visits: 1.132

Statistics::Contingency Statistics::Contingency is a Perl module to calculate precision, recall, F1, accuracy, etc. SYNOPSIS use Statistics::Contingency; my $s = new Statistics::Contingency(categories => @all_categories); while (...something...) { ... $s->add_result($assigned_categories, $correct_categories);... Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Statistics::Contingency Download

Added: August 08, 2010 | Visits: 1.029

uvlan uvlan is a project consisting of a User-space Virtual Local Area Network. In other words, uvlan peers act as nodes on a network switch. Ethernet traffic is routed between peers intelligently. This allows for multiple networks to share resources and even IP address space. Some may call it a... Platforms: *nix

License: Freeware Size: 112.64 KB Download (106): uvlan Download

Added: April 17, 2010 | Visits: 1.358

Adventure Money Since I am the person who manages the money for our house, I need an efficient way to keep track of our expenses and an easy way to calculate who owes what to whom at the end of the month. There are lots of good free software utilities for managing money like GnuCash, KMyMoney and the wonderful... Platforms: *nix

License: Freeware Size: 23.55 KB Download (106): Adventure Money Download

Added: March 10, 2010 | Visits: 1.229

Geo::Spline Geo::Spline is a Perl module to calculate geographic locations between GPS fixes. SYNOPSIS use Geo::Spline; my $p0={time=>1160449100.67, #seconds lat=>39.197807, #degrees lon=>-77.263510, #degrees speed=>31.124, #m/s heading=>144.8300}; #degrees clockwise from North my... Platforms: *nix

License: Freeware Size: 20.48 KB Download (141): Geo::Spline Download

Added: August 09, 2010 | Visits: 701

PekSystray PekSystray is a system tray dockapp similar to the GNOME notification area applet. But its designed for any window manager supporting. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those... Platforms: *nix

License: Freeware Size: 70.66 KB Download (95): PekSystray Download

Added: September 14, 2010 | Visits: 924

Security::CVSS Security::CVSS is a Perl module to calculate CVSS values (Common Vulnerability Scoring System). SYNOPSIS use Security::CVSS; my $CVSS = new Security::CVSS; $CVSS->AccessVector(Local); $CVSS->AccessComplexity(High); $CVSS->Authentication(Not-Required);... Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Security::CVSS Download

Added: March 19, 2010 | Visits: 1.075

stalonetray stalonetray project is a STAnd-aLONE system tray (notification area). It only depends on Xlib at build-time and run-time. Stalonetray runs under virtually any window manager.. Get stalonetray at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and... Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): stalonetray Download

Added: February 26, 2010 | Visits: 1.108

Pytexipng Pytexipng provides a LaTeX formula converter to png images using a nice GTK gui. Pytexipng can convert a LaTeX formula into a png image file that can be used on any WYSIWYG word processor application as OpenOffice.org Writer, Abiword or KWord.. Get pytexipng at SourceForge.net. Fast, secure and... Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): Pytexipng Download

Added: November 13, 2010 | Visits: 1.352

Metroid Ultimate Sidebar Metroid Ultimate Sidebar allows you to calculate your point change in mph. Calculate your point change in mph or find out your rank and get on the front page of mphtools.com! Just add the toolbar icon to a toolbar or open the bar using alt M.. The site that gets news about video games as soon... Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Metroid Ultimate Sidebar Download

Added: August 15, 2010 | Visits: 908

Chess::Elo Chess::Elo is a Perl module to calculate Chess "Elo" ratings. SYNOPSIS use Chess::Elo qw(:all); # Alice is going to thump Bob... my ($alice_elo, $bob_elo) = (2100, 1200); # Oh no, Alice lost to Bob! my $result = 0; # 0.5 for draw, 1 for win my @new_elo_alice_bob = elo ($alice, 0,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Chess::Elo Download

Added: March 20, 2010 | Visits: 2.261

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error... Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN Download

Added: April 05, 2010 | Visits: 787

Template::Plugin::SumOf Template::Plugin::SumOf is a Perl module to calculate the sum with VMETHODS. SYNOPSIS # in your script use Template; use Template::Plugin::SumOf; my $tt = Template->new; $tt->process( template.html, { ary => [ { date => 2006-09-13, price => 300 }, { date => 2006-09-14, price => 500 }... Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Template::Plugin::SumOf Download

Added: November 23, 2010 | Visits: 1.142

taKesum taKesum project is a service menu tool to calculate sha1sum. It calculates sha1sum, shows it in a dialog and adds it klipper (if it is running).. taKesum KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development... Platforms: *nix

License: Freeware Size: 8.19 KB Download (103): taKesum Download

Added: January 25, 2010 | Visits: 513

Calculate Size CMM Calculate Size CMM calculates the total size of the selected files and folders. Platforms: Mac

License: Freeware Size: 42 KB Download (88): Calculate Size CMM Download

Added: January 25, 2010 | Visits: 610

Area Puzzles Area Puzzles is a set of math programs for students is grades 5 through 9. Students must fill a ten by ten grid with colored tiles so that the area of each tile agrees with the number inside of the tile (see screenshot). This program is good for area, factors, and logic skills. The program has... Platforms: Mac

License: Freeware Size: 482 KB Download (95): Area Puzzles Download

Added: January 25, 2010 | Visits: 709

rProphecy rProphecy uses the Spearman-Brown prophecy formula to calculate the reliability of a test if items are added or deleted. Platforms: Mac

License: Freeware Size: 2.4 MB Download (99): rProphecy Download

< 1 2 3 4 5