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

Nursing Soap Example Charting software
Filter: All | Freeware | Demo
 

Nursing Soap Example Charting

< 1 2 3 4 5 > 
Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 481

MindFusion.Charting for WebForms MindFusion.Charting.WebForms provides applications targeting the .NET platform the ability to create and display various kinds of charts. The component supports bar, pie, doughnut, scatter, bubble, line, area, radar and polar charts. Many features of MindFusion.Charting.WebForms output can be...



Platforms: Windows

License: Freeware Download (45): MindFusion.Charting for WebForms Download

Released: October 06, 2012  |  Added: October 06, 2012 | Visits: 499

TCHART Cycle Time Charting Program v TCHART is a time study tool that constructs Gantt charts. It is a computer program written in VBA (Visual Basic for Applications) and runs in Excel. It depicts the sequence of events of a repeating task. It is similar in appearance to many Gantt charting software packages that are available, but...





Platforms: Windows

License: Freeware Size: 3.81 MB Download (49): TCHART Cycle Time Charting Program v Download

Released: July 12, 2012  |  Added: July 12, 2012 | Visits: 490

Crawl-By-Example (Heritrix plugin) Crawl-By-Example runs a crawl, which classifies the processed pages by subjects and finds the best pages according to examples provided by the operator. Crawl-By-Example is a plugin to the Heritrix crawler, and was done as a part of GSoC06 program.


Platforms: Windows, Mac, Linux

License: Freeware Size: 805.46 KB Download (44): Crawl-By-Example (Heritrix plugin) Download

Released: June 02, 2012  |  Added: June 02, 2012 | Visits: 805

ECONZ Timecard A working example and libraries for the Open SOAP interface to ECONZ Wireless's Timecard application, a mobile timesheet software solution that enables employees to log time attendance and task information, remotely via their cell phone


Platforms: Windows, Mac, Linux

License: Freeware Size: 2.77 MB Download (58): ECONZ Timecard Download

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

Example-based Development of Grammars Example-based Development of Grammars (EDG) is a system implemented in Lisp for building natural language grammars andlexicons incrementally and interactively.


Platforms: Windows, Mac, Linux

License: Freeware Size: 93.91 KB Download (47): Example-based Development of Grammars Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 668

iTrade - Trading and Charting System Trading system written in Python including Quotes Management, Historical and live data, Import/Export data, Charting, Candlestick, Technical analysis, automated alerts, portfolio management, risk management, currency exchange, and much much more ...


Platforms: Windows, Mac, Linux

License: Freeware Size: 697.63 KB Download (59): iTrade - Trading and Charting System Download

Released: August 11, 2012  |  Added: August 11, 2012 | Visits: 435

JME SOAP Server SOAP-Server framework for Java Micro Edition (JME). Use this framework to run simple web services on mobile devices, e.g. PDAs. Supports SOAP 1.2 (without attachments). Runs on MIDP2.0/CLDC1.1 or CDC compatible VMs with sufficient memory.


Platforms: Windows, Mac, Linux

License: Freeware Size: 413.94 KB Download (48): JME SOAP Server Download

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

Jump from SOAP to REST with WSDL2REST A tool chain allowing quick migration from existing SOAP webservices implementation to RESTful webservices implementation by using axisting WSDL defintion together with the services impl. classes.(dev. by a group http://tech.groups.yahoo.com/group/slosc)


Platforms: Windows, Mac, Linux

License: Freeware Size: 3.36 MB Download (56): Jump from SOAP to REST with WSDL2REST Download

Released: June 01, 2012  |  Added: June 01, 2012 | Visits: 442

Maven JSF Richfaces Example An example project using Maven 2, JSF, Richfaces, Tomahawk, JPA(Hibernate), Spring, etc...


Platforms: Windows, Mac, Linux

License: Freeware Size: 35.94 MB Download (48): Maven JSF Richfaces Example Download

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

SOAP to CORBA bridging software Generic SOAP to CORBA bridging software, using the CORBA Interface repository to match the incoming SOAP request to the corresponding CORBA service, build the dynamic invocation of the CORBA service and to generate the SOAP response or possibly SOAP fault


Platforms: Windows, Mac, Linux

License: Freeware Size: 492.13 KB Download (49): SOAP to CORBA bridging software Download

Released: June 09, 2012  |  Added: June 09, 2012 | Visits: 455

SOAP ValueObjects for ADF ValueObjects Framework accelerates Service-Oriented Architecture development by providing an API and IDE plug-in for SOAP-compliant objects built on existing persistence engines. Supports Oracle Application Development Framework and JDeveloper 10g.


Platforms: Windows, Mac, Linux

License: Freeware Size: 251.5 KB Download (49): SOAP ValueObjects for ADF Download

Released: December 19, 2012  |  Added: December 19, 2012 | Visits: 520

NCLEX-RN Nursing Exam Prep Perfect for the aspiring nursing professional! With a focus on prioritization type questions, and developing subject matter expertise, Upward Mobility’s NCLEX-RN Exam Prep is a valuable tool to help you prepare for this important exam.


Platforms: Mac

License: Shareware Cost: $7.99 USD Size: 1.1 MB Download (57): NCLEX-RN Nursing Exam Prep Download

Added: May 10, 2013 | Visits: 577

if else example if else example is a basic example of an if then else control structure.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): if else example Download

Added: May 10, 2013 | Visits: 455

Simple session handling example This script is a very simple session handling example that uses plain Python CGI (tested only under Python 2.2 ). Its goal is to show how cookies are set via HTTP and how easily they can be used for session management.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Simple session handling example Download

Added: May 10, 2013 | Visits: 504

Example For winreg This script is an example of how to use the winreg module. The code had the first purpose of demonstrating the concept of a graphical shell built in Python. The shell was easily modified to make use of the Window's registry but retains traces of its original method of operation.


Platforms: Windows, Python,

License: Freeware Download (51): Example For winreg Download

Added: May 10, 2013 | Visits: 573

Auto Incrementer Example of __call__ and yield This script will automatically return the next integer. It starts with 0. This is an example of how to make a generator and how to make a callable object.


Platforms: Windows, Mac, *nix, Python, BSD Solaris


Added: May 10, 2013 | Visits: 396

SOAP-SQL SOAP-SQL generates a web service WSDL based on user-defined SQL statements with only a few lines of code. It relies on NuSOAP and PEAR MDB2 (DB abstraction layer), so it works with most any database. No PHP extensions required.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): SOAP-SQL Download

Added: May 29, 2013 | Visits: 509

MATLAB oscilloscope application - example This example demonstrates how you can use MATLAB to develop an application that both collects data from an oscilloscope and performs mathematical calculations and visualization on the data. Combining MATLAB with your oscilloscope transforms the scope into a complete test bench station for data...


Platforms: Matlab

License: Freeware Size: 491.52 KB Download (45): MATLAB oscilloscope application - example Download

Added: September 09, 2013 | Visits: 568

DotNet Web Example Guide End To End Chapter This is an end to end example of how to use Builder NE (.NET Builder) to create a full web application that utilizes data and WebFigures to display MATLAB Figurues on the Web in an interactive way.This example shows the "Magic Square" function in MATLAB where a user can specify the size of the...


Platforms: Matlab

License: Freeware Size: 20.48 KB Download (47): DotNet Web Example Guide End To End Chapter Download

Added: April 03, 2013 | Visits: 493

Computational Physics - Example No.1 This is the first example of Computational Physics, Modeling and Simulating a Physical SystemsEx1: Kepler's Laws


Platforms: Matlab

License: Freeware Size: 337.92 KB Download (41): Computational Physics - Example No.1 Download

< 1 2 3 4 5 >