what is multiple myeloma
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2547
Multiple Time Sheets 4
Multiple Time Sheets is a simple tool to help you keep track of how many hours you work and for whom. more>>
Multiple Time Sheets is a simple tool to help you keep track of how many hours you work and for whom.
It differs from most time-tracking software because its designed to work like paper that magically totals up hours.
Main features:
- Uses text files, requiring no database.
- Supports only one user per app, for simpler code.
- Sends and tracks invoices, and payments thereof.
- Features a rudimentary to-do list that displays your list as an outline.
- Sends you a backup of your data automatically.
- Assume the user prefers free-form data entry in text files rather than typing into forms.
- Uses the htmlMimeMail.php class by Richard Heye (phpguru.org).
- CSV and OPML exports of some data.
- Automatic hyperlinking from MTS to your favorite web-based software.
Enhancements:
- This release added a feature that replaces text patterns with links so that strings like "Bug 10" can link to a bug tracking application.
- CSV export was added for the timesheet along with OPML export for the to-do list.
<<lessIt differs from most time-tracking software because its designed to work like paper that magically totals up hours.
Main features:
- Uses text files, requiring no database.
- Supports only one user per app, for simpler code.
- Sends and tracks invoices, and payments thereof.
- Features a rudimentary to-do list that displays your list as an outline.
- Sends you a backup of your data automatically.
- Assume the user prefers free-form data entry in text files rather than typing into forms.
- Uses the htmlMimeMail.php class by Richard Heye (phpguru.org).
- CSV and OPML exports of some data.
- Automatic hyperlinking from MTS to your favorite web-based software.
Enhancements:
- This release added a feature that replaces text patterns with links so that strings like "Bug 10" can link to a bug tracking application.
- CSV export was added for the timesheet along with OPML export for the to-do list.
Download (0.039MB)
Added: 2006-01-31 License: Public Domain Price:
1364 downloads
PSPL Multi Select Box 1.0.1
PSPL Multi Select Box is an enhanced implementation of the HTML form input element for selecting multiple items from a list. more>>
PSPL Multi Select Box is an enhanced implementation of the HTML form input element for selecting multiple items from a list.
Users can select multiple choices without having to press the ALT button like a normal "select multiple" box. It is easy to customize, and you can easily modify the visual style of PSPL Multi Select Box to match your Web site design or theme.
The project is also compliant to W3C standards, and has been tested with most recent browsers. Unlike normal "select multiple" boxes, PSPL Multi Select Box follows the layer design in IE.
<<lessUsers can select multiple choices without having to press the ALT button like a normal "select multiple" box. It is easy to customize, and you can easily modify the visual style of PSPL Multi Select Box to match your Web site design or theme.
The project is also compliant to W3C standards, and has been tested with most recent browsers. Unlike normal "select multiple" boxes, PSPL Multi Select Box follows the layer design in IE.
Download (MB)
Added: 2007-02-09 License: Free To Use But Restricted Price:
987 downloads
Scalar::MultiValue 0.03
Scalar::MultiValue is a Perl module to create a SCALAR with multiple values. more>>
Scalar::MultiValue is a Perl module to create a SCALAR with multiple values.
This module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period.
USAGE:
With a period of 2:
my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ;
for(0..8) {
print "$sn" ;
}
Output:
a
a
b
b
c
c
d
d
With randomic values:
my $s = new Scalar::MultiValue( [qw(a b c d)] , * ) ;
for(0..8) {
print "$sn" ;
}
Output:
c
d
c
b
a
d
c
c
<<lessThis module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period.
USAGE:
With a period of 2:
my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ;
for(0..8) {
print "$sn" ;
}
Output:
a
a
b
b
c
c
d
d
With randomic values:
my $s = new Scalar::MultiValue( [qw(a b c d)] , * ) ;
for(0..8) {
print "$sn" ;
}
Output:
c
d
c
b
a
d
c
c
Download (0.003MB)
Added: 2007-07-06 License: Perl Artistic License Price:
841 downloads
MultiRecode 2.0
MultiRecode is a user interface for util recode to recode WWW from one coding to the other coding. more>>
MultiRecode is a user interface for util recode to recode WWW from one coding to the other coding.
It dont change metatag in files. This UI works with list of files for multiple recoding. You need recode in your PC installed.
<<lessIt dont change metatag in files. This UI works with list of files for multiple recoding. You need recode in your PC installed.
Download (0.061MB)
Added: 2006-07-25 License: Freeware Price:
1186 downloads

Multiple Tab Handler 0.4.2009072001
Multiple Tab Handler is an excellent and very useful program which provides features to handle multiple tabs at once, for example, close them, reload them, and so on. more>>
Multiple Tab Handler 0.4.2009072001 is an excellent and very useful program which provides features to handle multiple tabs at once, for example, close them, reload them, and so on. When you press the mouse button and drag over tabs, they are selected. After you release the button, the popup to choose command will be shown. Of course, you can toggle selection by Ctrl-click on each tab and call features from the context menu. The behavior looks like Excel.
This includes "Duplicate Tab", "Close All Tabs", "Close Left Tabs", "Close Right Tabs", "Copy URL" and "Close Similar Tabs" features. This is developed under a project to restructure TBE for Firefox 2.
Major Features:
- Select tabs, and choose a command. This is the simple usecase. If you want tabs to be rearranged, please drag the favicon of tabs.
- If you don't like the behavior of tabs, you can change it. "Move tab (Firefox default)", "select tab (Multiple Tab Handler default)" or "switch tab (iRider compatible)" is available.
- You can select/unselect tabs by ctrl-click or shift-click, like as cells of Excel.
- Selecting of closeboxes can close tabs directly. (iRider compatibility)
- This includes "Close Left Tabs" and "Close Right Tabs" features. You can use them from the context menu of tabs.
- With version 0.4 or later, you can add custom formats for the feature "copy URIs of selected tabs".
Enhancements: Improved: Formats of copied texts becomes customizable.
Added: 2009-07-23 License: MPL Price: FREE
1 downloads
Multiple-Precision Floating-Point Library 2.2.0
The MPFR library is a C library for multiple-precision floating-point computations with exact rounding. more>>
The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library.
The main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa).
MPFR is free. It is distributed under the GNU Lesser General Public License (GNU Lesser GPL). The library has been registered in France by the Agence de Protection des Programmes under the number IDDN FR 001 120020 00 R P 2000 000 10800, on 15 March 2000.
This license guarantees your freedom to share and change MPFR, to make sure MPFR is free for all its users. Unlike the ordinary General Public License, the Lesser GPL enables developers of non-free programs to use MPFR in their programs. If you have written a new function for MPFR or improved an existing one, please share your work!
<<lessThe main goal of MPFR is to provide a library for multiple-precision floating-point computation which is both efficient and has a well-defined semantics. It copies the good ideas from the ANSI/IEEE-754 standard for double-precision floating-point arithmetic (53-bit mantissa).
MPFR is free. It is distributed under the GNU Lesser General Public License (GNU Lesser GPL). The library has been registered in France by the Agence de Protection des Programmes under the number IDDN FR 001 120020 00 R P 2000 000 10800, on 15 March 2000.
This license guarantees your freedom to share and change MPFR, to make sure MPFR is free for all its users. Unlike the ordinary General Public License, the Lesser GPL enables developers of non-free programs to use MPFR in their programs. If you have written a new function for MPFR or improved an existing one, please share your work!
Download (0.92MB)
Added: 2005-10-12 License: LGPL (GNU Lesser General Public License) Price:
1473 downloads
Waimea 0.4.0
Waimea is a fast and highly customizable virtual multiple desktop window manager. more>>
Waimea is a fast and highly customizable virtual multiple desktop window manager. It supports advanced features like transparent textures and Xft fonts.
<<less Download (0.23MB)
Added: 2005-08-12 License: GPL (GNU General Public License) Price:
1537 downloads
Multistat 0.1
Multistat is designed to be a flexible log file parser for multiple game servers. more>>
Multistat is designed to be a flexible log file parser for multiple game servers.
Designed with an extensible plugin interface, it is able to process statistics for any game and output them in any format simply by the use of custom modules.
Currently modules for Halflife, Counterstrike Source, Unreal Tournament 2004, Call of Duty 1, Unreal Tournament, and HTML output are included.
<<lessDesigned with an extensible plugin interface, it is able to process statistics for any game and output them in any format simply by the use of custom modules.
Currently modules for Halflife, Counterstrike Source, Unreal Tournament 2004, Call of Duty 1, Unreal Tournament, and HTML output are included.
Download (0.20MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
Zile is Lossy Emacs 2.2.41
Zile is Lossy Emacs is an Emacs clone. more>>
Zile project is a small Emacs clone. Zile is a customizable, self-documenting real-time open-source display editor. Zile was written to be as similar as possible to Emacs; every Emacs user should feel at home.
Main features:
Small
- It is very useful for small footprint installations (like on floppy disk) or quick editing sessions. A typical binary is about 100Kb.
8-bit clean
- Zile can operate with binary files.
Looks like Emacs
- Most Zile key sequences and function names are identical to Emacs ones.
Multi buffer editing with multi level undo
- The number of files and undo operations that Zile can handle is limited only by memory.
Multi window
- Zile can display multiple windows on the screen.
Killing, yanking and registers
- The standard killing, yanking and register features of Emacs are available under Zile.
Minibuffer completion
- Zile can complete commands and filenames in the minibuffer.
Auto fill (word wrap)
- Zile automatically breaks the lines when they become too wide (if the Auto Fill Mode is enabled).
Enhancements:
- This release stops long file names from causing problems with the modeline.
<<lessMain features:
Small
- It is very useful for small footprint installations (like on floppy disk) or quick editing sessions. A typical binary is about 100Kb.
8-bit clean
- Zile can operate with binary files.
Looks like Emacs
- Most Zile key sequences and function names are identical to Emacs ones.
Multi buffer editing with multi level undo
- The number of files and undo operations that Zile can handle is limited only by memory.
Multi window
- Zile can display multiple windows on the screen.
Killing, yanking and registers
- The standard killing, yanking and register features of Emacs are available under Zile.
Minibuffer completion
- Zile can complete commands and filenames in the minibuffer.
Auto fill (word wrap)
- Zile automatically breaks the lines when they become too wide (if the Auto Fill Mode is enabled).
Enhancements:
- This release stops long file names from causing problems with the modeline.
Download (0.34MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
807 downloads
Ultrize TimeSheet 20051230
Ultrize TimeSheet is a Web based time card to keep track of all time spent on multiple clients and projects. more>>
Ultrize TimeSheet is a Web based time card to keep track of all time spent on multiple clients and projects.
Ultrize TimeSheet project can keep track of multiple clients with multiple rate quotes with multiple projects easily, intuitively, and simply.
I realized a while ago, that I was having a hard time keeping all my clients organized; multiple clients with multiple rate quotes with multiple projects all in order on a sheet of paper, billing and accouning was starting to become a nightmare. So I did what any proper Interneteer would do .. I created a simple easy to use web based solution for my paper mess.
The initial version was comprised of about 4 hours worth of work, and was by no means feature rich -- I made it to be easy to use, and easy to understand. Now it is full of excellent features that will help anybody who is looking for a great way to keep track of time and billing for multiple clients. I think you will find it is very useful at giving you a valid concept of how much money you are making with each client you service, and how much time you are spending on your projects.
Main features:
- GPL Licensing
- Unlimited number of Clients
- Unlimited number of Jobs
- Unlimited number of Tasks
- Unlimited number of Notes per Job
- Classes extendible via object oriented programming
- Written with Smarty Templates and PHP 4.3+ with MySQL
<<lessUltrize TimeSheet project can keep track of multiple clients with multiple rate quotes with multiple projects easily, intuitively, and simply.
I realized a while ago, that I was having a hard time keeping all my clients organized; multiple clients with multiple rate quotes with multiple projects all in order on a sheet of paper, billing and accouning was starting to become a nightmare. So I did what any proper Interneteer would do .. I created a simple easy to use web based solution for my paper mess.
The initial version was comprised of about 4 hours worth of work, and was by no means feature rich -- I made it to be easy to use, and easy to understand. Now it is full of excellent features that will help anybody who is looking for a great way to keep track of time and billing for multiple clients. I think you will find it is very useful at giving you a valid concept of how much money you are making with each client you service, and how much time you are spending on your projects.
Main features:
- GPL Licensing
- Unlimited number of Clients
- Unlimited number of Jobs
- Unlimited number of Tasks
- Unlimited number of Notes per Job
- Classes extendible via object oriented programming
- Written with Smarty Templates and PHP 4.3+ with MySQL
Download (0.33MB)
Added: 2005-12-31 License: LGPL (GNU Lesser General Public License) Price:
1397 downloads
FireMule 0.4.1
FireMule is a Firefox extension that allows you to add multiple downloads to eMule/eDonkey2000. more>>
FireMule is a Firefox extension that allows you to add multiple downloads to eMule/eDonkey2000.
It is able to add all of the ed2k:// links from a page or add only selected ed2k:// links.
<<lessIt is able to add all of the ed2k:// links from a page or add only selected ed2k:// links.
Download (0.015MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
1823 downloads
ACT-RBOT + MRS 1.0 (Documentation)
ACT-RBOT + MRS project is a cognitive agent-based social simulation toolkit. more>>
ACT-RBOT + MRS is a cognitive agent-based social simulation toolkit (RBOT+MRS) and production system based on ACT-R for modelling single actor cognitive experiments (RBOT) and multiple actors in a simulated (semiotic) world (RBOT + MRS).
<<less Download (MB)
Added: 2006-11-23 License: GPL (GNU General Public License) Price:
1066 downloads
SimplePBX 0.0.3
SimplePBX is a configuration/dial plan manager for Asterisk. more>>
SimplePBX is a configuration/dial plan manager for Asterisk. Supports multiple trunks and call groups. This is a Multi-Tenant system requiring very little configuration to have a fully working PBX system. Complete GPL source code.
<<less Download (0.051MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
949 downloads
mod_auth_ip 1.0
auth_ip Apache module provide user authentication by client IP address. more>>
auth_ip Apache module provide user authentication by client IP address.
The AuthenticateIP directive allow some addresses to override authentication. Address/network is a (possibly multiple) network specification, and username is the username assumed if client address match network specification.
<<lessThe AuthenticateIP directive allow some addresses to override authentication. Address/network is a (possibly multiple) network specification, and username is the username assumed if client address match network specification.
Download (0.012MB)
Added: 2006-04-04 License: The Apache License Price:
1298 downloads
Easy Hosting Control Panel 0.21
Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. more>>
Easy Hosting Control Panel is designed for hosting multiple domains on a single machine. It uses LAMP (Linux/Apache/MySQL/PHP).
Easy Hosting Control Panel aims to be easy to install and use, simple, and functional.
Enhancements:
- The installer was improved.
- Known bugs were fixed.
<<lessEasy Hosting Control Panel aims to be easy to install and use, simple, and functional.
Enhancements:
- The installer was improved.
- Known bugs were fixed.
Download (0.49MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
881 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above what is multiple myeloma search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed