transparently
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 154
AnyEvent 4.8
An identical interface to multiple event loops. more>> AnyEvent 4.8 is specifically designed to be an identical interface to multiple event loops. AnyEvent library allows module authors to utilize an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time).
The interface itself is vaguely similar but not identical to the Event module. On the first call of any method, the module tries to detect the currently loaded event loop by probing for an already-loaded event loop, such as Glib or Event. The first one found is used. If none is found, the module tries to load an event module.
Enhancements:
- This release adds an introductory tutorial.
- Also, many workarounds for Windows and Tk bugs have been implemented, to make AnyEvent behavior identical to Unix behavior.
- IPv6 support is only enabled when the OS actually supports it.
- BSD platforms implementing the socket structures incorrectly are now worked around. Unix domain sockets are now supported transparently.
- NAPTR and SRV handling has been improved. Lastly, a great many bugs and performance improvements have been applied, especially to AnyEvent:Handle and TLS support.
Requirements: Perl
Added: 2009-07-07 License: Perl Artistic License Price: FREE
14 downloads
Portfolyo 0.2.1
Portfolyo is a Web-based personal project and skill tracker. more>>
Portfolyo project is a Web-based personal project and skill tracker.
Portfolyo is a Web-based tool for professionals to manage their portfolios and, in a broader sense, all information that constitutes them as professionals.
It aids you in keeping track of your projects and skills, and it presents the captured data on your Web site to show off to potential clients, employers, or your peers.
Its a CGI application written in Python.
Main features:
- Manage and track your projects and skills in a web-based administration interface
- Present a list of your projects and detailed views of them on your website
- Present a "skills matrix" on your website, which transparently associates skills with your level of experience and related projects
- Customize look and functionality of your portfolio by editing HTML templates
- Import/export all data to/from a flat file
<<lessPortfolyo is a Web-based tool for professionals to manage their portfolios and, in a broader sense, all information that constitutes them as professionals.
It aids you in keeping track of your projects and skills, and it presents the captured data on your Web site to show off to potential clients, employers, or your peers.
Its a CGI application written in Python.
Main features:
- Manage and track your projects and skills in a web-based administration interface
- Present a list of your projects and detailed views of them on your website
- Present a "skills matrix" on your website, which transparently associates skills with your level of experience and related projects
- Customize look and functionality of your portfolio by editing HTML templates
- Import/export all data to/from a flat file
Download (0.26MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1005 downloads
Rhino in Spring 1.1.1
Rhino in Spring is a project that intends to integrate Mozilla Rhino JavaScript interpreter. more>>
Rhino in Spring is a project that intends to integrate Mozilla Rhino JavaScript interpreter, the interpreter for the best (in our opinion) dynamic language on the Java platform with Spring Framework, the also best (again, in our opinion) enterprise framework on the Java platform.
Rhino in Springs aim is to provide a system that amalgamates the rapid development benefits and flexibility of a dynamic language with the strength, scalability and versatility of the Java platform and the Spring framework.
At the moment, the project delivers a controller component for Spring MVC that allows complex control flows spanning several webpages in web applications to be expressed as a single structured algorithm in JavaScript, putting the rich set of control flow structures and function reusability of a full-blown language at your fingertips. It transparently maps the users requests to the correct points of execution in your JavaScript code, even as the user freely navigates your website using the browsers back button or even "File-New Window" functionality!
A flexible set of state persistence options (including one where all state management is shifted to the browser, for maximum server scalability) is included.
Enhancements:
- Added support for relative pathnames in include(), with backward compatible lookup of absolute pathnames
- Fixed bug when an implicitly created ScriptStorage wasnt properly initialized
<<lessRhino in Springs aim is to provide a system that amalgamates the rapid development benefits and flexibility of a dynamic language with the strength, scalability and versatility of the Java platform and the Spring framework.
At the moment, the project delivers a controller component for Spring MVC that allows complex control flows spanning several webpages in web applications to be expressed as a single structured algorithm in JavaScript, putting the rich set of control flow structures and function reusability of a full-blown language at your fingertips. It transparently maps the users requests to the correct points of execution in your JavaScript code, even as the user freely navigates your website using the browsers back button or even "File-New Window" functionality!
A flexible set of state persistence options (including one where all state management is shifted to the browser, for maximum server scalability) is included.
Enhancements:
- Added support for relative pathnames in include(), with backward compatible lookup of absolute pathnames
- Fixed bug when an implicitly created ScriptStorage wasnt properly initialized
Download (2.5MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
937 downloads
GStreamer Plugins Ugly 0.10.5
GStreamer is a library that allows the construction of graphs of media-handling components. more>>
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
Main features:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- new id3 demuxer (replaces the mad one in gst-plugins-ugly)
- memleak fixes in avidemux, wavparse, level, smoke
- ports of multipart,
- fixes in flacdec, flxdec, rtp
- documentation updates on videomixer
- added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
<<lessApplications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
Main features:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- new id3 demuxer (replaces the mad one in gst-plugins-ugly)
- memleak fixes in avidemux, wavparse, level, smoke
- ports of multipart,
- fixes in flacdec, flxdec, rtp
- documentation updates on videomixer
- added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
Download (0.79MB)
Added: 2006-12-15 License: LGPL (GNU Lesser General Public License) Price:
624 downloads
toolwrap 0.2
toolwrap is a general Unix wrapper utility. more>>
Toolwrap is a wrapper tool (a program which starts other program), which may be used to launch applications according to defined preferences (or policies).
Thanks to toolwrap, many releases of a given application can coexist, and may be deployed on a single workstation or made available on a files server. Policy files allow different users to use different versions transparently.
Environment files control which binaries to use and prepare the environment before starting the application.
Compiling
Compiling toolwrap should be as simple as :
./configure --prefix=/opt &&
make
Installation
If toolwrap compiles successfully, run make install to get the following tree & files created (assuming that /opt was specified at the "configure" step):
/opt
/opt/bin/toolwrap
/opt/pkgs
/opt/etc
/opt/etc/toolwrap-policies
/opt/env
/opt/env/__default__
/opt/bin/toolwrap is the wrapper itself. Wrapped binaries will be symlinked to toolwrap.
/opt/etc/toolwrap-policies holds the default wrapping policies. See policy. Policies indicate which package must be used when a tool is invoked.
/opt/etc/env/__default__ defines how the environment must be set up before starting a tool, and which binary is executed.
<<lessThanks to toolwrap, many releases of a given application can coexist, and may be deployed on a single workstation or made available on a files server. Policy files allow different users to use different versions transparently.
Environment files control which binaries to use and prepare the environment before starting the application.
Compiling
Compiling toolwrap should be as simple as :
./configure --prefix=/opt &&
make
Installation
If toolwrap compiles successfully, run make install to get the following tree & files created (assuming that /opt was specified at the "configure" step):
/opt
/opt/bin/toolwrap
/opt/pkgs
/opt/etc
/opt/etc/toolwrap-policies
/opt/env
/opt/env/__default__
/opt/bin/toolwrap is the wrapper itself. Wrapped binaries will be symlinked to toolwrap.
/opt/etc/toolwrap-policies holds the default wrapping policies. See policy. Policies indicate which package must be used when a tool is invoked.
/opt/etc/env/__default__ defines how the environment must be set up before starting a tool, and which binary is executed.
Download (0.024MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1664 downloads
Paragon NTFS for Linux 2.0
Gain full access to NTFS partitions under Linux more>> Paragon NTFS for Linux gives transparent access to any NTFS partition under Linux operating system. So you and any application can browse these drives, read and change files, copy and create new files and folders. Everything absolutely transparently ?just like with ?ative?Ext2FS, Ext3FS or ReiserFS file system.
This download package is FREE and contains full functional Paragon NTFS for Linux drivers for the most popular Linux distributions with their default kernels only: Red Hat Enterprise 4 (SW), Fedora Core 4, Mandriva 10.2, SUSE 9.3. If you have any other Linux distribution or have already changed the default kernel, you will not probably be able to use this driver. If you are interested in buying or evaluating Paragon NTFS for Linux driver for any Linux distribution you should go to http://www.ntfs-linux.com/index.htm.
Note: This package contains Paragon NTFS for Linux demo version as well. The demo version mounts NTFS partitions in read-only mode only but you can install it to any Linux distribution.<<less
Download (2447K)
Added: 2009-04-14 License: Freeware Price: $FREE
192 downloads
Data::Encrypted 0.07
Data::Encrypted is a Perl module to transparently store encrypted data via RSA. more>>
Data::Encrypted is a Perl module to transparently store encrypted data via RSA.
SYNOPSIS
# functional interface:
use Data::Encrypted file => "./.$0-encrypted-data", qw(encrypted);
# note: login and password are not *really* the login and
# password values, only the desired prompt!
my $login = encrypted(login);
my $password = encrypted(password);
# script continues, connecting to some secure resource (database,
# website, etc).
__END__
# alternative, OO interface:
use Data::Encrypted;
my $enc = new Data::Encrypted file => "./.$0-encrypted-data";
my $login = $enc->encrypted(login);
my $password = $enc->encrypted(password);
$enc->finished(); # close and release lock on storage file
# script continues, connecting to some secure resource (database,
# website, etc).
__END__
[ then, back at the command line: ]
% myscript.pl
Data::Encrypted value for login not found, please enter: *****
Data::Encrypted value for password not found, please enter: ********
[ script merrily continues ... ]
% myscript.pl
[ script merrily continues, no prompting this time ... ]
Often when dealing with external resources (database engines, ftp, telnet, websites, etc), your Perl script must supply a password, or other sensitive data, to the other system. This requires you to either continually prompt the user for the data, or to store the information (in plaintext) within your script. Youd rather not have to remember the connection details to all your different resources, so youd like to store the data somewhere. And if you share your script with anyone (as any good open-source developer would), youd rather not have your password or other sensitive information floating around.
Data::Encrypted attempts to fill this small void with a simple, yet functional solution to this common predicament. It works by prompting you (via Term::ReadPassword) once for each required value, but only does so the first time you run your script; thereafter, the data is stored encrypted in a secondary file. Subsequent executions of your script use the encrypted data directly, if possible; otherwise it again prompts for the data. Currently, Data::Encrypted achieves encryption via an RSA public-key cryptosystem implemented by Crypt::RSA, using (by default) your own SSH1 public and private keys.
<<lessSYNOPSIS
# functional interface:
use Data::Encrypted file => "./.$0-encrypted-data", qw(encrypted);
# note: login and password are not *really* the login and
# password values, only the desired prompt!
my $login = encrypted(login);
my $password = encrypted(password);
# script continues, connecting to some secure resource (database,
# website, etc).
__END__
# alternative, OO interface:
use Data::Encrypted;
my $enc = new Data::Encrypted file => "./.$0-encrypted-data";
my $login = $enc->encrypted(login);
my $password = $enc->encrypted(password);
$enc->finished(); # close and release lock on storage file
# script continues, connecting to some secure resource (database,
# website, etc).
__END__
[ then, back at the command line: ]
% myscript.pl
Data::Encrypted value for login not found, please enter: *****
Data::Encrypted value for password not found, please enter: ********
[ script merrily continues ... ]
% myscript.pl
[ script merrily continues, no prompting this time ... ]
Often when dealing with external resources (database engines, ftp, telnet, websites, etc), your Perl script must supply a password, or other sensitive data, to the other system. This requires you to either continually prompt the user for the data, or to store the information (in plaintext) within your script. Youd rather not have to remember the connection details to all your different resources, so youd like to store the data somewhere. And if you share your script with anyone (as any good open-source developer would), youd rather not have your password or other sensitive information floating around.
Data::Encrypted attempts to fill this small void with a simple, yet functional solution to this common predicament. It works by prompting you (via Term::ReadPassword) once for each required value, but only does so the first time you run your script; thereafter, the data is stored encrypted in a secondary file. Subsequent executions of your script use the encrypted data directly, if possible; otherwise it again prompts for the data. Currently, Data::Encrypted achieves encryption via an RSA public-key cryptosystem implemented by Crypt::RSA, using (by default) your own SSH1 public and private keys.
Download (0.007MB)
Added: 2006-10-04 License: Perl Artistic License Price:
1117 downloads
Bitgate Server Software Environment 0.4.3
Bitgate Server Software Environment aims to build a multi-protocol environment. more>>
Bitgate Server Software Environment aims to build a multi-protocol environment in which server protocol handlers can be eventually loaded and unloaded on the fly using a center console or controller Web page.
Bitgate Server Software Environment aims to have 99.9% uptime, and have high-availability (Java 6) compliance. It is written in Java 5, and relies completely on Javas I/O functionality to provide non-blocking support for both SSL and non-SSL sockets (transparently).
All configuration is done via XML files, as this is easier to maintain. It includes a minimal demonstration HTTP server.
Enhancements:
- Modified HTTP directory listing to be a little more clean on the output of filenames; shows more information about each file in question as well.
- Added "reset" methods to the ClientContext objects so that Keep-Alive requests are now handled properly.
- Implemented 302 redirects and space encodings on filenames.
<<lessBitgate Server Software Environment aims to have 99.9% uptime, and have high-availability (Java 6) compliance. It is written in Java 5, and relies completely on Javas I/O functionality to provide non-blocking support for both SSL and non-SSL sockets (transparently).
All configuration is done via XML files, as this is easier to maintain. It includes a minimal demonstration HTTP server.
Enhancements:
- Modified HTTP directory listing to be a little more clean on the output of filenames; shows more information about each file in question as well.
- Added "reset" methods to the ClientContext objects so that Keep-Alive requests are now handled properly.
- Implemented 302 redirects and space encodings on filenames.
Download (0.057MB)
Added: 2007-08-06 License: Common Public License Price:
811 downloads
GStreamer Plugins Bad 0.10.4
GStreamer is a library that allows the construction of graphs of media-handling components. more>>
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Vorbis and Ogg playback to complex audio (mixing) and video (non-linear editing) processing.
Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
Main features:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- new id3 demuxer (replaces the mad one in gst-plugins-ugly)
- memleak fixes in avidemux, wavparse, level, smoke
- ports of multipart,
- fixes in flacdec, flxdec, rtp
- documentation updates on videomixer
- added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
<<lessApplications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
Main features:
- Parallel installability with 0.8.x series
- Threadsafe design and API
- new id3 demuxer (replaces the mad one in gst-plugins-ugly)
- memleak fixes in avidemux, wavparse, level, smoke
- ports of multipart,
- fixes in flacdec, flxdec, rtp
- documentation updates on videomixer
- added new sunaudiosink, gconfaudiosrc and gconfvideosrc elements
Download (0.94MB)
Added: 2006-12-23 License: LGPL (GNU Lesser General Public License) Price:
1039 downloads
NATting SOHO firewall
NATting SOHO firewall is a firewall script for iptables. more>>
NATting SOHO firewall is a firewall script for iptables.
# Model NATting SOHO firewall for SP article
# by Jay Beale (jay@bastille-linux.org)
#
# Warning: youre going to have to hack this for your own purposes.
#
# Assumptions:
# your internal network is 192.168.1.0/24 on eth1
# your internet IP is 10.0.0.1 on eth0
# your internal network IP on eth1 is 192.168.1.1
#
# Additonally:
# you have another internal network, a DMZ: 192.168.2.0/24 on eth2
$INTERNAL_IP = 192.168.1.1
$INTERNAL_NET = 192.168.1.0/24
$INTERNET = 10.0.0.1
$DMZ = 192.168.2.0/24
# Insert the required kernel modules
modprobe iptable_nat
modprobe ip_conntrack
modprobe ip_conntrack_ftp
# Set default policies for packets going through this firewall box
iptables -t nat -P PREROUTING DROP
iptables -t nat -P POSTROUTING DROP
iptables -P FORWARD DROP
# Set default policies for packet entering this box
iptables -P OUTPUT ALLOW
iptables -P INPUT ALLOW
# Kill spoofed packets
for f in /proc/sys/net/ipv4/conf/*/rp_filter; do
echo 1 > $f
done
# Anything coming from our internal network should have only our addresses!
iptables -A FORWARD -i eth1 -s ! $INTERNAL_NET -j DROP
# Anything coming from the Internet should have a real Internet address
iptables -A FORWARD -i eth0 -s 192.168.0.0/16 -j DROP
iptables -A FORWARD -i eth0 -s 172.16.0.0/12 -j DROP
iptables -A FORWARD -i eth0 -s 10.0.0.0/8 -j DROP
# Note:There are more "reserved" networks, but these are the classical ones.
# Block outgoing network filesharing protocols that arent designed
# to leave the LAN
# SMB / Windows filesharing
iptables -A FORWARD -p tcp --sport 137:139 -j DROP
iptables -A FORWARD -p udp --sport 137:139 -j DROP
# NFS Mount Service (TCP/UDP 635)
iptables -A FORWARD -p tcp --sport 635 -j DROP
iptables -A FORWARD -p udp --sport 635 -j DROP
# NFS (TCP/UDP 2049)
iptables -A FORWARD -p tcp --sport 2049 -j DROP
iptables -A FORWARD -p udp --sport 2049 -j DROP
# Portmapper (TCP/UDP 111)
iptables -A FORWARD -p tcp --sport 111 -j DROP
iptables -A FORWARD -p udp --sport 111 -j DROP
# Block incoming syslog, lpr, rsh, rexec...
iptables -A FORWARD -i eth0 -p udp --dport syslog -j DROP
iptables -A FORWARD -i eth0 -p tcp --dport 515 -j DROP
iptables -A FORWARD -i eth0 -p tcp --dport 514 -j DROP
iptables -A FORWARD -i eth0 -p tcp --dport 512 -j DROP
###
# Transparently proxy all web-surfing through Squid box
$SQUID = 192.168.1.2:8080
$SQUIDSSL = 192.168.1.2:443
iptables -t nat -A PREROUTING -i eth1 -tcp --dport 80 -j DNAT --to $SQUID
iptables -t nat -A PREROUTING -i eth1 -tcp --dport 443 -j DNAT --to $SQUIDSSL
# Transparently forward all outgoing mail to a relay host
$SMTP = 192.168.1.3
iptables -t nat -A PREROUTING -i eth1 -tcp --dport 25 -j DNAT --to $SMTP
# Transparently redirect web connections from outside to the DMZ web
# server
$DMZ_WEB = 192.168.2.2
iptables -t nat -A PREROUTING -i eth0 -d 192.168.1.1 -dport 80 -j DNAT --to $DMZ_WEB
# Source NAT to get Internet traffic through
iptables -t nat -A POSTROUTING -o eth1 -j SNAT --to $INTERNET
# Activate the forwarding!
echo 1 >/proc/sys/net/ipv4/ip_forward
<<less# Model NATting SOHO firewall for SP article
# by Jay Beale (jay@bastille-linux.org)
#
# Warning: youre going to have to hack this for your own purposes.
#
# Assumptions:
# your internal network is 192.168.1.0/24 on eth1
# your internet IP is 10.0.0.1 on eth0
# your internal network IP on eth1 is 192.168.1.1
#
# Additonally:
# you have another internal network, a DMZ: 192.168.2.0/24 on eth2
$INTERNAL_IP = 192.168.1.1
$INTERNAL_NET = 192.168.1.0/24
$INTERNET = 10.0.0.1
$DMZ = 192.168.2.0/24
# Insert the required kernel modules
modprobe iptable_nat
modprobe ip_conntrack
modprobe ip_conntrack_ftp
# Set default policies for packets going through this firewall box
iptables -t nat -P PREROUTING DROP
iptables -t nat -P POSTROUTING DROP
iptables -P FORWARD DROP
# Set default policies for packet entering this box
iptables -P OUTPUT ALLOW
iptables -P INPUT ALLOW
# Kill spoofed packets
for f in /proc/sys/net/ipv4/conf/*/rp_filter; do
echo 1 > $f
done
# Anything coming from our internal network should have only our addresses!
iptables -A FORWARD -i eth1 -s ! $INTERNAL_NET -j DROP
# Anything coming from the Internet should have a real Internet address
iptables -A FORWARD -i eth0 -s 192.168.0.0/16 -j DROP
iptables -A FORWARD -i eth0 -s 172.16.0.0/12 -j DROP
iptables -A FORWARD -i eth0 -s 10.0.0.0/8 -j DROP
# Note:There are more "reserved" networks, but these are the classical ones.
# Block outgoing network filesharing protocols that arent designed
# to leave the LAN
# SMB / Windows filesharing
iptables -A FORWARD -p tcp --sport 137:139 -j DROP
iptables -A FORWARD -p udp --sport 137:139 -j DROP
# NFS Mount Service (TCP/UDP 635)
iptables -A FORWARD -p tcp --sport 635 -j DROP
iptables -A FORWARD -p udp --sport 635 -j DROP
# NFS (TCP/UDP 2049)
iptables -A FORWARD -p tcp --sport 2049 -j DROP
iptables -A FORWARD -p udp --sport 2049 -j DROP
# Portmapper (TCP/UDP 111)
iptables -A FORWARD -p tcp --sport 111 -j DROP
iptables -A FORWARD -p udp --sport 111 -j DROP
# Block incoming syslog, lpr, rsh, rexec...
iptables -A FORWARD -i eth0 -p udp --dport syslog -j DROP
iptables -A FORWARD -i eth0 -p tcp --dport 515 -j DROP
iptables -A FORWARD -i eth0 -p tcp --dport 514 -j DROP
iptables -A FORWARD -i eth0 -p tcp --dport 512 -j DROP
###
# Transparently proxy all web-surfing through Squid box
$SQUID = 192.168.1.2:8080
$SQUIDSSL = 192.168.1.2:443
iptables -t nat -A PREROUTING -i eth1 -tcp --dport 80 -j DNAT --to $SQUID
iptables -t nat -A PREROUTING -i eth1 -tcp --dport 443 -j DNAT --to $SQUIDSSL
# Transparently forward all outgoing mail to a relay host
$SMTP = 192.168.1.3
iptables -t nat -A PREROUTING -i eth1 -tcp --dport 25 -j DNAT --to $SMTP
# Transparently redirect web connections from outside to the DMZ web
# server
$DMZ_WEB = 192.168.2.2
iptables -t nat -A PREROUTING -i eth0 -d 192.168.1.1 -dport 80 -j DNAT --to $DMZ_WEB
# Source NAT to get Internet traffic through
iptables -t nat -A POSTROUTING -o eth1 -j SNAT --to $INTERNET
# Activate the forwarding!
echo 1 >/proc/sys/net/ipv4/ip_forward
Download (MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
987 downloads
JSecureTunneling 0.2.3
JSecureTunneling provides a Java SSH client for tunnels management. more>>
JSecureTunneling provides a Java SSH client for tunnels management.
SecureTunneling is a Java SSH client that is entirely oriented toward the management of SSH tunnels, offering the ability to establish secure and permanent tunnels to a remote SSH server transparently, just like a simple network connection.
The key features are: auto-reconnection, connection monitoring, connection triggers, tunneling changes on-the-fly, and profile management.
<<lessSecureTunneling is a Java SSH client that is entirely oriented toward the management of SSH tunnels, offering the ability to establish secure and permanent tunnels to a remote SSH server transparently, just like a simple network connection.
The key features are: auto-reconnection, connection monitoring, connection triggers, tunneling changes on-the-fly, and profile management.
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
966 downloads
Ctrlproxy 3.0.3
Ctrlproxy runs on a computer with a 24/7 internet connection and allows you to transparently connect to IRC from anywhere. more>>
Ctrlproxy project runs on a computer with a 24/7 internet connection and allows you to transparently connect to IRC from anywhere on the world to your nick.
It connects to one or more IRC servers and then allows you to connect to it with any number of clients, providing access to these servers. This is very useful if you dont want to leave IRC but still want to be able to use it from home, school or work.
Main features:
- Connect to one server with many clients under one nick transparently
- Connect to multiple servers using only one process
- CTCP support when no client is attached
- irssi-style logging support
- Transparent detaching and attaching of clients
- Password support
- Auto-Away support
- Backlog replication. Replicate from last client quit or last line said by user.
- Keeping track of number of times a certain user uses a certain pattern
- Direct, inetd-style interfacing with local IRC servers (such as bitlbee)
- Responses to queries are only sent to the originating client of the query
- SSL support
- Flood protection
- Logging in a user-specified format
- IPv6 support
Installation:
./configure
make
make install
<<lessIt connects to one or more IRC servers and then allows you to connect to it with any number of clients, providing access to these servers. This is very useful if you dont want to leave IRC but still want to be able to use it from home, school or work.
Main features:
- Connect to one server with many clients under one nick transparently
- Connect to multiple servers using only one process
- CTCP support when no client is attached
- irssi-style logging support
- Transparent detaching and attaching of clients
- Password support
- Auto-Away support
- Backlog replication. Replicate from last client quit or last line said by user.
- Keeping track of number of times a certain user uses a certain pattern
- Direct, inetd-style interfacing with local IRC servers (such as bitlbee)
- Responses to queries are only sent to the originating client of the query
- SSL support
- Flood protection
- Logging in a user-specified format
- IPv6 support
Installation:
./configure
make
make install
Download (0.57MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
823 downloads
libspectrum 0.2.2
libspectrum is a library designed to make the input and output of some ZX Spectrum emulator files slightly easier. more>>
libspectrum is a library designed to make the input and output of some ZX Spectrum emulator files slightly easier.
libspectrum is intended to be usable on Unix variants, Mac OS X and Win32. Currently, it is mainly (only?) used by Fuse, but other Spectrum emulator and utility authors are encouraged to use it.
Which formats does it support?
Snapshots:
read/write: .z80, .szx, .sna
read only: .zxs, .sp., .snp, +D snapshots
Tape images:
read/write: .tzx, .tap
read only: Warajevo .tap
Input recordings:
read/write: .rzx
Timex cartridges:
read only: .dck
Compressed files: reading of gzipped and bzipped files is transparently supported.
<<lesslibspectrum is intended to be usable on Unix variants, Mac OS X and Win32. Currently, it is mainly (only?) used by Fuse, but other Spectrum emulator and utility authors are encouraged to use it.
Which formats does it support?
Snapshots:
read/write: .z80, .szx, .sna
read only: .zxs, .sp., .snp, +D snapshots
Tape images:
read/write: .tzx, .tap
read only: Warajevo .tap
Input recordings:
read/write: .rzx
Timex cartridges:
read only: .dck
Compressed files: reading of gzipped and bzipped files is transparently supported.
Download (MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1125 downloads
Ciphire Mail 1.2.47
Ciphire Mail is an email encryption tool. more>>
Ciphire Mail is an email encryption tool. It works in conjunction with your existing email client. It operates seamlessly in the background and does not interfere with normal email routines.
Ciphire Mail program encrypts and decrypts email messages, and can digitally sign each message to provide authentication and guard against identity theft.
It resides on your computer, between your email client and your email server, transparently encrypting/decrypting and digitally signing your email communication. It runs on Windows 2000/XP, Linux, and Mac OS X.
It is compatible with all email clients using standard SMTP, POP3, or IMAP4 (including SSL/TLS variants and STARTTLS support). It is free for consumers, non-profit organizations, and the press.
Enhancements:
- This version is primarily a bugfix release, and fixes some minor issues in the 1.2.42 stable version.
<<lessCiphire Mail program encrypts and decrypts email messages, and can digitally sign each message to provide authentication and guard against identity theft.
It resides on your computer, between your email client and your email server, transparently encrypting/decrypting and digitally signing your email communication. It runs on Windows 2000/XP, Linux, and Mac OS X.
It is compatible with all email clients using standard SMTP, POP3, or IMAP4 (including SSL/TLS variants and STARTTLS support). It is free for consumers, non-profit organizations, and the press.
Enhancements:
- This version is primarily a bugfix release, and fixes some minor issues in the 1.2.42 stable version.
Download (12.5MB)
Added: 2006-03-31 License: Free For Educational Use Price:
1368 downloads
nget 0.27.1
nget is a command line nntp file grabber. more>>
nget is a command line nntp file grabber. It automatically pieces together multipart postings for easy retrieval, even substituting parts from multiple servers. Handles disconnects and resuming very well.
nget is developed on linux (glibc2), and has been successfully compiled/tested
on: linux x86(gcc 2.95.4, gcc 3.0.4, gcc 3.2, gcc 3.3), linux alpha(gcc 2.95.2), macosx(gcc 2.95.2), freebsd x86(gcc 2.95.4, gcc 3.0.4), solaris sparc(gcc 2.95.2), win32(mingw or cygwin) and should compile without modifications on other systems using g++ 2.95+ or other up to date compliers. Older compilers like gcc 2.7.x can no longer build nget, but can (probably) still build ngetlite, so you can still use it to download on an older comp if you have a recent comp that you can use nget to write the listfiles on (-w option).
Main features:
- Automatic multi-part post joining
- Automatic binary decoding (using uulib)
- Caches header data for quick access
- Full multi-server support, transparently joining parts from different servers
- Full multi-group support, transparently joining parts from multiple newsgroups
- Automatic retries on network errors
- Resumes after the last part successfully downloaded
- Dupe file detection to avoid unneeded downloads
- Select what to retrieve based upon a regular expresson (-r), or even a more complex expression (-R) based upon any of the files subject, author, lines, bytes, # of parts we have, # of parts req, date, age, messageid, and references.
- Search for newsgroups based on their names and/or descriptions
- Automatic handling of PAR and PAR2 files retrieves only as many recovery files as necessary to repair any missing/damaged files.
Enhancements:
- Fix error in configure script when printing exceptions not found message, due to unquoted string. (Reported by M.J. Soft)
- Fix -G* when NGETCACHE != NGETHOME. (Reported by Steven Adeff)
- Fix midinfo and newsgroups files not honoring NGETCACHE/cachedir setting. (Reported by Christian Marillat)
- Allow absolute paths in --text=mbox: . (Requested by Volker Wysk)
- Support tab as the field separator in XPAT results, for Newsplex server support. (Requested by Mark Blain)
- -a no longer gives an error if the server doesnt support LIST NEWSGROUPS(which retrieves newsgroup descriptions.)
- Fix printing a warning when loading newsgroups list which contains descriptions of groups which no server actually carries. (Reported by Frederick Bruckman)
- Fix problems loading group descriptions from newsgroups list which contain tabs. (Reported by Frederick Bruckman)
<<lessnget is developed on linux (glibc2), and has been successfully compiled/tested
on: linux x86(gcc 2.95.4, gcc 3.0.4, gcc 3.2, gcc 3.3), linux alpha(gcc 2.95.2), macosx(gcc 2.95.2), freebsd x86(gcc 2.95.4, gcc 3.0.4), solaris sparc(gcc 2.95.2), win32(mingw or cygwin) and should compile without modifications on other systems using g++ 2.95+ or other up to date compliers. Older compilers like gcc 2.7.x can no longer build nget, but can (probably) still build ngetlite, so you can still use it to download on an older comp if you have a recent comp that you can use nget to write the listfiles on (-w option).
Main features:
- Automatic multi-part post joining
- Automatic binary decoding (using uulib)
- Caches header data for quick access
- Full multi-server support, transparently joining parts from different servers
- Full multi-group support, transparently joining parts from multiple newsgroups
- Automatic retries on network errors
- Resumes after the last part successfully downloaded
- Dupe file detection to avoid unneeded downloads
- Select what to retrieve based upon a regular expresson (-r), or even a more complex expression (-R) based upon any of the files subject, author, lines, bytes, # of parts we have, # of parts req, date, age, messageid, and references.
- Search for newsgroups based on their names and/or descriptions
- Automatic handling of PAR and PAR2 files retrieves only as many recovery files as necessary to repair any missing/damaged files.
Enhancements:
- Fix error in configure script when printing exceptions not found message, due to unquoted string. (Reported by M.J. Soft)
- Fix -G* when NGETCACHE != NGETHOME. (Reported by Steven Adeff)
- Fix midinfo and newsgroups files not honoring NGETCACHE/cachedir setting. (Reported by Christian Marillat)
- Allow absolute paths in --text=mbox: . (Requested by Volker Wysk)
- Support tab as the field separator in XPAT results, for Newsplex server support. (Requested by Mark Blain)
- -a no longer gives an error if the server doesnt support LIST NEWSGROUPS(which retrieves newsgroup descriptions.)
- Fix printing a warning when loading newsgroups list which contains descriptions of groups which no server actually carries. (Reported by Frederick Bruckman)
- Fix problems loading group descriptions from newsgroups list which contain tabs. (Reported by Frederick Bruckman)
Download (0.30MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 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 transparently 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