Main > Free Download Search >

Free for pc software for linux

for pc

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1014
JavaPK for Desktop 2.5

JavaPK for Desktop 2.5


JavaPK for Desktop (JPKD) is a Clinical Pharmacokinetic (CPK) Services (or Therapeutic Drug Monitoring, TDM). more>>
JavaPK for Desktop (JPKD) is a Clinical Pharmacokinetic (CPK) Services (or Therapeutic Drug Monitoring, TDM).
It not only inherits all functionalities of JavaPK for Mobile Devices, but also has a built- in algorithm of users defined Bayesian model for individualized pharmacokinetic parameter estimation (UDBM) for batch input data.
Users can define their own pharmacokinetic prediction models with population PK parameters and then use the defined model to solve batch prediction data or applied the defined model to therapeutic drug monitoring (TDM).
JPKD is created for your own personal uses and testing purposes. JPKD shall be used as a guide or a decision support tool only. Medical decisions should NOT be solely based on the results of this program. Although this program has been tested thoroughly, the accuracy of the information cannot be guaranteed. Once you use JPKD, you have automatically agreed with this disclaimer.
Main features:
- Sawchuk-Zaske (aminoglycosides & vancomycin) and Bayesian method for PK parameter estimation
- 15 built-in drugs for TDM (see the below drug lists)
- functions for users defined Bayesian estimation drug models
- portable function for users defined models
- a built-in spread sheet for batch PK parameter estimation & input data manipulation
- application user-defined Bayesian model to TDM
- multiple desktop platforms (WinXP/NT, Mac OS X, Linux PC) supported
Built-in drug lists
- Amikacin
- Carbamazepine
- Cyclosporin
- Digoxin
- Enfuvirtide
- Everolimus
- Gentamicin
- Indinavir
- Lithium
- Phenytoin
- Ritonavir
- Tacrolimus
- Theophylline
- Tobramycin
- Vancomycin
<<less
Download (51.6MB)
Added: 2006-10-09 License: Freeware Price:
1112 downloads
PPort 0.6.8

PPort 0.6.8


Software that provides an interface for the computer ports. more>>
PPort is a simple yet handy automation program and its documented counterpart for interfacing a PC with external devices.

With this bundle, one can control any household appliance or electronic device with minimal hassle and practically no changes
<<less
Download (0.20MB)
Added: 2005-04-20 License: GPL (GNU General Public License) Price:
1648 downloads
Gnome Wireless PC Lock 0.2

Gnome Wireless PC Lock 0.2


Gnome Wireless PC Lock is a Gnome applet that locks your desktop when you walk away from your desk. more>>
Gnome Wireless PC Lock is a Gnome applet that locks your desktop when you walk away from your desk.

A small gnome program that locks your desktop when you walk away from your desk. It is tested with a Sitecom cn-129 Wireless PC Lock.

<<less
Download (0.011MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
1120 downloads
JSON::PC 0.01

JSON::PC 0.01


JSON::PC is a fast JSON parser and converter. more>>
JSON::PC is a fast JSON parser and converter.

SYNOPSIS

use JSON::PC;

my $json = new JSON::PC;

my $obj = $json->parse(q/{foo => [1,2,3], bar => "perl"}/);

print $json->convert($obj);

# or

$obj = JSON::PC::parse(q/{foo => [1,2,3], bar => "perl"}/);
print JSON::PC::convert($obj);

METHODS

Except new method, all methods are object method.

new()

new(%option)

This is a class method and returns new JSON::PC object.

parse($str)

parse($str, $options_ref)

takes JSON foramt string and returns perl data structure. jsonToObj is an alias.

convert($obj)

convert($obj, $options_ref)

takes perl data structure and returns JSON foramt string. objToJson is an alias.

autoconv($int)

This is an accessor to autoconv. See "AUTOCONVERT" for more info.

skipinvalid($int)

convert() does die() when it encounters any invalid data (for instance, coderefs). If skipinvalid is set with true(integer), the function convets these invalid data into JSON formats null.

execcoderef($int)

convert() does die() when it encounters any code reference. However, if execcoderef is set with true(integer), executes the coderef and uses returned value.

pretty($int)

This is an accessor to pretty. When prrety is true(integer), objToJson() returns prrety-printed string. See "PRETTY PRINTING" for more info.

indent($int)

This is an accessor to indent. See "PRETTY PRINTING" for more info.

delimiter($int)

This is an accessor to delimiter. See "PRETTY PRINTING" for more info.

unmapping($int)

This is an accessor to unmapping. See "UNMAPPING OPTION" for more info.

keysort($int)

keysort($code_ref)

This is an accessor to keysort. See "HASH KEY SORT ORDER" for more info.

convblessed($int)

This is an accessor to convblessed. See "BLESSED OBJECT" for more info.

selfconvert($int)

This is an accessor to selfconvert. See "BLESSED OBJECT" for more info.

singlequote($int)

This is an accessor to singlequote. See "CONVERT WITH SINGLE QUOTES" for more info.

barekey($int)

You can set a true(integer) to parse bare keys of objects.

quotapos($int)

You can set a true(integer) to parse any keys and values quoted by single quotations.

utf8($int)

This is an accessor to utf8. You can set a true(integer) to set UTF8 flag into strings contain utf8.

<<less
Download (0.047MB)
Added: 2007-07-21 License: Perl Artistic License Price:
829 downloads
OpenCT 0.6.12

OpenCT 0.6.12


OpenCT implements drivers for several smart card readers. more>>
OpenCT implements drivers for several smart card readers. OpenCT comes as driver in ifdhandler format for PC/SC-Lite, as CT-API driver, or as a small and lean middleware, so applications can use it with minimal overhead. OpenCT also has a primitive mechanism to export smart card readers to remote machines via tcp/ip.
OpenCT was written by an international team and is licensed as Open Source software under the LGPL license. For a list of all authors and contributers as well as detailed license information see AuthorsAndCredits.
Tested:
- generic USB CCID driver
- Towitoko readers and compatibles
- Schlumberger/Axalto e-gate tokens
- Aladdin eToken PRO
- Rainbow iKey 3000
- PertoSmart USB and Serial (ACS AC-1030)
- PertoSmart EMV and ACS ACR38U
- Smartmouse/Phoenix driver
- WB Electronics Infinity USB Unlimited
Not well tested:
- OMNIKEY CardMan
- Eutron "CryptoIdentity" ITSEC-I/P
- Gemplus Readers
- Rainbow iKey 2032
- Kobil Kaan Professional and Telesec B1
- Cherry Smartboard
Enhancements:
- Alternative udev rules based on MODALIAS were added.
- Wiki export was updated.
- Lots of functions were made static.
- Variables that clashed with function names (such as index) were changed.
- The DragonFly BSD build was fixed.
- Small delays were added to the smph driver.
- A pcsclite compilation issue was fixed.
- ccid was added as a fall-back driver if no other is found.
- More drivers were added to etc/ files.
- Lots of warnings and issues found by sparse were fixed.
- Contactless reader support was added (librfid).
- The cm4000/cm4040 drivers were fixed.
<<less
Download (0.65MB)
Added: 2007-07-17 License: LGPL (GNU Lesser General Public License) Price:
838 downloads
Flash for Linux 0.2.1

Flash for Linux 0.2.1


Flash for Linux is a SWF editor for Linux. more>>
Flash for Linux project is a development environment for Macromedia Flash, a format widely used for web applications and vector animation.
F4L is in such early stages of design that it is not recommended for use by people without knowlege of C++, QT, Ming, etc.
F4L is a clone, or imitation, of a Macromedia, Inc. product called Flash. The most current version of Flash is MX 2004. Flash is designed to help people make programs that can be used on any computer and that can be distributed over the Internet.
Flash can even be easily included in a web page. Most browsers include a plug-in that allows users to view Flash content in web pages. If you do not have this plug-in, you may wish to visit http://www.macromedia.com/downloads/ to get it for Mozilla (or compatible), Opera, Internet Explorer, AOL, OS X, OS 9, Pocket PC, OS/2, Irix, Solaris, or HP-UX for free.
Flash offers easy development of professional applications. Flash development is based mostly on a Graphical User Interface (GUI). Through the GUI, a developer can draw their application on the screen. Drawings can be converted to animations, buttons, and other features with the development environments menus and dialog boxes.
Competing methods of development, such as C++, Java or JavaScript, require technical knowledge of a special programming language and mathematics. A Flash applications GUI features are extremely limited compared to a programming language based project. To compensate for this weakness, Macromedia added Action Scripts to Flash.
Action Scripts are a sort of programming language, but there are only a few commands to learn, and they are selected off a menu. Action Scripting is equivalent to programming a graphing calculator with BASIC; it should not take you more than a few days to learn, if you have the patience to read boring instructions.
While Flash can be developed with very few Action Scripts, the scripts add to the interactivity of the application. Most web sites using Flash do not use Action Scripts intensively, with the exception of games. Flash can also work with JavaScript.
Enhancements:
- The program can now export simple objects like images, lines, rectangles, ovals (ellipses), and text.
- The "locate" command is used to find the TrueType font files needed for text.
<<less
Download (1.4MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1439 downloads
Frankie Linux 5

Frankie Linux 5


Frankie Linux is a bootable CD containing the Linux desktop operating system for PC. more>>
Frankie Linux is a bootable CD containing the Linux desktop operating system for PC. Frankie Linux runs Linux directly from the CD without installing.

All your available partitions and data storage devices (CD-ROM, USB storage devices, etc.) should be recognized at boot and should be mounted to /mnt/**.

Lots of useful applications are included.And you can also copy the CD to a FAT32 partition, and run it on your hard disk by launching a ms-dos program called loadlin.

A Live-CD is a completely operational Linux system contained on one bootable CD that can de run from any CD-ROM drive, without requering the installation of anything on your hard drive. When you want to return to your previous operating system, reboot and simply remove the CD from your drive. If you want to run Frankie Linux on your harddisk, just copy to a FAT32 Partition.

Frankie Linux is a distro base on Slackware , and it contains almost all usefull software for running full-fledged desktop, including Xwindow graphics user interface and lots of useful applications.

Frankie Linux can also be installed (manually) to a ext2/ext3/Reiserfs partition like other distributions, but you have to configure boot loader manually.
<<less
Download (578.1MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1216 downloads
Fruit Land 1.13

Fruit Land 1.13


Fruit Land is a nice and simple puzzle game. more>>
Fruit Land is the first PC-game that has been produced by MesSoft and you can get it for free! The game was programmed in C using DJGPP, RHIDE and Allegro. The first version of the game appeared in 1998 on the MSX, an old 8-bit home-computer and was fully coded in assembly language.

The graphics were done by Patrick Smeets and Jorrith Schaap composed the music. The game was published by STUFF, a group that produces the diskmagazine FutureDisk, which means at least 250 people have the game.

The PC-version of Fruit Land is not a straight conversion of the MSX-version, only the graphics and the level-data were ripped out of it. The game totally been reprogrammed in C without looking at the original Z80 Assembly source (which wasnt possible because I lost the source of the game) and it only took me less than 2 weeks to complete the game.

The only things that are missing in the PC-version are the musics and the sound-effects. Maybe Ill release a second version if someones kind enough to send me some midi-songs and samples...

Some technical information about the game. The game uses MODE-X with a resolution of 256*224. Thats pretty weird (at least for PC), but since the first version of game was done on an MSX (which has a resolution of 256*212) this was the easiest way to do it. Offcourse I could scale all images, but then the images become very ugly.

Anyway, I was very happy when I saw that resolution in the Allegro-documention because it made things easier for me. The graphics were ripped from the MSX-version, the only tricky thing about it was that I had to hack the game to get the right palette (I lost the original source code...).
<<less
Download (0.26MB)
Added: 2005-08-11 License: GPL (GNU General Public License) Price:
1537 downloads
zr364xx for Linux 0.70

zr364xx for Linux 0.70


zr364xx for Linux attempts to bring support under Linux for the Aiptek PocketDV 3300 in webcam mode. more>>
zr364xx for Linux attempts to bring support under Linux for the Aiptek PocketDV 3300 in webcam mode (also known as "Maxell Maxcam PRO DV3").
All the code is still under developpement...
If you just want to get on your PC the pictures and movies on the camera, you need to use the usb-storage module.
Maybe this code can work for other JPEG/USB cams based on the Coach chips from Zoran? Possible chipsets are : ZR36430 (ZR36430BGC) and maybe ZR36431, ZR36440, ZR36442...
You can try the experience changing the vendor/product ID values (look at the source code).
You can get these values by looking at /var/log/messages when you plug your camera, or by typing : cat /proc/bus/usb/devices.
Enhancements:
- /! switch to V4L2 API : driver is now only compatible with V4L2 and 2.6.x kernels /!
- /! for compatibility with older kernels, please use old versions (not maintained) /!
- fix compatiblity for 2.6.18 kernel and greater
- removed JPEG decoder since it is not needed anymore
- removed gadget options (osd, software brightness/contrast)
- added some delay during open/close sequences to avoid webcam hardware crash
- enabled 640x480 mode for webcams using method 2
- code cleanup (driver is really smaller than before)
<<less
Download (0.015MB)
Added: 2006-10-10 License: GPL (GNU General Public License) Price:
651 downloads
ComicReader 0.4

ComicReader 0.4


ComicReader is an advanced software program which can download daily comics to your pc. more>>
ComicReader is an advanced software program which can download daily comics to your pc.

The ComicReader is a program to read daily comics like Garfield, Dilbert, Userfriendly and lots of other daily comics. The comicreader has unique features like autodownloading the comics, central managed comic definitions and the option to email comics.

The current version of ComicReader is 0.1, which contains many bugs and is missing a lot of features. I urge, however, to check it out and let me know what you think of it.

<<less
Download (3.1MB)
Added: 2006-04-23 License: GPL (GNU General Public License) Price:
1393 downloads
FuICQ 0.2

FuICQ 0.2


FuICQ able that any user in any equipment connected to the internet (wap celular, any pc...) may access your icq via web. more>>
FuICQ able that any user in any equipment connected to the internet (wap celular, any pc...) may access your icq via web. This is a little aplication that made one year ago. FuICQ able that any user in any equipment connected to the internet (wap celular, any pc...) may access your icq via web. It is a aplication in C and a interface in PHP to be used in websites.
<<less
Download (0.17MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1222 downloads
PCE 0.1.7

PCE 0.1.7


PCE is an IBM PC 5150 hardware emulator. more>>
PCE is an IBM PC 5150 hardware emulator. PCE emulates most of the hardware of an IBM PC 5150.
The emulation is complete enough to boot DOS and run most DOS applications.
Emulated parts:
CPU A complete 8086/80186 emulator. Switching between 8086 and 80186 can be done at runtime. Switching between x86 and x88 can be done at compile time.
BIOS The included BIOS is a partially disassembled, slightly hacked IBM BIOS dated 1982-10-27.
8237 DMAC Supported
8250 UART Supported
8253 PIT Only counting modes 0, 2 and 3 are supported at this time
8255 PPI Supported
8259 PIC Supported
MDA Supported
CGA Supported
HGC Supported
EGA Supported. No user defined fonts. Requires a custom bios (included).
EMS Supported, with custom DOS driver
XMS Supported, with custom DOS driver
Disks Only supported through INT 13h at the moment.
Mouse A Microsoft serial mouse is emulated.
Parallel Port Partially supported. Output is written to a file.
Serial Port Partially supported. Output is written to a file.
Enhancements:
- A lot of small bugfixes and minor feature enhancements were integrated.
<<less
Download (0.66MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1193 downloads
Bomb 1.26

Bomb 1.26


Bomb is a visual-musical instrument. more>>
Bomb is a visual-musical instrument. It uses alife, and is alife. It runs on your PC and produces animated organic graphics in response to the keyboard, audio music, or on its own. You can download it from this web site, and run it on your PC.
I encourage you to make your own "music" to work with Bomb, or just use it as a screensaver. I am always thrilled to hear about what people do with it, so please keep me informed if you make something of it. Collaboration is also a possibility. Mail me, or talk to other users in the discussion forum.
Enhancements:
- automatically failover from ESD to nosound.
- add quicktime output (on control-v).
<<less
Download (2.8MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1179 downloads
Express Scribe for Linux -

Express Scribe for Linux -


Express Scribe is a professional audio player software for Linux. more>> Express Scribe is a professional audio player software for PC, Mac or Linux designed to assist the transcription of audio recordings. It is installed on the typists computer and can be controlled using a transcription foot pedal or using the keyboard (with hot keys). This computer transcriber application also offers valuable features for typists including variable speed playback, multi-channel control, file management and more. This program is free.
The full features list of Express Scribe transcription playback software follows but a quick way to test is to simply download and install it. You dont need to purchase anything and it only takes a couple of minutes to complete downloading and installation.
Features
Variable speed playback (constant pitch).
Supports many professional foot pedals which connect to the game, serial or USB port to control playback. More info...
Uses hot keys to control playback when using other software (eg. Word).
Ability to dock both analog and digital portable recorders to load recordings.
Works with Microsoft Word and all major word-processor applications.
Automatically receives and loads files by internet (FTP), email or over a local computer network.
Automatically sends typing to the person who dictated the work.
Works with speech recognition software such as Dragon Naturally Speaking to automatically convert speech to text.
Loads CD audio directly - listen as it loads in the background.
Integrate with dictation management systems using the Express Scribe SDK.
Works with FastFox typing utility to turn difficult medical/legal phrases and common terms into mere shortcuts from your keyboard.
Express Scribe is free.
Note:
There are two options for running Express Scribe on the Linux operating system.
Option 1: Native Linux Exe
Option 2: WINE Install
You can choose them between the download link 1 and download link 2.
<<less
Download (NA)
Added: 2009-03-31 License: Freeware Price: Free
208 downloads
VectorLinux 5.8 STD LiveCD

VectorLinux 5.8 STD LiveCD


Vector Linux is a small, fast, Intel based Linux operating system for PC style computers. more>>
Vector Linux is a fast, small, Intel based Linux operating system for PC style computers. The creators of Vector Linux had a single credo: keep it simple, keep it small and let the end user decide what their operating system is going to be. What has evolved from this concept is perhaps the best little Linux operating system available anywhere.
For the casual computer user you have a lightening fast desktop with graphical programs to handle your daily activities from web surfing, sending and receiving email, chatting on ICQ or IRC to running an ftp server. The power user will be pleased because all the tools are there to compile their own programs, use the system as a server or perhaps the gateway for their home or office computer network.
Administrators will be equally as pleased because the small size and memory requirements of the operating system can be deployed on older machines maybe long forgotten.
Well here it is. we couldnt let the soho people have all the fun could we? This live-cd represents as close as possible VectorLinux 5.1 standard. It comes with kernel 2.6.15.3 udev-085 ndiswrapper 1.9, and everything else from standard, like icewm, fluxbox, and xfce4.
Please download and help us find some bugs to squash
We would like to thank all the developers, testers, The VectorLinux community, and the developer of linux-live scripts from www.linux-live.org.
Enhancements:
- The VectorLinux team is proud to announce the release of VectorLinux 5.8 Live CD and the first SOHO 5.8 alpha live CD and DVD. This is the final release for 5.8 standard GOLD live. The hard drive installer that has been problematic is fixed and should work well. The SOHO 5.8 alpha live comes in either CD or DVD editions. The DVD edition includes all that is in the SOHO 5.8 install release plus 62 additional language packs for KDE. The CD version has lost some functionality due to size constraints. The development tool chain and OpenOffice.org were removed.
<<less
Download (684MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
881 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5