couple
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 304
kcurses
kcurses are some simple widgets and ui abstractions for ncurses. more>>
kcurses are some simple widgets and ui abstractions for ncurses, to handle list boxes, vi-like editing fields, mouse selections, and the like.
Why?
Because sometimes gui programs are more annoying than helpful. web interfaces suck, and gtk/qt programs take up too much real estate, require too much mousing, and i find the apis a little too heavyweight for what i often need. i needed a simple curses-based database editor, and, finding no widgets that i needed, had to write my own.
Installation:
get the source
do the usual ./configure --help; ./configure; make; rigamarole
test by running make test. you should see a couple programs float by.
make install, to taste
<<lessWhy?
Because sometimes gui programs are more annoying than helpful. web interfaces suck, and gtk/qt programs take up too much real estate, require too much mousing, and i find the apis a little too heavyweight for what i often need. i needed a simple curses-based database editor, and, finding no widgets that i needed, had to write my own.
Installation:
get the source
do the usual ./configure --help; ./configure; make; rigamarole
test by running make test. you should see a couple programs float by.
make install, to taste
Download (0.18MB)
Added: 2006-08-16 License: GPL (GNU General Public License) Price:
1164 downloads
CLEO 3.0
CLEO is a Firefox extension that works with FEBE* to package any number of extensions/themes into a single installable .xpi file more>>
CLEO (Compact Library Extension Organizer) is a Firefox extension that works with FEBE* to package any number of extensions/themes into an installable .xpi file.
Why? Consider this: I, as an extension developer, have several different Firefox profiles. Whenever I start a new extension, I create a new profile for testing, debugging, etc. In this profile, I like to have a dozen or so developer related extensions installed. With CLEO, I can packaged all these extensions together into a single, installable xpi.
You may have a list of your favorite extensions/themes that you would like to share with others. With CLEO, you can gather them all together into a single file (called, perhaps, "My favorite extensions.xpi") and post them on a webpage. Others can install the whole batch with a just a couple of clicks!
<<lessWhy? Consider this: I, as an extension developer, have several different Firefox profiles. Whenever I start a new extension, I create a new profile for testing, debugging, etc. In this profile, I like to have a dozen or so developer related extensions installed. With CLEO, I can packaged all these extensions together into a single, installable xpi.
You may have a list of your favorite extensions/themes that you would like to share with others. With CLEO, you can gather them all together into a single file (called, perhaps, "My favorite extensions.xpi") and post them on a webpage. Others can install the whole batch with a just a couple of clicks!
Download (0.035MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
974 downloads
JavaNativeCompiler 1.1.1
JavaNativeCompiler (JNC) is a Java to native compiler. more>>
JavaNativeCompiler (JNC) is a Java to native compiler. The project allows AOT (ahead of time) compilation of your Java applications. With JNC, you can create real standalone native binaries (.exe on Windows) which will no longer depend on a JRE.
This is especially useful when applications have to be deployed to end-users. All vexatious problems of deploying Java applications can be solved by compiling them to native. They will be:
- Easy to deploy
No JRE dependency. Most end-users dont know what they have installed.
No more problems on how to create an executable file out of a JAR or class file.
- Hard to decompile
Java can easily be decompiled. Native compilation will protect your source code.
- Run fast from the start
No more overhead for loading a JRE.
Enhancements:
- This release fixes a couple of problems with AWT/Swing and XML.
- It also once again contains a version for Linux.
- The compiler binary downloads are smaller.
<<lessThis is especially useful when applications have to be deployed to end-users. All vexatious problems of deploying Java applications can be solved by compiling them to native. They will be:
- Easy to deploy
No JRE dependency. Most end-users dont know what they have installed.
No more problems on how to create an executable file out of a JAR or class file.
- Hard to decompile
Java can easily be decompiled. Native compilation will protect your source code.
- Run fast from the start
No more overhead for loading a JRE.
Enhancements:
- This release fixes a couple of problems with AWT/Swing and XML.
- It also once again contains a version for Linux.
- The compiler binary downloads are smaller.
Download (MB)
Added: 2007-03-05 License: Other/Proprietary License with Source Price:
965 downloads
OpenWorld 1.0
OpenWorld provides an icon theme for GNOME or KDE. more>>
OpenWorld provides an icon theme for GNOME or KDE.
It aims to follow FreeDesktop icon theme spec.
This icons collection was built gradually over couple of years. Icons were made for various purposes: StarOffice presentations, illustrations, design documents, OpenSolaris.org website, my blog etc.
Most of them were drawn while waiting in public places, like airports or bus stands or at home if dial-up connection goes down to trickling bytes. It is perhaps the most complete icon theme made on Java Desktop System. I havent tested it on other Gnome or KDE desktops.
In the introduction about this collection I mentioned its design principle. It is done using SVG which is quite object oriented and one could easily reuse items from icon in another icon. Finally icons were rasterized to PNG using rsvg(1)
All icons are original and they do not intend to copy icons from any other operating system or icon theme. These are released under CDDL open source license. Feel free to copy the ideas for other icon themes!
<<lessIt aims to follow FreeDesktop icon theme spec.
This icons collection was built gradually over couple of years. Icons were made for various purposes: StarOffice presentations, illustrations, design documents, OpenSolaris.org website, my blog etc.
Most of them were drawn while waiting in public places, like airports or bus stands or at home if dial-up connection goes down to trickling bytes. It is perhaps the most complete icon theme made on Java Desktop System. I havent tested it on other Gnome or KDE desktops.
In the introduction about this collection I mentioned its design principle. It is done using SVG which is quite object oriented and one could easily reuse items from icon in another icon. Finally icons were rasterized to PNG using rsvg(1)
All icons are original and they do not intend to copy icons from any other operating system or icon theme. These are released under CDDL open source license. Feel free to copy the ideas for other icon themes!
Download (0.55MB)
Added: 2007-01-26 License: CeCILL (CeCILL Free Software License Agreement) Price:
1001 downloads
Clabbers 0.0.6
Clabbers is an anagram tool aimed towards solving Scrabble racks. more>>
Clabbers is an anagram tool aimed towards solving Scrabble racks. Clabbers project consists of a couple of Perl scripts, a word list, and an SQL schema.
It was designed for use with PostgreSQL, though it could be ported to other database backends.
<<lessIt was designed for use with PostgreSQL, though it could be ported to other database backends.
Download (0.77MB)
Added: 2007-04-29 License: GPL (GNU General Public License) Price:
908 downloads
PCRE 7.2
PCRE is a library that implements Perl 5-style regular expressions. more>>
PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5, with just a few differences.
The current implementation corresponds to Perl 5.005. PCRE is used by many programs, including Exim, Postfix, and PHP.
Enhancements:
- Some more features from Perl 5.10 have been added.
- A few bugs were fixed.
- A couple of performance enhancing refactorings were done.
<<lessThe current implementation corresponds to Perl 5.005. PCRE is used by many programs, including Exim, Postfix, and PHP.
Enhancements:
- Some more features from Perl 5.10 have been added.
- A few bugs were fixed.
- A couple of performance enhancing refactorings were done.
Download (0.77MB)
Added: 2007-06-19 License: BSD License Price:
861 downloads
WMCpu 1.3
WMCpu is a dockapp CPU monitor resembling Xosview. more>>
WMCpu is a dockapp CPU monitor resembling Xosview. Displays system/user/nice/idle CPU statistics, and also system uptime. Supports 2.2 or 2.4 kernels.
This is a pretty boring looking CPU monitor dockapp. Its not sexy, not fast, and not really useful either. This is something I started back in 1998 and I guess I really havent had time to play with it since then.
T. Sander sent me a couple fixes for the display problems, so I got motivated to look at this mess and see what I can do with it.
If you havent used XosView, this might be a little puzzling for you. But what you need to do is get XosView and run it for a few minutes and youll understand what this dockapp does.
Installation:
1) % tar -zxvf wmcpu-1.3.tar.gz
2) % cd wmcpu-1.3
3) % make
4) % make install
5) % wmcpu & (or wmcpu -h for help)
<<lessThis is a pretty boring looking CPU monitor dockapp. Its not sexy, not fast, and not really useful either. This is something I started back in 1998 and I guess I really havent had time to play with it since then.
T. Sander sent me a couple fixes for the display problems, so I got motivated to look at this mess and see what I can do with it.
If you havent used XosView, this might be a little puzzling for you. But what you need to do is get XosView and run it for a few minutes and youll understand what this dockapp does.
Installation:
1) % tar -zxvf wmcpu-1.3.tar.gz
2) % cd wmcpu-1.3
3) % make
4) % make install
5) % wmcpu & (or wmcpu -h for help)
Download (0.006MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1106 downloads
splitmastream 1.0
splitmastream is an application that reads an MPEG stream from stdin. more>>
splitmastream reads an MPEG stream from stdin, writes a copy of it to a file named YYMMDD.HH-streamname.mp3 and then writes the stream to stdout. Think of it as a hourly-file-cutting tee for MPEG audio. Files are switched on every hour at a frame boundary so that every file should be playable without noise at the beginning/end.
splitmastream is useful for making an archive of an mpeg stream which is, for example, coming from an encoder and going to an icecast transmitter.
Tested on various RedHat Linux distributions, but should compile (with maybe a couple trivial #include changes) on any modern Unix-like operating system. I have only used it on 56kbit/s, 128kbit/s and 192kbit/s CBR layer3 streams but others should work as well.
As usual, if it breaks, you get to keep both pieces.
Compiling the application like this:
type make
this results in the splitmastream binary, hopefully.
<<lesssplitmastream is useful for making an archive of an mpeg stream which is, for example, coming from an encoder and going to an icecast transmitter.
Tested on various RedHat Linux distributions, but should compile (with maybe a couple trivial #include changes) on any modern Unix-like operating system. I have only used it on 56kbit/s, 128kbit/s and 192kbit/s CBR layer3 streams but others should work as well.
As usual, if it breaks, you get to keep both pieces.
Compiling the application like this:
type make
this results in the splitmastream binary, hopefully.
Download (0.010MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1189 downloads
Clewarecontrol 0.8
Clewarecontrol lets you control the USB-devices made by Cleware GmbH. more>>
Clewarecontrol lets you control the USB-devices made by Cleware GmbH.
It allows you to measure the temperature or humidity, switch on and off and configure switches, control the watchdog, etc.
The package consists of clewaretool - the tool to manage the Cleware devices under Linux.
Also youll find in the examples-directory a couple of scripts:
- a script to generate graphs using RRDtool
- a script for nagios that monitores the temperature and raises an alarm if something goes wrong
- a startup script for RHEL/SLES/Debian/Ubuntu which starts the watchdog functionality
Tested on:
- Debian etch (on a 64 bit cpu)
- Fedora core 7
- RedHat Enterprise Linux 5
- SuSE Enterprise Linux 10
- Ubuntu Feisty Fawn (version 7.04)
- ...but it should also work with other systems running a recent Linux kernel.
Enhancements:
- One can now reprogram switching devices to become a watchdog, autoreset, or switch device.
- Numerous examples have been added on how to use the Cleware devices with this tool on Linux.
- A couple of cosmetic fixes have been made that may clarify how to use the tool with the devices.
- The man page has been updated.
<<lessIt allows you to measure the temperature or humidity, switch on and off and configure switches, control the watchdog, etc.
The package consists of clewaretool - the tool to manage the Cleware devices under Linux.
Also youll find in the examples-directory a couple of scripts:
- a script to generate graphs using RRDtool
- a script for nagios that monitores the temperature and raises an alarm if something goes wrong
- a startup script for RHEL/SLES/Debian/Ubuntu which starts the watchdog functionality
Tested on:
- Debian etch (on a 64 bit cpu)
- Fedora core 7
- RedHat Enterprise Linux 5
- SuSE Enterprise Linux 10
- Ubuntu Feisty Fawn (version 7.04)
- ...but it should also work with other systems running a recent Linux kernel.
Enhancements:
- One can now reprogram switching devices to become a watchdog, autoreset, or switch device.
- Numerous examples have been added on how to use the Cleware devices with this tool on Linux.
- A couple of cosmetic fixes have been made that may clarify how to use the tool with the devices.
- The man page has been updated.
Download (0.014MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
801 downloads
USB Launcher 0.0.3
USB Launcher project is a couple of basic programs to drive the M&S USB Missile Launcher. more>>
USB Launcher project is a couple of basic programs to drive the M&S USB Missile Launcher.
ctlmissile does all the actual work. Youll need libusb installed to compile it, but assuming you have that typing "make" should do the trick. You can then
do:
ctlmissile up
ctlmissile down
ctlmissile left
ctlmissile right
ctlmissile fire
ctlmissile stop
to do all the things youd expect. Note youll need to be root to use it. I
havent figured out a nice way to use libusb yet as a user. Anyone got some pointers?
Oh, and youll need to not have usbhid installed or itll claim the device itself (I think I can add support so that it gets automatically disconnected from the device, so Ill have a look at that).
usblauncher is a Perl program that uses GTK2 to provide a basic interface for controlling the launcher. It uses ctlmissile. Currently Ive made ctlmissile suid root so I can run usblauncher as my normal user id, but Im not sure about this long term.
Enhancements:
- Added support for Dream Cheeky USB missile launcher from James Puderer.
<<lessctlmissile does all the actual work. Youll need libusb installed to compile it, but assuming you have that typing "make" should do the trick. You can then
do:
ctlmissile up
ctlmissile down
ctlmissile left
ctlmissile right
ctlmissile fire
ctlmissile stop
to do all the things youd expect. Note youll need to be root to use it. I
havent figured out a nice way to use libusb yet as a user. Anyone got some pointers?
Oh, and youll need to not have usbhid installed or itll claim the device itself (I think I can add support so that it gets automatically disconnected from the device, so Ill have a look at that).
usblauncher is a Perl program that uses GTK2 to provide a basic interface for controlling the launcher. It uses ctlmissile. Currently Ive made ctlmissile suid root so I can run usblauncher as my normal user id, but Im not sure about this long term.
Enhancements:
- Added support for Dream Cheeky USB missile launcher from James Puderer.
Download (0.008MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
522 downloads
minicom 2.2
minicom is a serial communication program. more>>
Minicom is a serial communication program. minicom is a Unix clone of the well-known MS-DOS Telix program.
It has ANSI color, a dialing directory, dial-a-list, and a scripting language.
Enhancements:
- This release fixes bugs, cleans up code, and adds a couple of translations.
<<lessIt has ANSI color, a dialing directory, dial-a-list, and a scripting language.
Enhancements:
- This release fixes bugs, cleans up code, and adds a couple of translations.
Download (0.72MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1120 downloads
amaroKopeteBR 1.2.3
amaroKopeteBR is an amaroK plugin based on the amaroKopete plugin but translated into portuguese. more>>
amaroKopeteBR is an amaroK plugin based on the amaroKopete plugin, except that this one is translated into Portuguese (pt_BR) and it has some aditional features like if you put a couple of # between that name patterns (#Album %m# for the album, for example), the plugin will only put that on your nickname if that song is tagged with that field.
If the field is null, it will skip the whole sentence between the #. It also can put this sentence on your status message, not on your nickname.
Another feature is when you pause or stop the music, your Kopete status will change to Away, and when you begin to play it again, it will change to online.
<<lessIf the field is null, it will skip the whole sentence between the #. It also can put this sentence on your status message, not on your nickname.
Another feature is when you pause or stop the music, your Kopete status will change to Away, and when you begin to play it again, it will change to online.
Download (0.014MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
858 downloads
Menu File Browser Applet 0.3
Menu File Browser Applet is an applet for the GNOME Panel. more>>
Menu File Browser Applet is an applet for the GNOME Panel. It lets you browse and open files in your home directory from the panel, without having to open a file manager. The project is not intended as replacement to proper file managers like nautilus. Sometimes you just want to open a file and dont want to have to open a file manager, browse to and open the file, then close the file manager. This Applet just saves you couple of clicks.
Main features:
- Browse and open files in your home directory from the panel
- Respects GNOME mime type options and includes mime icon in menu
- Middle clicking in a directory header will open a terminal in that directory
<<lessMain features:
- Browse and open files in your home directory from the panel
- Respects GNOME mime type options and includes mime icon in menu
- Middle clicking in a directory header will open a terminal in that directory
Download (0.053MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
942 downloads
vSignup 2.5
vSignup providea a member registration script which utilizes vAuthenticate for its security handling. more>>
vSignup providea a member registration script which utilizes vAuthenticate for its security handling.
vSignup is a member registration script which utilizes vAuthenticate for its security handling. This handy script features email verification, sending confirmation email message, restricting email domains that are allowed for membership, and much more.
1. Please read the documentation.html thoroughly before attempting to install vSignup 2.5 much more send a support email
2. Please read the faq.txt first before sending a support email as most issues are resolved or explained well in the said file
3. Implementation, customization, and modifications to the code are available for a minimal fee. If you dont want to shell out some cash, go through the documents a couple of times then send me a support email and Ill help you out as much as I can. For cases wherein the only solution is a customization, you either do the customization yourself or let me do it for you (chargeable, of course)
<<lessvSignup is a member registration script which utilizes vAuthenticate for its security handling. This handy script features email verification, sending confirmation email message, restricting email domains that are allowed for membership, and much more.
1. Please read the documentation.html thoroughly before attempting to install vSignup 2.5 much more send a support email
2. Please read the faq.txt first before sending a support email as most issues are resolved or explained well in the said file
3. Implementation, customization, and modifications to the code are available for a minimal fee. If you dont want to shell out some cash, go through the documents a couple of times then send me a support email and Ill help you out as much as I can. For cases wherein the only solution is a customization, you either do the customization yourself or let me do it for you (chargeable, of course)
Download (0.067MB)
Added: 2007-04-20 License: GPL (GNU General Public License) Price:
923 downloads
vpn
vpn is a SuperKaramba theme that puts a VPN text on your desktop: in green if the VPN is up, red if it isnt. more>>
vpn is a SuperKaramba theme that puts a VPN text on your desktop: in green if the VPN is up, red if it isnt.
Then, clicking the text will start/stop the VPN and change the colour accordingly.
You can change the commands to start/stop the VPN by editing a couple of variables in the python code.
<<lessThen, clicking the text will start/stop the VPN and change the colour accordingly.
You can change the commands to start/stop the VPN by editing a couple of variables in the python code.
Download (0.002MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1240 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 couple 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