for every
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 816
formHandler 2.1.0
formHandler provides a modular PHP mailscript with a lot of default modules. more>>
formHandler provides a modular PHP mailscript with a lot of default modules.
formHandler is a package of PHP-scripts for basic sending of data to a mailaddress submitted in an HTML form.
This package is fully object-oriented and extremely modular. Performance is very good, and it is very easy to add home-made modules.
Several modules are included with formHandler, such as Required-module, Template-modules, Reply-module, Attachment-module, Fieldcheck-module, and Referer-module.
It is possible to use this script for every form on your site.
Whats New in 2.1.0 Development Release:
- This is a development release.
- Some small bugs have been fixed.
- Also some small features have been added. Most aliases to existing options.
- Lots of usefull documentation has been added. This documentation can also be found on the homepage. Especially usefull is the module usage documentation.
- Some options are marked to change in the future.
- A tool to check if the used version is the latest, was added.
Enhancements:
- Setcookie module created.
- Referer-check module was created.
- Log-message was created.
- Problem with double Debug-output was fixed.
- Centralization of all config-options into the configfile.inc.php file.
<<lessformHandler is a package of PHP-scripts for basic sending of data to a mailaddress submitted in an HTML form.
This package is fully object-oriented and extremely modular. Performance is very good, and it is very easy to add home-made modules.
Several modules are included with formHandler, such as Required-module, Template-modules, Reply-module, Attachment-module, Fieldcheck-module, and Referer-module.
It is possible to use this script for every form on your site.
Whats New in 2.1.0 Development Release:
- This is a development release.
- Some small bugs have been fixed.
- Also some small features have been added. Most aliases to existing options.
- Lots of usefull documentation has been added. This documentation can also be found on the homepage. Especially usefull is the module usage documentation.
- Some options are marked to change in the future.
- A tool to check if the used version is the latest, was added.
Enhancements:
- Setcookie module created.
- Referer-check module was created.
- Log-message was created.
- Problem with double Debug-output was fixed.
- Centralization of all config-options into the configfile.inc.php file.
Download (0.10MB)
Added: 2007-03-05 License: LGPL (GNU Lesser General Public License) Price:
966 downloads
Gcover 0.1.3
Gcover is a cd cover editor program for the Gnome community. more>>
Gcover is a cd cover editor program for the Gnome community. Its my first development under Linux/C/Gnome so dont take it too hard. There are two reasons why I release this program:
I think it is quite useful If you want to create nice covers for your "home made" cds (eg.:audio cds from mp3s or data cds).
I couldnt find any good cover editor program for Gnome.
Main features:
- Different kind of covers (One or two back pages,booklet for your front pages or simple 2 paged front)
- Title text,page text with different fonts and colors. Many text formatting opportunities(eg.:margins,alignment,columns,word warp,etc..)
- Picture for every pages with scaling options,border cutting,different interpolation modes(using the power of gdk-pixbuf),etc..
- Printing to postscript output,real printers. Print preview.
- Plain text loading to the page editor or to the internal clipboard
- And so on... Its better if you look the program
<<lessI think it is quite useful If you want to create nice covers for your "home made" cds (eg.:audio cds from mp3s or data cds).
I couldnt find any good cover editor program for Gnome.
Main features:
- Different kind of covers (One or two back pages,booklet for your front pages or simple 2 paged front)
- Title text,page text with different fonts and colors. Many text formatting opportunities(eg.:margins,alignment,columns,word warp,etc..)
- Picture for every pages with scaling options,border cutting,different interpolation modes(using the power of gdk-pixbuf),etc..
- Printing to postscript output,real printers. Print preview.
- Plain text loading to the page editor or to the internal clipboard
- And so on... Its better if you look the program
Download (0.36MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1193 downloads
HTML::BBReverse 0.07
HTML::BBReverse is a Perl module to convert HTML to BBCode and back. more>>
HTML::BBReverse is a Perl module to convert HTML to BBCode and back.
SYNOPSIS
use HTML::BBReverse
my $bbr = HTML::BBReverse->new();
# convert BBCode into HTML
my $html = $bbr->parse($bbcode);
# convert generated HTML back to BBCode
my $bbcode = $bbr->reverse($html);
HTML::BBReverse is a pure perl module for converting BBCode to HTML and is able to convert the generated HTML back to BBCode.
And why would you want to reverse the generated HTML? Well, when you have a nice dynamic website where you and/or visitors can post messages, and in those messages BBCode is used for markup. In normal cases, your website has a lot more pageviews than edits, and saving all those messages as HTML will be a lot faster than saving them as the original BBCode and parsing them to HTML for every visit.
So now all BBCode gets converted to HTML before it will be saved, but what if you want to edit a message? Just reverse the generated HTML back to BBCode, edit your message, and save it as HTML again.
<<lessSYNOPSIS
use HTML::BBReverse
my $bbr = HTML::BBReverse->new();
# convert BBCode into HTML
my $html = $bbr->parse($bbcode);
# convert generated HTML back to BBCode
my $bbcode = $bbr->reverse($html);
HTML::BBReverse is a pure perl module for converting BBCode to HTML and is able to convert the generated HTML back to BBCode.
And why would you want to reverse the generated HTML? Well, when you have a nice dynamic website where you and/or visitors can post messages, and in those messages BBCode is used for markup. In normal cases, your website has a lot more pageviews than edits, and saving all those messages as HTML will be a lot faster than saving them as the original BBCode and parsing them to HTML for every visit.
So now all BBCode gets converted to HTML before it will be saved, but what if you want to edit a message? Just reverse the generated HTML back to BBCode, edit your message, and save it as HTML again.
Download (0.009MB)
Added: 2006-08-10 License: Perl Artistic License Price:
676 downloads
FlatGallery 2.1
FlatGallery is a simple image gallery producer that requires no database backend. more>>
FlatGallery is a simple image gallery producer that requires no database backend. Users simply add images to a directory and FlatGallery will recognise this and produce thumbnails that are cached for later use.
Producing thumbnails only when images ar added lessens the strain on servers that produce thumbnails "on the fly" for every image, every time the page is refreshed. FlatGallery also deletes thumbnails when the image is removed from the image directory. Nearly all aspects of FlatGallery are customizable such as number of images per page, thumbnail size, what to display, etc.
It can be run as a standalone gallery or as an integrated part of a pre-existing webpage. The class structure of FlatGallery makes it extremely small and flexible. All your formating is done via stylesheets. There is little to no set-up required. All you need are PHP, GDLib, and some pictures!
Enhancements:
- Minor: Fixed integration issue with other PHP
- Minor: die() functions replaced by return false;
- Minor: Errors return false and set $gal->error; to an error message
- Minor: Image directory only needs to be readable now. Chmod 0755 is sufficient.
<<lessProducing thumbnails only when images ar added lessens the strain on servers that produce thumbnails "on the fly" for every image, every time the page is refreshed. FlatGallery also deletes thumbnails when the image is removed from the image directory. Nearly all aspects of FlatGallery are customizable such as number of images per page, thumbnail size, what to display, etc.
It can be run as a standalone gallery or as an integrated part of a pre-existing webpage. The class structure of FlatGallery makes it extremely small and flexible. All your formating is done via stylesheets. There is little to no set-up required. All you need are PHP, GDLib, and some pictures!
Enhancements:
- Minor: Fixed integration issue with other PHP
- Minor: die() functions replaced by return false;
- Minor: Errors return false and set $gal->error; to an error message
- Minor: Image directory only needs to be readable now. Chmod 0755 is sufficient.
Download (0.032MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1327 downloads
ClockChecker 0.1
ClockChecker is a multiple clock software, to help playing for example board games. more>>
ClockChecker is a multiple clock software, to help playing for example board games. This (very simple) software alows you to control the played time for every player and put a time limit for each person. It is inspired from the chess clocks.
Simple program, but believe me, your board games will be more fun.
Enhancements:
- First version, but usuable
<<lessSimple program, but believe me, your board games will be more fun.
Enhancements:
- First version, but usuable
Download (0.017MB)
Added: 2005-08-30 License: GPL (GNU General Public License) Price:
1516 downloads
File::Mirror 0.10
File::Mirror is a Perl extension for recursive directory copy. more>>
File::Mirror is a Perl extension for recursive directory copy.
SYNOPSIS
use File::Mirror;
# recurvie copy /path/A to /path/B
mirror /path/A, /path/B;
# or do things you like
recursive { my ($from, $to) = @_; copy($from, $to) } /path/A, /path/B;
File::Mirror provides two helper functions to do recursive directory operations between source path and destination path. One is to call mirror which will do recursive copy. The other is to call recursive with a code block, which will be code for every file found in the source path.
File::Mirror fills the gap between File::Copy::Recursive, which only focuses on file copying, and File::Find, which is too obstacal to use.
<<lessSYNOPSIS
use File::Mirror;
# recurvie copy /path/A to /path/B
mirror /path/A, /path/B;
# or do things you like
recursive { my ($from, $to) = @_; copy($from, $to) } /path/A, /path/B;
File::Mirror provides two helper functions to do recursive directory operations between source path and destination path. One is to call mirror which will do recursive copy. The other is to call recursive with a code block, which will be code for every file found in the source path.
File::Mirror fills the gap between File::Copy::Recursive, which only focuses on file copying, and File::Find, which is too obstacal to use.
Download (0.003MB)
Added: 2007-04-27 License: Perl Artistic License Price:
910 downloads
GTP server simulator 0.1
GTP server simulator is a simple responder for the GTP (GTP prime) protocol. more>>
GTP server simulator is a simple responder for the GTP (GTP prime) protocol that works with the Cisco Content Services Gateway to provide per-user traffic limits.
GTP` (GTP prime) server simulator (it permits any content and provide quadrants for every operation) binaries for Linux (run under Fedora Core 4 and 5).
The binary was tested with Cisco CSG.
<<lessGTP` (GTP prime) server simulator (it permits any content and provide quadrants for every operation) binaries for Linux (run under Fedora Core 4 and 5).
The binary was tested with Cisco CSG.
Download (0.017MB)
Added: 2006-12-19 License: Other/Proprietary License Price:
619 downloads
phpsniffer 0.1
phpsniffer shows that PHP really is the right tool for every programmnig task imaginable. more>>
phpsniffer shows that PHP really is the right tool for every programmnig task imaginable (humor, laugh), I submit for your amusement, phpsniffer.
phpsniffer is a packet sniffer written entirely in PHP without any PECL/PEAR extensions. (It is recommended that you check out Phpcap for any serious sniffing at http://alcane.newffr.com/phpcap/).
phpsniffer has some limitations:
- You probably will only see one side of a conversation.
- You might miss packets with a short TTL.
- Currently only IP,ICMP,UDP, and TCP headers are decoded.
- Sockets must be enable in your PHP build.
<<lessphpsniffer is a packet sniffer written entirely in PHP without any PECL/PEAR extensions. (It is recommended that you check out Phpcap for any serious sniffing at http://alcane.newffr.com/phpcap/).
phpsniffer has some limitations:
- You probably will only see one side of a conversation.
- You might miss packets with a short TTL.
- Currently only IP,ICMP,UDP, and TCP headers are decoded.
- Sockets must be enable in your PHP build.
Download (0.002MB)
Added: 2006-06-26 License: Free for non-commercial use Price:
697 downloads
Network Traffic Analyser 0.2.2
Network Traffic Analyser provides a script-driven network traffic monitor. more>>
Network Traffic Analyser provides a script-driven network traffic monitor.
Network Traffic Analyser (formerly known as sniffer) is designed to be an extremely powerful, configurable, and versatile tool for monitoring network traffic.
It can be used as a plain sniffer, as a tool for accounting, dynamic firewall updates, and many more things.
It features scripting support and an event-driven architecture.
The idea behind this project is to create a powerful tool for playing around with network traffic. The basic concepts are simplicity and flexibility. Instead of building tool that does something specific (and does a good job at it), were trying to build a tool that will be able to do whatever you want it to do (and still be good at it :).
To put it very simply, you write a script that will be invoked for every packet that passes through your network. You write your scripts in a Tcl, fully blown, interpreted programming language. That fact guaranties that you wont be constrained in your creativity.
<<lessNetwork Traffic Analyser (formerly known as sniffer) is designed to be an extremely powerful, configurable, and versatile tool for monitoring network traffic.
It can be used as a plain sniffer, as a tool for accounting, dynamic firewall updates, and many more things.
It features scripting support and an event-driven architecture.
The idea behind this project is to create a powerful tool for playing around with network traffic. The basic concepts are simplicity and flexibility. Instead of building tool that does something specific (and does a good job at it), were trying to build a tool that will be able to do whatever you want it to do (and still be good at it :).
To put it very simply, you write a script that will be invoked for every packet that passes through your network. You write your scripts in a Tcl, fully blown, interpreted programming language. That fact guaranties that you wont be constrained in your creativity.
Download (0.11MB)
Added: 2007-02-22 License: GPL (GNU General Public License) Price:
983 downloads
Script for a multi-homed firewall 1.2b2
Script for a multi-homed firewall is an example IPTables 1.2.1 script for a dual-homed firewall. more>>
Script for a multi-homed firewall is an example IPTables 1.2.1 script for a dual-homed firewall.
This script has not yet been tested thoroughly on a dual-homed firewall. If you find any problems, please drop me an email.
Current versions and documentation are available at http://www.sentry.net/~obsid/IPTables/rc.scripts.dir/current/
## User-defined Chains ##
Chain KEEP_STATE
The KEEP_STATE chain holds a few rules for generic stateful packet filtering.
This chain is called from many of the INPUT/OUTPUT chains to DROP "INVALID"
and perhaps "UNCLEAN" packets and allow other packets from "RELATED" or
"ESTABLISHED" connections.
CHECK_FLAGS
The CHECK_FLAGS chain contains a few rules to filter based on TCP flags.
These rules do indeed filter mainly bogus/malicious traffic(scans, etc). It
would be a good idea to keep an eye on what these rules send to the logs.
Null scans are also logged and dropped, in the mangle table.
DENY_PORTS
The DENY_PORTS chains contains a few rules to DROP and/or LOG packets based
on the source and/or destination port number of the packet.
Packets destined to/from the following ports are dropped by default in the script. These are just some examples of some commonly used ports that certain daemons/trojans/DDoS agents may utilize.
## TCP ##
137:139 SMB
2049 NFS
6000:6063 X
20034 Netbus 2 Pro
12345:12346 Netbus
27374 SubSeven
27665,27444,31335 Trinoo
10498,12754 Mstream
## UDP ##
2049 NFS
31337 BO2k
27444,31335 Trinoo
10498 mstream
These are just examples to stare at. They guarantee no real protection against the associated trojans.
For more common port numbers check out:
http://www.sans.org/newlook/resources/IDFAQ/oddports.htm
ALLOW_PORTS
The ALLOW_PORTS chain simply ACCEPTs packets based on port number. If you have
a default FORWARD policy of DROP, then you would need to utilize a chain like
this if you are DNATing/routing connections behind the firewall or perhaps
running services on(!!!) the firewall.
ALLOW_ICMP
The ALLOW_ICMP chains simply allows packets based on ICMP type. Currently
the firewall allows the flow of the following ICMP types:
Echo Reply (pong)
Destination Unreachable
Echo Request (ping)
TTL Exceeded (traceroute)
SRC_EGRESS && DST_EGRESS
The SRC_EGRESS and DST_EGRESS chains filter packets that have a source or
destination IP address matching an array of private or reserved subnets.
TOS_OUTPUT
The TOS_OUTPUT chain exists in the mangle table and mangles the TOS(Type
of Service) field in the IP header of locally generated, outgoing packets.
TOS_PREROUTING
The TOS_PREROUTING chain exists in the mangle table and mangles the TOS(Type
of Service) field in the IP header of packets being routed through the firewall.
The following user-defined chains are pretty obvious. The firewall script is designed to have a user-defined INPUT and OUTPUT chain for every available interface. From these user-defined chains are called the user-defined chains
mentioned above, which I call "Special Chains". The chains below are then called by the built-in INPUT/OUTPUT/FORWARD chains. This isnt really the rule, of course, alot of the user-defined chains mentioned above are called directly from the built-in INPUT/OUTPUT/FORWARD chains. This is done to assure proper flow of the packets through the filters.
EXTERNAL_INPUT
INTERNAL_INPUT
DMZ_INPUT
LO_INPUT
EXTERNAL_OUTPUT
INTERNAL_OUTPUT
DMZ_OUTPUT
LO_OUTPUT
<<lessThis script has not yet been tested thoroughly on a dual-homed firewall. If you find any problems, please drop me an email.
Current versions and documentation are available at http://www.sentry.net/~obsid/IPTables/rc.scripts.dir/current/
## User-defined Chains ##
Chain KEEP_STATE
The KEEP_STATE chain holds a few rules for generic stateful packet filtering.
This chain is called from many of the INPUT/OUTPUT chains to DROP "INVALID"
and perhaps "UNCLEAN" packets and allow other packets from "RELATED" or
"ESTABLISHED" connections.
CHECK_FLAGS
The CHECK_FLAGS chain contains a few rules to filter based on TCP flags.
These rules do indeed filter mainly bogus/malicious traffic(scans, etc). It
would be a good idea to keep an eye on what these rules send to the logs.
Null scans are also logged and dropped, in the mangle table.
DENY_PORTS
The DENY_PORTS chains contains a few rules to DROP and/or LOG packets based
on the source and/or destination port number of the packet.
Packets destined to/from the following ports are dropped by default in the script. These are just some examples of some commonly used ports that certain daemons/trojans/DDoS agents may utilize.
## TCP ##
137:139 SMB
2049 NFS
6000:6063 X
20034 Netbus 2 Pro
12345:12346 Netbus
27374 SubSeven
27665,27444,31335 Trinoo
10498,12754 Mstream
## UDP ##
2049 NFS
31337 BO2k
27444,31335 Trinoo
10498 mstream
These are just examples to stare at. They guarantee no real protection against the associated trojans.
For more common port numbers check out:
http://www.sans.org/newlook/resources/IDFAQ/oddports.htm
ALLOW_PORTS
The ALLOW_PORTS chain simply ACCEPTs packets based on port number. If you have
a default FORWARD policy of DROP, then you would need to utilize a chain like
this if you are DNATing/routing connections behind the firewall or perhaps
running services on(!!!) the firewall.
ALLOW_ICMP
The ALLOW_ICMP chains simply allows packets based on ICMP type. Currently
the firewall allows the flow of the following ICMP types:
Echo Reply (pong)
Destination Unreachable
Echo Request (ping)
TTL Exceeded (traceroute)
SRC_EGRESS && DST_EGRESS
The SRC_EGRESS and DST_EGRESS chains filter packets that have a source or
destination IP address matching an array of private or reserved subnets.
TOS_OUTPUT
The TOS_OUTPUT chain exists in the mangle table and mangles the TOS(Type
of Service) field in the IP header of locally generated, outgoing packets.
TOS_PREROUTING
The TOS_PREROUTING chain exists in the mangle table and mangles the TOS(Type
of Service) field in the IP header of packets being routed through the firewall.
The following user-defined chains are pretty obvious. The firewall script is designed to have a user-defined INPUT and OUTPUT chain for every available interface. From these user-defined chains are called the user-defined chains
mentioned above, which I call "Special Chains". The chains below are then called by the built-in INPUT/OUTPUT/FORWARD chains. This isnt really the rule, of course, alot of the user-defined chains mentioned above are called directly from the built-in INPUT/OUTPUT/FORWARD chains. This is done to assure proper flow of the packets through the filters.
EXTERNAL_INPUT
INTERNAL_INPUT
DMZ_INPUT
LO_INPUT
EXTERNAL_OUTPUT
INTERNAL_OUTPUT
DMZ_OUTPUT
LO_OUTPUT
Download (MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
992 downloads
cpuspeedy 0.4.1
Cpuspeedy is a simple tool written in Python which allows you to change the clock speed and voltage of the CPU. more>>
Cpuspeedy is a simple tool written in Python which allows you to change the clock speed and voltage of the CPUs using the Linuxs CPUFreq driver.
A graphical frontend written in C using GTK+-2 libs is also available.
Installation:
become the superuser, then type:
make install
By default cpuspeedy will be installed with the /usr/local prefix. You can change this by passing the PREFIX to make. Eg:
make PREFIX=/usr install
Enhancements:
- pythermalzone.py is now checking for every dir in the /proc/acpi/thermal_zone/ directory. If the temperature file is found, then its value is read. This should fix a bug that prevented cpuspeedy to get the cpus temperature in those systems where the path to the temperature file is not /proc/acpi/thermal_zone/THRM
<<lessA graphical frontend written in C using GTK+-2 libs is also available.
Installation:
become the superuser, then type:
make install
By default cpuspeedy will be installed with the /usr/local prefix. You can change this by passing the PREFIX to make. Eg:
make PREFIX=/usr install
Enhancements:
- pythermalzone.py is now checking for every dir in the /proc/acpi/thermal_zone/ directory. If the temperature file is found, then its value is read. This should fix a bug that prevented cpuspeedy to get the cpus temperature in those systems where the path to the temperature file is not /proc/acpi/thermal_zone/THRM
Download (0.017MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1489 downloads
xRecurseDiff 1.6
xRecurseDiff is a small program that can rapidly traverse entire directory trees. more>>
xRecurseDiff is a small sotware, useful for all those programmers working with a own code repository (class library or similar). Helps to rapidly verify difference between different copies of the same file.
For every file in project directory search in library directory for files having the same name. A report containing results is shown. A detailed diff output can be shown. Search can be case-insensitive and limited by a char filter.
Installation:
Extract archive: tar xzf xRecurseDiff.version.tgz
Enter in the new directory: cd xRecurseDiff.version
Link the correct language file: ln -s lang/xrdstrings-lang.h xrdstrings.h
Compile: make
Copy in the path: cp xrecursediff /usr/local/bin/
<<lessFor every file in project directory search in library directory for files having the same name. A report containing results is shown. A detailed diff output can be shown. Search can be case-insensitive and limited by a char filter.
Installation:
Extract archive: tar xzf xRecurseDiff.version.tgz
Enter in the new directory: cd xRecurseDiff.version
Link the correct language file: ln -s lang/xrdstrings-lang.h xrdstrings.h
Compile: make
Copy in the path: cp xrecursediff /usr/local/bin/
Download (0.016MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
865 downloads
ViewPortageX 1.51
ViewPortageX is a karamba theme written in Python and designed for every Gentooist out there! more>>
ViewPortageX is a karamba theme written in Python and designed for every Gentooist out there!
It parses gentoo.packages.org and gives you uptodate informations about the updates in the portage-tree.
You can select an option to display packages you have installed on your system only. This way you have always an overview, what emerge -p world would print out if you sync now.
This made me syncing only once in a week instead of once a day. This is reached through a database, which stores all new packages in a database and you can watch them when they moved out of the packages.gentoo.org list long ago.
But this is not all, ViewPortageX gives you all features that packages.gentoo.org provide.
You can search through the portage-tree and you can select a package and view its versions and keywords.
Main features:
- automatic updates itself if I release new versions
- minimizes traffic by parsing only packages, that are really new and not the whole packages.gentoo.org-site
- saves all fetched data in database that uses the cpickel-libary, which means fast writeout and readin of the package-data
- completly themeable by using my widget-libary, which makes it easiere to create dynamic interfaces with karamba
- it knows which packages you have installed and displays them boldly (or only them), because updates to installed packages are the ones that really interst you
- this theme is not a static information displayer, you have many interaction possibilities; you use this theme, not just watch it
- the only karamba-theme I know that provides checkboxes and comboboxes
- probably I forgot many things, try it out
KNOWN BUGS:
- When reloading the theme in a running superkaramba instance, the pagebutton bar at the bottom is missing.
This is a ugly bug, for which I have no explanation.
(probably a bug in superkaramba)
- When doing an automatic update under KDE 3.5.1 superkaramba will lock completly. You have to kill it with killall -9 superkaramba and start superkaramba again. This is a bug in superkaramba und KDE 3.5.1.
SO BE CAREFUL USING THIS WITH KDE 3.5.1
<<lessIt parses gentoo.packages.org and gives you uptodate informations about the updates in the portage-tree.
You can select an option to display packages you have installed on your system only. This way you have always an overview, what emerge -p world would print out if you sync now.
This made me syncing only once in a week instead of once a day. This is reached through a database, which stores all new packages in a database and you can watch them when they moved out of the packages.gentoo.org list long ago.
But this is not all, ViewPortageX gives you all features that packages.gentoo.org provide.
You can search through the portage-tree and you can select a package and view its versions and keywords.
Main features:
- automatic updates itself if I release new versions
- minimizes traffic by parsing only packages, that are really new and not the whole packages.gentoo.org-site
- saves all fetched data in database that uses the cpickel-libary, which means fast writeout and readin of the package-data
- completly themeable by using my widget-libary, which makes it easiere to create dynamic interfaces with karamba
- it knows which packages you have installed and displays them boldly (or only them), because updates to installed packages are the ones that really interst you
- this theme is not a static information displayer, you have many interaction possibilities; you use this theme, not just watch it
- the only karamba-theme I know that provides checkboxes and comboboxes
- probably I forgot many things, try it out
KNOWN BUGS:
- When reloading the theme in a running superkaramba instance, the pagebutton bar at the bottom is missing.
This is a ugly bug, for which I have no explanation.
(probably a bug in superkaramba)
- When doing an automatic update under KDE 3.5.1 superkaramba will lock completly. You have to kill it with killall -9 superkaramba and start superkaramba again. This is a bug in superkaramba und KDE 3.5.1.
SO BE CAREFUL USING THIS WITH KDE 3.5.1
Download (0.032MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1220 downloads
Isaac Newton Organizer 0.2
Isaac Newton Organizer is a Time/Task Management software. more>>
Isaac Newton Organizer is a software that helps you organise your plans and work, and keep track of your progress. Isaac Newton Organizer allows you to add tasks for any date in a visually appealing interface, and helps you mark these tasks according to their status.
It also allows you to add "recurrent tasks" which are tasks that have a frequency associated with them. For example, you could add tasks representing your loved ones birthday, and make it recurrent for every year, so that you never forget the birthday any longer!
There are hosts of other features in Isaac Newton Organizer, so please look at the Features section to find out more.
<<lessIt also allows you to add "recurrent tasks" which are tasks that have a frequency associated with them. For example, you could add tasks representing your loved ones birthday, and make it recurrent for every year, so that you never forget the birthday any longer!
There are hosts of other features in Isaac Newton Organizer, so please look at the Features section to find out more.
Download (0.035MB)
Added: 2006-04-14 License: Freeware Price:
1290 downloads
obfsh 1.2
obfsh is a shell script obfuscator. more>>
obfsh is a shell script obfuscator. It is quite flexible and can obfuscate any type of shell script.
The obfuscated script version is printed to stdout. The original script is not modified.
Options:
-c < n >, insert deceiving comments for every n line
-d < n >, insert deceiving code for every n line
-e < n1 >-< n2 >, prepend each line with a random number of spaces ranging
from n1 to n2
-f < file >, file to obfuscate
-g < n1 >-< n2 >+< n3 >-< n4 >, insert gibberish header and footer of n2 lines
long with each line n1 signs long, n3-n4 being range of characters
to generate from. See the manual for more details.
-h, usage and options (this help)
-i, remove blank lines, comments, leading and trailing spaces and tabs
-j < n1 >-< n2 >, insert n1 empty lines for every n2 line
-m, manual
-l, see this script"
<<lessThe obfuscated script version is printed to stdout. The original script is not modified.
Options:
-c < n >, insert deceiving comments for every n line
-d < n >, insert deceiving code for every n line
-e < n1 >-< n2 >, prepend each line with a random number of spaces ranging
from n1 to n2
-f < file >, file to obfuscate
-g < n1 >-< n2 >+< n3 >-< n4 >, insert gibberish header and footer of n2 lines
long with each line n1 signs long, n3-n4 being range of characters
to generate from. See the manual for more details.
-h, usage and options (this help)
-i, remove blank lines, comments, leading and trailing spaces and tabs
-j < n1 >-< n2 >, insert n1 empty lines for every n2 line
-m, manual
-l, see this script"
Download (0.016MB)
Added: 2006-08-23 License: GPL (GNU General Public License) Price:
1161 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 for every 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