Main > Free Download Search >

Free ryan lims software for linux

ryan lims

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 75
Bika LIMS 1.2.2

Bika LIMS 1.2.2


Bika LIMS project has been deployed with roles and workflows tailored for laboratories. more>>
Bika LIMS project has been deployed with roles and workflows tailored for laboratories.
Bika is a LIMS, short for Laboratory Information Management System. It is developed using Archetypes and is deployed with roles and workflows tailored for laboratories.
Bika uses the mature toolset provided by Plone, to build a powerful and flexible web-based laboratory information management system.
Main features:
- Deliver Analysis results to clients and research staff immediately upon Verification. Via the web - e-mail - SMS - fax - print
- Custom lab workflow
- Accreditation friendly - Audit logs and security measures
- Automated data-capturing
- Invoicing and exports to financial software
- Authorisation profiles for technicians, data clerks and managers and clients
- On-line sample tracking
Enhancements:
- bika - version LIMS 1.2.2
- ATExtensions - version 0.7.1
- ATSchemaEditorNG - version 0.4.2
- PloneHelpCenter - version 0.9-Modified_by_Upfront
- Portal Transport - version 1.1
- stripogram
- Upfront Contacts - version 0.4
<<less
Download (1.0MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
983 downloads
libmsntp 1.6a

libmsntp 1.6a


libmsntp is a full-featured, compact, portable SNTP library. more>>
libmsntp is a full-featured, compact, portable SNTP library. SNTP (RFC 2030) is a simplified version of NTP (RFC 1305), which allows precise synchronization of system clocks over a best-effort network.

libmsntp provides SNTP client and server functionality in a shared library with a simple API.

libmsntp is implemented as a thin layer on top of msntp, N.M. Maclarens command-line SNTP utility. msntp is compact, straightforward, and elegant, and Im indebted to Nick, and to the Cambridge High Performance Computing Facility, for providing the msntp source to the public.

Installation:

To install, type "make install". You may need to be the superuser. libmsntp installs into /usr/local by default; to install to a different location, edit the Makefile and change the PREFIX variable.
<<less
Download (0.046MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1479 downloads
Kraps 0.3

Kraps 0.3


Kraps is a KDE version of the popular casino dice game. more>>
Kraps is a KDE version of the popular casino dice game. This is beta-quality software at the moment, but many features are implemented (like off-and-on, place, and come bets).
Enhancements:
- added buy bets
- fixed hardway bets
- added ability to remove bets (right click)
- added ability to bet either $1 or $5 (ctrl+mouse)
<<less
Download (0.55MB)
Added: 2005-07-08 License: GPL (GNU General Public License) Price:
1568 downloads
Brim Lite 1.2.3

Brim Lite 1.2.3


Booby is a Web-based personal information manager for bookmarks, calendar, contacts etc. more>>
Brim is an application suite that allows you to manage all your personal items online. No need to syncronize your bookmarks and favorites and contacts, you can now keep them well-secured online in one single place.
Additionally, Brim provides a calendar, a task manager, notes, a password manager etc. all behind a single logon.
Brim is an opensource Webbased Information Manager, formerly known as Booby, with support for bookmarks, calendar, contacts, notes, news, passwords and tasks and more.
Brim is written in PHP, has an underlying Model-View-Controller (MVC - Model II) framework based on items with a hierarchical relationship, has support for internationlization (i18n) with over 15 translations available, has multiple themes and is database independant. In short; a multi-thingy something.
Main features:
- Support for unlimited users
- Tested on IE5, IE6, Opera 7.5, Firefox 1.0, Netscape/Mozilla and more
- Plugin support (bookmarks, calendar events, news items, notes, tasks and a webtools plugin)
- Support for unlimited items per plugin
- Support for multiple languages:
English
Czech
German
Esperanto
Spanish
French
Hebrew
Italian
Dutch
Norwegian
Polish
Portuguese Brazilian
Portuguese
Russian
Swedish
Tradition Chinese
- Support for multiple themes (check the demo site!)
- Support to publish items (public vs. private items)
Enhancements:
- Template rework (working towards version 2.0)
- Work on making templates fully HTML compliant (tx Ryan)
- Replaced dojo by jQuery
- Danish language update (tx to Rene Pedersen)
- Changed template texts from import, export, delete and default to importTxt, exportTxt, deleteTxt and defaultTxt
- MagpieRSS moved from ext to plugins/news/util directory
<<less
Download (2.6MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1018 downloads
Ryans In/Out Board 2.2

Ryans In/Out Board 2.2


Ryans In/Out Board is a perl driven in/out board for small-medium size organisations. more>>
Ryans In/Out Board is a perl driven in/out board for small-medium size organisations that needs staff to be aware of other staff whereabouts.
(Ryans In/Out Board will work for larger organisations but it may be more cumbersome to use with larger numbers of staff).
Main features:
- Displays name,phone,status,comments and date/time for each staff member
- Staff are able to quickly change their status by either clicking on their name or calling the main script with a "name" parameter.
- Standard comments are provided (Lunch, Leave etc) but can be added to/replaced by any comment the user wishes.
- With the aid of a cron job it will also clear all staff as OUT every night, without removing any comments they have entered.
- It has a simple and clear interface and users can also search for the status of any staff member.
- The generated page can be automatically refreshed at your chosen interval and status colours are defined by you.
- It also displays staff internal phone numbers and you can use your own header and footer files.
<<less
Download (0.018MB)
Added: 2007-05-14 License: GPL (GNU General Public License) Price:
893 downloads
Kernelconfig 1.0

Kernelconfig 1.0


Kernelconfig is a program that performs the steps required to configure, build, and install the Linux kernel more>>
Kernelconfig is a program that performs the steps required to configure, build, and install the Linux kernel.

It also has the ability to check for a later version of the kernel source and download, configure, build, and install it.

Kernelconfig is a program that does the steps to configure, build and install a Linux Kernel. To compile the source, you need FreeBasic or another Basic compiler.

If somebody doesnt like the fact that this program was written in Basic, they are welcome to rewrite it in Perl, Bash, C, C++ or whatever language they like best. To compile the program,
type "fbc kernelconfig.bas" from the directory that you extracted the tarball to. If you run kernelconfig with no arguments, it will look for the Linux kernel source in "/usr/src/linux."

Alternatively, you could run kernelconfig followed by the path to the Linux source. For example if you have the Linux source in your home directory in the src/linux subdirectory, you could do kernelconfig $HOME/src/linux. If kernelconfig finds the Linux source, it will run "make config" or "make oldconfig" if old configuration is found, "make dep", and "make bzImage." If youre root, kernelconfig will install the modules, copy the kernel to "/vmlinuz"
and run "lilo."

If you use the "-update" command-line option, kernelconfig will check ftp.kernel.org for a later version of the kernel than youre running. If it finds a later version, it will download it,
extract it to /usr/src/linux and do the above steps to configure and compile the kernel. For example you could do "kernelconfig -update", or "kernelconfig $HOME/src/linux -update."

<<less
Download (0.010MB)
Added: 2005-08-17 License: GPL (GNU General Public License) Price:
1528 downloads
Kanjisaver 0.9.10

Kanjisaver 0.9.10


Kanjisaver is a screensaver that displays characters from a set of those commonly found on the JLPT. more>>
Kanjisaver is a screensaver that displays characters from a set of those commonly found on the JLPT, the Japanese Language Profiency Test. Kanjisaver can also display the on and kun readings of the kanji as well as their English meanings.
You should install a font with Japanese character support before using Kanjisaver.
You might also be interested in Kannasaver, which is also available here on KDE-Apps.org, and upon which Kanjisaver is based.
Enhancements:
- New support for data overload, allowing you to display both readings with or without romaji and translations.
<<less
Download (0.70MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1200 downloads
Microsummary Manager 0.5

Microsummary Manager 0.5


Microsummary Manager provides an easily install, delete and manage your μSummary generators! more>>
Microsummary Manager provides an easily install, delete and manage your μSummary generators!

This extension provides an easy way to manage currently installed microsummary generators and install any you may have saved locally via the add-ons manager.

<<less
Download (0.017MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
941 downloads
Crackup 1.0.1

Crackup 1.0.1


Crackup is a pretty simple, pretty secure remote backup solution. more>>
Crackup is a pretty simple, pretty secure remote backup solution for folks who want to keep their data securely backed up but aren’t particularly concerned about bandwidth usage.

Crackup is ideal for backing up lots of small files, but somewhat less ideal
for backing up large files, since any change to a file means the entire file
must be transferred. If you need something bandwidth-efficient, try Duplicity.

Backups are compressed and (optionally) encrypted via GPG and can be transferred to the remote location over a variety of protocols, including FTP. Additional storage drivers can easily be written in Ruby.

<<less
Download (0.009MB)
Added: 2006-11-24 License: BSD License Price:
1065 downloads
Pydiction 1.1

Pydiction 1.1


Pydiction offers you a powerful and very useful utility which allows you to Tab-complete Python code in Vim, including: standard, custom and third-party modules and packages. more>>

Pydiction 1.1 offers you a powerful and very useful utility which allows you to Tab-complete Python code in Vim, including: standard, custom and third-party modules and packages. Plus keywords, built-ins, and string literals. It consists of three main files:

  • python_pydiction.vim -- The Vim plugin that creates the Tab-completion functionality for Python files.
  • complete-dict -- A Vim dictionary file that contains Python keywords and module structure. This is what the plugin looks at to know which things are completable.
  • pydiction.py -- (Optional) Python script used to generate the dictionary. You can optionally run this script to add more modules to complete.

Major Features:

  1. Pydiction can complete Python's keywords, built-in functions, and string literals, as well as standard, custom and third-party package and module names and their attributes and methods. It can also complete fully-qualified names such as "module.submodule.method", as well as non-fully qualified names such as simply "method".
  2. Pydiction uses the Tab key to do completion, rather than inefficient Ctrl key combinations and the like.
  3. Unlike omni-completion, Pydiction works with more than just imported modules. For example you can complete Python built-in functions and keywords, such as "print", "raw_input", and so on.
  4. Pydiction doesn't require Python support to be compiled into your version of Vim, nor do you need to have Python installed on the machine you use it from (unless you want to use pydiction.py)
  5. Using a special dictionary file to complete from, Pydiction doesn't pollute any other menus that you you may be using for other types of completion, such as omni-completion or ins-completion.
  6. Since Pydiction uses a dictionary of possible completion items, it can complete 3rd-party modules much more accurately, and quickly, than other ways. And you have full control over what can and cannot complete. If it's unable to complete anything, you can either use pydiction.py--to automatically add a new module's contents to the dictionary-- or you can manually add them using a text editor. The dictionary is just a plain text file, which also makes it portable across all platforms.
  7. Also because Pydiction uses a dictionary file, you don't have to import a module before you can complete it, nor do you even have to have the module installed on your machine. This makes completion faster than omni-completion since it doesn't need to do any type deducing.
  8. Pydiction only attempts to complete while editing Python files.
  9. You can still use omni-completion, and other forms of completion, with Pydiction. In fact, they can all make a great team.
  10. Pydiction knows when you're completing a callable method or not and, if you are, it will automatically insert an opening parentheses.
  11. The Tab key will work as normal for everything else. Pydiction will only try to use the Tab key to complete Python code if you're editing a Python file and you first type part of some Python module or keyword.
  12. Pydiction is far form perfect, but it was created because none of the other forms of Python completion for Vim were perfect either. There is a new project underway called PySmell that also looks promising. Keep in mind that Pydiction was originally started in 2003 and back then there wasn't really anything else.

Enhancements:

  • Added quoted string method completion
  • ZSI Web Services module completion
  • Fixed a bug with the -v option.


<<less
Added: 2009-07-21 License: GPL Price: FREE
1 downloads
 
Other version of Pydiction
Pydiction 1.0Ryan Kulla - Pydiction. Pydiction 1.0 is a perfect and extremely useful utility
Price: FREE
License:GPL
Download
1 downloads
Added: 2009-07-20
ObsidianMusic 2.0.5.2

ObsidianMusic 2.0.5.2


ObsidianMusic is a web-based frontend for the Amarok audio player. more>>
ObsidianMusic is a web-based frontend for the Amarok audio player.
Its still the old amaroK Web Frontend but completely rewritten and with MUCH cleaner code.
I hope you enjoy this new version and I look forward to any feedback you might have.
Enhancements:
- Fixed a header problem in stream.php
<<less
Download (0.12MB)
Added: 2006-10-28 License: GPL (GNU General Public License) Price:
1091 downloads
amarokNowPlayingImproved 0.1b

amarokNowPlayingImproved 0.1b


amarokNowPlayingImproved generates an image of the currently playing media. more>>
amarokNowPlayingImproved is a re-write of amarokNowPlaying by Daniel Dormann. It generates an image of the currently playing media using ImageMagicks convert and then uploads it to a remote host.
The image includes the album cover, artist, album name, and track title. It also shows if the engine is paused, and creates a cusomizable "offline" message when the engine is stopped.
The script uses cURL in order to upload the image to a remote host, and supports both FTP and HTTP POST methods, as well as a local filesystem option.
To those that rate my script, please leave feedback as to why you like/dislike it. Thats the only way I can know where to improve!
Main features:
- Ability to upload generated image using HTTP POST method, with secure key (see "HTTP Method" below)
- FTP upload of generated image file
- Can copy generated image to a local path (e.g. ~/public_html/now_playing.png)
- Supports playing, paused, and stopped player states
- Ability to add a border around generated images
- Broke options down a bit more for greater customization
<<less
Download (0.040MB)
Added: 2005-12-23 License: GPL (GNU General Public License) Price:
1400 downloads
Doxymacs 1.8.0

Doxymacs 1.8.0


Doxymacs is an elisp package designed to make using and creating Doxygen easier for {X}Emacs users. more>>
Doxymacs is an elisp package designed to make using and creating Doxygen easier for {X}Emacs users.
The project currently features the ability to look up documentation for classes, functions, members, etc in the browser of your choice, fontification of Doxygen keywords, and automagical insertion of Doxygen comments.
Comments can be inserted in JavaDoc, Qt, or C++ style, or you can create your own style via templates.
Main features:
- ability to look up documentation for symbols from {X}Emacs in the browser of your choice.
- easily insert Doxygen style comments into source.
- optionally use an "external" (i.e. written in C) XML parser to speed up building the completion list.
- fontify Doxygen keywords.
<<less
Download (0.13MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
869 downloads
libsirius 0.0.0

libsirius 0.0.0


libsirius is a C++ library that interfaces to Sirius.coms stream interface. more>>
libsirius is a C++ library that interfaces to Sirius.coms stream interface.

<<less
Download (0.023MB)
Added: 2006-04-19 License: LGPL (GNU Lesser General Public License) Price:
1283 downloads
Ryans Electronic Diary Sheet 1.2.1

Ryans Electronic Diary Sheet 1.2.1


Ryans Electronic Diary Sheet allows members of an organization to inform each other of their proposed whereabouts. more>>
Ryans Electronic Diary Sheet (aka RyansEDS) is a web-based Perl application which allows members of an organization (typically staff) to inform each other of their proposed whereabouts. The project is designed to be a simple shared calendaring application which does require complex (and often proprietary) client/server software.
Like its sister application Ryans In/Out Board it was written to fulfil a need at my employer Contact a Family. Staff needed a simple centralised way to let each other know when they would be out of the office rather than get into the complexities of sharing calendars.
The diary sheet works on a week by week basis and stores its data accordingly. A shell script (bacth file) is supplied which (when run as a scheduled event/cron job) will clear out data older that your chosen limit. Thus data storage is kept to a minimum. The diary sheet itself also has a feature will prevent users from going too far forward or backward.
Main features:
- Simple to use and administer
- Week to a screen view
- Users can be grouped into (colour coded) departments - current users department shown at top
- User aliases permit users to have friendly names on the diary sheet whilst logging in with more secure names 1
- No database required - uses simple text files for storage
- Tidies up after itself - deletes old storage files 2.
- No client application required - save for a web browser
- Easily configurable styles - all through the config file no HTML/CSS skills required.
- Allows additional comments/notes to be linked from the main diary sheet view
- Cross platform - runs on any browser and a range of server OSs.
- W3C compliant and fully accessible HTML output
- Suitable for small-medium installations (< 100 users)
<<less
Download (0.025MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
895 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5