Main > Free Download Search >

Free 4.00 prescriptions at wal mart software for linux

4.00 prescriptions at wal mart

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 19
Nations at War Linux Server 4.0

Nations at War Linux Server 4.0


Nations at War a Battlefield 2 tournament mod. more>>
Nations at War a Battlefield 2 tournament mod, Presently it DOES NOT SUPPORT SINGLE PLAYER. Nations at War is being built upon the roots of a large group of friends, some of which have played together for over a year.

Nations at War is a military based gaming community that follows the rank and unit structure based off of real life armies and units. We practice hard during the week developing teamwork and skills that translate into an excellent gaming experience on the long Saturday battles that occur every week on a pre-selected map.

Our community has a large amount of tournament experience, and expects and demands nothing but excellence on the battlefield and exceptional sportsmanship and comradery off of it. Nations at War is at its heart a large community of friends who put a premium on teamwork, respect and fairness. This is after all a game and something meant to be enjoyed by all, where one comes to make friends and have fun.
<<less
Download (MB)
Added: 2006-12-15 License: Freeware Price:
1048 downloads
RPL/2 4.00.prerelease.0

RPL/2 4.00.prerelease.0


RPL/2 is a programming language for computations. more>>
RPL/2 is a special language, and could be the strange child of forbidden love between Lisp and Forth. The reversed polish notation and the definitional working come from Forth, only keeping an anonymous stack; the control structures come from Lisp. What a brilliant genealogy !
This language has very weak typing, if any typing at all. The variables are declared on-the-fly at their first use, and the type of the data to store at that time is used. So the same variable X might contain a complex matrix and a few moments later, a string.In fact, using variables is not very common, because everything can be done directly with objects present in the stack.
The five hundred and twenty-five thousand lines of code (!) can be cleanly compiled. The language is fully usable (I do so every day); RPL/2 scripts can be run, and external compiled routines might be called. The interface with the outer world is a C interface.
The usable and working data types are as follows:
- Binary integers (64 bits);
- Signed integers (64 bits);
- Real numbers (64 bits);
- Complex numbers (2*64 bits);
- Strings (any length);
- Lists;
- Complex,real or integer vectors;
- Complex,real or integer matrices;
- Names;
- Algebraic expressions;
- Expressions stated in reverse polish notation.
At the time of this writing, built-in definitions are:
- The whole set of stack management operations;
- The functions related to local and global variables,as well as sub-definitions jumping;
- Defined and undefined loops,with or without a counter;
- Comparison functions;
- Testing instructions;
- Functions dealing with trigonometry;
- Logarithmical functions;
- Advanced calculations on matrices (LU decomposition,generalized eigenvalues)
- Evaluation functions EVAL and ->NUM;
- and many others...
Enhancements:
- An examples subdirectory was added. Major bugs were fixed in interface_tex.c, tex.h, ->HMS, and recherche_variable().
- When an expression is evaluated in a function, all variables set in this function must be visible in the expression.
- LAST stack is saved in rplcore.
- A major bug was fixed when rpl is called with an empty file.
- Libtool support was removed.
- Two new scripts (rplc and rpllink) are provided to use librpl.a.
- Trace output now contains PID.
- rpl-core was renamed to rpl-code-$PID.
- The librpl entry point was modified to return results as an array of strings.
- The -S option was added.
- VERSION was modified to return a list.
<<less
Download (7.7MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
823 downloads
Hammer of Thyrion 1.4.2 RC1

Hammer of Thyrion 1.4.2 RC1


Hammer of Thyrion is a port of Ravens Hexen2 source code and is based on the original Linux Hexen II project, Anvil of Thyrion. more>>
Hammer of Thyrion is a port of Ravens Hexen2 source code and is based on the original Linux Hexen II project, Anvil of Thyrion.

HoT includes many bugfixes, improved sound and video modes, opengl improvements and documentation among many others.

Whats New in This Release:

General:
--------
- The engine version is now at 1.19 for Hexen II and 0.19 for HexenWorld.
- Added support for 64 bit architectures: The crashes on amd64 are fixed.
- Added support for protocol 18: Hammer of Thyrion is now fully network-
compatible with Ravens 1.11 windows version, as it has been with other
Hexen II ports.
- The net compatibility works both ways: When H.o.T is run as a client,
it can connect to Raven-1.11 servers and can play just fine. On the
other hand, if a 1.11 client wants to connect to a H.o.T. server, the
server must be started with "-protocol 18" command line argument.
- You can also load and play games saved with the 1.11 windows version and
can playback the demos recorded with the 1.11 version.
- Fixed and improved parsing of puzzles.txt: This fixes the bug where the
names used to be listed as Unknown in the puzzle pieces inventory display
(you can access the puzzle pieces inventory display using a key bound to
the +showdm command, the default is q).
- Updated the loading of strings.txt, infolist.txt and puzzles.txt.
- Updates to SDL input code. Added the Shift-Escape key combination as a
new means for opening the in-game console.
- Fixed many printf format string errors.
- Revised pak data checking.
- Added experimental support for using unpatched, off-the-cdrom 1.03 version
pak files as a compile time option. Disabled by default.
- Several cvar tweaks.
- Made the load and connect commands to get rid of the menu or the console.
- Fixed multiplayer episode selection in the menu system.
- Updates to zone memory usage: a 256 KB secondary zone for static textures
(sec_zone) is now initialized, which is especially useful for the software
renderer and have its merits for the opengl version, too.
- Revised several unsafe LoadStackFile and LoadBufFile usage.
- Removed the useless net_vcr facility.
- Tweaked the init sequence.
- Changed the remnants of malloc usage into hunk or zone allocations.
- Mac OS X: Ensured that the basedir always stays the same (fix was added
in 1.4.1-rev1).

Gameplay:
---------
- The gamecode is now at version 1.19.
- Origin fixes for tomed fires of vorpal sword and purifier: paladin used
to fire them always from the non-crouched eye position, and it was even
the worst when he was looking up (and down). You wont be shooting your
back again when standing just in front of a wall and fire your tomed
purifier to the sky, from now on ;)
- Fixed an obscure bug where the assasin with her 4th weapon uses the tome
of power and cant fire it (gamecode version 1.16a, the fix was added in
1.4.1-rev1).

Console:
--------
- Added prefix matching support to the maplist command.
- A duplicate name detection bug in the maplist command was fixed.
- Updated and sanitized the command lister procedures.
- Added a -developer command line argument which sets the developer cvar to
1 during the init phase (ie. before the config is read).
- Consolidated all Con_Printf and Sys_Printf family of procedures into a
single flag based procedure. Added macros for compatibility with the old
api.
- Revised the logging system, made all Con_Printf and Sys_Printf output to
be written into the logs from the start. Added a -devlog command line
switch to enable logging of developer message even when the developer cvar
isnt set.

Server:
-------
- Fixed the mission packs doWhiteFlash server message: it used to affect the
local client only. Naturally, the recorded demos didnt carry the message
and the flash didnt appear, either. It works properly now.
- Made the Hexen II dedicated server to exec not hexen.rc or config.cfg, but
server.cfg if available. As an alternative, any config file can be execed
when starting the server, such as: "h2ded +exec myconfig.cfg"
- Hexen II dedicated server now starts the demo1 map, if the server is still
not active when initialization is complete.
- Fixed net driver checks in Hexen II dedicated server: It was broken in the
1.4.1 release and works properly now.

Video:
------
- Added apply changes and reset changes items to the video options menu.

Software Renderer:
------------------
- Added ability to load external wal texture files instead of internal pixel
data of the brush model (depends on the new r_texture_external cvar).

OpenGL Renderer:
----------------
- Some speed-ups in the alias model drawing.
- Fixed RGBA lighting.
- Fixed bug that the array size for playertextures must be MAX_CLIENTS, but
was hardcoded as 16.
- Added ability to load external wal texture files instead of internal pixel
data of the brush model (depends on the new r_texture_external cvar).

Sound:
------
- Added external music file support via SDL_mixer as an extra patch.

CDAudio:
--------
- Updated the volume setting procedures.

HexenWorld:
-----------
- OpenGL: Fixed bug that netgraphtexture was not reset during reinitializa-
tion of the draw subsystem (used to affect the packet loss status graph by
r_netgraph).
- OpenGL: Fixed bug that dynamic lights had a problem with RGBA lightmaps
(such as torches didnt illuminate) but luminance mode was fine. Lightmaps
in RGBA mode are working now.
- OpenGL: Added colored dynamic lights and extra dynamic lights (stuff copied
over from hexen2). The gl_colored_dynamic_lights and gl_extra_dynamic_lights
cvars and their menu entries are functional now.

Launcher:
----------
- Added integrated ability to patch the pak files.
- The launcher now scans the installation directory against known game versions
for pak file health, and pops up the patch window with a short report if it
finds something bad. It now disables the mission pack or hexenworld options
according to the results it took from the installation scanning.
- Many clean-ups. Incremented the version number to 1.0.0.

Utilities:
----------
- Added the bsp2wal tool which extracts all texture data into hwal files.
- Added the lmp2pcx tool which converts hexen2 texture data into pcx and tga.
- Fixed the broken project path decision in qbsp. it doesnt scan for a maps
directory anymore.
- Added a findfirst/findnext implementation to the common library.
- Several fixes in dcc.

Other:
----------------------
- Imported the latest xdelta-1.1 sources into the tree.
- Started a large scale attempt at improving const-correctness.
- Updated inline commentaries.
- A lot of code clean-up all over the tree.

<<less
Download (12MB)
Added: 2007-05-20 License: GPL (GNU General Public License) Price:
888 downloads
Cottage Med 2.0.1

Cottage Med 2.0.1


Cottage Med is an electronic medical record software. more>>
Cottage Med is an Open Source Software that is ...
- Accessible & Affordable (Free, in fact)
- Easily Customizable and Expandable
- Designed by physicians for physicians
- Used by doctors in the U.S. and developing nations
- a template for FileMaker versions 5-7
Are you intimidated by computers? Is the cost of an electronic medical record ("EMR") beyond your reach? Are you a non-profit organization or a struggling doctor young or old? Our profession suffers with a blizzard of competing and conflicting EMRs. Bloated with unnecessary features, they cost a thiefs arm and a leg to boot. In Cottage Med you can quickly learn and easily reprogram our EMR just like visual Basic without programming experience.
Medicine has a big problem - no broadly accepted, affordable EMR standard exists. Cottage Med bridges your difficult present and unknown future by helping you step into a calmer, smoother, more productive now where you maintain full control over your information, full access to it, and the ability to smoothly export it to whatever future system or standards you choose. Open-Source EMRs are simply great solutions.
A flexible, ruggedly dependable and HIPAA-secure office system can be constructed with your old computer hardware for a few hundred dollars...with secure and wireless networking, PDA and multiple-office support, prescription writing and cross-platform compatibility built in. You should not believe the hype of the AAFP and hundreds of for-profit EMR software companies; our EMR solutions work right now, today, at no cost even without buying FileMaker.
Designed for PC, Apple and Linux environments, these templates run within the database program FileMaker (so its not a "pure" open-source project), but Cottage Med installs like childs play, develops quickly, and does the job to help improve healthcare. The templates designers offer free software support and system suggestions as needed.
Main features:
- point and click Apple/Windows interface for new users
- patient images, patient held records, pediatric growth charts
- practice statistics with powerful search functions for epidemiology and health maintenance studies
- open & industry standard database format
- wireless networking and PalmOS/PocketPC support
- links to other office programs including Microsoft Word, certificates, charts
- quick location of earliest appointment with iCal
- versatile printer and fax control
- multiple keyboard shortcuts for experienced users
- displays at 600x800, 780 x1024 and higher resolutions on demand
- easily copy and paste to replace any office stationery or forms with your own
- point and click note writing for rapid entry of examination
- custom medication lists, multiple user customizable templates
- patient registration, appointments, records & scripts
- supports an appointment timer, semi-automatic receipting of Medclaims
<<less
Download (21.5MB)
Added: 2006-03-01 License: Freeware Price:
1334 downloads
Power*Architect 0.9.7

Power*Architect 0.9.7


Power*Architect is an innovative Java-based data modeling tool geared specifically for Data Warehouse and Data Mart design. more>>
Data Architects, DBAs, Analysts and Designers rely on Data Modeling tools to facilitate and simplify their data Modeling efforts, while maximizing the use of their resources. The Power*Architect allows these busy highly technical resources to perform this most intricate part of their job in a fraction of the time.
Power*Architect project is an innovative Java-based data modeling tool geared specifically for Data Warehouse and Data Mart design. It allows the designer to open multiple concurrent source Database connections, create and explore profiles of the source data, drag and drop source schemas, tables and columns into the data modeling playpen, and forward engineer the resultant target database and its associated ETL template.
Main features:
- Access any JDBC or ODBC accessible source database
- Quickly create profiles of source data, including information about the size of the data in each column, maximum and minimum values, frequency distribution of values in a column, and more.
- Profile information is saved with the project, so profile data can still be used to aid off-site design sessions when it is not possible to access the source databases.
- Design the target database Data Model (Data Warehouse)
- Compare the database structure of any two databases highlighting the structural differences and generating the required DDL to synchronize
- Compare the Data Model data structures to an existing target database
- Save a snapshot of all source systems data structures in the project file, allowing data warehouse designers to evolve their target data model remotely
- Forward engineer to Oracle, SQL Server, DB2, and PostgreSQL and more.
- Forward engineer ETL Templates containing source-to-target data mappings
- Invoke ETL Engine to load initial set of data into the target database
- Enable easy centralized installation and updates to many end users (Supports Java WebStart technology).
- The Power*Architect can open multiple source databases concurrently, even if they are from competing database vendors. Another key feature of the Power*Architect, that sets it apart from other data modeling tools, is that it remembers the origin of each column, and is capable of automatically generating the source-to-target data mappings.
- Whether youre building or maintaining your Data Warehouse data model, the Power*Architect will provide you a complete view of all required database structures and will expedite every aspect of your data warehouse design.
- Design your Data Warehouse in a fraction of the time with the Power*Architect.
- We look forward to showing you how!
- The Power*Architect is available now for download! The product is available for free to individuals for personal use. Commercial licensing and support are available at competitive prices. Please call us at 1-866-SQL-POWR to purchase.
Enhancements:
- This release fixes a bug that caused corrupt project files to be saved.
- The handling of automatic cascading primary keys in multi-level identifying relationships now works better.
- The profile manager is now even more stable.
- It is now possible to add new database connection types from within the GUI.
<<less
Download (13.5MB)
Added: 2007-07-31 License: BSD License Price:
585 downloads
ClearHealth 1.0 RC2

ClearHealth 1.0 RC2


ClearHealth is a new generation of medical software designed by clinics and hospitals. more>>
ClearHealth is a new generation of medical software designed by clinics and hospitals and powered by Open Source software.
For years doctors and clinics have been subject to mediocre software, sometimes unscrupulous vendors, high pressure sales tactics and lackluster customer service. ClearHealth changes all that.
Industry leading software engineers here at Uversa sat down and listened to your needs and and developed a suite of software that serves the medical community like never before. ClearHealth covers the five major areas of practice operations including scheduling, billing, EMR, HIPAA Security and accounts receivable.
Each set of capabilities has been painstakingly researched and devised with useability experts to make it quick to learn and powerful to use.
Great functionality is around every corner. ClearHealth includes additional modules for document storage, customizable reporting/forms, lab results and prescription management. The choice is simple, improve your operations, work with a vendor that puts customer service first, and choose ClearHealth now.
Open Source Software gives you ownership of your system and the right to control when and how you upgrade. It also gives you the ability to cost effectively customize the software for your practices individual needs and specialties.
There are no obligatory recurring license fees, no forced upgrades and no vendor lock-in. Uversa guarantees a life cycle of 3-7 years and offers all levels of support with its ClearHealth Advantage Edition.
Compare your options, ask your existing vendor for ownership of your system and find that ClearHealth offers what no one else can.
Innovative Technologies bring major improvements to scheduling and billing. ClearHealth is web-based and uses your internet browser to connect to the system. Historically many people have found webbased interfaces to be clunky and slow. By leveraging Uversas unique real time interface technologies you can forget about click and wait.
Get the information you need from patient searches, demographic updates and claim edits instantly, no waiting. See for yourself, call us today to get access to a live demonstration you can try firsthand.
Enhancements:
- Hundreds of bug and issue fixes, FreeB2 CA Medicare testing certification, HCFA improvements, reporting system improvements, and a graphical installer.
- Multi-language support including initial translations in Portuguese, Finnish, and German.
- Document storage fixes and enhancements.
- Many performance improvements, especially in the calendar and auto-complete boxes.
<<less
Download (7.0MB)
Added: 2005-11-08 License: GPL (GNU General Public License) Price:
815 downloads
AT Media Page 0.1.14

AT Media Page 0.1.14


AT Media Page provides a simple and easy to use Plone Page which can contain ATImages. more>>
AT Media Page provides a simple and easy to use Plone Page which can contain ATImages.

<<less
Download (0.019MB)
Added: 2007-05-27 License: GPL (GNU General Public License) Price:
881 downloads
imaj.at 1.1

imaj.at 1.1


imaj.at is a service menu for KDE to upload images to the http://imaj.at is photo upload service. more>>
imaj.at is a service menu for KDE to upload images to the http://imaj.at is photo upload service.

http://imaj.at is photo upload service and DeliPenguen(Tugrul) written a service menu for imaj.at.

cp gonder_imaj_at.desktop /usr/kde/3.5/share/apps/konqueror/

cp imaj.at.upload.py /usr/bin

<<less
Download (0.002MB)
Added: 2006-12-18 License: GPL (GNU General Public License) Price:
1040 downloads
SkyDome 1.4.00

SkyDome 1.4.00


SkyDome is a star chart utility to study stars and radio sky via an original user interface. more>>
SkyDome project is a tool to demonstrate the location of stars, planets, constellations, and the Milky Way during Earths rotation.
Besides the optical view, various other star maps are incorporated from satellites like COBE, EGRET, and IUE, making the multi-wavelength Milky Way visible to the user.
Enhancements:
- This release includes visualisation of radio sources.
- It uses IFS to plot radio astronomy WAV files on the skymap.
<<less
Download (4.5MB)
Added: 2006-11-16 License: Free for non-commercial use Price:
1073 downloads
Work-At-Home 1.0

Work-At-Home 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-19 License: Freeware Price: Free
189 downloads
Apache::MP3 4.00

Apache::MP3 4.00


Apache::MP3 is a Perl module that can generate streamable directories of MP3 and Ogg Vorbis files. more>>
Apache::MP3 is a Perl module that can generate streamable directories of MP3 and Ogg Vorbis files.

SYNOPSIS

# httpd.conf or srm.conf
AddType audio/mpeg mp3 MP3
AddType audio/playlist m3u M3U
AddType audio/x-scpls pls PLS
AddType application/x-ogg ogg OGG

# httpd.conf or access.conf
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3
< /Location >

# Or use the Apache::MP3::Sorted subclass to get sortable directory listings
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Sorted
< /Location >

# Or use the Apache::MP3::Playlist subclass to get persistent playlists
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Playlist
< /Location >
A demo version can be browsed at http://www.modperl.com/Songs/.

This module makes it possible to browse a directory hierarchy containing MP3, Ogg Vorbis, or Wav files, sort them on various fields, download them, stream them to an MP3 decoder like WinAmp, and construct playlists. The display is configurable and subclassable.

NOTE: This version of Apache::MP3 is substantially different from the pre-2.0 version described in The Perl Journal. Specifically, the format to use for HREF links has changed. See Linking for details.

<<less
Download (0.32MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1223 downloads
amarokFS 07-02-2007

amarokFS 07-02-2007


amarokFS is an Amarok script which allows it to launch in full screen mode. more>>
amarokFS is an Amarok script which allows it to launch in full screen mode.
AmarokFS amarokscript launch the application amarok Full Screen.
The first time you run the script you must enter the path for the application binary.
For example: /usr/local/bin/amarokFS
After this the application load without any problem.
Esc to exit of amarokFS
Enhancements:
- Added message popup when the script init a stop.
<<less
Download (0.007MB)
Added: 2007-02-08 License: GPL (GNU General Public License) Price:
990 downloads
Apache::MP3::L10N 4.00

Apache::MP3::L10N 4.00


Apache::MP3::L10N is a base class for Apache::MP3 interface localization. more>>
Apache::MP3::L10N is a base class for Apache::MP3 interface localization.

This module is the base class for generating language handles (via Locale::Maketext) which Apache::MP3 (and subclasses) use for presenting their interface.

To localize this for your language of choice, see the source for Apache/L10N/fr.pm for an example lexicon that should contain all the English phrases, and an example French translation.

For example, if youre localizing this to Swahili, youd copy Apache/L10N/fr.pm to Apache/L10N/sw.pm (since I18N::LangTags::List tells us that sw is the language tag for Swahili), and change its package Apache::MP3::L10N::fr; line to package Apache::MP3::L10N::sw;, and then youd replace all the French phrases that are the values in %Lexicon with Swahili phrases.

For example, youd change:

fetch => sauvegarder,

to:

fetch => lete,

if you considered "lete" (from the infinitive "kuleta", haul) to be a good translation of the English "fetch" in that context.

Email me (Sean) if you have any questions.

<<less
Download (0.32MB)
Added: 2006-11-09 License: Perl Artistic License Price:
1079 downloads
Apache::MP3::Sorted 4.00

Apache::MP3::Sorted 4.00


Apache::MP3::Sorted is a Perl module to generate sorted streamable directories of MP3 files. more>>
Apache::MP3::Sorted is a Perl module to generate sorted streamable directories of MP3 files.

SYNOPSIS

# httpd.conf or srm.conf
AddType audio/mpeg mp3 MP3

# httpd.conf or access.conf
< Location /songs >
SetHandler perl-script
PerlHandler Apache::MP3::Sorted
PerlSetVar SortFields Album,Title,-Duration
PerlSetVar Fields Title,Artist,Album,Duration
< /Location >

Apache::MP3::Sorted subclasses Apache::MP3 to allow for sorting of MP3 listings by various criteria. See Apache::MP3 for details on installing and using.

<<less
Download (0.32MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1082 downloads
bbppp 0.2.3

bbppp 0.2.3


Bbppp is a minimalist PPP dialer designed for use with the Blackbox window manager. more>>
Bbppp is a minimalist PPP dialer designed for use with the Blackbox window manager.
This Tool displays the status of a ppp link in an decorated window, simulating the look of the Blackbox toolbar (Blackbox is a Windowmanager for X11).
To compile bbppp for use with an isdn modem follow these:
configure --enable-isdn
There are a number of command line options:
compact: show just one button to start/stop ppp
orient v: show tool with vertical oreientation (just have a look)
notime : dont show time label
thru : show throughput label
Main features:
- Most colors and gradients can be changed
- Lets you start and stop ppp-link.
- Displays status of link.
- Lights display tx and rx.
- Displays the time you are connected.
- You can display it as a 64 x 64 pixel Window Maker style dock app.
- You can display it in a 64 pixel width, normal height format.
- Time label will be disabled. This makes bbppp fit nicely in the Slit.
- At compile time you can change to look to compact style, which is a lot smaller (bottom picture).
Enhancements:
- Fixed compilation for gcc-3.0 and up
<<less
Download (0.079MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1211 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2