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

Hepatic Function Panel software
Filter: All | Freeware | Demo
 

Hepatic Function Panel

< 1 2 3 4 5 > 
Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 708

Function Plot 2D Function Plot 2D is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll Platforms: Windows

License: Freeware Download (443): Function Plot 2D Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 754

Function Plot 2D with Sections Function Plot 2D with Sections is a small, simple, Java based application specially designed to help you create function plots. Function Plot 2D lets you create a 2D plot, all you need to do is give an input function. for WindowsAll Platforms: Windows

License: Freeware Download (449): Function Plot 2D with Sections Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 661

Loadcalc 2008 Panel Schedule Trial Loadcalc 2008 performs panel schedules and service and feeder load calculations for commercial occupancies and single family dwellings. It also prints panelboard directories in two sizes (4x6 inch and 6x8 inch) for inside the panelboard doors or covers. The 2008 National Electrical Code is fully... Platforms: Windows

License: Shareware Cost: $129.95 USD Size: 706.56 KB Download (53): Loadcalc 2008 Panel Schedule Trial Download

Released: July 16, 2012  |  Added: July 16, 2012 | Visits: 797

NH's Function Point Analyzer With NH's Function Point Analyzer it is easy to get a quick and clear documentation of function point countings according to IFPUG (International Function Point Users Group) standard 4.2. While counting, you will record functions and databases in NH's Function Point Analyzer and the function... Platforms: Windows

License: Freeware Size: 778.24 KB Download (51): NH's Function Point Analyzer Download

Released: January 22, 2013  |  Added: January 22, 2013 | Visits: 1.268

iCloud Control Panel The iCloud Control Panel is required to use Photo Stream, Contacts and Calendars (Microsoft Outlook 2007 or later required). iCloud stores your music, photos, documents, and more and wirelessly pushes them to all your devices. iCloud is seamlessly integrated into your apps, so you can access... Platforms: Windows

License: Freeware Size: 39.8 MB Download (538): iCloud Control Panel Download

Released: January 25, 2013  |  Added: January 25, 2013 | Visits: 500

Webuzo for Seo Panel Seo Panel A complete open source seo control panel for managing search engine optimization of your websites. Seo Panel is a seo tool kit includes latest hot seo tools to increase and track the performace of your websites. Any one can easily develop and install required plugins for their seo panel. Platforms: Windows, Unix, Linux

License: Shareware Cost: $25.00 USD Size: 245.63 MB Download (45): Webuzo for Seo Panel Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 524

Windows Access Panel Windows Access Panel v 1.0 is meant to minimize your trouble in accessing such programs. It has been tested on Windows 7 & Windows Vista. It can simply be downloaded and used as a portable application. Place it in your Programs Files and Pin its shortcut to your Start menu and you are all set to... Platforms: Windows

License: Freeware Size: 461 KB Download (401): Windows Access Panel Download

Released: January 15, 2013  |  Added: March 07, 2013 | Visits: 1.169

PHP Admin Panel This Admin Panel was created for developers that know what a database is and have a database structure or will create one for their future application or website. The most important thing to understand is that this panel will help you manage your database and files in the easiest way, having lots... Platforms: Windows, *nix

License: Shareware Cost: $50.00 USD Size: 7.19 MB Download (61): PHP Admin Panel Download

Added: May 10, 2013 | Visits: 732

getFileName Function Given a file path either physical or virtual with this function you can obtain the file name or the file directory. Platforms: Windows, ASP.NET,

License: Freeware Download (58): getFileName Function Download

Added: May 10, 2013 | Visits: 443

Welcome Message Panel This mod gives you in the admin section a panel to control a welcome message on registration. You can disable it with the admin panel and type the message send by the mod. Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (56): Welcome Message Panel Download

Added: May 10, 2013 | Visits: 640

Associating parameters with a function In functional programming, currying is a way to bind arguments with a function and wait for the rest of the arguments to show up later. You "curry in" the first few parameters to a function, giving you a function that takes subsequent parameters as input and calls the original with all of those... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Associating parameters with a function Download

Added: May 10, 2013 | Visits: 789

Obtaining the name of a function/method This scripts shows you how to obtain the name of a method or a function from within the running method/function. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Obtaining the name of a function/method Download

Added: May 10, 2013 | Visits: 576

Finding the value passed to a function by name Sometimes inside a decorator that creates a function with a generic (*args, **kwargs) signature, you want to access a value passed for a particular parameter name to a wrapped function, but don't know whether that value will be passed as a positional or keyword argument, or whether the wrapped... Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 476

Extract a inner function from a class This function can extract a inner function from a class or a function. It may be useful when writing a unit test code. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Extract a inner function from a class Download

Added: May 10, 2013 | Visits: 489

Function emulation using __call__ This script defines a simple but useful class that emulates a function to gracefully permit latent assignment. In other words, you can use the emulating class as a valid function in assignments with the ability to later associate a function to perform the actual operations. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Function emulation using __call__ Download

Added: May 10, 2013 | Visits: 711

Call a function/method X times per second This simple generator function is used to call a function X times per second. Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Call a function/method X times per second Download

Added: May 10, 2013 | Visits: 883

A recursive function to get permutation of a list A recursive function to get permutation of a list script allows you to make permutation on a list of objects. The script does not work on repeated items in the list. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 443

Function composition This script contains two classes that show two styles of function composition. The difference is only when the second function (g) returns a tuple. compose function passes the results of g as a tuple, mcompose treats it as a tuple of args to pass along. Note that extra args provided to... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (54): Function composition Download

Added: May 10, 2013 | Visits: 640

Extended great common divisor function This script contains a function that finds out the gcd(a,b)(great common divisor of a and b) as a linear conbination of a anb b, ax by=gcd(a,b). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Extended great common divisor function Download

Added: May 10, 2013 | Visits: 813

Road Advertisement Panel Control Road Advertisement Panel Control is a web-based system to record, and manage advertisement panels in the roads. Cross-platform application written in PHP. It uses a GIS component based on mapserver to visualize the advertisement panel locations. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (81): Road Advertisement Panel Control Download

< 1 2 3 4 5 >