Main > Free Download Search >

Free mass software for linux

mass

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 113
mass

mass


mass is a program that lets a system administrator execute programs on some set of machines as root. more>>
mass.pl is the implementation of a relatively simple idea. Instead of interactively doing some task on one machine, then duplicating the effort on N other machines, write a shell script, then scp it to N machines and execute it as root.

Example

(sic@foo)($:~/mass)- ./mass.pl --name solaris --script pushsomething --su --sshpass
sudo password:
ssh password:

trying to run pushsomething on 1 machines
test

test

PING test.example.com (10.1.1.10) from 10.1.2.3 : 56(84) bytes of data.
64 bytes from 10.1.1.10: icmp_seq=1 ttl=64 time=0.142 ms

--- test.example.com ping statistics ---
1 packets transmitted, 1 received, 0% loss, time 0ms
rtt min/avg/max/mdev = 0.142/0.142/0.142/0.000 ms
pushsomething 100% |*****************************| 183 00:00
test.txt 100% |*****************************| 15 00:00
sic@tests password: sh-2.05a$ PS1=$ ; PATH=/usr/local/bin:/bin:/usr/bin:/usr/s;export PS1;export PATH
$ sudo -K ; sudo sh
Password:
$ PATH=/usr/local/bin:/bin:/usr/bin:/usr/sbin:/usr/local/sbin:/sbin ; export PATH
$ if [ `id|cut -d -f 1` = uid=0(root) ]; then PS1=# ; fi
# sh pushsomething && echo script done || echo script failed
script done
# /bin/rm pushsomething test.txt && echo removed pushsomething test.txt
removed pushsomething test.txt
#

1 passed: test
0 failed:
0 fatal errors:

<<less
Download (0.012MB)
Added: 2005-09-21 License: Artistic License Price:
2368 downloads
Mass Rotate 0.2

Mass Rotate 0.2


Mass Rotate is a program that quickly and losslessly rotates JPEGs. more>>
Mass Rotate is a program that quickly and losslessly rotates JPEGs.

Its useful for rotating images from digital cameras. Uses jpegtran from from the Independent JPEG Group. Written in gtk2-perl.

Usage:

mass_rotate.pl dir_with_images/

or:

mass_rotate.pl image1.jpg image2.jpg image3.jpg ...

or:

mass_rotate.pl dir/ img.jpg other_dir/ whatever.jpg you_get_the_idea/

<<less
Download (0.009MB)
Added: 2005-08-05 License: GPL (GNU General Public License) Price:
1544 downloads
Critical Mass 1.0.1

Critical Mass 1.0.1


Critical Mass (Critter) is an SDL/OpenGL space shootem up game. more>>
Critical Mass (aka Critter) is an SDL/OpenGL space shootem up game. Critical Mass project currently runs on Mac OS X, Windows, and Linux.

The latter is my main development platform. Other platforms supported by SDL/OpenGL may also work with a bit of work.
<<less
Download (4.9MB)
Added: 2006-07-16 License: GPL (GNU General Public License) Price:
1213 downloads
ID3 mass tagger 0.78

ID3 mass tagger 0.78


ID3 mass tagger is a portable command-line mass tagger for audio files. more>>
ID3 mass tagger is a portable command-line mass tagger for audio files.
ID3 mass tagger is designed for non-interactively adding, updating or removing meta-information in a number of files with a single command.
It can generate tag fields from the filename and rename files using an intuitive syntax. It currently supports ID3 (1.1) and ID3v2 (2.0, 3.0) tags.
Exemple:
Here are some examples of using id3:
id3 -a "Stallman" -t "Free Software Song" fs_song.mp3"
Add a simple tag to a file.
id3 -d *.mp3
Removes all ID3v1 tags from all mp3s
id3 -g "psych rock" *.mp3
Sets genre to "Psychedelic Rock" all mp3s
id3 -2 -1 -u "*.mp3"
Copy ID3v2 tag to ID3v1 tag in all files.
id3 -a "TAFKAT" -n "%1" -t "%+2" "*. *.mp3"
Update tag fields similar to this;
id3 -a "TAFKAT" -n "01" -t "My Song" "01. my_song.mp3"
id3 -a "TAFKAT" -n "02" -t "Untitled" "02. untitled.mp3"
id3 -2 -f "%a - %t.mp3" blaet.mp3
Rename file to a standard "Artist - Title" format, using ID3v2 values.
id3 -g "alt rock" -a "The Author" -l %1 -n %2 -t %3 "Author - */(*) *.mp3"
Process multiple directories at once.
id3 -g "alt rock" -a "The Author" -m "Author - %l/(%n) %t.mp3"
Shorthand for the previous example.
id3 -a %t -t %a "*.mp3"
Swap artist and title fields in all mp3s.
id3 -D source.mp3 -1 -2 dest.mp3
Copy ID3v1 and ID3v2 tags of source.mp3 to dest.mp3
id3 -D source.mp3 -1u -2u dest.mp3
As above, but only replaces the non-standard or blank fields in dest.mp3 by data from source.mp3.
id3 -2 -rAPIC -s 0 *.mp3
Removes embedded images and padding from all mp3s.
id3 -2 -rAPIC -s 0 -R "*.mp3" "/my documents"
As above, but works recursively on all mp3s in the directory tree starting at /my documents
id3 -2 -q "%| %a - %|Untitled|t || %t || %1 |?" "*.mp3"
Generate a playlist, using the best possible text
id3 -2 -c "Was: %_f" -f "%a - %|Untitled (%#x)|t.mp3" "*.mp3"
Advanced rename. Saves previous filename in the comment field, and renames files without proper tags to;
Unknown - Untitled (01).mp3
Unknown - Untitled (02).mp3
... etc
Enhancements:
- This release adds support for Lyrics3 tags.
<<less
Download (0.066MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1317 downloads
GNU polyxmass 0.9.6

GNU polyxmass 0.9.6


GNU polyxmass is mass spectrometric software suite for (bio)-polymers. more>>
GNU polyxmass is mass spectrometric software suite for (bio)-polymers.

GNU polyxmass features an integrated mass spectrometry framework where users are able to define brand new polymer chemistries (within the polyxdef module), and use these definitions in order to make simple mass calculations (within the polyxcalc module) or perform complex simulations of polymer chemistry with related mass data computations (within the polyxedit module).

The framework allows full customization of every aspect of the polymer chemistry being defined, and of the way the polymer sequences are graphically displayed. This program was formerly called "polyXmass".

<<less
Download (0.90MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1205 downloads
MassSpec::CUtilities 0.04

MassSpec::CUtilities 0.04


MassSpec::CUtilities is a Perl extension containing C utilities for use in mass spectrometry. more>>
MassSpec::CUtilities is a Perl extension containing C utilities for use in mass spectrometry.

SYNOPSIS

MassSpec::CUtilities is an XS module so theres a chance that you or your target user might not get it to install cleanly on the target system; therefore its recommended to make its presence optional and to offer slower-performing Perl equivalents where practical.

Also note that this module uses a 19-letter amino alphabet rather than the traditional 20-letter alphabet, since the isobars Leucine(L) and Isoleucine(I) are represented instead by "X." Furthermore some portions of this module assume that their input peptides are internally in alphabetical order.

my $haveCUtilities;
if (eval require MassSpec::CUtilities) {
import MassSpec::CUtilities;
$haveCUtilities = 1;
} else {
$haveCUtilities = 0;
}
if ($haveCUtilities) {
my $candidate = MassSpec::CUtilities::encodeAsBitString("ACCGT");
my @shortPeptides = ("ACT","CCGM","ACCGTY","CCT");
my (@list,@answer);
foreach $_ (@shortPeptides) {
push @list, MassSpec::CUtilities::encodeAsBitString($_);
}
if (MassSpec::CUtilities::testManyBitStrings($candidate,@shortPeptides,@list,@answer)) {
# should print "ACT" and "CCT" only
print "Matched: " . join(,,@answer) . "n";
}
}

see API documentation for other available subroutines

ABSTRACT

An eclectic mix of C utilities originally used in a mass spectrometry denovo sequencing project at NIH. It includes a fast Huffman decoder suitable (with minor modifications) for use with the CPAN module Algorithm::Huffman, as well as a fast peptide mass calculator and methods for encoding peptides as products of prime numbers or as bitmaps.

An eclectic mix of C utilities originally used in a mass spectrometry denovo sequencing project at NIH. It includes a fast Huffman decoder suitable (with minor modifications) for use with the CPAN module Algorithm::Huffman, as well as a fast peptide mass calculator and methods for encoding peptides as products of prime numbers or as bitmaps.

<<less
Download (0.016MB)
Added: 2007-02-23 License: Perl Artistic License Price:
973 downloads
MassSpec::ViewSpectrum 0.05

MassSpec::ViewSpectrum 0.05


MassSpec::ViewSpectrum is a Perl extension for viewing a mass spectrum. more>>
MassSpec::ViewSpectrum is a Perl extension for viewing a mass spectrum.

SYNOPSIS

use MassSpec::ViewSpectrum;

open PNG, ">mygraphic.png" or die "Unable to open output filen";
binmode PNG;

my @masses = (1036.4,1133,1437,1480,1502);
my @intensities = (0.1,0.15,0.05,0.10,0.2);
my @annotations = (b,w,internal w, ,internal y);

my $vs = MassSpec::ViewSpectrum->new(@masses,@intensities, @annotations);
$vs->set(yaxismultiplier => 1.8); # a sample tweak to adjust the output
my $output = $vs->plot();

print PNG $output;
close PNG;

MassSpec::ViewSpectrum - Perl extension for viewing a mass spectrum, e.g. typically obtained from the fragmentation of proteins or peptides.

At present this is only implemented using GD graphics, but in principle this could be subclassed in the future to include alternative graphic paradigms such as SVG and Tk.
The current implementation uses a mixture of GD::Graph and native GD, since GD::Graph 1.43 fails to draw the required vertical lines correctly.

Negative peak intensity values are permitted; this permits the drawing of "pseudospectra" which, for example, illustrate peaks present in one spectrum but missing in another.

<<less
Download (0.007MB)
Added: 2006-08-30 License: Perl Artistic License Price:
1153 downloads
massXpert mass spectrometry package 1.6.5

massXpert mass spectrometry package 1.6.5


massXpert mass spectrometry package is a mass spectrometry environment for linear (bio-) polymers. more>>
massXpert mass spectrometry package is a mass spectrometry environment for linear (bio-) polymers. It inherits all the innovations of GNU polyxmass, as it is a port of that project to a cross-platform development environment.
Enhancements:
- A feature was added whereby, upon definition of a monomer chemical modification, the user might tell which monomers are targets of that modification.
- If the user tries to modify a monomer with a modification that cannot be used for that, she is alerted.
- A mechanism overriding the modification target limitations is available for maximum flexibility.
- Bugs related to the chemical modification of polymer sequences were fixed.
- The user manual was updated to document the new features.
<<less
Download (0.87MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
820 downloads
MassSpec::ViewSpectrum::RealVsHypPeptide 0.02

MassSpec::ViewSpectrum::RealVsHypPeptide 0.02


MassSpec::ViewSpectrum::RealVsHypPeptide is a Perl module to view a real mass spectrum on the same graph. more>>
MassSpec::ViewSpectrum::RealVsHypPeptide is a Perl module to view a real mass spectrum on the same graph as a hypothetical spectrum generated by fragmenting a peptide in silico.

SYNOPSIS

use MassSpec::ViewSpectrum::RealVsHypPeptide;
open GRAPHIC, ">mygraphic.png" or die "Unable to open output filen";
binmode GRAPHIC;

my @masses = (78.1,81.1,81.7,85.4,86.8,88.8,89.4,97.6,99.0,99.4,108.7,112.1,129.1,
130.1,132.1,147.7,157.1,158.1,159.1,169.1,171.1,175.1,187.1,229.1,246.2,258.1,
266.0,327.2,328.2,345.2,415.2,426.2,432.2,531.2,559.3,623.4,639.3,643.3,644.4,
645.0,647.5,686.4,687.4,689.4);
my @intensities = (8.7,7.7,7.3,10.5,7.7,7.3,8.4,8.0,9.1,9.1,7.3,29.0,12.6,7.3,8.0,
7.7,11.9,9.8,10.1,7.3,10.5,131.0,9.4,50.3,22.7,44.7,16.8,30.4,18.2,53.1,25.5,
15.7,7.7,14.0,46.8,38.4,7.3,11.5,8.7,7.3,8.7,7.3,24.8,194.2);
my $peptide = "RTSVAR";

my $vs = MassSpec::ViewSpectrum::RealVsHypPeptide->new($peptide, @masses,@intensities);
$vs->set(yaxismultiplier => 1.8); # a sample tweak to adjust the output
$vs->set(title => "BSA-689 -- " . $peptide);

my $output = $vs->plot();
print GRAPHIC $output;
close GRAPHIC;

MassSpec::ViewSpectrum::RealVsHypPeptide - View a real mass spectrum on the same graph as a hypothetical spectrum generated by fragmenting a peptide in silico. The in silico fragmention is performed by generating all of the possible peptides which contain either the amino-terminal or carboxyl-terminal amino acids.

Negative peak intensity values are permitted; this permits the drawing of "pseudospectra" which, for example, illustrate peaks present in one spectrum but missing in another. Note that these negative peaks have no true intensities, but in some cases we assign different heights to illustrate the differences among different hypothetical peaks. In addition, pseudocoloring of both positive and negative peaks is performed to illustrate what type of ion that peak represents. In some cases these ions are labelled explicitly, although in practice it is best to minimize this labelling to avoid excessive clutter.

<<less
Download (0.008MB)
Added: 2007-02-23 License: Perl Artistic License Price:
974 downloads
InSilicoSpectro::InSilico::MassCalculator 1.0.19

InSilicoSpectro::InSilico::MassCalculator 1.0.19


MassCalculator is a Perl module that implements common mass computations in mass spectrometry. more>>
MassCalculator is a Perl module that implements common mass computations in mass spectrometry.

SYNOPSIS

use InSilicoSpectro::InSilico::MassCalculator;
InSilicoSpectro::InSilico::MassCalculator::init(insilicodef.xml);

MassCalculator Perl library is intended to support common mass spectrometry-related computations that must be routinely performed by bioinformaticians dealing with mass spectrometry data.

To accommodate as many as possible user requirements, we decided to both support a classical procedural programming model and an object oriented model. Per se MassCalculator is not designed as an object oriented code but we provide a series of elementary classes for modeling proteins, peptides, enzymes, etc. which MassCalculator is compatible with. Moreover, the latter classes are rather simple and neutral in their design such that they should fit, after further derivations eventually, a large range of code design.

We decided not to use Perl object oriented programming to stay with relatively naive and simple code and to allow everybody to decide how to include it in its own project. Nonetheless, MassCalculator is able to deal with Perl objects we provide additionally to represent protein sequences, peptides, enzymes, mass lists, and fragmentation spectra, see their respective documentations.
MassCalculator is released under the LGPL license (see source code).

<<less
Download (1.4MB)
Added: 2007-07-03 License: LGPL (GNU Lesser General Public License) Price:
843 downloads
mysqlRadiusd 1.71

mysqlRadiusd 1.71


mysqlRadiusd project is a MySQL driven RADIUS daemon. more>>
mysqlRadiusd project is a MySQL driven RADIUS daemon.

mysqlRadiusd is a RADIUS daemon based on the 1.6.6 Cistron distribution and the mySQL patches that has been modified for use with the mysqlISP GPL ISP management software system.

It is very stable and can handle large ISPs easily while pumping mass accounting records into mysqlRadacct subsystem at a tremendous rate from even multi-server clusters.

<<less
Download (0.082MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
956 downloads
mod_vhost_hash_alias 1.0

mod_vhost_hash_alias 1.0


mod_vhost_hash_alias is an Apache HTTPD module that allows mass hosting. more>>
mod_vhost_hash_alias is an Apache HTTPD module that allows mass hosting with good distribution across a unified directory namespace.

Administrators no longer have to use complex regexps with mod_rewrite, since they can use mod_vhost_hash_alias to do a better job and use fewer resources.

mod_vhost_hash_alias is a component of the VHFFS hosting platform which is used by the Web hosting provider Tuxfamily.org.

Configuration

#
# Request the module
#
LoadModule vhost_hash_alias_module mod_vhost_hash_alias.so

#
# mod_vhost_hash_alias have to be enabled for each virtual host (catch-all)
#
HashEnable On

#
# Digest algorithm to use:
# CRC32, ADLER32, MD5, SHA1, SHA256, or other types
# supported by the module and libmhash
#
HashType md5

#
# The output encoding (rfc3548) of hash result
# hexa, base16_low, base16_up, base32_low, base32_up, base64_ufs,
#
HashEncoding base16

#
# Number of characters to use to build the document root
# The hash string is truncated to this length
#
HashLimit 8

#
# Splitting scheme
# Specify the size of each chunk of the digest string
# The last count is taken until the end of string is reached
#
HashSplit 1 1 3

#
# The base directory used to build the document root
# (mandatory)
#
HashDocumentRootPrefix /var/lib/www

#
# A directory added to the final built root
# (optionnal)
#
HashDocumentRootSuffix htdocs

#
# A list of host prefix to strip
# eg: this handle basic web aliasing
# http://www.example.com/
# will point on the same document root than
# http://example.com/
#
# (optionnal)
#
HashAddAliasPrefix www ftp

#
# A prefix to add to the server name before it will be hashed
# Act like a salt and must be keeped secret to be efficient
#
# (optionnal)
#
<<less
Download (0.30MB)
Added: 2005-09-22 License: GPL (GNU General Public License) Price:
1494 downloads
Summary 1.0

Summary 1.0


Summary is a project that offers mass view and edit content in a summary table. more>>
Summary is a project that offers mass view and edit content in a summary table.
Summary product adds a new field type "SummaryField". SummaryField allows viewing and editing data collected from other content objects. Data is displayed as a table which acts as a shortcut for quick overviews and mass editing.
Main features:
- Collect information from other objects
- Display it in easy-to-digest table form
- Edit data without the need of going through many clicks to the object edit view
- Mass review content based on author name and content title
- Spreadsheet kind of data input
- Replace some Smart Folders use cases with a possibility to edit values too
- Default action is to collect and edit data from child content objects and their fields. Content objects appear as rows and field appear as column in the resulting table.
- Provides a flexible API for custom storage backends and use cases
- Different computed values can be placed to the summary table
- Per cell edit control disabling - no accidental misedits of already valid data
- Per cell input value validation
- Out-of-box supported field and widget types
- Text fields
- Integer fields
- Floating point fields
- Selection list fields
<<less
Download (0.12MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
976 downloads
phpMMS 7.00

phpMMS 7.00


phpMMS is a webbased frontend for XMMS or mplayer in the beta version. more>>
phpMMS is a webbased frontend for XMMS or mplayer in the beta version. phpMMS project is Open Source Software (GPL-2), developed and given to the community by MaasOnline, and the-erm.com.
With phpMMS, you can control your XMMS player from every browser, or rate your songs used by rphpMMS. It allows you to control your XMMS, no matter if its running on your webserver or on any other computer connected to the internet. phpMMS depends on the iNetCtl XMMS plugin.
To use phpMMS, you need a webserver (tested with Apache 1.x and 2.x) with PHP (version 4, should work with version 5) and GD (version 1.x or 2.x) support.
phpMMS supports multiple skins, if youve designed a new skin and want to include it in the next phpMMS version, thesurfer, or Erm. Please note there are 2 versions of phpMMS on sourceforge. One is designed for rphpMMS, and one is not.
Main features:
- Search your music collection.
- Que songs
- Trash can to get rid of those songs all admins rates a 0.
- Set all genres in the playlist easily and quickly.
- Set all of a specific artist genre.
- Mass rate an artist.
- Set Que only specific ratings
- Set Que only specific genres
- Save genre lists
- Turn listeners on or off
- back, next, jump, remove songs.
- Rate
<<less
Download (0.19MB)
Added: 2006-04-04 License: GPL (GNU General Public License) Price:
1299 downloads
jGossip 1.0

jGossip 1.0


jGossip is simple and powerful forum (message board) software implemented on J2EE platform. more>>
jGossip is simple and powerful forum (message board) software implemented on J2EE platform.It is using Struts framework.

Features of jgossip:

P planned
I implemented
R - released
D development in progress
C - cancelled
F - deferred

(R) Different environments.
Tested platforms include: Apache with Tomcat 4.1 , Jetty 4.2,SunOne 7.0
(R) Fully validated user input
(R) Powerful and extensive authorisation system
(R) Auto Login for easy login of users
(R) Strong encryption to keep passwords safe in the database
(R) Support for both cookie and URI-based sessions
(R) Unlimited forums can be organised into as many categories as you like
(R) New posts flag to identify new messages
(D) Private forums and those only for specified user groups
(R) Powerful search facility
(P) Automatic URL linking in posts
(R) Support of standard and extended BBCode tags in posts
(P) Polls
(R) Email notification of replies to topics
(R) Powerful topic subscription capability
(R) Emotions(Smiles) in posts
(P) Popular Discussions (Users can view the most popular topics from the main forum page).
(P) User Defined Bookmark for topics
(D) Internationalization (i18n) Support
(R) Forum, user and group permission management
(R) Moderation, so you can delegate the content moderation to a specific user
(R) Audit Logging in to database. Browse of audit logs by web interface.
(D) Control forum access to specified user groups
(R) Unlimited members
(R) Personal profile creation
(R) Post counting ranks for users
(P) Email-like private messaging system
(R) Supports avatars
(R) File attachment with posts
(R) Delete/move/lock/unlock of topics
(R) Delete single posts
(P) Move of posts
(P) Topic splitting
(P) Word censoring
(R) Extensive ban management, ban by email address, username or single/multiple IP address or hostname
(R) IP tracking of posts and posters
(R) Mass emailing of groups and users by the administrator
(P) Multiple styles available for the user to choose from
<<less
Download (5.8MB)
Added: 2006-06-24 License: MPL (Mozilla Public License) Price:
1218 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5