Main > Free Download Search >

Free mo software for linux

mo

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 45
jMOS 0.9.1

jMOS 0.9.1


jMOS is an open Java implementation for the Media Object Server (MOS) communications protocol. more>>
jMOS is an open Java implementation for the Media Object Server (MOS) communications protocol.
MOS is a six year old, evolving protocol for communications between Newsroom Computer Systems (NCS) and Media Object Servers (MOS) such as Video Servers, Audio Servers, Still Stores, and Character Generators. The MOS Protocol development is supported through cooperative collaboration among equipment vendors, software vendors and end users.
Main features:
- 100% Java
- Specification v.2.8.2
- Support for MOS profiles 0 and 1
Enhancements:
- Profile 2, multiple listeners and repliers, and the ability to add filters in listeners and repliers were implemented.
<<less
Download (0.35MB)
Added: 2006-01-25 License: Open Software License Price:
1394 downloads
Jmol 11.2.8

Jmol 11.2.8


Jmol is a (bio)molecular viewer applet and application. more>>
Jmol is a free, open source molecule viewer for students, educators, and researchers in chemistry and biochemistry. Jmol is cross-platform, running on Linux/Unix, Mac OS X, and Windows systems.
- The JmolApplet is a web browser applet that can be integrated into web pages.
- The Jmol application is a standalone Java application that runs on the desktop.
- The JmolViewer is a development tool kit that can be integrated into other Java applications.
Main features:
- Free, open-source software licensed under the GNU Lesser General Public License
- Applet, Application, and Systems Integration Component
- Cross-platform
- Supports all major web browsers
- High-performance 3D rendering with no hardware requirements
- File formats
- Animations
- Vibrations
- basic unit-cell support
- schematic shapes for secondary structures
- measurements
- RasMol/Chime scripting language support
- JavaScript support library
- Exports to .jpg, .pdf, and PovRay
Jmol v10 is a complete rearchitecture and rewrite of Jmol, undertaken in the Spring of 2003, with the specific goal of developing Jmol into a replacement for the Chime Plug-in.
Jmol v10 retains most of the features and functionality of the previous Jmol releases while offering significant enhancments in the following areas:
- true 3D graphics engine that requires no special hardware
- 24 bit color with accurate lighting and shading
- substantially higher rendering performance
- handles large macromolecules with excellent performance
- protein/nucleic acid secondary structure graphics
- RasMol/Chime script compatibility
Enhancements:
- bug fix: isosurface color -- not operating for some isosurface types
- bug fix: isosurface "xxxx.cube" -- not assigning proper default colors
- bug fix: gamess reader MO fix
- bug fix: state save of STRUCTURE misplaced
<<less
Download (8.0MB)
Added: 2007-08-17 License: LGPL (GNU Lesser General Public License) Price:
841 downloads
MOMHVis 1.0.0

MOMHVis 1.0.0


MOMHVis is a program for displaying nondominated solution of MOMH problems in 3D space using OpenGL. more>>
MOMHVis is a program for displaying nondominated solution of MOMH problems in 3D space using OpenGL.
Main features:
- pluginable architecture
- implemented MOKP (Multiple Objective Knapsack Problem) plugin
- enumeration of implemented MO algorithms by plugin
- on-line visualization of solutions during computing (you can set delay betwean solutions or stop during computing for most algorithms)
- solutions visualization computed with different MO algorithms on the same chart
- allows to show only selected objectives and solutions
- 2D view for two objectives (configureable)
- saving solutions to xml file and also loading from file
- advanced preferences for each algorithm (groups)
- multilanguage interface (english and polish)
- simple scripting editor (xml based)
- display some information about solution (OpenGL object picking)
<<less
Download (1.2MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1487 downloads
MOS 6502 Simulator

MOS 6502 Simulator


MOS 6502 Simulator is sort of an emulator for a 6502 chip. more>>
MOS 6502 Simulator is sort of an emulator for a 6502 chip. Theres virtually nothing apart from the CPU (minus BCD operations). It also bears no heed to instruction timings.

Whilst (apart from those two things) it successfully simulates the CPU there were a few design flaws, which led me not to continue with it:

- I wrote it in C++.

As the 6502 had no dedicated IO bus, everything was done via memory. I had the idea of having a pure virtual class which provided a generic interface, then as I wrote devices to sit in the memory space, they could just override portions of it, or trap on writes or something.

Whilst writing this, I kept getting the feeling I should have written it in asm instead Especially for manipulating flags and rotates and stuff. (as I could have just rotated AL, for example, rather than the mess I have in the C++ code.

- Sloppy instruction decoding.

I originally set out to decode the instructions properly, but there were lots of exceptions to the system used (esp. if I intended to support the 65C02 for example). This decended into a massive switch statement. I almost considered splitting it up to smaller files, and just #include them in the middle, just to make it more managable.

Also, as they are not in numerical order (grouped according to type, or addressing mode, cant remember atm) it wouldnt compile to a jump table. Does with optimisation on though.

The main thing that prompted me to write this was I found my BBC-B in the loft, and felt a pang of nostalgia for the hours wasted hunched over it in the lowest resolution text mode (IIRC mode 7 to save ram). I had the idea of writing a NES or BBC emulator, however it didnt get that far.

It has a pretty simple image format. The file must be >= 65536 bytes (64k) and that is simply the memory image for the system (16-bit address bus). There is a strange sort of ASCII text display at 0x200, which is ok enough for spewing a string to. As it was just thrown together in the space of 6 hours or so (took a long time to do the switch statement) its not very thouroughly documented, but hey.
<<less
Download (0.046MB)
Added: 2007-03-05 License: BSD License Price:
972 downloads
Payroll Perl Modules 1.3

Payroll Perl Modules 1.3


Business::Payroll is a series of Perl Modules that provides an API for working with multiple countries federal, state taxes. more>>
Business::Payroll is a series of Perl Modules that provides an API for working with multiple countries federal, state and local taxes.
Payroll Perl Modules project also supports calculating mileage reimbursement values and can handle adjustment entries.
The Business::Payroll module starts with an xml document in the Input format and if everything is successfull, outputs the results in the Output XML format.
Currently only the US is supported and MO is the only supported state. We are not supporting any cities in MO yet. Federal Income, FICA, Medicare and Mileage Rates are all being calculated. We take into account the number of allowances people can claim and the fact that you can withhold more for federal and state.
Federal Income tables are only available for any date >= 07/01/2001.
See the payroll_test.pl script and input.xml file for a sample implementation.
Use process_payroll (in the /usr/bin directory after an rpm install, otherwise in the payroll-x.y directory) to actually process payroll files for real.
process_payroll will take the specified raw xml file and process it. If no errors occured, then you get the result on stdout. If you specify 2 file names the result will go into the second file. You can specify - (for the first file) and it will know to work with stdin. I.e. you can pipe the file to be processed. Ex. cat input.xml | process_payroll - would process input.xml from the stdin and then output the result to stdout.
Enhancements:
- This release has been updated to cover the 2006 tax changes.
<<less
Download (0.058MB)
Added: 2006-01-05 License: Perl Artistic License Price:
1390 downloads
MOSIX 1.13.5 for Linux 2.4.34

MOSIX 1.13.5 for Linux 2.4.34


MOSIX is a management system that allows a cluster or an organizational grid of x86 nodes. more>>
MOSIX is a management system that allows a Linux cluster or a Grid of clusters to perform like a single computer with multiple processors. MOSIX is particularly suitable to run intensive computing and applications with moderate amounts of I/O.
Its main feature is to make all the connected (participating) nodes perform like a single computer with multiple processors, almost like an SMP.
Users can run parallel (and sequential) applications by creating multiple processes, then letting MOSIX seek resources and automatically migrate processes among nodes to improve the overall performance, without changing the run-time environment of migrated processes.
MOSIX is fully POSIX compatible. It provides applications with a run-time environment that is identical to that provided by standard Unix, so there is no need to change or even link applications with any special library.
MOSIX was originally developed to manage a single, e.g. private cluster. Recently, it was extended with new features that could make sets of independent nodes, collectively called a MOSIX grid, run as a federated system of cooperative nodes.
Specifically, a MOSIX grid consists of one or more physical clusters, e.g., in different departments, or a collection of independent servers and/or workstations that could belong to different users, as well as any combination of the above configurations.
The goal of a MOSIX grid is to allow owners of such nodes to share their computational resources from time to time, while still preserving the autonomy of each owner to disconnect its nodes from the grid at any time without sacrificing migrated processes from other clusters.
Due to network latencies, MOSIX is suitable to run compute intensive and other applications with moderate amount of I/O over fast networks. Tests of MOSIX show that the performance of several such applications over a 1Gb/s campus grid is nearly identical to that of a single cluster.
Another key requirement for a safe computing is a guarantee that the network is trusted and secure. Since nowadays these requirements are standard within clusters and enterprise intra-organizational grids, e.g., over VPNs, we reccomand the use of MOSIX in such cases. Other than the above safety requirements, nothing prevents the use of MOSIX in any other grid.
Enhancements:
- This release uses version 2.4.34 of the Linux kernel.
<<less
Download (4.9MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
911 downloads
MOSIX Grid and Cluster Management 2.21.2.6

MOSIX Grid and Cluster Management 2.21.2.6


MOSIX Grid and Cluster Management is a management system for Linux clusters. more>>
MOSIX Grid and Cluster Management is a management system for Linux clusters and organizational grids that provides a Single-System Image.
In a MOSIX based system, there is no need to modify or link applications with any library, copy files, login to remote nodes, or even assign processes to different nodes; it is all done automatically. Just "fork and forget", like in an SMP.
Main features:
- Provides a Single-System Image (SSI).
- Automatic resource discovery.
- Adaptive workload distribution by process migration:
- Preserves the users "login-node" environment.
- No need to open "logins" or copy files to remote clusters.
- No need to link applications with special libraries.
- Automatic process migration:
- For load-balancing.
- From slower to faster nodes.
- When a node run out of free memory.
- Supports virtual organizations:
- Manages disruptive configurations:
- Clusters can join or leave the Grid at any time.
- Guest processes are moved out before a cluster is disconnected.
- Long-running guest processes are not killed.
- Clusters could be shared symmetrically or asymmetrically.
- Each cluster owner can assign different priorities to guest processes from other clusters.
- A flexible use of nodes within and among different groups.
- Local processes force out guest processes.
- A secure run time environment (sandbox) for guest processes.
- Live queuing - queued jobs preserve their full generic Linux environment.
- Support of batch jobs, checkpoint and recovery.
- An on-line monitor for the status of the Grid and each cluster.
Enhancements:
- This release uses version 2.6.22.3 of the Linux kernel.
<<less
Download (MB)
Added: 2007-08-22 License: GPL (GNU General Public License) Price:
496 downloads
MOSIX Grid and Cluster Management 1.13.5 for Linux 2.4.34

MOSIX Grid and Cluster Management 1.13.5 for Linux 2.4.34


MOSIX is a management system that allows a Linux cluster or a Grid to perform like a single computer with multiple processors. more>>
MOSIX is a management system that allows a Linux cluster or a Grid to perform like a single computer with multiple processors. MOSIX Grid and Cluster Management is particularly suitable to run intensive computing and applications with moderate amounts of I/O.
In a MOSIX based system there is no need to modify or to link applications with any library, or even to assign processes to different nodes - it is all done automatically, just fork and forget, like in an SMP.
MOSIX supports dynamic configurations, ranging from partitioning of a cluster among several users to an organizational grid with several clusters.
Enhancements:
- This release uses version 2.4.34 of the Linux kernel.
<<less
Download (0.23MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1026 downloads
Coy 0.05

Coy 0.05


Coy is a Perl module like Carp only prettier. more>>
Coy is a Perl module like Carp only prettier.

SYNOPSIS

# In your application:
# ====================

use Coy;

warn "There seems to be a problem";

die "Looks like it might be fatal";


# You can add vocab in the $HOME/.coyrc file:
# ===========================================

noun {
wookie =>
{
category => [ Sentient ],
sound => [ "roars", "grunts", "bellows" ],
act =>
{
sits => { location => Arborial },

fights => { minimum => 2,
association => "argument",
},
},
},

};

category {
Sentient =>
{
act =>
{
quarrels =>
{
associations => "argument",
location => Terrestrial,
minimum => 2,
synonyms => [qw(bickers argues)],
},
laughs =>
{
associations => "happy",
location => Terrestrial,
non_adjectival => 1,
},
},
}
};

personage "R2D2";
personage "Darth Vader";

place "Mos Eisley";
place "the Death Star";

tree "Alderaan mangrove";
fruit_tree "Wookie-oak";


# You can also select a different syllable counter via .coyrc
# ===========================================================

use Lingua::EN::Syllables::syllable;
syllable_counter "Lingua::EN::Syllables::syllable";

# or

use Lingua::EN::Syllables::syllable;
syllable_counter &Lingua::EN::Syllables::syllable;

# or

syllable_counter sub { return 1 }; # FAST BUT INACCURATE

<<less
Download (0.020MB)
Added: 2007-05-08 License: Perl Artistic License Price:
899 downloads
poEdit 1.3.7

poEdit 1.3.7


poEdit is a gettext translation catalog editor. more>>
poEdit is cross-platform gettext catalogs (.po files) editor. It is built with wxWidgets toolkit and can run on any platform supported by it (although it was only tested on Unix with GTK+ and Windows). poEdit aims to provide more convenient approach to editing catalogs than launching vi and editing the file by hand.
Main features:
- Unlike other catalogs editors, poEdit shows data in very compact way. Entries are aranged in a list, so that you can easily navigate large catalogs and immediately get an idea about how big part of the catalog is already translated, what needs translating and which parts are only translated in a "fuzzy" way.
- Runs on Unix and Windows systems.
- Plural forms support. [1.3.0]
- Features whitespaces highlighting.
- Fuzzy and untranslated records are highlighted and displayed at the top of the list.
- Automatic compilation of .mo files (optional).
- Automatic headers update.
- References browser lets you see where and in what context is the string used.
- You can use poEdit to scan source code for translatable strings.
- Integration with KDE and GNOME desktops. Neither of these environments is required, support for them is strictly optional.
- UTF-8 support. poEdit understands all encodings supported by operating system and works in Unicode internally. [1.1.0]
- Support for conversion between line-ending formats (useful if you need to edit catalogs by hand under Windows). [1.1.0]
- Translation memory automates translation of frequent phrases. poEdit can reuse translation data from all your PO, MO and RPM files. [1.1.1]
- Search dialog for quick navigation in the catalog. [1.1.1]
- Comments editing. [1.1.3]
- Catalogs manager. [1.1.3]
- Unicode support on Windows NT/2000/XP (partial Unicode support on Windows 9x). [1.1.6] Full Unicode support under Unix with GTK+ 2.x. [1.1.11]
- Spellchecking (GTK+ 2.x). [1.3.0]
Enhancements:
- The infamous "failed to convert to unicode" bug when saving is fixed in this release.
- Many small bugs were fixed as well.
- Integration in Mac OS X was improved.
<<less
Download (2.0MB)
Added: 2007-07-03 License: MIT/X Consortium License Price:
865 downloads
APODIO 4.3.9

APODIO 4.3.9


APODIO is a Mandriva-based specialist live CD designed for musicians and multimedia enthusiasts. more>>
APODIO project is a Mandriva-based specialist live CD designed for musicians and multimedia enthusiasts.

The new version 4.2.2 is considered a test release; it contains a large collection of software for audio, video and graphics manipulation.

The APODIO live CD boots into French by default, but English and a number of other languages are also supported.

The default window manager is the light-weight PWM, with OroboROX provided as an alternative.

The APODIO project was started in 2003 by the APO33 association It has two objectives : First : to create a live CD for PC, a complete audio station under GNU/Linux that could quickly be installed on the hard disk, or work straight away as a CD, with a Ram of at least 320 Mo, and practical and simple administration tools.

The 3.0.9 April 2003 APODIO version of the live CD immediately recognizes and adjusts itself to your equipment, your sound and graphic display adapters and your eventual hard disk partitions. It offers various interfaces, such as Gnome, Rox, Fluxbox... and a choice of software to work on sound. It is based on the GNU/Linux Mandrake 10.0 distribution and on the mklicecd group scripts for the creation of the live CD or of the hard disk.

The second objective is to give some sort of permanence to part of our work, while adhering to the principles of GNU/GPL. Unlike most other distributions that tend to drift too far away from the Linux Debian/RedHat/Mandrake communities, we wished to remain close to Mandriva, to allow users to reclaim the tools for themselves.

From the start, APODIO was not meant to become a finished or final product, but rather, a toolbox, more adapted to the common user than to the developer ; more practical than technical. Since we follow closely the Mandriva platform, we can concentrate more on what we find interesting in the first place, while making sure that our work will keep up with changes in hardware and software.

The complete remade July 2005 APODIO-4 version utilizes less RAM than the V3 ; it is based on - and can be synchronised with – Mandriva 2006 (cooker). Some video processing software has been added and the PureData base has been considerably increased.

We now have a practical base in the evolution of the live CD APODIO on Mandriva and new projects are in progress : the Poulpe (Octopus), a live CD that can be the basis for a sound and plastic installation, in various places linked by web-radio flows. Ref. the site : (http://www.apo33.org/poulpe) The Ubik, the live CD for a standby or a disabled situation, becomes a sound and video sculpture, connected to any other Ubik. It can be responsive to a network or to a keyboard/mouse set. Each user can either modify the CD base or the PureData patches found in a known directory in a disc, usb, fp... and thus personify his/her Ubik.
<<less
Download (697.5MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1186 downloads
B::Fathom 0.07

B::Fathom 0.07


B::Fathom a Perl module to evaluate the readability of Perl code. more>>
B::Fathom a Perl module to evaluate the readability of Perl code.

SYNOPSIS

perl -MO=Fathom < script >

or

perl -MO=Fathom,-v < script >

where is the name of the Perl program that you want to evaluate.
-v activates verbose mode, which currently reports which subs have been skipped over because they seem to be imported. One can also indicate -vN, where N is some number greater than zero, to provide even more verbose diagnostics. The specifics of these modes may change in future releases. See comments in the code for further information.

There is also an OO interface, which can be used as follows:

my $fathom = B::Fathom->new(-v);
my $score = $fathom->fathom(&foo);

See METHODS below for a more complete explanation of the OO interface.

B::Fathom is a backend to the Perl compiler; it analyzes the syntax of your Perl code, and estimates the readability of your program.

Currently, this modules idea of `readability is based on methods used for analyzing readability of English prose. Further extensions are intended.

METHODS

There is a simple object-oriented interface to B::Fathom. It consists of two methods:

new(@args)

This method constructs a new compiler object. The optional @args indicate compiler options; see SYNOPSIS for a list.

fathom(@subrefs)

This method grades the subroutines referred to by @subrefs, and returns their score as a string.

<<less
Download (0.006MB)
Added: 2007-06-26 License: Perl Artistic License Price:
850 downloads
SLAMPP Lite 2.0

SLAMPP Lite 2.0


SLAMPPLite is a linux live CD that will turn your personal computer to a simple home server. more>>
SLAMPPLite is a linux live CD that will turn your personal computer to a simple home server.
What makes it different is that SLAMPPLite has smaller size that will fit into a 256 MB compact disk or usb stick. It contains only essential server applications like Apache, MySQL, ProFTPD, BIND, DHCPD, SSH and mail server.
Several programming languages such as PHP, Perl and Python and other tools to support your web development work are also included.
To keep SLAMPPLite slim and make it easy to update the applications, SLAMPPLite uses server suite provided by XAMPP.
SLAMPPLite is compiled intended to be your showcase box. So, when you have something to show to your (potential) users or clients, just put your web applications on SLAMPPLite and you will have an instant mobile portfolio.
Therefore I advise you not to use SLAMPPLite for production purpose, just use the standard SLAMPP instead. Although through some tweaks here and there, SLAMPPLite is also ready for that. Please remember, SLAMPPLite comes with ABSOLUTELY NO WARRANTY. It is provided as AS IS product. Please use it at your own risk.
Main features:
- Linux kernel: 2.6.16
- Desktop: Xfce 4.2.2
- Web, FTP and database servers: XAMPP 1.5.1
- Other servers: BIND, DHCP, Sendmail. Dovecot, SSH
- Programming:
- Languages: PHP 4.4.1/5.0.5, Perl 5.8.7, Python 2.4.1
- Editor: Bluefish 1.0.4
- Office: Xpdf
- Graphics: Xpaint
- Multimedia: Beep Media Player, BashBurn
- Network: Nmap, Putty, BitTorrent 4.2.1 (tracker/client), FTP client, Firestarter firewall
- Internet: Mozilla Firefox 1.5, Sylpheed 2.0.4, Gaim 1.5.0
- Package management: pkgtool, slapt-get/gslapt
- Antivirus: ClamAV 0.87.1, FetCav (GUI)
- Utilities: GParted, EmelFM2, Dufie, htop, rkhunter, Qemu, backup system and hard disk installation scripts
- Complete list of packages can be found over here, SLitePackages.
Enhancements:
- Updated and upgraded existing applications included in previous SLAMPPLite Live CD
- Powered by XAMPP 1.5.1 and now it exists as module (xampp_1_5_1.mo)
- Based on Slackware current
- Used linux kernel 2.6.16
- Compiled with Linux Live scripts 5.4.1
- Added NASLite File Servers applications of Server Elements for SMB, FTP and NFS. They can be found under /tools directory of CD.
- Added Abiword 2.4.1
- Added Freerock GNOME support via slapt-get
- New hard disk installation program provided by Nonux
- Web documents installation scripts is now separated from XAMPP boot scripts. You can execute it from Xfce menu, or manually: # bash /opt/slampp/install.sh
- Fixed fstab
<<less
Download (239.8MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1301 downloads
B::Bblock 5.8.8

B::Bblock 5.8.8


B::Bblock - Walk basic blocks. more>>
B::Bblock - Walk basic blocks.

SYNOPSIS

# External interface
perl -MO=Bblock[,OPTIONS] foo.pl

# Programmatic API
use B::Bblock qw(find_leaders);
my $leaders = find_leaders($root_op, $start_op);

This module is used by the B::CC back end. It walks "basic blocks". A basic block is a series of operations which is known to execute from start to finish, with no possibility of branching or halting.

It can be used either stand alone or from inside another program.

Functions

find_leaders

my $leaders = find_leaders($root_op, $start_op);

Given the root of the op tree and an op from which to start processing, it will return a hash ref representing all the ops which start a block.

The values of %$leaders are the op objects themselves. Keys are $$op addresses.

<<less
Download (12.2MB)
Added: 2007-06-27 License: Perl Artistic License Price:
849 downloads
libxmldiff 0.2.5

libxmldiff 0.2.5


libxmldiff aims at providing efficient diff on XML file more>>
libxmldiff library aims at providing efficient diff on XML file
Main features:
- Detection of modified items, added items, removed items
- Not sensitive to item position changes (based on a id).
- Designed to support large XML files (about 100 Mo). For larger files, treat these files with XML Pre Diff Tool would be a good idea.
- Basic XML manipulation (XSLT, Deletion,...)
- Scripting abilities
- Simple to use
How does it work ?
libxmldiff diff two files, and output a file with exactly the same structure (unlike other xml diffing utilities), and containing an extra diff:status attribute.
The meaning of this diff:status argument is :
added : the element has been added.
removed : the element has been removed.
modified : either an argument or the text has been modified, the values will be outputted with the | separator : "before|after".
below : the element itself was not modified, but a child item was.
libxmldiff can use identifiers (attributes or nodes) to see exactly which element has been added or removed, despite the order of the elements.
Enhancements:
- This release fixes a crash while using XSLT parameters in scripts, infinite loops when the script does not exist, and some memory leaks.
<<less
Download (0.75MB)
Added: 2006-03-20 License: GPL (GNU General Public License) Price:
1320 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3