0.8.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 82
Esra 0.8.1
Esra is a pure Java library for the interactive analysis of molecular mechanics data. more>>
Esra is a pure Java library for the interactive analysis of molecular mechanics data.
Esra is a lean and mean library of portable, flexible, generic, object-oriented (sometimes), functional (some other times), scriptable, well-tested (we hope), statically-typed (sometimes), dynamically-typed (again, some other times), XML-based (well, actually not) and reasonably high-performance routines (both basic and more advanced) for the analysis of molecular mechanics data (GROMOS96 molecular dynamics trajectories, mostly).
Esra is strictly optimized for fun. The development process is open and informal.
Main features:
- portable and scriptable
- surprisingly fast
- clever, watertight argument parsing library.
- 100 % pure java linear algebra library for convenient vector/matrix manipulations.
- common coordinate transformations, such as gathering, fitting.
- simple, hierarchical selection language (AtomSpecifiers)
- common analyses such as RMSDs, dipole moments, radii of gyration, hydrogen bonding, dssp secondary structure assignment.
- thorough API documentation, simple, flat data structures, generic algorithms, unit testing (still in the works).
- its free and open.
<<lessEsra is a lean and mean library of portable, flexible, generic, object-oriented (sometimes), functional (some other times), scriptable, well-tested (we hope), statically-typed (sometimes), dynamically-typed (again, some other times), XML-based (well, actually not) and reasonably high-performance routines (both basic and more advanced) for the analysis of molecular mechanics data (GROMOS96 molecular dynamics trajectories, mostly).
Esra is strictly optimized for fun. The development process is open and informal.
Main features:
- portable and scriptable
- surprisingly fast
- clever, watertight argument parsing library.
- 100 % pure java linear algebra library for convenient vector/matrix manipulations.
- common coordinate transformations, such as gathering, fitting.
- simple, hierarchical selection language (AtomSpecifiers)
- common analyses such as RMSDs, dipole moments, radii of gyration, hydrogen bonding, dssp secondary structure assignment.
- thorough API documentation, simple, flat data structures, generic algorithms, unit testing (still in the works).
- its free and open.
Download (1.4MB)
Added: 2007-01-10 License: BSD License Price:
1019 downloads
mhrw 0.8.1
mhrw is a commandline tool for manipulating mail headers. more>>
mhrw is a tool for mailheader manipulation. mhrw can be useful in complex MTA setups. In general, headers shouldnt be rewritten, but i found myself configuring an MTA with special delivery methods, where delivery took place depending on spamassassins spam-level and various other things.
In this setup, smtpd and delivery were completely different tasks without any communication possible between them. So, i decided to use the mail-headers loading some additional neccessary information. To get rid of lots of slow scripts, mhrw was born.
How it works:
mhrw reads mails from < stdin > or (if argument is given) from < file >. It supports two operating modes,
a) replace some part of the header, matched by a regular expression,
b) add some part to the header below the former last headerline.
In no way the body of a message is touched. Anything below the header is passed through. Also, the message will always pass until EOF.
Examples:
To show some example, on how to use mhrw, ill define the following (not
really standard, but very simple) mail as origin:
Received: somehost (somehost.somewhere) by uid 1007 with esmtp
X-Authenticated-SMTP: username
Received: anyhost; date
Subject: some test
body
...
If this mailalike header is getting used by following command:
mhrw ^X-Authenticated-SMTP: .*$
this will result in:
Received: somehost (somehost.somewhere) by uid 1007 with esmtp
Received: anyhost; date
Subject: some test
body
...
Youre able to use any regular expression you like, limited (by default) upto 4 subqueries.
The second argument (the replacement string) interprets written n and r sequences.
Installation:
mhrw dosnt relay on libraries and is written with a very basic set of commands, so:
./configure
make
make install
should build the binary on most platforms.
<<lessIn this setup, smtpd and delivery were completely different tasks without any communication possible between them. So, i decided to use the mail-headers loading some additional neccessary information. To get rid of lots of slow scripts, mhrw was born.
How it works:
mhrw reads mails from < stdin > or (if argument is given) from < file >. It supports two operating modes,
a) replace some part of the header, matched by a regular expression,
b) add some part to the header below the former last headerline.
In no way the body of a message is touched. Anything below the header is passed through. Also, the message will always pass until EOF.
Examples:
To show some example, on how to use mhrw, ill define the following (not
really standard, but very simple) mail as origin:
Received: somehost (somehost.somewhere) by uid 1007 with esmtp
X-Authenticated-SMTP: username
Received: anyhost; date
Subject: some test
body
...
If this mailalike header is getting used by following command:
mhrw ^X-Authenticated-SMTP: .*$
this will result in:
Received: somehost (somehost.somewhere) by uid 1007 with esmtp
Received: anyhost; date
Subject: some test
body
...
Youre able to use any regular expression you like, limited (by default) upto 4 subqueries.
The second argument (the replacement string) interprets written n and r sequences.
Installation:
mhrw dosnt relay on libraries and is written with a very basic set of commands, so:
./configure
make
make install
should build the binary on most platforms.
Download (0.29MB)
Added: 2006-02-08 License: GPL (GNU General Public License) Price:
1353 downloads
PRICE 0.8.1
PRICE can open several image file formats and apply high-quality filters and other enhancements. more>>
PRICE can open several image file formats and apply high-quality filters and other enhancements. PRICE was written to support the authors research in image processing.
PRICE was born to support my research in image processing. So I have decided to work on a usable application that can open several file formats and apply high quality filters and other enhancements to the image.
<<lessPRICE was born to support my research in image processing. So I have decided to work on a usable application that can open several file formats and apply high quality filters and other enhancements to the image.
Download (0.15MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1089 downloads
DBToy 0.8.1
DBToy is a fuse-based filesystem for linux. more>>
DBToy is a fuse-based filesystem for linux. DBToy that lets you browse the contents of a relational database through a set of directories and xml files.
You will see a directory for every schema in your db, each containing a directory for every table. In the "table" dirs there are a couple of files with the tables definition and data.
You will find instruction on how to compile and use the module and the daemon in the readme file contained in the source distribution.
Playing with dbtoyfs
1) Make sure your rdbms server is running and reachable from your linux box, modprobe fuse kernel module.
2) run "dbtoy -u username -p password mountpoint" (dbtoy with no args shows help)
3) walk through you filesystem.
Each schema has its directory, containing one subdirectory for each table. Inside the dirs there is one file with the description of the datatypes and another with the data.
Ex.:
mountpoint
|
+------schema1
| ....
+------schemaN
|
+-----table1
| .....
+-----tableM
|
+-----data
+-----types
You can "cat mountpoint/schemaN/tableM/types" to see a description of the table, or look at the data. At the moment XML is the only output format.
If you feel lucky can play with the EXPERIMENTAL query file feature: "cat data?col=val" where col is a valid column name and val is a feasible value for col (and string must be quoted!)
<<lessYou will see a directory for every schema in your db, each containing a directory for every table. In the "table" dirs there are a couple of files with the tables definition and data.
You will find instruction on how to compile and use the module and the daemon in the readme file contained in the source distribution.
Playing with dbtoyfs
1) Make sure your rdbms server is running and reachable from your linux box, modprobe fuse kernel module.
2) run "dbtoy -u username -p password mountpoint" (dbtoy with no args shows help)
3) walk through you filesystem.
Each schema has its directory, containing one subdirectory for each table. Inside the dirs there is one file with the description of the datatypes and another with the data.
Ex.:
mountpoint
|
+------schema1
| ....
+------schemaN
|
+-----table1
| .....
+-----tableM
|
+-----data
+-----types
You can "cat mountpoint/schemaN/tableM/types" to see a description of the table, or look at the data. At the moment XML is the only output format.
If you feel lucky can play with the EXPERIMENTAL query file feature: "cat data?col=val" where col is a valid column name and val is a feasible value for col (and string must be quoted!)
Download (0.009MB)
Added: 2007-02-02 License: GPL (GNU General Public License) Price:
994 downloads
FreeJ 0.8.1
FreeJ is a digital instrument for real-time video processing. more>>
FreeJ project is an instrument for realtime manipulation of various video layers combined with live effects. Layers are implemented to mix together webcams, TV, movie files, images and text and can be rendered in various ways.
FreeJ can be operated live using hotkeys, also remotely over networks (VJoE), while operations can also be scripted in a object oriented procedural language (Javascript). The core engine is multithreaded and asynchronous so it can accept various controllers at the same time: by now MIDI and joystick controls are implemented.
FreeJ is being developed in the hope to provide the GNU community with a free instrument for video manipulation: to be employed in veejaying, theater performance and digital scenography, while at present is also being used for visualisation in medical analisys.
FreeJ, as a free modularized GNU/Linux framework, makes it easy to write simple effect algorithms and combine them with others, obtaining multiple results and keeping them compatible with as much devices as possible.
FreeJ is written with efficiency in mind, benefits of a realtime object oriented architecture that makes efficient use of multithreading (in which the layers run in parallel), also taking advantage of multiple CPUs and cluster systems.
The language employed in development is C/C++ respecting POSIX compliance and avoiding the computational bloat of some advanced C++ functions.
Its API is fairly understandable, youll also find a first description in the documentation section.
Main features:
- live compositing of multiple webcams, TV signals,
- movie files, images, TXT files, particle generators and more..
- can be remotely controlled (VJoE)
- can be scripted in procedural object oriented language
- no frame drop when looping movie clips
- Emacs/Vi style console with hotkeys (S-Lang)
- can accept asynchronous controllers at the same time
- (Midi, joystick and more coming..)
- very efficient video engine with multithreaded layers
- 100% GNU Public License Free Software
- modular C/C++ code and flexible API
Version restrictions:
- a GNU/Linux or Apple/OSX workstation (see README.OSX)
- Simple Directmedia Layer library
- S-Lang console library
Enhancements:
- encoding to Ogg/Theora video file
- live streaming to Icecast2
- initial support for audio
- improvements to script functionality
- some libraries are now statically included
<<lessFreeJ can be operated live using hotkeys, also remotely over networks (VJoE), while operations can also be scripted in a object oriented procedural language (Javascript). The core engine is multithreaded and asynchronous so it can accept various controllers at the same time: by now MIDI and joystick controls are implemented.
FreeJ is being developed in the hope to provide the GNU community with a free instrument for video manipulation: to be employed in veejaying, theater performance and digital scenography, while at present is also being used for visualisation in medical analisys.
FreeJ, as a free modularized GNU/Linux framework, makes it easy to write simple effect algorithms and combine them with others, obtaining multiple results and keeping them compatible with as much devices as possible.
FreeJ is written with efficiency in mind, benefits of a realtime object oriented architecture that makes efficient use of multithreading (in which the layers run in parallel), also taking advantage of multiple CPUs and cluster systems.
The language employed in development is C/C++ respecting POSIX compliance and avoiding the computational bloat of some advanced C++ functions.
Its API is fairly understandable, youll also find a first description in the documentation section.
Main features:
- live compositing of multiple webcams, TV signals,
- movie files, images, TXT files, particle generators and more..
- can be remotely controlled (VJoE)
- can be scripted in procedural object oriented language
- no frame drop when looping movie clips
- Emacs/Vi style console with hotkeys (S-Lang)
- can accept asynchronous controllers at the same time
- (Midi, joystick and more coming..)
- very efficient video engine with multithreaded layers
- 100% GNU Public License Free Software
- modular C/C++ code and flexible API
Version restrictions:
- a GNU/Linux or Apple/OSX workstation (see README.OSX)
- Simple Directmedia Layer library
- S-Lang console library
Enhancements:
- encoding to Ogg/Theora video file
- live streaming to Icecast2
- initial support for audio
- improvements to script functionality
- some libraries are now statically included
Download (1.5MB)
Added: 2005-08-07 License: GPL (GNU General Public License) Price:
1543 downloads
qrwho 0.8.1
qrwho is a graphical frontend for rwho/rwhod based on Qt. more>>
qrwho is a graphical frontend for rwho/rwhod based on Qt. qrwho has a very simple user interface and can be used to show the users currently logged in and the average loads of the hosts in the network .
The usage is very simple, a left mouse click forces an update (by default the display is updated every minute) and a right mouse click opens a popup menu with some configuration and information menu items.
qrwho uses a file created and named $HOME/.qrwho, which stores the preferences.
To build this program, you will need:
g++
qt-2.x:
qrwho has no special command line options, only the options provided by Qt (these are informations from the QApplication-documentation):
Qt debugging options (not available if Qt was compiled with the NO_DEBUG flag defined):
nograb, tells Qt to never grab the mouse or the keyboard.
dograb (only under X11), running under a debugger can cause an implicit -nograb, use dograb to override.
sync (only under X11), switches to synchronous mode for debugging.
All Qt programs automatically support the following command line options:
style= style, sets the application GUI style. Possible values are motif, windows, and platinum.
session= session, restores the application from an earlier session.
The X11 version of Qt also supports some traditional X11 command line options:
display display, sets the X display (default is $DISPLAY).
geometry geometry, sets the client geometry of the main widget.
fn or -font font, defines the application font.
bg or -background color, sets the default background color and an application palette (light and dark shades are calculated).
fg or -foreground color, sets the default foreground color.
btn or -button color, sets the default button color.
name name, sets the application name.
title title, sets the application title (caption).
visual TrueColor, forces the application to use a TrueColor visual on an 8-bit display.
ncols count, limits the number of colors allocated in the color cube on a 8-bit display, if the application is using the QApplication::ManyColor color specification. If count is 216 then a 6x6x6 color cube is used (ie. 6 levels of red, 6 of green, and 6 of blue); for other values, a cube approximately proportional to a 2x3x1 cube is used.
cmap, causes the application to install a private color map on an 8-bit display.
<<lessThe usage is very simple, a left mouse click forces an update (by default the display is updated every minute) and a right mouse click opens a popup menu with some configuration and information menu items.
qrwho uses a file created and named $HOME/.qrwho, which stores the preferences.
To build this program, you will need:
g++
qt-2.x:
qrwho has no special command line options, only the options provided by Qt (these are informations from the QApplication-documentation):
Qt debugging options (not available if Qt was compiled with the NO_DEBUG flag defined):
nograb, tells Qt to never grab the mouse or the keyboard.
dograb (only under X11), running under a debugger can cause an implicit -nograb, use dograb to override.
sync (only under X11), switches to synchronous mode for debugging.
All Qt programs automatically support the following command line options:
style= style, sets the application GUI style. Possible values are motif, windows, and platinum.
session= session, restores the application from an earlier session.
The X11 version of Qt also supports some traditional X11 command line options:
display display, sets the X display (default is $DISPLAY).
geometry geometry, sets the client geometry of the main widget.
fn or -font font, defines the application font.
bg or -background color, sets the default background color and an application palette (light and dark shades are calculated).
fg or -foreground color, sets the default foreground color.
btn or -button color, sets the default button color.
name name, sets the application name.
title title, sets the application title (caption).
visual TrueColor, forces the application to use a TrueColor visual on an 8-bit display.
ncols count, limits the number of colors allocated in the color cube on a 8-bit display, if the application is using the QApplication::ManyColor color specification. If count is 216 then a 6x6x6 color cube is used (ie. 6 levels of red, 6 of green, and 6 of blue); for other values, a cube approximately proportional to a 2x3x1 cube is used.
cmap, causes the application to install a private color map on an 8-bit display.
Download (0.066MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1191 downloads
Opale 0.8.1
Opale is a very simple personal bank account manager for KDE and KOffice. more>>
Opale is a very simple personal bank account manager for KOffice and KDE.
<<less Download (0.15MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
804 downloads
Gslist 0.8.1
Gslist is a command-line game servers browser and heartbeats sender with multiple options and functions. more>>
Gslist is a game servers browser which supports an incredible amount of games (over 800) for many platforms.
It can work in both command-line and GUI mode.
Main features:
- tons of games supported and for various platforms: PC, Mac, Playstation 2, Nintendo DS, PSP, Dreamcast and more
- web GUI: Gslist can be easily used through a web browser like any "classical" server browser but with the difference of being more simple to use and (optionally) supporting multiple users
- can execute a program for each online server found
- has a filter option for selecting only the servers with specific features
- its list of supported games is updatable
- supports many options for redirecting and formatting its output
- can send hearbeats for adding your IP in the servers list
- supports different types of queries for retrieving informations from the servers
- its optimized for speed and resources
Enhancements:
- Some features were added.
- Some bugs in the Web GUI were fixed.
<<lessIt can work in both command-line and GUI mode.
Main features:
- tons of games supported and for various platforms: PC, Mac, Playstation 2, Nintendo DS, PSP, Dreamcast and more
- web GUI: Gslist can be easily used through a web browser like any "classical" server browser but with the difference of being more simple to use and (optionally) supporting multiple users
- can execute a program for each online server found
- has a filter option for selecting only the servers with specific features
- its list of supported games is updatable
- supports many options for redirecting and formatting its output
- can send hearbeats for adding your IP in the servers list
- supports different types of queries for retrieving informations from the servers
- its optimized for speed and resources
Enhancements:
- Some features were added.
- Some bugs in the Web GUI were fixed.
Download (0.15MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1496 downloads
PFconf 0.8.1
PFconf is a very simple script collection to ease working with naked packet filters. more>>
PFconf is a very simple script collection to ease working with "naked" packet filters.
Most ACLs (packet filters) dont work with "group" objects where one can list tables of IP addresses and networks for which one rule is applied. OpenBSDs "PF" is a exception from this rule.
So if you have three mail servers and 5 protocols (smpt, pop3, pop3s, imap, imaps) you will need to write 15 rules instead of one - and not forget a single permutation. With PFconf you only need one rule - and the script will take care of the necessary permutations.
These scripts are designed to be fairly simple, leave way room for comments (who ordered that, why is this rule here, etc) - and the usual quartett: small, efficient, portable and easy to use.
NAT handling and management scripts (when is a rule due for re-evaluation) will come soon. Target conversion for Cisco ACLs as well as for OpenBSDs PF will probably follow not far behind...
<<lessMost ACLs (packet filters) dont work with "group" objects where one can list tables of IP addresses and networks for which one rule is applied. OpenBSDs "PF" is a exception from this rule.
So if you have three mail servers and 5 protocols (smpt, pop3, pop3s, imap, imaps) you will need to write 15 rules instead of one - and not forget a single permutation. With PFconf you only need one rule - and the script will take care of the necessary permutations.
These scripts are designed to be fairly simple, leave way room for comments (who ordered that, why is this rule here, etc) - and the usual quartett: small, efficient, portable and easy to use.
NAT handling and management scripts (when is a rule due for re-evaluation) will come soon. Target conversion for Cisco ACLs as well as for OpenBSDs PF will probably follow not far behind...
Download (0.005MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
695 downloads
ManEdit 0.8.1
ManEdit is a UNIX Manual (man, manpage) page editor, viewer, and browser. more>>
ManEdit is a UNIX manual page editor and viewer, it is designed specifically for the editing of the UNIX manual page format using an integrated XML interface.
Although some developers with more resources can create a source document using a much more advanced editor and then export to multiple file formats, the average UNIX contributor is not up to that mountainous task. So to make UNIX documentation simpler, there is ManEdit!
Main features:
- XML Interface and Multiple Sectional Editing
- Instant preview feature and stand-alone viewer/browser
- Drag and Drop system and templates for easy mass production
- Multiple editors/viewers and multiple files loaded per editor for convient mass editing
<<lessAlthough some developers with more resources can create a source document using a much more advanced editor and then export to multiple file formats, the average UNIX contributor is not up to that mountainous task. So to make UNIX documentation simpler, there is ManEdit!
Main features:
- XML Interface and Multiple Sectional Editing
- Instant preview feature and stand-alone viewer/browser
- Drag and Drop system and templates for easy mass production
- Multiple editors/viewers and multiple files loaded per editor for convient mass editing
Download (0.67MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
990 downloads
PlaySMS 0.8.1
PlaySMS is a flexible Web-based Mobile Portal System. more>>
PlaySMS is a flexible Web-based Mobile Portal System. PlaySMS can be made to fit to various services such as an SMS gateway, personal messaging systems, corporate and group communication tools.
Main features:
- Multiple database engine supported (using PEAR DB)
- Available for shared database usage (tables using its own prefix)
- Send SMS to single mobile phone (web2mobile)
- Send SMS broadcasted (bulk SMS) to a group of mobile phones (web2mobiles)
- Support sending flash and unicode message
- Receive private SMS to Inbox (mobile2web)
- Forward single SMS from mobile phone to a group of mobile phones (mobile2mobiles)
- SMS autoreply, for easy autoreplying formatted incoming SMS
- SMS board, forward received SMS to email,html and/or xml page
- SMS command, execute server side shell script using SMS
- SMS custom, forward incoming SMS to custom SMS application
- SMS poll, manage polling system using SMS
- Simple webservices for sending SMS and retrieving delivery reports (ws.php)
- Create your own gateway module other than Gnokii, Kannel or sms server Clickatell
- Easy webbased control panel
<<lessMain features:
- Multiple database engine supported (using PEAR DB)
- Available for shared database usage (tables using its own prefix)
- Send SMS to single mobile phone (web2mobile)
- Send SMS broadcasted (bulk SMS) to a group of mobile phones (web2mobiles)
- Support sending flash and unicode message
- Receive private SMS to Inbox (mobile2web)
- Forward single SMS from mobile phone to a group of mobile phones (mobile2mobiles)
- SMS autoreply, for easy autoreplying formatted incoming SMS
- SMS board, forward received SMS to email,html and/or xml page
- SMS command, execute server side shell script using SMS
- SMS custom, forward incoming SMS to custom SMS application
- SMS poll, manage polling system using SMS
- Simple webservices for sending SMS and retrieving delivery reports (ws.php)
- Create your own gateway module other than Gnokii, Kannel or sms server Clickatell
- Easy webbased control panel
Download (0.15MB)
Added: 2006-05-08 License: GPL (GNU General Public License) Price:
1276 downloads
Download (1.1MB)
Added: 2005-09-07 License: GPL (GNU General Public License) Price:
1512 downloads
Easyval 0.8.1
Easyval is a very basic implementation of interval arithmetic, using hardware doubles as interval bounds. more>> <<less
Download (0.30MB)
Added: 2005-09-26 License: LGPL (GNU Lesser General Public License) Price:
1489 downloads
Download (0.77MB)
Added: 2005-04-22 License: Python License Price:
1648 downloads
Hinversi 0.8.1
Hinversi project is yet another implementation of Othello/Reversi. more>>
Hinversi project is yet another implementation of Othello/Reversi.
Hinversi is a implementation of Reversi (a.k.a. Othello), a board game in the style of Go.
It can support many frontends and backends, so you can select how clever your computer opponent is, and whether you like to play using the console or a GUI.
You can also let one AI engine play against another one.
Enhancements:
- The build process has been changed to also make without "check".
<<lessHinversi is a implementation of Reversi (a.k.a. Othello), a board game in the style of Go.
It can support many frontends and backends, so you can select how clever your computer opponent is, and whether you like to play using the console or a GUI.
You can also let one AI engine play against another one.
Enhancements:
- The build process has been changed to also make without "check".
Download (0.39MB)
Added: 2007-03-31 License: GPL (GNU General Public License) Price:
937 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 0.8.1 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed