heavily
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 162
gaim-blocky 0.2.0
gaim-blocky is a gaim plugin to block messages from certain contacts in a protocol-independent way. more>>
gaim-blocky is a gaim plugin to block messages from certain contacts in a protocol-independent way.
Optionally, you can have an auto-reply message sent to blocked users whenever they try to bother you.
gaim-blocky is a gaim plugin which lets you block messages from certain contacts in a protocol-independent way. Its code is based heavily on gaim-bs by David Everly.
To block a user, all you have to do is append " " (three spaces) to their alias. Optionally you can have an auto-reply message sent to them whenever they try to bother you.
Enhancements:
- The ability to have messages from people who are not on your contact list blocked by default was added.
<<lessOptionally, you can have an auto-reply message sent to blocked users whenever they try to bother you.
gaim-blocky is a gaim plugin which lets you block messages from certain contacts in a protocol-independent way. Its code is based heavily on gaim-bs by David Everly.
To block a user, all you have to do is append " " (three spaces) to their alias. Optionally you can have an auto-reply message sent to them whenever they try to bother you.
Enhancements:
- The ability to have messages from people who are not on your contact list blocked by default was added.
Download (0.30MB)
Added: 2006-11-04 License: GPL (GNU General Public License) Price:
1085 downloads
MatrixSSL 1.8.3
MatrixSSL provides an embedded SSL implementation for small footprint devices. more>>
MatrixSSL provides an embedded SSL implementation for small footprint devices.
PeerSec MatrixSSL is an embedded SSL implementation designed for small footprint devices and applications requiring low overhead per connection. The library is less than 50K on disk with cipher suites.
It includes SSL client and SSL server support, session resumption, and implementations of RSA, 3DES, ARC4, SHA1, and MD5.
The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers.
Main features:
- < 50KB total footprint with crypto provider
- SSLv3 and TLS server and client support
- Included crypto library - RSA, AES, 3DES, ARC4, SHA1, MD5
- Cipher Suites - RC4-MD5, RC4-SHA, DES-CBC3-SHA, AES128-SHA, AES256-SHA
- RSA public and private key generation
- X.509 certificate generation and signing
- Full support for fast session resumption/caching
- X.509 server and client certificate authentication
- Tight, heavily commented code in portable C
- User and developer documentation
<<lessPeerSec MatrixSSL is an embedded SSL implementation designed for small footprint devices and applications requiring low overhead per connection. The library is less than 50K on disk with cipher suites.
It includes SSL client and SSL server support, session resumption, and implementations of RSA, 3DES, ARC4, SHA1, and MD5.
The source is well documented and contains portability layers for additional operating systems, cipher suites, and cryptography providers.
Main features:
- < 50KB total footprint with crypto provider
- SSLv3 and TLS server and client support
- Included crypto library - RSA, AES, 3DES, ARC4, SHA1, MD5
- Cipher Suites - RC4-MD5, RC4-SHA, DES-CBC3-SHA, AES128-SHA, AES256-SHA
- RSA public and private key generation
- X.509 certificate generation and signing
- Full support for fast session resumption/caching
- X.509 server and client certificate authentication
- Tight, heavily commented code in portable C
- User and developer documentation
Download (0.40MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
977 downloads
HouseMonkey 1.1
Javacelot is a Java-based home automation utility for the Adicon Ocelot. more>>
Javacelot project is a Java-based home automation utility for the Adicon Ocelot.
Javacelot is a Java utility for communicating with an Adicon Ocelot over the serial port. It uses Keane Jarvis RXTX utility for raw serial port I/O, Jakartas Log4J for logging, and Ant for building.
Javacelot mainly adds a friendly API for triggering and responding to X10, infrared, and other Ocelot signals.
Its not an application in itself, but a tool to facilitate the creation of Java-based home automation applications, especially heavily threaded Web-based applications.
Main features:
- Allows you to create and edit several Ocelot programs simultaneously.
- All configuration and source files are ordinary text files. Use your own text editors, versioning tools, scripts, or whatever.
- Built-in text editor with syntax highlighting and error navigation.
- New programming syntax similar to C# and Java, with support for multiple scopes, nested conditionals, aliases, and most other Ocelot features.
- Drag and drop of files for sharing between projects, or to reorder within a project.
- Built-in programming API allows you to write your own Ocelot-aware [java] applications.
- Generates a C-MAX compatible binary for each project.
- [RXTX] Upload programs directly to the Ocelot over the serial port, instead of using C-MAX.
- [RXTX] Send X10 commands
- [RXTX] Monitor X10, IR, and ASCII activity reported by the Ocelot.
- More to come!
<<lessJavacelot is a Java utility for communicating with an Adicon Ocelot over the serial port. It uses Keane Jarvis RXTX utility for raw serial port I/O, Jakartas Log4J for logging, and Ant for building.
Javacelot mainly adds a friendly API for triggering and responding to X10, infrared, and other Ocelot signals.
Its not an application in itself, but a tool to facilitate the creation of Java-based home automation applications, especially heavily threaded Web-based applications.
Main features:
- Allows you to create and edit several Ocelot programs simultaneously.
- All configuration and source files are ordinary text files. Use your own text editors, versioning tools, scripts, or whatever.
- Built-in text editor with syntax highlighting and error navigation.
- New programming syntax similar to C# and Java, with support for multiple scopes, nested conditionals, aliases, and most other Ocelot features.
- Drag and drop of files for sharing between projects, or to reorder within a project.
- Built-in programming API allows you to write your own Ocelot-aware [java] applications.
- Generates a C-MAX compatible binary for each project.
- [RXTX] Upload programs directly to the Ocelot over the serial port, instead of using C-MAX.
- [RXTX] Send X10 commands
- [RXTX] Monitor X10, IR, and ASCII activity reported by the Ocelot.
- More to come!
Download (3.8MB)
Added: 2007-01-17 License: GPL (GNU General Public License) Price:
1012 downloads
The Glasgow Haskell Compiler 6.6
The Glasgow Haskell Compiler is a compiler for Haskell 98. more>>
The Glasgow Haskell Compiler is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell.
Main features:
- GHC supports the entire Haskell 98 language plus a wide variety of extensions.
- GHC works on several platforms including Windows and most varieties of Unix, and several different processor architectures. There are detailed instructions for porting GHC to a new platform.
- GHC has extensive optimisation capabilities, including inter-module optimisation.
- GHC compiles Haskell code either by using an intermediate C compiler (GCC), or by generating native code on some platforms. The interactive environment compiles Haskell to bytecode, and supports execution of mixed bytecode/compiled programs.
- Profiling is supported, both by time/allocation and various kinds of heap profiling.
- GHC comes with a wide range of libraries.
GHC is heavily dependent on its users and contributors. Please come and join the mailing lists and send us your comments, suggestions, bug reports and contributions!
Enhancements:
- SMP support and impredicative polymorphism were added.
- The libraries were split into core and extra.
- Many more changes were made.
<<lessMain features:
- GHC supports the entire Haskell 98 language plus a wide variety of extensions.
- GHC works on several platforms including Windows and most varieties of Unix, and several different processor architectures. There are detailed instructions for porting GHC to a new platform.
- GHC has extensive optimisation capabilities, including inter-module optimisation.
- GHC compiles Haskell code either by using an intermediate C compiler (GCC), or by generating native code on some platforms. The interactive environment compiles Haskell to bytecode, and supports execution of mixed bytecode/compiled programs.
- Profiling is supported, both by time/allocation and various kinds of heap profiling.
- GHC comes with a wide range of libraries.
GHC is heavily dependent on its users and contributors. Please come and join the mailing lists and send us your comments, suggestions, bug reports and contributions!
Enhancements:
- SMP support and impredicative polymorphism were added.
- The libraries were split into core and extra.
- Many more changes were made.
Download (6.7MB)
Added: 2006-10-15 License: BSD License Price:
1105 downloads
Wmbattery
Wmbattery displays the status of your laptops battery in a small icon. more>>
Wmbattery displays the status of your laptops battery in a small icon. This includes if it is plugged in, if the battery is charging, how many minutes of battery life remain, battery life remaining (with both a percentage and a graph), and battery status (high - green, low - yellow, or critical - red).
Theres nothing in the program that makes it require WindowMaker, except maybe the look. It can be docked in WindowMaker or Aftersteps dock.
Wmbattery is based heavily on wmapm by Chris D. Faulhaber.
Enhancements:
- Improved icon layout. I crammed the same information into less space while making the icon more elegant and visually pleasing (IMHO).
- Easier to drag onto dock.
- It consumes a little less memory.
- Uses only 10 colors.
- ACPI support, including multiple battery support and battery charging completion countdown timer.
- Support for getting battery status from the sonypi driver instead of APM, for some Sony laptops that do not have apm support.
- Can make its own estimatess of time remaining or time until full charge, even if APM does not.
<<lessTheres nothing in the program that makes it require WindowMaker, except maybe the look. It can be docked in WindowMaker or Aftersteps dock.
Wmbattery is based heavily on wmapm by Chris D. Faulhaber.
Enhancements:
- Improved icon layout. I crammed the same information into less space while making the icon more elegant and visually pleasing (IMHO).
- Easier to drag onto dock.
- It consumes a little less memory.
- Uses only 10 colors.
- ACPI support, including multiple battery support and battery charging completion countdown timer.
- Support for getting battery status from the sonypi driver instead of APM, for some Sony laptops that do not have apm support.
- Can make its own estimatess of time remaining or time until full charge, even if APM does not.
Download (0.060MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1096 downloads
xbill 2.1
xbill is a game in which you have to save the world from the evil hacker known only as Bill. more>>
xbill is a game in which you have to save the world from the evil hacker known only as Bill.
xbill is a game that tests your reflexes as you seek out and destroy all forms of Bill, establish a new operating system that is very popular throughout the universe, and boldly go where no geek has gone before.
Enhancements:
- converted all code from C++ into C.
- cleaned up pretty much all of the code.
- modified build system to use GNU autoconf instead of imake.
- made the UI system modular, and created modules for the Athena and Motif widget sets. By default, both are built into the binary.
- added a GTK front end.
- added an option to use a larger playing field.
- changed the Athena front end to use Xaw3d when possible.
- add Palm OS/CPU (images borrowed from pBill and heavily modified)
<<lessxbill is a game that tests your reflexes as you seek out and destroy all forms of Bill, establish a new operating system that is very popular throughout the universe, and boldly go where no geek has gone before.
Enhancements:
- converted all code from C++ into C.
- cleaned up pretty much all of the code.
- modified build system to use GNU autoconf instead of imake.
- made the UI system modular, and created modules for the Athena and Motif widget sets. By default, both are built into the binary.
- added a GTK front end.
- added an option to use a larger playing field.
- changed the Athena front end to use Xaw3d when possible.
- add Palm OS/CPU (images borrowed from pBill and heavily modified)
Download (0.051MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1054 downloads
Nexuiz 2.3
Nexuiz is a fast-paced, chaotic, and intense multiplayer first-person shooter game. more>>
Nexuiz is a fast-paced, chaotic, and intense multiplayer first-person shooter game, focused on providing basic, old style deathmatch.
Nexuiz is extremely modder-friendly. Nexuiz is built on the power of the Darkplaces engine, which is a heavily modified version of the original Quake.
Darkplaces features realtime lighting and stencil shadows, bumpmapping, gloss, bloom, and totally rewritten network code that supports up to 64 players on a single server.
<<lessNexuiz is extremely modder-friendly. Nexuiz is built on the power of the Darkplaces engine, which is a heavily modified version of the original Quake.
Darkplaces features realtime lighting and stencil shadows, bumpmapping, gloss, bloom, and totally rewritten network code that supports up to 64 players on a single server.
Download (199.5MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
881 downloads
Quilt 0.46
Quilt is a set of scripts to manage a series of patches by keeping track of the changes each patch makes. more>>
Quilt is a set of scripts to manage a series of patches by keeping track of the changes each patch makes.
Patches can be applied, un-applied, refreshed, etc. The key philosophical concept is that your primary output is patches, not ".c" files or ".h" files, so patches are the first-class object here.
Quilt project was originally based on Andrew Mortons patch scripts published on the Linux kernel mailing list a while ago, but has been heavily modified since then.
<<lessPatches can be applied, un-applied, refreshed, etc. The key philosophical concept is that your primary output is patches, not ".c" files or ".h" files, so patches are the first-class object here.
Quilt project was originally based on Andrew Mortons patch scripts published on the Linux kernel mailing list a while ago, but has been heavily modified since then.
Download (0.38MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1104 downloads
NetKit 2.3
NetKit is a network applications and daemons kit. more>>
Netkit has been conceived for doing networking experiments at low cost. Several fully fledged routers, switches, and computers can be easily "created" and interconnected on a single pc.
Such networking equipments are virtual but can be operated with many of the features of the real ones.
Netkit exploits open source software (mostly licensed under GPL) and is heavily based on User Mode Linux (UML). The purpose of our efforts is to solve many of the difficulties and technicalities that a user could have in using UML for networking. Namely, we offer to the users an easy to use and to install package.
Enhancements:
- Improved checks for the presence of terminal emulator applications (both in check_configuration.sh and in the Netkit scripts).
- Fixed a bug inside vcrash and vclean (wrong signal spec when killing processes broke both vcrash and vclean).
- Placed a workaround to avoid early hangs of the port-helper process when booting virtual machines.
- Removed some minor warnings issued by vstart and vclean.
- Fixed a small bug in the output of vlist.
<<lessSuch networking equipments are virtual but can be operated with many of the features of the real ones.
Netkit exploits open source software (mostly licensed under GPL) and is heavily based on User Mode Linux (UML). The purpose of our efforts is to solve many of the difficulties and technicalities that a user could have in using UML for networking. Namely, we offer to the users an easy to use and to install package.
Enhancements:
- Improved checks for the presence of terminal emulator applications (both in check_configuration.sh and in the Netkit scripts).
- Fixed a bug inside vcrash and vclean (wrong signal spec when killing processes broke both vcrash and vclean).
- Placed a workaround to avoid early hangs of the port-helper process when booting virtual machines.
- Removed some minor warnings issued by vstart and vclean.
- Fixed a small bug in the output of vlist.
Download (0.97MB)
Added: 2005-10-27 License: BSD License Price:
1460 downloads
Prima::PodView 1.20
Prima::PodView is Perl module for POD browser widget. more>>
Prima::PodView is Perl module for POD browser widget.
SYNOPSIS
use Prima qw(Application);
use Prima::PodView;
my $window = Prima::MainWindow-> create;
my $podview = $window-> insert( Prima::PodView,
pack => { fill => both, expand => 1 }
);
$podview-> open_read;
$podview-> read("=head1 NAMEnnIm also a pod!nn");
$podview-> close_read;
run Prima;
Prima::PodView contains a formatter ( in terms of perlpod ) and viewer of POD content. It heavily employs its ascendant class Prima::TextView, and is in turn base for the toolkits default help viewer Prima::HelpViewer.
<<lessSYNOPSIS
use Prima qw(Application);
use Prima::PodView;
my $window = Prima::MainWindow-> create;
my $podview = $window-> insert( Prima::PodView,
pack => { fill => both, expand => 1 }
);
$podview-> open_read;
$podview-> read("=head1 NAMEnnIm also a pod!nn");
$podview-> close_read;
run Prima;
Prima::PodView contains a formatter ( in terms of perlpod ) and viewer of POD content. It heavily employs its ascendant class Prima::TextView, and is in turn base for the toolkits default help viewer Prima::HelpViewer.
Download (1.4MB)
Added: 2006-09-01 License: Perl Artistic License Price:
1150 downloads
GNOME Mplayer 0.4.7
GNOME Mplayer is a simple GUI for Mplayer. more>>
GNOME Mplayer project is a simple GUI frontend for Mplayer.
It is based heavily on the mplayerplug-in source code and can basically be seen as a standalone version of that. Currently it is a test bed for new methods of operation for mplayerplug-in and so it may be broken or lacking many features. I use it as my default viewer for media on my personal machine.
To set GNOME Mplayer as the default player for mms and rtsp protocols in Mozilla/Firefox add this to your prefs.js file
user_pref("network.protocol-handler.app.mms", "/usr/bin/gnome-mplayer");
user_pref("network.protocol-handler.app.rtsp", "/usr/bin/gnome-mplayer");
Or open the "about:config" location and create new string settings with the above values.
<<lessIt is based heavily on the mplayerplug-in source code and can basically be seen as a standalone version of that. Currently it is a test bed for new methods of operation for mplayerplug-in and so it may be broken or lacking many features. I use it as my default viewer for media on my personal machine.
To set GNOME Mplayer as the default player for mms and rtsp protocols in Mozilla/Firefox add this to your prefs.js file
user_pref("network.protocol-handler.app.mms", "/usr/bin/gnome-mplayer");
user_pref("network.protocol-handler.app.rtsp", "/usr/bin/gnome-mplayer");
Or open the "about:config" location and create new string settings with the above values.
Download (0.37MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
852 downloads
Skycache 2.2
Skycache is a lightweight, free and fast page cache for PHP 4 and PHP 5. more>>
Skycache is a lightweight, free and fast page cache for PHP 4 and PHP 5.
Once a dynamic page has been computed, it is stored in a page cache.
If a query for the same URL is made afterwards, the content is immediately served from the cache instead of processing the script again. The end result is a significant speedup and a slightly reduced server load.
Skycache is heavily used on Skyblog.
Basic usage:
Just add this to the top of a php script you want to cache the content for:
require(skycache.php);
skycache();
Pages will get cached for 30 minutes. You can check how pages were served by looking at the returned X-Skycache headers.
Other functions for more specific cases are described below. skycache() should always be the last one you call.
The skycache.php file can of course be stored in any location, and it can be shared by different scripts.
<<lessOnce a dynamic page has been computed, it is stored in a page cache.
If a query for the same URL is made afterwards, the content is immediately served from the cache instead of processing the script again. The end result is a significant speedup and a slightly reduced server load.
Skycache is heavily used on Skyblog.
Basic usage:
Just add this to the top of a php script you want to cache the content for:
require(skycache.php);
skycache();
Pages will get cached for 30 minutes. You can check how pages were served by looking at the returned X-Skycache headers.
Other functions for more specific cases are described below. skycache() should always be the last one you call.
The skycache.php file can of course be stored in any location, and it can be shared by different scripts.
Download (0.004MB)
Added: 2006-02-21 License: MIT/X Consortium License Price:
1341 downloads
Netkit 4 TIC
Netkit is a poor mans system to experiment computer networking. more>>
Understanding computer networks without performing practical experiments is really difficult, not to say it is almost impossible. Unfortunately, setting up a networking lab can be very expensive.
Netkit has been conceived as an environment for setting up and performing networking experiments at low cost and with little effort. It allows to "create" several virtual network devices (full-fledged routers, switches, computers, etc.) that can be easily interconnected in order to form a network on a single PC. Networking equipments are virtual but feature many of the characteristics of the real ones, including the configuration interface.
Netkit exploits open source software (mostly licensed under GPL) and is heavily based on the User Mode Linux (UML) variant of the linux kernel. The purpose of this project is to solve many of the difficulties and technicalities that a user could have in using UML for networking. We offer the users an easy-to-use-and-install package, which at the same time implements effective network emulation. Further, we provide a corpus of teaching material that can be used for courses at different levels.
<<lessNetkit has been conceived as an environment for setting up and performing networking experiments at low cost and with little effort. It allows to "create" several virtual network devices (full-fledged routers, switches, computers, etc.) that can be easily interconnected in order to form a network on a single PC. Networking equipments are virtual but feature many of the characteristics of the real ones, including the configuration interface.
Netkit exploits open source software (mostly licensed under GPL) and is heavily based on the User Mode Linux (UML) variant of the linux kernel. The purpose of this project is to solve many of the difficulties and technicalities that a user could have in using UML for networking. We offer the users an easy-to-use-and-install package, which at the same time implements effective network emulation. Further, we provide a corpus of teaching material that can be used for courses at different levels.
Download (0.76MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
979 downloads
PHP JavaScript Tooltip Generator Class 1.1
PHP JavaScript Tooltip Generator Class is a PHP class that can generate JavaScript tooltips. more>>
PHP JavaScript Tooltip Generator Class is a PHP class that can generate JavaScript tooltips. The project works on all major browsers, but transparency is not supported on Opera.
In Internet Explorer, the tooltips show above HTML SELECT elements as they should. The appearance of the tooltips is template driven. Only onmouseover/onmousemove events need to be sepcified, not onmouseout.
Further suggestions, comments and requests are welcommed.
Id also really appreciate if you could send me links to the web pages where you are using the class so I can give them as refference and convince more people to use it. Thanks!
The code is heavily documented so you can easily understand every aspect of it
Enhancements:
- in Firefox, the tooltips were showing up in the right position only the first time; after that, the tooltips would show in the top left corner of the screen.
- "Sticky" tooltips can now be created (tooltips that follow the mouse cursor) by calling the "show" method on the onmousemove event rather than on the onmouseover event.
- In Internet Explorer, the vertical scrollbar no longer appears if a tooltip is shown.
- Automatic tooltip re-positioning has been improved in order to keep the tooltip in the visible part of the browser window if it would "flow" outside.
- There is some code cleanup.
<<lessIn Internet Explorer, the tooltips show above HTML SELECT elements as they should. The appearance of the tooltips is template driven. Only onmouseover/onmousemove events need to be sepcified, not onmouseout.
Further suggestions, comments and requests are welcommed.
Id also really appreciate if you could send me links to the web pages where you are using the class so I can give them as refference and convince more people to use it. Thanks!
The code is heavily documented so you can easily understand every aspect of it
Enhancements:
- in Firefox, the tooltips were showing up in the right position only the first time; after that, the tooltips would show in the top left corner of the screen.
- "Sticky" tooltips can now be created (tooltips that follow the mouse cursor) by calling the "show" method on the onmousemove event rather than on the onmouseover event.
- In Internet Explorer, the vertical scrollbar no longer appears if a tooltip is shown.
- Automatic tooltip re-positioning has been improved in order to keep the tooltip in the visible part of the browser window if it would "flow" outside.
- There is some code cleanup.
Download (0.047MB)
Added: 2006-11-15 License: Free for non-commercial use Price:
1080 downloads
PDFKreator 0.2
PDFKreator is an easy to use KDE tool for creating PDF documents out of a bunch of image files. more>>
PDFKreator is an easy to use KDE tool for creating PDF documents out of a bunch of image files. It heavily uses ImageMagicks convert tool, tiff2ps and ps2pdf.
<<less Download (0.059MB)
Added: 2005-05-30 License: GPL (GNU General Public License) Price:
1608 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 heavily 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