useful
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1913
Useful Terminal I/O Library 1.2
The Useful Terminal I/O library is a an alternative to ncurses for working with terminfo-defined terminals. more>>
The Useful Terminal I/O library is a an alternative to ncurses for working with terminfo-defined terminals.
Included are raw terminfo string access and output, an efficient buffered output system, and a keyboard driver.
Enhancements:
- This release fixes some problems when running under 2.6 kernels and some CGC crashes caused by incorrect clipping.
<<lessIncluded are raw terminfo string access and output, an efficient buffered output system, and a keyboard driver.
Enhancements:
- This release fixes some problems when running under 2.6 kernels and some CGC crashes caused by incorrect clipping.
Download (0.054MB)
Added: 2006-11-19 License: MIT/X Consortium License Price:
1071 downloads
Useful Terminal IO Library 1.0.0
Useful Terminal IO library is a C++ alternative to ncurses for working with terminfo-defined terminals. more>>
The Useful Terminal I/O library is a C++ alternative to ncurses for working with terminfo-defined terminals. Included are raw terminfo string access and output, an efficient buffered output system, and a keyboard driver.
Installation:
./configure
make
make install
./configure --help lists configuration options, like setting an installation path other than /usr/local. To use the library, include utio.h and link with -lutio. Look at the example programs in the demo directory to start with something that is known to work.
<<lessInstallation:
./configure
make
make install
./configure --help lists configuration options, like setting an installation path other than /usr/local. To use the library, include utio.h and link with -lutio. Look at the example programs in the demo directory to start with something that is known to work.
Download (0.040MB)
Added: 2005-10-06 License: MIT/X Consortium License Price:
1478 downloads
Useful Traffic Accounting Dragon 0.4
Useful Traffic Accounting Dragon is a traffic accounter that actually gives useful information about traffic. more>>
Useful Traffic Accounting Dragon is a traffic accounter that actually gives useful information about traffic instead of stupidly counting incoming/outgoing packets.
Dragon accounts traffic by user, program and timestamp and puts this information into useful correlation.
Dragon is implemented as a Perl script for the backend, using /etc/passwd to automatically get information about user accounts, /proc/net/ to get information about open connections and /proc/ to get information about running processes and which processes currently use which network connection.
All this information can be combined so you can actually see what user caused which traffic using what program and when it happened.
All this information is acquired automatically so the minimal configuration necessary is to tell dragon where it can find its MySQL database.
Enhancements:
Features:
- cleanup on CTRL-C
- add patch for Linux Kernel 2.6.17.7
- for now, graphs are disabled in the webfrontend
- webfrontend has now Total, User and Program tabs
Bugfixes:
- forgot to close a filedescriptor fixed
- use leading zeroes on port numbers in messages about connections that no longer exist
- really fix wait for next minute
<<lessDragon accounts traffic by user, program and timestamp and puts this information into useful correlation.
Dragon is implemented as a Perl script for the backend, using /etc/passwd to automatically get information about user accounts, /proc/net/ to get information about open connections and /proc/ to get information about running processes and which processes currently use which network connection.
All this information can be combined so you can actually see what user caused which traffic using what program and when it happened.
All this information is acquired automatically so the minimal configuration necessary is to tell dragon where it can find its MySQL database.
Enhancements:
Features:
- cleanup on CTRL-C
- add patch for Linux Kernel 2.6.17.7
- for now, graphs are disabled in the webfrontend
- webfrontend has now Total, User and Program tabs
Bugfixes:
- forgot to close a filedescriptor fixed
- use leading zeroes on port numbers in messages about connections that no longer exist
- really fix wait for next minute
Download (0.086MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1145 downloads
Useful Java Application Components 0.9.25
Useful Java Application Components is a collection of components which may be useful for your project. more>>
UJAC provides a collection of JAVA components which may be useful in some projects.
Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency.
Enhancements:
Chart Module:
- Moved common types into the interface org.ujac.util.UjacTypes.
Form Module:
- Fixed handling of default values.
Print Module:
- At < insert-document > tag: Fixed offset handling.
- At tags < background-image > & < watermark >: Removed code that forces the existance of a page for the background image.
Utils Module:
- Added interface UjacTypes, which defines common types, used inside the UJAC project.
- Added class UjacTypeHelper, which provides methods to convert data type IDs to Strings and vice versa.
- Moved class XmlUtils into sub package org.ujac.util.xml
SimplePatternMatcher:
- Fixed handling of empty patterns (always matches).
Table:
- Moved common types into the interface org.ujac.util.UjacTypes.
TemplateInterpreter:
- Fixed handling of underscores that are not part of statements.
- Added class BaseObjectSerializer, which provides basic code to easily read/write Objects from/to XML.
Web Module:
- Added support for PageTiles to ActionContext.
- Added < tile > tag which includes PageTiles into JSPs.
- Added class WebFormSerializer, which reads/writes WebForm definitions from/to XML.
- Added support for dynamic form registration from XML definitions.
- Fixed bugs in form field value handling.
- Fixed bugs in form field rendering.
<<lessEach component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency.
Enhancements:
Chart Module:
- Moved common types into the interface org.ujac.util.UjacTypes.
Form Module:
- Fixed handling of default values.
Print Module:
- At < insert-document > tag: Fixed offset handling.
- At tags < background-image > & < watermark >: Removed code that forces the existance of a page for the background image.
Utils Module:
- Added interface UjacTypes, which defines common types, used inside the UJAC project.
- Added class UjacTypeHelper, which provides methods to convert data type IDs to Strings and vice versa.
- Moved class XmlUtils into sub package org.ujac.util.xml
SimplePatternMatcher:
- Fixed handling of empty patterns (always matches).
Table:
- Moved common types into the interface org.ujac.util.UjacTypes.
TemplateInterpreter:
- Fixed handling of underscores that are not part of statements.
- Added class BaseObjectSerializer, which provides basic code to easily read/write Objects from/to XML.
Web Module:
- Added support for PageTiles to ActionContext.
- Added < tile > tag which includes PageTiles into JSPs.
- Added class WebFormSerializer, which reads/writes WebForm definitions from/to XML.
- Added support for dynamic form registration from XML definitions.
- Fixed bugs in form field value handling.
- Fixed bugs in form field rendering.
Download (4.1MB)
Added: 2005-05-30 License: LGPL (GNU Lesser General Public License) Price:
1610 downloads
Net::Abuse::Utils 0.05
Net::Abuse::Utils are routines useful for processing network abuse. more>>
Net::Abuse::Utils are routines useful for processing network abuse.
SYNOPSIS
use Net::Abuse::Utils qw( :all );
print "IP Whois Contacts: ", join( , get_ipwi_contacts($ip) ), "n";
print "Abuse.net Contacts: ", get_abusenet_contact($domain), "n";
__top
Net::Abuse::Utils provides serveral functions useful for determining information about an IP address including contact/reporting addresses, ASN/network info, reverse dns, and DNSBL listing status.
<<lessSYNOPSIS
use Net::Abuse::Utils qw( :all );
print "IP Whois Contacts: ", join( , get_ipwi_contacts($ip) ), "n";
print "Abuse.net Contacts: ", get_abusenet_contact($domain), "n";
__top
Net::Abuse::Utils provides serveral functions useful for determining information about an IP address including contact/reporting addresses, ASN/network info, reverse dns, and DNSBL listing status.
Download (0.006MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1184 downloads
mod_tunnel 1.1
mod_tunnel is a simple Apache 1.3.x module that can be used to create TCP tunnels using your web server. more>>
mod_tunnel is a simple Apache 1.3.x module that can be used to create TCP tunnels using your Web server.
It is useful to expose services which can be reached through a proxy, bypassing firewalls.
<<lessIt is useful to expose services which can be reached through a proxy, bypassing firewalls.
Download (0.30MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1523 downloads
gSplashFu 0.4.1
gSplashFu is a GNOME splashscreen changer. more>>
gSplashFu is a GNOME splashscreen changer.
gSplashFu is an exceptionally over-developed splashscreen changer. gSplashFu has many amusing, if not technically useful, features. Worth a shot just to see how far you can take something like this.
<<lessgSplashFu is an exceptionally over-developed splashscreen changer. gSplashFu has many amusing, if not technically useful, features. Worth a shot just to see how far you can take something like this.
Download (0.17MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1267 downloads
Justniffer 0.5.6
justniffer is a tcp packet sniffer. It can log network traffic in a standard (web server like) or in a customized way. It can also log response times, useful for tracking network services performances (e.g. web server, application server, etc.) more>> <<less
Added: 2009-07-26 License: GPL v3 Price: FREE
downloads
WSGIUserAgentMobile 0.2.7
WSGIUserAgentMobile is created as a useful HTTP mobile user agent string parser. more>> WSGIUserAgentMobile 0.2.7 is created as a useful HTTP mobile user agent string parser. It'll be useful in parsing HTTP_USER_AGENT strings of (mainly Japanese) mobile devices. This library is ported from similar libraries in Perl and PHP and owes a lot to them.<<less
Added: 2009-07-26 License: MIT/X Consortium Lic... Price: FREE
downloads
fusecram 20051104
fusecram is a FUSE module for mounting cramfs image files, created for use with the klik system. more>>
fusecram is a FUSE module for mounting cramfs image files, created for use with the klik system.
Enhancements:
- This release has a very useful patch to read cramfs images in foreign bytesex.
- It allows reading images with little-endian byte order on big-endian machines and vice versa.
<<lessEnhancements:
- This release has a very useful patch to read cramfs images in foreign bytesex.
- It allows reading images with little-endian byte order on big-endian machines and vice versa.
Download (0.21MB)
Added: 2005-11-08 License: GPL (GNU General Public License) Price:
1445 downloads
Ububacula 0.2 Beta
Ububacula is a useful installation tool for installing Bacula Backup Server on an Ubuntu Dapper Drake Server. more>>
Ububacula (short for Ubuntu Bacula) is a useful installation tool for installing Bacula Backup Server on an Ubuntu Dapper Drake Server.
It automatically installs Baculas main components: Director, Storage Daemon, and bweb.
<<lessIt automatically installs Baculas main components: Director, Storage Daemon, and bweb.
Download (2.4MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
543 downloads
KeyFrog 0.8
KeyFrog is a tool for generating keyboard usage statistics. more>>
KeyFrog is a tool for generating keyboard usage statistics. User obtains many informations about his activity: how intensive was his keyboard usage, how was it distributed in time, etc.
This project can be very useful to developers. The project is under fast development, first releases comming soon.
<<lessThis project can be very useful to developers. The project is under fast development, first releases comming soon.
Download (MB)
Added: 2007-03-08 License: BSD License Price:
962 downloads
Docutils 0.4
Docutils is an open-source text processing system for processing plaintext documentation into useful formats. more>>
Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML or LaTeX.
Docutils project includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
<<lessDocutils project includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
Download (1.2MB)
Added: 2006-01-11 License: Public Domain Price:
1382 downloads
Estoque Inteligente 1.5
Estoque Inteligente is a Web based application to manage supply, sales, and customers. more>>
Estoque Inteligente is a Web based application to manage supply, sales, and customers.
Estoque Inteligente project can be useful to managers of small stores.
<<lessEstoque Inteligente project can be useful to managers of small stores.
Download (0.088MB)
Added: 2006-03-31 License: GPL (GNU General Public License) Price:
1304 downloads
BashDiff 1.43
Bash.Diff is a patch against Bash that incorporates many useful features from Awk, Python, Zsh, Ksh, and others. more>>
BashDiff is a patch against Bash that incorporates many useful features from Awk, Python, Zsh, Ksh, and others.
In the main core, it adds the following: new brace expansion {a..b}, new parameter expansion ${var|...}, new command substitution $(=...), extended for, while, and until loops, extended case statement, new try-block with integer exception, and new here document<<less
In the main core, it adds the following: new brace expansion {a..b}, new parameter expansion ${var|...}, new command substitution $(=...), extended for, while, and until loops, extended case statement, new try-block with integer exception, and new here document<<less
Download (0.121MB)
Added: 2007-03-28 License: GPL (GNU General Public License) Price:
940 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 useful 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