advantage
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 584
Thunar Volume Manager 0.1.2
Thunar Volume Manager project provides automatic management of removable media and drives for the Thunar File Manager. more>>
Thunar Volume Manager project provides automatic management of removable media and drives for the Thunar File Manager.
The Thunar Volume Manager is an extension for the Thunar file manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digital camera, it will automatically launch your preferred photo application and import the new pictures from the camera into your photo collection.
The advantage of Thunar Volume Manager over other solutions (like gnome-volume-manager or ivman) is that it does not require an additional daemon to be running in the users desktop session, which means it is very lightweight solution. In addition, the Thunar Volume Manager smoothly integrates into the Thunar file manager and the Xfce desktop.
<<lessThe Thunar Volume Manager is an extension for the Thunar file manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digital camera, it will automatically launch your preferred photo application and import the new pictures from the camera into your photo collection.
The advantage of Thunar Volume Manager over other solutions (like gnome-volume-manager or ivman) is that it does not require an additional daemon to be running in the users desktop session, which means it is very lightweight solution. In addition, the Thunar Volume Manager smoothly integrates into the Thunar file manager and the Xfce desktop.
Download (0.29MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
593 downloads
NAFE 0.1
NAFE is a tool to write and edit Linux console font files (.psf) with any text editor. more>>
nafe (Not Another Font Editor) is a tool to convert Linux console font files into ASCII text files that are human-readable/editable.
It also converts this text files back into system-usable PSF font files for display on the Linux text console, thus making font editing easy.
nafe is no consolefont editor, but a toolset to translate psf format consolefonts into text files
and text files into psf files.
The advantage is that you can edit the font in the text file easily with any text editor (not provided by nafe).
So you are independent from your actual terminal hardware and dont need stuff like svgalib
nafe understands and creates psf mode 1 and mode 2 files.
<<lessIt also converts this text files back into system-usable PSF font files for display on the Linux text console, thus making font editing easy.
nafe is no consolefont editor, but a toolset to translate psf format consolefonts into text files
and text files into psf files.
The advantage is that you can edit the font in the text file easily with any text editor (not provided by nafe).
So you are independent from your actual terminal hardware and dont need stuff like svgalib
nafe understands and creates psf mode 1 and mode 2 files.
Download (0.017MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1659 downloads
MatPLC coruscant
MatPLC is a software-based PLC for industrial automation. more>>
MatPLC project is a software-based PLC for industrial automation.
MatPLC is a software-based PLC (Programmable Logic Controller) for industrial automation. Ultimately, it should be possible to run a factory using this software.
Currently, one should keep in mind that it is still at the testing stage, and is therefore not suitable for applications where incorrect operation would cause damage or danger.
We take advantage of the fact that we have an underlying operating system and use its features to make the MatPLC modular. One module could be executing mnemonics. Another module is a PID loop. A different module handles I/O, or logs to a database. (These modules all already exist.) The MatPLC then coordinates their workings to present a simple interface to the user.
Currently, we are in early stages: we have a solid core, mnemonics for logic modules (python or C can also be used), a signal-processing module which includes a PID loop, several I/O modules (including numerous industrial networks and an interface to the comedi project) and some simple HMI modules.
<<lessMatPLC is a software-based PLC (Programmable Logic Controller) for industrial automation. Ultimately, it should be possible to run a factory using this software.
Currently, one should keep in mind that it is still at the testing stage, and is therefore not suitable for applications where incorrect operation would cause damage or danger.
We take advantage of the fact that we have an underlying operating system and use its features to make the MatPLC modular. One module could be executing mnemonics. Another module is a PID loop. A different module handles I/O, or logs to a database. (These modules all already exist.) The MatPLC then coordinates their workings to present a simple interface to the user.
Currently, we are in early stages: we have a solid core, mnemonics for logic modules (python or C can also be used), a signal-processing module which includes a PID loop, several I/O modules (including numerous industrial networks and an interface to the comedi project) and some simple HMI modules.
Download (2.3MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
607 downloads
Spaminator Gentoo Stage 4 .01
Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway. more>>
Spaminator is a server that is placed infront of your email server that allows you to take full advantage of the anti-virus/spam features while keeping your current email server intact.
Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway.
This stage4 is a generic implementation of: http://www.gentoo.org/doc/en/mailfilter-guide.xml
Main features:
- Real Time Black-Hole Lists
- ClamAV AntiVirus filtering
- Spam Assassin
- Postfix
<<lessSpaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway.
This stage4 is a generic implementation of: http://www.gentoo.org/doc/en/mailfilter-guide.xml
Main features:
- Real Time Black-Hole Lists
- ClamAV AntiVirus filtering
- Spam Assassin
- Postfix
Download (254MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1364 downloads
svgl
svgl is a library that displays SVG documents using OpenGL, taking advantage of the GPU. more>>
svgl is a library that displays SVG documents using OpenGL, taking advantage of the GPU.
Rendering:
A lot of svg 1.0 features are implemented: simples shapes, path, gradient, clipping, viewBox, opacity, < use >, animations etc.
Fonts are handled by the glft companion library, which allows for autoscaling according to the current scale, and automatic choice between vectorized glyphs or textures based on freetype2 rendering.
Texturized fonts are antialiased by freetype, while every other drawings are FSAA by OpenGL.
Next step is optimization by using various techniques like display list, culling, and cache rendering into textures.
Interacting:
Picking is provided under 2 forms:
- returns the deepest SVG element (leaf) corresponding to the shape designated by the user
- returns the stack of SVG elements under the cursor, so that UI techniques like toolglasses (see screenshot) is easily implemented
PanAndZoom done right (according to me...) : since its fast and usable, we can really use it in an interface
Tansform so-called "consolidation" (concatenation of transform matrices) allows easy implementation of scale-independant DnD.
Programming:
We try to make the api as simple as possible, for creating, manipulating, changing style, loading etc.
See demos/tutorial to see how to code with svgl.
A (pre-alpha) python extension allows for rapid application development and easy integration in wxPython.
<<lessRendering:
A lot of svg 1.0 features are implemented: simples shapes, path, gradient, clipping, viewBox, opacity, < use >, animations etc.
Fonts are handled by the glft companion library, which allows for autoscaling according to the current scale, and automatic choice between vectorized glyphs or textures based on freetype2 rendering.
Texturized fonts are antialiased by freetype, while every other drawings are FSAA by OpenGL.
Next step is optimization by using various techniques like display list, culling, and cache rendering into textures.
Interacting:
Picking is provided under 2 forms:
- returns the deepest SVG element (leaf) corresponding to the shape designated by the user
- returns the stack of SVG elements under the cursor, so that UI techniques like toolglasses (see screenshot) is easily implemented
PanAndZoom done right (according to me...) : since its fast and usable, we can really use it in an interface
Tansform so-called "consolidation" (concatenation of transform matrices) allows easy implementation of scale-independant DnD.
Programming:
We try to make the api as simple as possible, for creating, manipulating, changing style, loading etc.
See demos/tutorial to see how to code with svgl.
A (pre-alpha) python extension allows for rapid application development and easy integration in wxPython.
Download (MB)
Added: 2006-02-08 License: LGPL (GNU Lesser General Public License) Price:
771 downloads
wadext2 0.1.0
wadext project dumps the lumps of a wad to files. more>>
wadext project dumps the lumps of a wad to files.
It does not perform any conversion on the contents of the lumps; it just dumps them byte for byte. wadext2 does with wad files what tar -x does with tar archives.
The advantage of this program over wadext(6) is that the latter can only extract one lump at a time. deutex(6), although it is more sophisticated than wadext2, is less suitable for certain tasks. Because it doesnt try to understand how the wad is structured, wadext2 works well with any wad.
It does not need the wad to contain a PNAMES and a PLAYPAL. It doesnt reorder the directory or lose duplicate lumps.
<<lessIt does not perform any conversion on the contents of the lumps; it just dumps them byte for byte. wadext2 does with wad files what tar -x does with tar archives.
The advantage of this program over wadext(6) is that the latter can only extract one lump at a time. deutex(6), although it is more sophisticated than wadext2, is less suitable for certain tasks. Because it doesnt try to understand how the wad is structured, wadext2 works well with any wad.
It does not need the wad to contain a PNAMES and a PLAYPAL. It doesnt reorder the directory or lose duplicate lumps.
Download (0.015MB)
Added: 2006-12-12 License: GPL (GNU General Public License) Price:
1051 downloads
LDAPDNS 2.0.6
LDAPDNS is an LDAP to DNS gateway. more>>
ldapdns is a fast and rhobust root-nameserver that can outperform bind and djbdns on medium to large installations, and will scale well both up and down.
the secret is that ldapdns uses a threaded core, and takes advantage of an external directory. its extremely simple, and it does not run under user-control as root.
its ideal for small and large installations, because it queries the ldap server directly, updates are immediate. you dont have to rebuild constant databases, or wait for bind to get its shit in gear.
but ldapdns is a work-in-progress. i use it on a production network, as do many others. but its up to you to make it best for your network.
<<lessthe secret is that ldapdns uses a threaded core, and takes advantage of an external directory. its extremely simple, and it does not run under user-control as root.
its ideal for small and large installations, because it queries the ldap server directly, updates are immediate. you dont have to rebuild constant databases, or wait for bind to get its shit in gear.
but ldapdns is a work-in-progress. i use it on a production network, as do many others. but its up to you to make it best for your network.
Download (0.12MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1644 downloads
nanoser 1.0.0
Nanoserv is a sockets daemon toolkit for PHP 5.1+ more>>
Nanoserv is a sockets daemon toolkit for PHP 5.1+
It is distributed under the terms of the GNU Lesser General Public License.
Its a complete rewrite of the shadok sockets PHP4 library (the one behind phpos and sh4re).
Main features:
- 100% object oriented
- native support for TCP with SSL/TLS and UDP connections
- multiplexing and forking listeners
- handlers for raw connections, line input, HTTP, SMTP, XML-RPC, Syslog, ...
- transparent inter process communications with forked handlers
- and probably more ...
Most of the features work with PHP 5.0 but you will need PHP 5.1+ to take advantage of the shared objects and crypto support.
<<lessIt is distributed under the terms of the GNU Lesser General Public License.
Its a complete rewrite of the shadok sockets PHP4 library (the one behind phpos and sh4re).
Main features:
- 100% object oriented
- native support for TCP with SSL/TLS and UDP connections
- multiplexing and forking listeners
- handlers for raw connections, line input, HTTP, SMTP, XML-RPC, Syslog, ...
- transparent inter process communications with forked handlers
- and probably more ...
Most of the features work with PHP 5.0 but you will need PHP 5.1+ to take advantage of the shared objects and crypto support.
Download (0.017MB)
Added: 2005-08-26 License: LGPL (GNU Lesser General Public License) Price:
1520 downloads
Apache Portable Runtime 1.2.8
The mission of the Apache Portable Runtime (APR) project is to create and maintain software libraries. more>>
Apache Portable Runtime (APR) project mission is to create and maintain software libraries that provide a predictable and consistent interface to underlying platform-specific implementations.
The primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.
Main features:
- Atomic operations
- Dynamic Shared Object loading
- File I/O
- Locks (mutexes, condition variables, etc)
- Memory management (high performance allocators)
- Memory-mapped files
- Multicast Sockets
- Network I/O
- Shared memory
- Thread and Process management
- Various data structures (tables, hashes, priority queues, etc)
Enhancements:
- Various bugs were fixed.
- The API compatible with version 1.2.7.
<<lessThe primary goal is to provide an API to which software developers may code and be assured of predictable if not identical behaviour regardless of the platform on which their software is built, relieving them of the need to code special-case conditions to work around or take advantage of platform-specific deficiencies or features.
Main features:
- Atomic operations
- Dynamic Shared Object loading
- File I/O
- Locks (mutexes, condition variables, etc)
- Memory management (high performance allocators)
- Memory-mapped files
- Multicast Sockets
- Network I/O
- Shared memory
- Thread and Process management
- Various data structures (tables, hashes, priority queues, etc)
Enhancements:
- Various bugs were fixed.
- The API compatible with version 1.2.7.
Download (1.0MB)
Added: 2007-06-21 License: The Apache License 2.0 Price:
870 downloads
Blackdown Java3D for Linux 1.3.1
Blackdown Java3D for Linux is Java3D for Linux. more>>
The Java 3D API enables the creation of three-dimensional graphics applications and Internet-based 3D applets.
It provides high-level constructs for creating and manipulating 3D geometry and building the structures used in rendering that geometry.
With this software, you can efficiently define and render very large virtual worlds.
Blackdowns version of Java 3D uses the OpenGL low-level API to take advantage of 3D hardware acceleration.
<<lessIt provides high-level constructs for creating and manipulating 3D geometry and building the structures used in rendering that geometry.
With this software, you can efficiently define and render very large virtual worlds.
Blackdowns version of Java 3D uses the OpenGL low-level API to take advantage of 3D hardware acceleration.
Download (2.75MB)
Added: 2005-05-04 License: Free To Use But Restricted Price:
1640 downloads
Anonym.OS LiveCD
Anonym.OS is an OpenBSD 3.8 Live CD with strong tools for anonymizing and encrypting connections. more>>
Anonym.OS LiveCD is based on OpenBSD 3.8 with strong tools for anonymizing and encrypting connections.
Standard network applications are provided and configured to take advantage of the tor onion routing network.
Anonym.OS was first suggested by kaos.theory at Interzone 4 in Atlanta, March of 2005.
Nearly a year and a lot of marathon coding sessions later, its a reality and was released by elmore, fade, arcon, dr.kaos, digunix, atlas and beth of kaos.theory at Shmoocon 2006.
<<lessStandard network applications are provided and configured to take advantage of the tor onion routing network.
Anonym.OS was first suggested by kaos.theory at Interzone 4 in Atlanta, March of 2005.
Nearly a year and a lot of marathon coding sessions later, its a reality and was released by elmore, fade, arcon, dr.kaos, digunix, atlas and beth of kaos.theory at Shmoocon 2006.
Download (549.1MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1380 downloads
NeEM 0.6
NeEM is a library that provides an implementation of epidemic multicast. more>>
NeEM is a library that provides an implementation of epidemic multicast (also called probabilistic or gossip-based) in wide-area networks by using multiple TCP/IP connections in a non-blocking fashion.
Epidemic multicast protocols achieve stable high throughput regardless of node and network faults and scale to very large numbers of participants. Implementation is based on Java 5 and takes advantage of NIO. The goal of this implementation is to be small, self-contained, and practical.
Enhancements:
- Introduces logging and the ability to bind to and advertise specific addresses.
- Some dead code removed in the network layer.
- UPnP based NAT traversal sample application added.
<<lessEpidemic multicast protocols achieve stable high throughput regardless of node and network faults and scale to very large numbers of participants. Implementation is based on Java 5 and takes advantage of NIO. The goal of this implementation is to be small, self-contained, and practical.
Enhancements:
- Introduces logging and the ability to bind to and advertise specific addresses.
- Some dead code removed in the network layer.
- UPnP based NAT traversal sample application added.
Download (0.085MB)
Added: 2007-08-14 License: BSD License Price:
801 downloads
mod_auth_nufw 2.2
mod_auth_nufw is a Single Sign On Apache module which performs secure user identification and authentication. more>>
mod_auth_nufw is a Single Sign On Apache module which performs secure user identification and authentication, based on the Nufw firewalling suite. Nufw marks all connections of a network with a unique UserID.
This module takes advantage of that mark and uses it to transparently identify and authenticate users requiring access to an Apache server.
Main features:
- SSL encryption of SQL connections
- Support of the v2 SSO protocol, which is much lighter, as it avoids all LDAP connections to the module.
- Apache 2 support.
- Finer control on SQL requests.
- Control of server tokens, on Apache2.
<<lessThis module takes advantage of that mark and uses it to transparently identify and authenticate users requiring access to an Apache server.
Main features:
- SSL encryption of SQL connections
- Support of the v2 SSO protocol, which is much lighter, as it avoids all LDAP connections to the module.
- Apache 2 support.
- Finer control on SQL requests.
- Control of server tokens, on Apache2.
Download (0.042MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1257 downloads
SmbShareScan 0.8.5
SmbShareScan is an utility that scans Samba networks and builds a database you can query. more>>
Smbsharescan is a software to browse your network. His aim is to scan all the network and after you can search a file in, or navigate on the network.
SmbShareScan advantage is that is loaded in memory.
The library is multi-threaded for best performance. A GTK+ frontend is also provided.
<<lessSmbShareScan advantage is that is loaded in memory.
The library is multi-threaded for best performance. A GTK+ frontend is also provided.
Download (0.53MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1352 downloads
assniffer 0.1 Alpha
assniffer is an auto saving sniffer for windows and linux. more>>
assniffer is an auto saving sniffer for windows and linux.
assniffer can monitor (using pcap) a network, and for every HTTP transfer it sees, save a copy of the transferred data.
This is less for sinister uses, and more for taking advantage of the already-transferred data that your computer may be exposed to.
Linux users should install libpcap, and tools to enable compiling.
Compilation:
- Go to the source/assniffer directory and type make.
<<lessassniffer can monitor (using pcap) a network, and for every HTTP transfer it sees, save a copy of the transferred data.
This is less for sinister uses, and more for taking advantage of the already-transferred data that your computer may be exposed to.
Linux users should install libpcap, and tools to enable compiling.
Compilation:
- Go to the source/assniffer directory and type make.
Download (0.030MB)
Added: 2006-03-10 License: Freeware Price:
1325 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 advantage 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