serious wheels
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 236
strobe-classb 1.8
strobe-classb is a small and fast network scanner for Linux. more>>
strobe-classb is a small and fast network scanner for Linux. It works best on kernel 2.0.36. It was originally designed for scanning for open e-mail relays on your LAN. Version 1.8 works on Linux 2.0.35 and later and Linux 2.2.8 and later.
Also here is RH5.0-5.2-patchscript - a script to fix a problem in RedHat 5.0 to 5.2s relaying rulesets where certain envelope recipients could be used to trick the anti-relaying rulesets.
relay-check.pl is included as an example use of the program. It is how I use the program - to scan my Universitys class B network on a regular basis to detect spam relays, which I then use list-hosts.pl to list sorted by network so that I can notify the individual network admins.
I also use this program to detect other, more serious security problems locally. I will not be releasing any of the code I use for this (both because it isnt "production-quality" and because I find so much with these checks that I dont want others to use them). Consider relay-check.pl to be the example of how the code *should* be used, and develop what checks you wish to use locally. If you want a security scanner, http://www.nessus.org/ seems quite promising.
Each perl script has brief documentation at the start of it. If you do not understand this documentation then read the code. If you do not understand the code then you should not be running the program.
<<lessAlso here is RH5.0-5.2-patchscript - a script to fix a problem in RedHat 5.0 to 5.2s relaying rulesets where certain envelope recipients could be used to trick the anti-relaying rulesets.
relay-check.pl is included as an example use of the program. It is how I use the program - to scan my Universitys class B network on a regular basis to detect spam relays, which I then use list-hosts.pl to list sorted by network so that I can notify the individual network admins.
I also use this program to detect other, more serious security problems locally. I will not be releasing any of the code I use for this (both because it isnt "production-quality" and because I find so much with these checks that I dont want others to use them). Consider relay-check.pl to be the example of how the code *should* be used, and develop what checks you wish to use locally. If you want a security scanner, http://www.nessus.org/ seems quite promising.
Each perl script has brief documentation at the start of it. If you do not understand this documentation then read the code. If you do not understand the code then you should not be running the program.
Download (0.012MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1207 downloads
ArgusEye 0.0.6
ArgusEye is a GUI for some of the features of Argus. more>>
ArgusEye is a GUI for some of the features of Argus. Argus is a powerful suite of tools for transaction-based network auditing.
The project aims at supporting daily work with Argus by providing a graphical user interface.
Goals:
- A GUI to help in the daily work with Argus
- Scalable for enterprise usage
- Support for everything you can do with Argus
- Dont re-invent the wheel (not considering proprietary wheels...)
<<lessThe project aims at supporting daily work with Argus by providing a graphical user interface.
Goals:
- A GUI to help in the daily work with Argus
- Scalable for enterprise usage
- Support for everything you can do with Argus
- Dont re-invent the wheel (not considering proprietary wheels...)
Download (0.025MB)
Added: 2007-02-11 License: GPL (GNU General Public License) Price:
986 downloads
KStars 1.2
KStars is a graphical representation of the night sky for KDE. more>>
KStars is a Desktop Planetarium for KDE. KStars application provides an accurate graphical simulation of the night sky, from any location on Earth, at any date and time.
The display includes 130,000 stars, 13,000 deep-sky objects,all 8 planets, the Sun and Moon, and thousands of comets and asteroids.
This is the version of KStars for KDE-3.5.2. If you already have the kdeedu-3.5.2 package installed, then you do not need this.
Enhancements:
- Improved NGC/IC catalog
- A GUI Tool for adding custom catalogs
- Improved Object Details window, including customizable thumbnail image
- Allow negative timesteps in Solar System tool
- Highlight objects on the sky which are in the Observing list
- Save/Load Observing Lists
- New Calculator module: Radial velocity conversion
- DCOP functions to store/retrieve user settings
- Can now execute "foreign" DCOP scripts
- INDI: New CCD Preview tool
- INDI: Add support for Apogee CCDs
- INDI: Add support for Meade Lunar Planetary Imager
- INDI: Add support for Sky Commander
- INDI: Add support for Finger Lakes Instruments Filter Wheels
<<lessThe display includes 130,000 stars, 13,000 deep-sky objects,all 8 planets, the Sun and Moon, and thousands of comets and asteroids.
This is the version of KStars for KDE-3.5.2. If you already have the kdeedu-3.5.2 package installed, then you do not need this.
Enhancements:
- Improved NGC/IC catalog
- A GUI Tool for adding custom catalogs
- Improved Object Details window, including customizable thumbnail image
- Allow negative timesteps in Solar System tool
- Highlight objects on the sky which are in the Observing list
- Save/Load Observing Lists
- New Calculator module: Radial velocity conversion
- DCOP functions to store/retrieve user settings
- Can now execute "foreign" DCOP scripts
- INDI: New CCD Preview tool
- INDI: Add support for Apogee CCDs
- INDI: Add support for Meade Lunar Planetary Imager
- INDI: Add support for Sky Commander
- INDI: Add support for Finger Lakes Instruments Filter Wheels
Download (7.2MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
739 downloads
SLOOPS 0.01
SLOOPS - Simple, Light, Object Oriented Persistence System. more>>
SLOOPS - Simple, Light, Object Oriented Persistence System.
SLOOPS is a lightweight Object Oriented persistence system.
If you want to follow the tutorial, uncompress the distribution from command line !
It has been designed with simplicity and reliability in mind. So you should expect:
- VERY EASY AND QUICK implementation of your own datamodel. - VERY EASY retrieving of your data. - Some limitations that are negligable for 90% of cases !
It has been tested in production environment for months, so you can relie on it !
It allows to make objects persistents with just a few lines of declarative code. It supports:
- Inheritance
- Class polymorphism.
- Scalar attributes ( can be Object ! )
- SQL Free queries !
- MySQL database ( other ones in the future ).
- Optionnal caching based on Cache::FastMemoryCache .
It doesnt support :
- nonscalar attributes. So you have to do helper objects to support n-n relations . Is it so bad ?
- transaction . Thats a serious issue. Will be implemented with other database support !
<<lessSLOOPS is a lightweight Object Oriented persistence system.
If you want to follow the tutorial, uncompress the distribution from command line !
It has been designed with simplicity and reliability in mind. So you should expect:
- VERY EASY AND QUICK implementation of your own datamodel. - VERY EASY retrieving of your data. - Some limitations that are negligable for 90% of cases !
It has been tested in production environment for months, so you can relie on it !
It allows to make objects persistents with just a few lines of declarative code. It supports:
- Inheritance
- Class polymorphism.
- Scalar attributes ( can be Object ! )
- SQL Free queries !
- MySQL database ( other ones in the future ).
- Optionnal caching based on Cache::FastMemoryCache .
It doesnt support :
- nonscalar attributes. So you have to do helper objects to support n-n relations . Is it so bad ?
- transaction . Thats a serious issue. Will be implemented with other database support !
Download (0.014MB)
Added: 2007-05-16 License: Perl Artistic License Price:
891 downloads
Rigs of Rods 0.31a
Rigs of Rods is a truck simulator based on soft body physics. more>>
Rigs of Rods is a truck simulator based on soft body physics.
Rigs of Rods is a simulation game based on a custom advanced soft body physics engine.
In a vast open world, you can drive trucks, control cranes and fly airplanes. The chassis and wheels deform according to the stress they bear, and crashes are interesting to see too!
The linux version is still a release candidate under compatibility testing.
The main issue is that it is compiled with a GCC 4.1.1 compiler, and there are many incompatible C++ ABI out there. So it will probably work on a gcc 4.1.1 system, and break on a gcc 3.4 or 3.6 system. I dont know if there is an easy fix to that. Be aware that upgrading your gcc may break badly your system if not done correctly, so do it at your own risk.
Also, if you see the config box, but the game crashes, check the sanity of your GLX system first (test with another GLX program) because it breaks easily. It works with NVidia drivers, but I have not tested the ATI ones.
Read the README.LINUX file for more important informations.
Enhancements:
- Boats, with a small wahoo, a Class 1 speedboat contributed by cdquicksilver, and a very large high sea tug, the Smit Rotterdam, that has a rollable platform.
- A new terrain, called "island", that is still under construction but that will soon replace the two classic RoR terrains, because they are not realistic islands.
- Infinite sea with waves. Take the Smit and sail far from the island: you will encounter high swells offshore. You can even configure the wave fields (see the datawavefield.cfg file).
- A separate configurator program. Now you must start the RoRconfig program first, to choose your configuration options, save them, then start RoR.
- Serious bugfixing: camera shaking has been dramatically reduced, and the "crash on plane crash" problem is mostly eliminated.
- Addition of the Challenger car contributed by hemicuda.
<<lessRigs of Rods is a simulation game based on a custom advanced soft body physics engine.
In a vast open world, you can drive trucks, control cranes and fly airplanes. The chassis and wheels deform according to the stress they bear, and crashes are interesting to see too!
The linux version is still a release candidate under compatibility testing.
The main issue is that it is compiled with a GCC 4.1.1 compiler, and there are many incompatible C++ ABI out there. So it will probably work on a gcc 4.1.1 system, and break on a gcc 3.4 or 3.6 system. I dont know if there is an easy fix to that. Be aware that upgrading your gcc may break badly your system if not done correctly, so do it at your own risk.
Also, if you see the config box, but the game crashes, check the sanity of your GLX system first (test with another GLX program) because it breaks easily. It works with NVidia drivers, but I have not tested the ATI ones.
Read the README.LINUX file for more important informations.
Enhancements:
- Boats, with a small wahoo, a Class 1 speedboat contributed by cdquicksilver, and a very large high sea tug, the Smit Rotterdam, that has a rollable platform.
- A new terrain, called "island", that is still under construction but that will soon replace the two classic RoR terrains, because they are not realistic islands.
- Infinite sea with waves. Take the Smit and sail far from the island: you will encounter high swells offshore. You can even configure the wave fields (see the datawavefield.cfg file).
- A separate configurator program. Now you must start the RoRconfig program first, to choose your configuration options, save them, then start RoR.
- Serious bugfixing: camera shaking has been dramatically reduced, and the "crash on plane crash" problem is mostly eliminated.
- Addition of the Challenger car contributed by hemicuda.
Download (29.3MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
901 downloads
SuperTuxKart 0.3.0
SuperTuxKart is an enhanced version of TuxKart, a kart racing game. more>>
SuperTuxKart is an enhanced version of TuxKart, a kart racing game, originaly done by Steve Baker, featuring Tux and a bunch of his friends.
Main features:
- new characters
- new tracks
- a completly new userinterface
- some smaller graphical improvemnts (skidmarks, smoke, animated wheels, etc.)
- whole bunch of new bugs, in its current state its not really playable
<<lessMain features:
- new characters
- new tracks
- a completly new userinterface
- some smaller graphical improvemnts (skidmarks, smoke, animated wheels, etc.)
- whole bunch of new bugs, in its current state its not really playable
Download (10MB)
Added: 2007-07-21 License: GPL (GNU General Public License) Price:
1170 downloads
PROMS 0.12.1
PROMS project is a Web-based project management system. more>>
PROMS project is a Web-based project management system.
Proms is a Web-based project management system whose primary goal is to provide a facility for developers to communicate with other developers, to communicate things to end-users, and to get feed-back from users. It also acts as a placeholder for project information.
Projects can be split up into multiple parts and project maintainers can assign tasks and programmers to each part.
Proms is meant to be a very lightweight replacement of the sourceforge project management software, and has been built more or less modular.
Enhancements:
- This release adds deleting of files and todos, and the ability to flag projects as private.
- The "manage" tab is no longer visible for anonymous users.
- A serious bug that prevented mail from being sent and a bug in the creation of directories that hold project files have been fixed, as well as a bug in the setup script.
<<lessProms is a Web-based project management system whose primary goal is to provide a facility for developers to communicate with other developers, to communicate things to end-users, and to get feed-back from users. It also acts as a placeholder for project information.
Projects can be split up into multiple parts and project maintainers can assign tasks and programmers to each part.
Proms is meant to be a very lightweight replacement of the sourceforge project management software, and has been built more or less modular.
Enhancements:
- This release adds deleting of files and todos, and the ability to flag projects as private.
- The "manage" tab is no longer visible for anonymous users.
- A serious bug that prevented mail from being sent and a bug in the creation of directories that hold project files have been fixed, as well as a bug in the setup script.
Download (0.080MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1004 downloads
Cronos II 0.3.0pre9
Cronos II is a powerful and friendly email client designed for the Gnome Desktop more>>
Cronos II is a powerful and friendly email client designed for the Gnome Desktop.
This project aims to build an email client which incorporates intuitive interface, speed, robustness, simplicity, strenght and realiability.
Clearly, Cronos II achived all this goals, and thats what makes it the best option for you mail management needs.
Other feature that Cronos II counts with is that, even though it depends in almost no other software (just gnome-libs), it can make use of other software and libraries, which will provide you, the user, with great extra features.
Main features:
- Installing new features from Internet (in progress)
- Send later ability
- External editor capability
- Editable toolbar
- Highlighting (both for reading and writing mails)
- Syntax highlighting in mail source code displaying
- Great integration with the Gnome Desktop.
- User interface customizable through Glade.
- Translation to many idioms.
Enhancements:
- This new preview release introduces many changes and serious bugfixes including the account editing crash and the problems with non-Linux platforms. This version is much more stable than the previous one. Now the noHTML plugin is built in so Cronos II supports stripping the HTML tags so it can display HTML messages correctly. GNOME integration has been done much better. Theres a new dialog to be to protect your emails stored locally with a password. A message viewer window has been coded so its possible to open mails in and out of the database using a file manager like gmc or Nautilus.
<<lessThis project aims to build an email client which incorporates intuitive interface, speed, robustness, simplicity, strenght and realiability.
Clearly, Cronos II achived all this goals, and thats what makes it the best option for you mail management needs.
Other feature that Cronos II counts with is that, even though it depends in almost no other software (just gnome-libs), it can make use of other software and libraries, which will provide you, the user, with great extra features.
Main features:
- Installing new features from Internet (in progress)
- Send later ability
- External editor capability
- Editable toolbar
- Highlighting (both for reading and writing mails)
- Syntax highlighting in mail source code displaying
- Great integration with the Gnome Desktop.
- User interface customizable through Glade.
- Translation to many idioms.
Enhancements:
- This new preview release introduces many changes and serious bugfixes including the account editing crash and the problems with non-Linux platforms. This version is much more stable than the previous one. Now the noHTML plugin is built in so Cronos II supports stripping the HTML tags so it can display HTML messages correctly. GNOME integration has been done much better. Theres a new dialog to be to protect your emails stored locally with a password. A message viewer window has been coded so its possible to open mails in and out of the database using a file manager like gmc or Nautilus.
Download (0.92MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1232 downloads
POE::Wheel::Audio::Mad 0.3
POE::Wheel::Audio::Mad is a POE Wheel implementing in-session non-blocking mpeg stream playing. more>>
POE::Wheel::Audio::Mad is a POE Wheel implementing in-session non-blocking mpeg stream playing.
SYNOPSIS
use POE;
use POE::Wheel::Audio::Mad;
POE::Session->create(
inline_states => {
_start => &am_start,
message => &am_message
}
);
sub am_start {
my ($kernel, $heap) = @_[KERNEL, HEAP];
## you may also specify decoder options, listed below..
$heap->{wheel} = new POE::Wheel::Audio::Mad ( message_event => message );
$kernel->yield( decoder_open, {
filename => /path/to/some/stream.mp3,
play => 1
});
}
sub am_message {
my ($kernel, $message) = @_[KERNEL, ARG0];
if ($message->{id} eq INPUT_EOF_WARNING) {
print "finished..n";
undef $heap->{wheel};
} elsif ($message->{id} eq DECODER_FRAME_DATA) {
if (defined($message->{data}->{played})) {
print "rplayed: $message->{data}->{played}";
}
}
}
$poe_kernel->run();
exit();
POE::Wheel::Audio::Mad is an attempt to bring a naitive perl mpeg decoder into a perl session. This module was written to work as a POE Wheel due to its nature -- it simply playes mpeg streams -- you have to do the job of controlling the player and handling updates. This really isnt your traditional wheel.
<<lessSYNOPSIS
use POE;
use POE::Wheel::Audio::Mad;
POE::Session->create(
inline_states => {
_start => &am_start,
message => &am_message
}
);
sub am_start {
my ($kernel, $heap) = @_[KERNEL, HEAP];
## you may also specify decoder options, listed below..
$heap->{wheel} = new POE::Wheel::Audio::Mad ( message_event => message );
$kernel->yield( decoder_open, {
filename => /path/to/some/stream.mp3,
play => 1
});
}
sub am_message {
my ($kernel, $message) = @_[KERNEL, ARG0];
if ($message->{id} eq INPUT_EOF_WARNING) {
print "finished..n";
undef $heap->{wheel};
} elsif ($message->{id} eq DECODER_FRAME_DATA) {
if (defined($message->{data}->{played})) {
print "rplayed: $message->{data}->{played}";
}
}
}
$poe_kernel->run();
exit();
POE::Wheel::Audio::Mad is an attempt to bring a naitive perl mpeg decoder into a perl session. This module was written to work as a POE Wheel due to its nature -- it simply playes mpeg streams -- you have to do the job of controlling the player and handling updates. This really isnt your traditional wheel.
Download (0.022MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1074 downloads
Senigma 0.1.1
The Software Enigma is a little application that imitates the original behaviour of the Enigma, a cryptographic device. more>>
The Software Enigma is a little application that imitates the original behaviour of the Enigma, a cryptographic device that was used in World War II by the Germans. The cipher mechanism was cracked by several different parties (polish, english, ...) in the 40s.
The enigma uses a symmetrical encryption algorithm based on 3 wheels that carry letters in a random order and a reflector wheel also carring letters in random order. A letter passes the 3 wheels, the reflector wheel and then passes the wheels reverse. after each letter the position of the wheels is changed according to the Enigma specifications, see the links below.
The Software Enigma was designed in order to demonstrate the techniques used to crack this mechanism in a coding competition in summer 2000. The Software Enigma can work with more than 3 wheels and can handle more than 26 different characters.
In general you can examine the code and learn to understand the algorithm used to imitate the original Enigma. You can also try to crack encrypted enigma messages by following the procedures that the crackers used in the 40s. You can also use the Software Enigma for encrypting private messages, if you want to rely on an old already cracked cipher mechanism. In any case it is fun playing with it...
Enhancements:
- Corrected historical information inside the docs.
<<lessThe enigma uses a symmetrical encryption algorithm based on 3 wheels that carry letters in a random order and a reflector wheel also carring letters in random order. A letter passes the 3 wheels, the reflector wheel and then passes the wheels reverse. after each letter the position of the wheels is changed according to the Enigma specifications, see the links below.
The Software Enigma was designed in order to demonstrate the techniques used to crack this mechanism in a coding competition in summer 2000. The Software Enigma can work with more than 3 wheels and can handle more than 26 different characters.
In general you can examine the code and learn to understand the algorithm used to imitate the original Enigma. You can also try to crack encrypted enigma messages by following the procedures that the crackers used in the 40s. You can also use the Software Enigma for encrypting private messages, if you want to rely on an old already cracked cipher mechanism. In any case it is fun playing with it...
Enhancements:
- Corrected historical information inside the docs.
Download (0.005MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1204 downloads
Project Lancelot 0.2
Project Lancelot is a modular mailing list manager. more>>
Project Lancelot is a modular mailing list manager.
Far simpler and less feature-rich than the likes of Mailman, it is still quite easy to understand, to change, and to extend.
Project Lancelot is a work in progress and should not (yet) be used for serious applications.
Enhancements:
- This release adds automated bounce processing via VERP.
<<lessFar simpler and less feature-rich than the likes of Mailman, it is still quite easy to understand, to change, and to extend.
Project Lancelot is a work in progress and should not (yet) be used for serious applications.
Enhancements:
- This release adds automated bounce processing via VERP.
Download (0.075MB)
Added: 2006-01-31 License: GPL (GNU General Public License) Price:
1365 downloads
OSGlobeLAN 0.9
OSGlobeLAN project is a Web portal for LAN parties, featuring a seat map system, registration, and more. more>>
OSGlobeLAN project is a Web portal for LAN parties, featuring a seat map system, registration, and more.
Enhancements:
- A lot of changes have been made, but this release is primarily to announce that work on the pre-1.0 codebase of OSGL has been stopped, and will no longer be maintained.
- Serious security-related issues might be fixed, but all focus is now on the 2.0 codebase.
<<lessEnhancements:
- A lot of changes have been made, but this release is primarily to announce that work on the pre-1.0 codebase of OSGL has been stopped, and will no longer be maintained.
- Serious security-related issues might be fixed, but all focus is now on the 2.0 codebase.
Download (MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
906 downloads
FreeSBIE 2.0.1
FreeSBIE is a LiveCD based on the FreeBSD Operating system. more>>
FreeSBIE is a LiveCD based on the FreeBSD Operating system, or even easier, a FreeBSD-based operating system that works directly from a CD, without touching your hard drive.
The only thing you have to do is to insert a FreeSBIE cd in your cdrom drive.
Enhancements:
- You may remember that FreeSBIE 2.0 was released on January 15th. It turned out it had some annoying bugs, one of which was especially serious, as it prevented USB mice from working. This fact led us, the FreeSBIE staff, to develop a bug-fix release, 2.0.1. All the bugs that have been pointed out were solved and this release has been more thoroughly tested, to offer a better FreeSBIE experience to our users. FreeSBIE 2.0.1-RELEASE (code name Black Mamba) is based on FreeBSD 6.2-RELEASE, both in terms of sources and packages. It contains more than 450 pieces and 1.3 GB of software, all in a single CD-ROM.
<<lessThe only thing you have to do is to insert a FreeSBIE cd in your cdrom drive.
Enhancements:
- You may remember that FreeSBIE 2.0 was released on January 15th. It turned out it had some annoying bugs, one of which was especially serious, as it prevented USB mice from working. This fact led us, the FreeSBIE staff, to develop a bug-fix release, 2.0.1. All the bugs that have been pointed out were solved and this release has been more thoroughly tested, to offer a better FreeSBIE experience to our users. FreeSBIE 2.0.1-RELEASE (code name Black Mamba) is based on FreeBSD 6.2-RELEASE, both in terms of sources and packages. It contains more than 450 pieces and 1.3 GB of software, all in a single CD-ROM.
Download (671MB)
Added: 2007-02-11 License: BSD License Price:
1022 downloads
phpsniffer 0.1
phpsniffer shows that PHP really is the right tool for every programmnig task imaginable. more>>
phpsniffer shows that PHP really is the right tool for every programmnig task imaginable (humor, laugh), I submit for your amusement, phpsniffer.
phpsniffer is a packet sniffer written entirely in PHP without any PECL/PEAR extensions. (It is recommended that you check out Phpcap for any serious sniffing at http://alcane.newffr.com/phpcap/).
phpsniffer has some limitations:
- You probably will only see one side of a conversation.
- You might miss packets with a short TTL.
- Currently only IP,ICMP,UDP, and TCP headers are decoded.
- Sockets must be enable in your PHP build.
<<lessphpsniffer is a packet sniffer written entirely in PHP without any PECL/PEAR extensions. (It is recommended that you check out Phpcap for any serious sniffing at http://alcane.newffr.com/phpcap/).
phpsniffer has some limitations:
- You probably will only see one side of a conversation.
- You might miss packets with a short TTL.
- Currently only IP,ICMP,UDP, and TCP headers are decoded.
- Sockets must be enable in your PHP build.
Download (0.002MB)
Added: 2006-06-26 License: Free for non-commercial use Price:
697 downloads
pfstools 1.6.2
pfstools allows for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. more>>
pfstools project contains a set of command line (and one GUI) programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in the package exchange data using a simple generic file format (pfs) for HDR data. The concept of the pfstools is similar to netpbm package for low-dynamic range images.
pfstools come with a library for reading and writing pfs files. The library can be used for writing custom applications that can integrate with the existing pfstools programs.
pfstools offers also a good integration with a high-level mathematical programming language GNU Octave. pfstools can be used as the extension of Octave for reading and writing HDR images or simply to store effectively large matrices.
Note that pfs in not just another format for storing HDR images (and there are already quite a few of them). It is more an attempt to integrate the existing file formats by providing a simple data format that can be used to exchange data between applications.
Enhancements:
- matlab: pfsview can now display 2D cell arrays
- pfs library: quite serious bug in sRGB transforms fixed
- added: check for GLUT library (unix only)
- added: man page for pfsglview
<<lesspfstools come with a library for reading and writing pfs files. The library can be used for writing custom applications that can integrate with the existing pfstools programs.
pfstools offers also a good integration with a high-level mathematical programming language GNU Octave. pfstools can be used as the extension of Octave for reading and writing HDR images or simply to store effectively large matrices.
Note that pfs in not just another format for storing HDR images (and there are already quite a few of them). It is more an attempt to integrate the existing file formats by providing a simple data format that can be used to exchange data between applications.
Enhancements:
- matlab: pfsview can now display 2D cell arrays
- pfs library: quite serious bug in sRGB transforms fixed
- added: check for GLUT library (unix only)
- added: man page for pfsglview
Download (0.53MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
839 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 serious wheels 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