ventrilo 2.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 688
Ventrilo Server 2.3.1
Ventrilo is the next evolutionary step of Voice over IP (VoIP) group communications software. more>>
Ventrilo is the next evolutionary step of Voice over IP (VoIP) group communications software. Ventrilo is also the industry standard by which all others measure them selves as they attempt to imitate its features.
By offering surround sound positioning and special sound effects on a per user, per channel, per server or global configuration level the program provides each user the option to fully customize exactly how they wish to hear sounds from other users or events.
Ventrilo is best known for its superior sound quality and minimal use of CPU resources so as not to interfere with day to day operations of the computer or during online game competitions. It is also preferred for the simple user interface that any first time computer user can very quickly learn because the most commonly used features are immediately visible and can be activated with a single click of the mouse.
<<lessBy offering surround sound positioning and special sound effects on a per user, per channel, per server or global configuration level the program provides each user the option to fully customize exactly how they wish to hear sounds from other users or events.
Ventrilo is best known for its superior sound quality and minimal use of CPU resources so as not to interfere with day to day operations of the computer or during online game competitions. It is also preferred for the simple user interface that any first time computer user can very quickly learn because the most commonly used features are immediately visible and can be activated with a single click of the mouse.
Download (0.16MB)
Added: 2005-11-17 License: Freeware Price:
2164 downloads
Fastilo 2.1
Fastilo project is a freeware shopping cart script based on PHP and Flat Files. more>>
Fastilo project is a freeware shopping cart script based on PHP and Flat Files. Extremely easy to run and use. Our product work on Quick.Cart engine with some modifications.
Main features:
- full administration of the products, categories and delivery companies (delivery cost)
- full administration of the orders
- system for managing the content of additional pages and (subpages) in the web shop, as the company information, regulations etc.
- printing products and order cards
- system of additions, which helps to make your web shop even more functional
- inventory stock control
- WYSIWYG editor
- bestsellers panel
- email customer with his order
- friendly links
<<lessMain features:
- full administration of the products, categories and delivery companies (delivery cost)
- full administration of the orders
- system for managing the content of additional pages and (subpages) in the web shop, as the company information, regulations etc.
- printing products and order cards
- system of additions, which helps to make your web shop even more functional
- inventory stock control
- WYSIWYG editor
- bestsellers panel
- email customer with his order
- friendly links
Download (0.36MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
555 downloads
JTail 2.1
JTail is an advanced Java/Swing implementation of the Unix tail utility. more>>
JTail is an advanced Java/Swing implementation of the Unix tail utility. JTail includes an intuitive GUI interface that enables the user to define multiple data filters and alarms.
In addition, the user can suspend and resume the display of data from the monitored file. When suspended, the user can single step through the new data being written to the files being monitored.
JTail can be used to monitor both files on both local systems and via the Fishcroft RfaServer (see below) on remote systems.
Enhancements:
- The JTail jar file is now a self-executing jar file.
- The ability to spawn new root windows from the File menu has been added.
- When filters are defined but none are activated, all output will be displayed.
- Output may be displayed with line wrap toggled on or off.
- Minor code cleanup. rfa.jar sources are included in the source tree.
- utils.jar sources are included in the source tree.
<<lessIn addition, the user can suspend and resume the display of data from the monitored file. When suspended, the user can single step through the new data being written to the files being monitored.
JTail can be used to monitor both files on both local systems and via the Fishcroft RfaServer (see below) on remote systems.
Enhancements:
- The JTail jar file is now a self-executing jar file.
- The ability to spawn new root windows from the File menu has been added.
- When filters are defined but none are activated, all output will be displayed.
- Output may be displayed with line wrap toggled on or off.
- Minor code cleanup. rfa.jar sources are included in the source tree.
- utils.jar sources are included in the source tree.
Download (0.62MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1205 downloads
httplog 2.1
httplog is an apache log rollover program w/strftime(3) filename support. more>>
httplog is a replacement for Apaches rotatelogs and Andrew Fords chronolog. It allows you to specify a logfile using strftime paramaters in the filename to act as a template.
This means that the logs in your logfiles will also be sorted according to the filename. For example, if you specify a logfile of /var/log/http%Y%m%d.log, a new log file would be generated each day, with content for only that one day.
It also supports compression of logfiles using gzip, and many other useful functions.
It takes one argument at the command line, the path to a logfile as a template.
The template pathname can use any valid special characters permitted in strftime(3). Other optional arguments can be appended to the command line.
If you want to have httplog run as a different user and/or group (instead of running as root - possible security risks), you can use the `-u and `-g to have httplog run as that user and/or group.
You can also specify `-b to have httplog use a custom buffer size for memory storage of log data, rather than the default value of just line buffering mode (flushes data per newline).
If you want to have your logfiles gzipped because of size constraints, you can now use the `-z option to have httplog gzip all logfiles once its done writing all data to them (when a rollover period hits and a new logfile is to be created).
You may have a symlink to the currently active logfile by using the `-s option and specifying a filename to be used as the symlink.
This program makes Apache act similar to Microsofts IIS webserver in its logging style (as opposed to every logfile entry in one single huge logfile). This allows you to easily maintain your webserver logfiles for statistics packages in an easily organizable manner without user intervention.
Because of the buffer option added since v1.5, httplog may also be usefull for extremely large sites that get thousands of hits per second, and typically disable logging to save their hard drives from dying.
The buffer size option can be used to create an extremely large buffer in ram so that logfiles would not be flushed as often as if it were in line buffering mode, and in essence, could prolong the life of your valuable drives by decreasing their activity.
Enhancements:
- Removed a couple of lines of code that could cause segfaults if errors were imminent while opening new a file or allocating the buffer memory
<<lessThis means that the logs in your logfiles will also be sorted according to the filename. For example, if you specify a logfile of /var/log/http%Y%m%d.log, a new log file would be generated each day, with content for only that one day.
It also supports compression of logfiles using gzip, and many other useful functions.
It takes one argument at the command line, the path to a logfile as a template.
The template pathname can use any valid special characters permitted in strftime(3). Other optional arguments can be appended to the command line.
If you want to have httplog run as a different user and/or group (instead of running as root - possible security risks), you can use the `-u and `-g to have httplog run as that user and/or group.
You can also specify `-b to have httplog use a custom buffer size for memory storage of log data, rather than the default value of just line buffering mode (flushes data per newline).
If you want to have your logfiles gzipped because of size constraints, you can now use the `-z option to have httplog gzip all logfiles once its done writing all data to them (when a rollover period hits and a new logfile is to be created).
You may have a symlink to the currently active logfile by using the `-s option and specifying a filename to be used as the symlink.
This program makes Apache act similar to Microsofts IIS webserver in its logging style (as opposed to every logfile entry in one single huge logfile). This allows you to easily maintain your webserver logfiles for statistics packages in an easily organizable manner without user intervention.
Because of the buffer option added since v1.5, httplog may also be usefull for extremely large sites that get thousands of hits per second, and typically disable logging to save their hard drives from dying.
The buffer size option can be used to create an extremely large buffer in ram so that logfiles would not be flushed as often as if it were in line buffering mode, and in essence, could prolong the life of your valuable drives by decreasing their activity.
Enhancements:
- Removed a couple of lines of code that could cause segfaults if errors were imminent while opening new a file or allocating the buffer memory
Download (0.013MB)
Added: 2005-04-25 License: Free To Use But Restricted Price:
1644 downloads
qLeo 2.1
qLeo is a fast and simple QT gui for de-en translation using the dict.leo.org dictionary. more>>
qLeo is a fast and simple QT gui for de-en translation using the "dict.leo.org" dictionary.
qLeo is faster than using the webbrowser and has a few nice features like grabbing the clipboard for translation.
Installation:
1. type "qmake" in the top folder.
2. type "make" in the top folder.
3. become root and type "make install" to install QTodo.
Start with "qleo" or make a kde-shortcut on it.
Enhancements:
- support for spanish translations.
<<lessqLeo is faster than using the webbrowser and has a few nice features like grabbing the clipboard for translation.
Installation:
1. type "qmake" in the top folder.
2. type "make" in the top folder.
3. become root and type "make install" to install QTodo.
Start with "qleo" or make a kde-shortcut on it.
Enhancements:
- support for spanish translations.
Download (0.028MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
982 downloads
Internote 2.1.3
Internote is an implementation of persistent sticky notes for Firefox. more>>
Internote is an implementation of persistent sticky notes for Firefox. It allows you to create notes on a Web page which will still be there when you return.
Notes are very customizable, and come with many small, useful features. A manager is available, in which you can see all of your saved notes, edit them, print them, and delete them.
Main features:
- Internotes persist on the page they were created on
- A new Internote Manager allows for access to all notes across all pages
- The flipside of a note can be used to change its background and text colors
- Notes come in six appealing text colors and six appealing background colors
- Notes can have either a modern, glassy look, or a classical, flat look
- Optional animations are available for notes
- One of five default locations can be selected for the creation of new Internotes
- Note text is now optionally hilightable
- A scrollbar is now optional for notes which are too small to display all of their content
- Internote is translated into Simplified Chinese, Croatian, Danish, Dutch, French, German, Italian, Brazilian Portuguese, Russian, Slovak, Slovenian, and Spanish
- Internote can now be made to work with special sites, such as GMail
<<lessNotes are very customizable, and come with many small, useful features. A manager is available, in which you can see all of your saved notes, edit them, print them, and delete them.
Main features:
- Internotes persist on the page they were created on
- A new Internote Manager allows for access to all notes across all pages
- The flipside of a note can be used to change its background and text colors
- Notes come in six appealing text colors and six appealing background colors
- Notes can have either a modern, glassy look, or a classical, flat look
- Optional animations are available for notes
- One of five default locations can be selected for the creation of new Internotes
- Note text is now optionally hilightable
- A scrollbar is now optional for notes which are too small to display all of their content
- Internote is translated into Simplified Chinese, Croatian, Danish, Dutch, French, German, Italian, Brazilian Portuguese, Russian, Slovak, Slovenian, and Spanish
- Internote can now be made to work with special sites, such as GMail
Download (0.093MB)
Added: 2007-08-03 License: Other/Proprietary License with Source Price:
813 downloads
Specto 0.2.1
Specto project is a desktop application that will watch configurable events. more>>
Specto project is a desktop application that will watch configurable events (such as website updates, emails, file and folder changes, system processes, etc) and then trigger notifications.
For example, Specto can watch a website for updates (or a syndication feed, or an image, etc), and notify you when there is activity (otherwise, Specto will just stay out of the way). This changes the way you work, because you can be informed of events instead of having to look out for them.
<<lessFor example, Specto can watch a website for updates (or a syndication feed, or an image, etc), and notify you when there is activity (otherwise, Specto will just stay out of the way). This changes the way you work, because you can be informed of events instead of having to look out for them.
Download (0.23MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
842 downloads
Camero 3.2.1
Camero is a three-part system for creating and running webcam portals. more>>
Camero is a three-part system for creating and running webcam portals. It is made of a daemon, an admin tool, and a portal CGI.
Camero 3.2 comes with the following components:
camero.py
The daemon. This component is what runs in the background, checking the cams, archiving images and updating the database.
admin.py
The admin tool cgi. This component allows you to add/remove cams, view images in the archive, edit settings, basically administrate everything
PortalConfig.py
The main portal configuration file.
PySP.py
The portal front end cgi. This processes all the portal template files.
classes/
Where the classes for the portal are kept
templates/
Where the templates for the portal are kept
db.conf
The config file for your database. This is only an example, you will need to configure and obtain info for your specific database installation.
getImage.py
This is a cgi that allows for you to obfuscate the path to your images.
See the development doc for more details
tools/archiveMaint.py
This is a utility that performs the database maintenance. It will keep your archive directories down to the size you specify.
index.html
Simple redirection to the main portal page
Secondary Components:
DB.py
This code allows for easy access to the database. All of the primary components require this to be in the same directory to execute. See the development doc for more details.
camctl
This is a shell script that should be used to start/stop/restart the daemon.
rc.d/camero.linux
A start up script for linux.
rc.d/camero.FreeBSD
A start up script for FreeBSD.
tools/deDupe.py
This is a tool that will search through all your archived images and remove any duplicates. It is not normally needed as camero will catch sequential duplicates, however users have a way of messing things up no matter how hard you try.
tools/import.py
This tool allows you to import your previous Camero config. It only imports cams but it can save a lot of entry time.
tools/sanityCheck.py
This tool will check your environment and let you know if everything checks out
tools/upgradeDB_(version).py
This tool will upgrade the database structure from any previous version to that of the current one.
tools/convertDB_(version).py
This will convert a database initialized by the free distribution to the structure of the commercial distribution (comes with commercial ver)
tools/daemonCheck.sh
This will check to see if the camero daemon is running, and if not, restart it.
Main features:
- PySP Server Page Processor (Templates, no python knowledge needed)
- New portal code thats easy to read, edit and extend
- Admin interface UI enhancements
- Configurable thumbnailing support
- Configurable generic image "pipe" support (watermark or logo the images)
<<lessCamero 3.2 comes with the following components:
camero.py
The daemon. This component is what runs in the background, checking the cams, archiving images and updating the database.
admin.py
The admin tool cgi. This component allows you to add/remove cams, view images in the archive, edit settings, basically administrate everything
PortalConfig.py
The main portal configuration file.
PySP.py
The portal front end cgi. This processes all the portal template files.
classes/
Where the classes for the portal are kept
templates/
Where the templates for the portal are kept
db.conf
The config file for your database. This is only an example, you will need to configure and obtain info for your specific database installation.
getImage.py
This is a cgi that allows for you to obfuscate the path to your images.
See the development doc for more details
tools/archiveMaint.py
This is a utility that performs the database maintenance. It will keep your archive directories down to the size you specify.
index.html
Simple redirection to the main portal page
Secondary Components:
DB.py
This code allows for easy access to the database. All of the primary components require this to be in the same directory to execute. See the development doc for more details.
camctl
This is a shell script that should be used to start/stop/restart the daemon.
rc.d/camero.linux
A start up script for linux.
rc.d/camero.FreeBSD
A start up script for FreeBSD.
tools/deDupe.py
This is a tool that will search through all your archived images and remove any duplicates. It is not normally needed as camero will catch sequential duplicates, however users have a way of messing things up no matter how hard you try.
tools/import.py
This tool allows you to import your previous Camero config. It only imports cams but it can save a lot of entry time.
tools/sanityCheck.py
This tool will check your environment and let you know if everything checks out
tools/upgradeDB_(version).py
This tool will upgrade the database structure from any previous version to that of the current one.
tools/convertDB_(version).py
This will convert a database initialized by the free distribution to the structure of the commercial distribution (comes with commercial ver)
tools/daemonCheck.sh
This will check to see if the camero daemon is running, and if not, restart it.
Main features:
- PySP Server Page Processor (Templates, no python knowledge needed)
- New portal code thats easy to read, edit and extend
- Admin interface UI enhancements
- Configurable thumbnailing support
- Configurable generic image "pipe" support (watermark or logo the images)
Download (0.052MB)
Added: 2006-06-24 License: Freeware Price:
1218 downloads
evilbar 1.2.1
evilbar is small ncurses-based bar. more>>
This is small ncurses based bar designed to match the coolness of evilWM. evilbar sports a right-aligned clock, APM status and XMMS control
evilbar has successfully been built and tested on the following systems:
- FreeBSD 4.3, 4.6, 4.7, 5.0, -CURRENT
- Debian 3.0 (kernel 2.4.18-bf2.4)
- RedHat 7.3 (kernel 2.4.18-3)
Installation:
Basic:
This will get you the vanilla evilbar with XMMS control and the clock.
./configure
make
make install
Advanced:
./configure has a few special evilbar options:
--enable-apm Enables the APM module that shows battery-status
--disable-xmms Disable XMMS control
<<lessevilbar has successfully been built and tested on the following systems:
- FreeBSD 4.3, 4.6, 4.7, 5.0, -CURRENT
- Debian 3.0 (kernel 2.4.18-bf2.4)
- RedHat 7.3 (kernel 2.4.18-3)
Installation:
Basic:
This will get you the vanilla evilbar with XMMS control and the clock.
./configure
make
make install
Advanced:
./configure has a few special evilbar options:
--enable-apm Enables the APM module that shows battery-status
--disable-xmms Disable XMMS control
Download (0.13MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1477 downloads
xautolock 2.1
xautolock is an automatic X screen-locker/screen-saver. more>>
Xautolock monitors console activity under the X window system, and fires up a program of your choice if nothing happens during a user configurable period of time.
You can use this to automatically start up a screen locker in case you tend to forget to do so manually before having a coffee break.
<<lessYou can use this to automatically start up a screen locker in case you tend to forget to do so manually before having a coffee break.
Download (0.033MB)
Added: 2005-04-25 License: Free To Use But Restricted Price:
1642 downloads
KEnigma 1.2.1
KEnigma is a replica of the German enigma code machine used in WW2 written in ruby/kde. more>>
KEnigma is a replica of the German enigma code machine used in WW2 written in ruby and kde.
This is an exact copy of the real machine (You could encode a message on a real enigma and decode it using this.)
<<lessThis is an exact copy of the real machine (You could encode a message on a real enigma and decode it using this.)
Download (0.032MB)
Added: 2006-02-17 License: GPL (GNU General Public License) Price:
1344 downloads
lzCounter 2.1
lzCounter provides a simple and easy-to-install Website counter. more>>
lzCounter provides a simple and easy-to-install Website counter.
lzCounter is an simple and easy-to-install website counter based on php and mysql.
Main features:
- Total Visitors
- Total Hits
- Today Visitors
- Yesterday Visitors
- User online
- Most Users online
<<lesslzCounter is an simple and easy-to-install website counter based on php and mysql.
Main features:
- Total Visitors
- Total Hits
- Today Visitors
- Yesterday Visitors
- User online
- Most Users online
Download (0.025MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
920 downloads
dclock 2.1
dclock is a digital LED-style desktop clock. more>>
dclock is a digital LED-style desktop clock.
dclock is an X11 desktop clock with a realistic LED-style display of the current time.
Its features include full configuration of the digit style, military time, alarm, hourly bell, formatted date display, fade-out and fade-in of numbers and anti-aliased rendering of digits.
This version is an update of dclock by Dan Heller.
<<lessdclock is an X11 desktop clock with a realistic LED-style display of the current time.
Its features include full configuration of the digit style, military time, alarm, hourly bell, formatted date display, fade-out and fade-in of numbers and anti-aliased rendering of digits.
This version is an update of dclock by Dan Heller.
Download (0.061MB)
Added: 2006-09-26 License: Freely Distributable Price:
1126 downloads
Heliodor 0.2.1
Heliodor packages contains the Metacity themes for the Beryl project. more>>
Heliodor packages contains the Metacity themes for the Beryl project.
Heliodor provides exactly what the header suggests, metacity theme support.
Heliodor is not yet feature complete but works on a basic level, and in the future will support basic transparency settings.
<<lessHeliodor provides exactly what the header suggests, metacity theme support.
Heliodor is not yet feature complete but works on a basic level, and in the future will support basic transparency settings.
Download (MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
954 downloads
Friki 2.1.1
Friki is a small and modern Java Wiki. more>>
Friki is a small and modern Java Wiki. It is simple to deploy (just drop in to any modern servlet container), small and very easy to customise after deployment. Supports the classic wiki markup and a few common extensions.
Friki can be installed very easy
You will need a working Servlet Container or Application Server which implements at least version 2.3 of the Java Servlet API. Friki 2 has been tested on Resin 2, and Tomcat 4, and sticks to the specification, so it should work on all other compliant servers. Please let me know if you find a server it wont work on, but remember to check that you are using the correct Friki build for your system first.
All you need to do is drop the file "friki.war" into the "webapps" directory of your servlet container. Most smart containers should recognize the new application automatically, but you may need to restart the container if yours gets confused. Once the container has recognized, deployed and initialized the web application (which may take a few minutes), you should be able to view a page by appending friki to the URL of your server. For example, if I have a server at http://tomcat.efsol.com/, I can access Friki at http://tomcat.efsol.com/friki, or if you have a server at http://localhost:8080/, you can access Friki at http://localhost:8080/friki.
If this is the first time Friki has run, it will ask you for the path to the directory where it should store its pages and configuration files. If the directory you give does not exist, Friki will try and create it for you. On Windows, something like Cfriki2.1, or on Linux/Unix, something like /home/frank/friki2.1/ will probably be reasonable choices. Make sure you give it a directory that the server will be able to write to. Please take a few moments to think about this, as this is the hardest configuration to change later. If you are using a hosting company who does not provide you with access to the "expanded" web application, it may require a support call.
As soon as you have told Friki where to keep its stuff, you can view the initial pages, search, edit and create new pages to your hearts content. If you upgrade or reinstall Friki later, just tell it the same directory, and it should immediately start up with all your old pages and configurations intact.
<<lessFriki can be installed very easy
You will need a working Servlet Container or Application Server which implements at least version 2.3 of the Java Servlet API. Friki 2 has been tested on Resin 2, and Tomcat 4, and sticks to the specification, so it should work on all other compliant servers. Please let me know if you find a server it wont work on, but remember to check that you are using the correct Friki build for your system first.
All you need to do is drop the file "friki.war" into the "webapps" directory of your servlet container. Most smart containers should recognize the new application automatically, but you may need to restart the container if yours gets confused. Once the container has recognized, deployed and initialized the web application (which may take a few minutes), you should be able to view a page by appending friki to the URL of your server. For example, if I have a server at http://tomcat.efsol.com/, I can access Friki at http://tomcat.efsol.com/friki, or if you have a server at http://localhost:8080/, you can access Friki at http://localhost:8080/friki.
If this is the first time Friki has run, it will ask you for the path to the directory where it should store its pages and configuration files. If the directory you give does not exist, Friki will try and create it for you. On Windows, something like Cfriki2.1, or on Linux/Unix, something like /home/frank/friki2.1/ will probably be reasonable choices. Make sure you give it a directory that the server will be able to write to. Please take a few moments to think about this, as this is the hardest configuration to change later. If you are using a hosting company who does not provide you with access to the "expanded" web application, it may require a support call.
As soon as you have told Friki where to keep its stuff, you can view the initial pages, search, edit and create new pages to your hearts content. If you upgrade or reinstall Friki later, just tell it the same directory, and it should immediately start up with all your old pages and configurations intact.
Download (0.44MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1221 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 ventrilo 2.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