can select
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1544
Gentoo Category Select 0.3
Gentoo Category Select is a graphical tool for selecting Gentoo Package Categories to exclude from your local package repository more>>
Gentoo Category Select is a graphical tool for selecting Gentoo Package Categories to exclude from your local package repository.
It does so by weaning information from multiple directories and files for convenience, as well as providing warning about categories that should not be excluded due to currently installed packages.
This is achieved without the addition of a configuration file. Currently only the Qt front-end is finished. It is modularly designed for ease in creating front-ends based on other toolkits.
The advantages are saved disk space (small/MMV), quicker rsync time (small/MMV), and a lessening of bandwidth requirements by gentoo.org and its mirrors.
<<lessIt does so by weaning information from multiple directories and files for convenience, as well as providing warning about categories that should not be excluded due to currently installed packages.
This is achieved without the addition of a configuration file. Currently only the Qt front-end is finished. It is modularly designed for ease in creating front-ends based on other toolkits.
The advantages are saved disk space (small/MMV), quicker rsync time (small/MMV), and a lessening of bandwidth requirements by gentoo.org and its mirrors.
Download (0.008MB)
Added: 2005-08-26 License: GPL (GNU General Public License) Price:
1520 downloads
Inline::Select 0.01
Inline::Select contains dynamic selection of ILSM for a package. more>>
Inline::Select contains dynamic selection of ILSM for a package.
SYNOPSIS
use Inline::Select::Register (
PACKAGE => Calc,
Inline => [ Perl => sub {require t/Calc.pm} ]
) ;
use Inline::Select::Register (
PACKAGE => Calc,
Inline => [ CPP => t/Calc.cpp ]
) ;
use Inline::Select::Register (
PACKAGE => Calc,
Inline => [ Java => t/Calc.java ]
) ;
use Inline::Select::Register (
PACKAGE => Calc,
Inline => [ Python => t/Calc.py ]
) ;
use Inline::Select (
PACKAGE => Calc,
Inline => $ARGV[0] # one of Perl, CPP, Java, Python
) ;
my $c = new Calc() ;
ok($c->add(2, 3), 5) ;
USAGE
Usage of Inline::Select is pretty simple. For each programming language, you must speficy a use Inline::Select::Register (or Inline::Select->register() at runtime) statement to register the use of Inline for that language. All the Inline parameters are saved and that Inline block will only be evaluated if that language is selected later on.
When you are done registering Inline blocks, you then spefify a use Inline::Select (or Inline::Select->bind() at runtime) to actually load (in the caller package) the Inline block for the selected language.
<<lessSYNOPSIS
use Inline::Select::Register (
PACKAGE => Calc,
Inline => [ Perl => sub {require t/Calc.pm} ]
) ;
use Inline::Select::Register (
PACKAGE => Calc,
Inline => [ CPP => t/Calc.cpp ]
) ;
use Inline::Select::Register (
PACKAGE => Calc,
Inline => [ Java => t/Calc.java ]
) ;
use Inline::Select::Register (
PACKAGE => Calc,
Inline => [ Python => t/Calc.py ]
) ;
use Inline::Select (
PACKAGE => Calc,
Inline => $ARGV[0] # one of Perl, CPP, Java, Python
) ;
my $c = new Calc() ;
ok($c->add(2, 3), 5) ;
USAGE
Usage of Inline::Select is pretty simple. For each programming language, you must speficy a use Inline::Select::Register (or Inline::Select->register() at runtime) statement to register the use of Inline for that language. All the Inline parameters are saved and that Inline block will only be evaluated if that language is selected later on.
When you are done registering Inline blocks, you then spefify a use Inline::Select (or Inline::Select->bind() at runtime) to actually load (in the caller package) the Inline block for the selected language.
Download (0.003MB)
Added: 2007-06-01 License: Perl Artistic License Price:
875 downloads
mrtg-select 1.0
mrtg-select allows the flexible display of MRTG graphs, chosen by keyword and time span. more>>
mrtg-select allows the flexible display of MRTG graphs, chosen by keyword and time span.
I use MRTG to graph all kinds of stuff, and looking at those graphs on the same page helps me detect correlations. ("Say, Professor -- that spike in CPU temperature came right when the Rapture Index hit a three-year high!")
mrtg-select lets me pick a subset of graphs to be displayed on the same page, based on keyword and time span.
And the best part is that it figures out the keywords automagically just by being pointed at the directory where the graphs live -- theres no config file to update. Licensed under the GPL.
<<lessI use MRTG to graph all kinds of stuff, and looking at those graphs on the same page helps me detect correlations. ("Say, Professor -- that spike in CPU temperature came right when the Rapture Index hit a three-year high!")
mrtg-select lets me pick a subset of graphs to be displayed on the same page, based on keyword and time span.
And the best part is that it figures out the keywords automagically just by being pointed at the directory where the graphs live -- theres no config file to update. Licensed under the GPL.
Download (0.002MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
1440 downloads
CD Shell 2.1.6
CD Shell is a bootable CD or DVD console interface and script interpreter. more>>
CD Shell is a scriptable menu system that provides the ability to create interactive multi-boot optical discs. It will make PC-bootable compact discs or DVDs that can select from several program loaders or kernels located on the disc, or boot from other local disk drives that are attached to the system.
This utility is based heavily on concepts pioneered by Bart Lagerweij in his great program Diskem1x. CD Shell provides similar functionality to Diskem1x along with many new original features, such as an advanced scripting language, graphics, and mouse support. It also has the ability to interface with other great programs such as isolinux/memdisk, Ranish Partition Manager, and Memtest86+.
CD Shell is free for non-commercial use. The program and its source code is distributed under the NASM License. The distribution and use of some optional components is restricted by their respective licenses.
Enhancements:
- changed behavior of display.message to interpret a backslash as a single-character quote if not recognized as an escape sequence (suggested by Erwin Veermans of the Ultimate Boot CD project)
- isolinux patches as suggested by Charles Appel of the Ultimage Boot CD project
- patched a bug in isolinux that would display some garbage characters when loading a kernel (just before Ready)
- changed behavior for the display command to not show a splash screen unless isolinux was invoked with an empty command line
- incorporated changes to chooser script
- allow onEscape action when user quits the menu
- allow per-item exececute-on-select commands
- fixed a bug where text in the message window wasnt being updated correctly
<<lessThis utility is based heavily on concepts pioneered by Bart Lagerweij in his great program Diskem1x. CD Shell provides similar functionality to Diskem1x along with many new original features, such as an advanced scripting language, graphics, and mouse support. It also has the ability to interface with other great programs such as isolinux/memdisk, Ranish Partition Manager, and Memtest86+.
CD Shell is free for non-commercial use. The program and its source code is distributed under the NASM License. The distribution and use of some optional components is restricted by their respective licenses.
Enhancements:
- changed behavior of display.message to interpret a backslash as a single-character quote if not recognized as an escape sequence (suggested by Erwin Veermans of the Ultimate Boot CD project)
- isolinux patches as suggested by Charles Appel of the Ultimage Boot CD project
- patched a bug in isolinux that would display some garbage characters when loading a kernel (just before Ready)
- changed behavior for the display command to not show a splash screen unless isolinux was invoked with an empty command line
- incorporated changes to chooser script
- allow onEscape action when user quits the menu
- allow per-item exececute-on-select commands
- fixed a bug where text in the message window wasnt being updated correctly
Download (0.30MB)
Added: 2005-08-10 License: Free for non-commercial use Price:
1543 downloads
Logical Desktop
Logical Desktop is a desktop environment for GNU/Linux that is different. more>>
Logical Desktop is a desktop environment. A "desktop environment" is a program that allows you to do many different things with your computer, but in a consistent way. Desktop environments can be seen as a "dogma" of how things should be done, and how they should look and feel.
Examples of desktop environments are KDE, Gnome, the Windows interface, etc.
In Logical Desktop, like in all desktop environments, you work by composing actions made of one verb and one or more objects (e.g. "Print" is the verb, and the objects are the printer, the files to print, and the program used for printing).
Logical Desktop is how you specify those things: 1) in any order 2) with automatic hiding of the things that dont make sense.
1. In any order: Logical Desktop enables you to specify your action with many possible styles of interaction (file-oriented, task-oriented, program-oriented, device-oriented). Logical Desktop can do that because it treats verbs and objects with complete symmetry and uniformity: you can select both verbs and objects, and in any order.
2. With automatic hiding: Logical Desktop is more intelligent than traditional systems because it hides the unnecessary things while you are composing the action. More precisely, Logical Desktop hides those verbs/files/devices/programs that make no sense with the current selection.
Combining this with the previous point (that you can select anything in any order), we obtain a very powerful mechanism: if you select a verb first, the objects that dont make sense with it are hidden; if you select an object first, the verbs that dont make sense with it are hidden.
<<lessExamples of desktop environments are KDE, Gnome, the Windows interface, etc.
In Logical Desktop, like in all desktop environments, you work by composing actions made of one verb and one or more objects (e.g. "Print" is the verb, and the objects are the printer, the files to print, and the program used for printing).
Logical Desktop is how you specify those things: 1) in any order 2) with automatic hiding of the things that dont make sense.
1. In any order: Logical Desktop enables you to specify your action with many possible styles of interaction (file-oriented, task-oriented, program-oriented, device-oriented). Logical Desktop can do that because it treats verbs and objects with complete symmetry and uniformity: you can select both verbs and objects, and in any order.
2. With automatic hiding: Logical Desktop is more intelligent than traditional systems because it hides the unnecessary things while you are composing the action. More precisely, Logical Desktop hides those verbs/files/devices/programs that make no sense with the current selection.
Combining this with the previous point (that you can select anything in any order), we obtain a very powerful mechanism: if you select a verb first, the objects that dont make sense with it are hidden; if you select an object first, the verbs that dont make sense with it are hidden.
Download (0.20MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1649 downloads
PSPL Multi Select Box 1.0.1
PSPL Multi Select Box is an enhanced implementation of the HTML form input element for selecting multiple items from a list. more>>
PSPL Multi Select Box is an enhanced implementation of the HTML form input element for selecting multiple items from a list.
Users can select multiple choices without having to press the ALT button like a normal "select multiple" box. It is easy to customize, and you can easily modify the visual style of PSPL Multi Select Box to match your Web site design or theme.
The project is also compliant to W3C standards, and has been tested with most recent browsers. Unlike normal "select multiple" boxes, PSPL Multi Select Box follows the layer design in IE.
<<lessUsers can select multiple choices without having to press the ALT button like a normal "select multiple" box. It is easy to customize, and you can easily modify the visual style of PSPL Multi Select Box to match your Web site design or theme.
The project is also compliant to W3C standards, and has been tested with most recent browsers. Unlike normal "select multiple" boxes, PSPL Multi Select Box follows the layer design in IE.
Download (MB)
Added: 2007-02-09 License: Free To Use But Restricted Price:
987 downloads
Random Music 1.1
Random Music plays random MP3 tracks from your music collection. more>>
Random Music plays random MP3 tracks from your music collection. It maintains a flat database of tracks, detailed genres, and weights, and generates a weighted random playlist from the user-selected genres.
The ID3 and ID3v2 fields (title/artist/album), detailed genre, and weight (0-9) for the currently-playing track can be edited, and tracks can be removed from the playlist.
For example, a user can select only tracks with a minimum weight of 5 from the subgenres "Pop - 1970s" and "R&B - 1970s", and the playlist will adjust accordingly.
Enhancements:
- This release adds features to the playlist editor.
- Playlist entries now include the album name, and selected tracks can be moved up or down.
<<lessThe ID3 and ID3v2 fields (title/artist/album), detailed genre, and weight (0-9) for the currently-playing track can be edited, and tracks can be removed from the playlist.
For example, a user can select only tracks with a minimum weight of 5 from the subgenres "Pop - 1970s" and "R&B - 1970s", and the playlist will adjust accordingly.
Enhancements:
- This release adds features to the playlist editor.
- Playlist entries now include the album name, and selected tracks can be moved up or down.
Download (0.47MB)
Added: 2005-10-22 License: GPL (GNU General Public License) Price:
1464 downloads
TkPanel 1.6
TkPanel is a CDE-like panel emulator written in Tcl/Tk. more>>
TkPanel is a panel application, greatly inspired by the CDE panel, with some other features; it is basically used to call other programs, that can be configured by the user. Thus, with TkPanel, the programs which are more often executed can be easily called.
TkPanel is able to lock the computer, and can run arbitrary command on the fly. It can show basic information about the computer resources (CPU and memory usage), display the time in various formats, and has a simple schedule. There is a graphical tool to config, change all its variables, add/remove buttons and sub-panels.
The user can also use TkPanel to change the page when running at some specifics Window Managers, place it at any edge of the screen (thus, really fans of TkPanel can have a few programs running at the same time!), align it at the corners, turn it into a hidden mode, and select what tools to display as buttons (choosing its place). All its functions are available through some keystrokes.
TkPanel is written on a Linux system with Tcl/Tk scripts; first to allow easy modifications being applied; second, to be executed on systems where Tcl/Tk is available.
Enhancements:
- (schedule) can select a date when clicking at the calendar
- removed an extra newline that is printed each time get_sch is called
- fixed schedule to print messages without date;
- read in config window will update the colors too...;
- changed some panel appearances on the man page to control-panel;
<<lessTkPanel is able to lock the computer, and can run arbitrary command on the fly. It can show basic information about the computer resources (CPU and memory usage), display the time in various formats, and has a simple schedule. There is a graphical tool to config, change all its variables, add/remove buttons and sub-panels.
The user can also use TkPanel to change the page when running at some specifics Window Managers, place it at any edge of the screen (thus, really fans of TkPanel can have a few programs running at the same time!), align it at the corners, turn it into a hidden mode, and select what tools to display as buttons (choosing its place). All its functions are available through some keystrokes.
TkPanel is written on a Linux system with Tcl/Tk scripts; first to allow easy modifications being applied; second, to be executed on systems where Tcl/Tk is available.
Enhancements:
- (schedule) can select a date when clicking at the calendar
- removed an extra newline that is printed each time get_sch is called
- fixed schedule to print messages without date;
- read in config window will update the colors too...;
- changed some panel appearances on the man page to control-panel;
Download (0.048MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1642 downloads
C2::Newsletter 0.3 beta
C2::Newsletter is a tool to send MIME-encoded newsletters. more>>
C2::Newsletter is a simple tool for sending newsletters to your visitors. It allows you to create multiple newsletters, so your visitors can select which topics they want to receive.
There is an admin interface to add/edit newsletters and recipients, and send in plain text or MIME-encoded. It is easy to use, but currently only in German (English will be available soon).
Enhancements:
new Features
- Verification email is now configurable (plain text only)
- Supports now the admin as recipient for verification emails
fixed Bugs:
- Admin interface allows to list the recipients of a specified newsletter
- Config page => cancel button now works
- deleting a newsletter deletes also items in c2_mail_newsletter_selections
- holds email when adding a new recipient record
- verification of new recipients now works
performance:
- function GetConfig()
<<lessThere is an admin interface to add/edit newsletters and recipients, and send in plain text or MIME-encoded. It is easy to use, but currently only in German (English will be available soon).
Enhancements:
new Features
- Verification email is now configurable (plain text only)
- Supports now the admin as recipient for verification emails
fixed Bugs:
- Admin interface allows to list the recipients of a specified newsletter
- Config page => cancel button now works
- deleting a newsletter deletes also items in c2_mail_newsletter_selections
- holds email when adding a new recipient record
- verification of new recipients now works
performance:
- function GetConfig()
Download (0.024MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1642 downloads
Random Album 0.3
Random Album will play a random album from your collection. more>>
For a long time I wanted to play a random "album" in Amarok. I could not find how to do it with what existed, so I got around to write my own (first) amarok script.
Random Album should be a playlist really, but I dont know yet how to do that.
So here it is. It will play a random album from your collection. Upon reaching the last song, it will load a new one in the playlist.
Alternatively, you can select to play a random artist (see the configuration)
The script acces the database. Ive only tried with MySQL. I think that the "album" mode will work with SQLite, but not the "Artist" mode.
Enhancements:
- For amarok 1.4.3 and above(?) ONLY! For ealier versions use 0.2
- Changed script to work with Amarol 1.4.3
- The "tags" table in the database now contains the path of a file below a given "device" (defined in table "devices"). The script now handles that correctly using KURL.
- The "album path" filter filters according to the path below the "device" path. The device path is not taken into account
BUG
- No attempt is made to check that the files do exists... This may be problem.... There seem to be no such a method with KURL and the "unicode" function refuse to take a QString (PyQt says it should) so I cant convert things to use os.path.isfile()
<<lessRandom Album should be a playlist really, but I dont know yet how to do that.
So here it is. It will play a random album from your collection. Upon reaching the last song, it will load a new one in the playlist.
Alternatively, you can select to play a random artist (see the configuration)
The script acces the database. Ive only tried with MySQL. I think that the "album" mode will work with SQLite, but not the "Artist" mode.
Enhancements:
- For amarok 1.4.3 and above(?) ONLY! For ealier versions use 0.2
- Changed script to work with Amarol 1.4.3
- The "tags" table in the database now contains the path of a file below a given "device" (defined in table "devices"). The script now handles that correctly using KURL.
- The "album path" filter filters according to the path below the "device" path. The device path is not taken into account
BUG
- No attempt is made to check that the files do exists... This may be problem.... There seem to be no such a method with KURL and the "unicode" function refuse to take a QString (PyQt says it should) so I cant convert things to use os.path.isfile()
Download (0.007MB)
Added: 2006-10-09 License: Open Software License Price:
1110 downloads
PacKommander 2.5
PacKommander is a GUI wrapper for the pacman package manager of Arch Linux. more>>
PacKommander is a GUI wrapper for the pacman package manager of Arch Linux.
It is my very first Kommander script; but it does the job pretty well. Use it to install, upgrade, search, remove, query packages (local or repository) as well as synchronize database, upgrade system and clear file cache.
Main features:
- Quite light-weight and fast.
- Can perform almost all the tasks that CLI pacman can do. This includes install /upgrade /remove /query /view details /search packages both from server repositories as well as local packages in hard disk.
- Can be (in fact, must be) started as normal user to perform non-admin tasks like search/query pacakges. Root privilege is sought for automatically (using gksudo) as and when required (e.g. to install/remove packages).
- Can handle multiple packages at a time using a Package Queue system. Essentially, a list of queued packages is shown (packages can be added/removed from queue), from where you can select and manipulate multiple packages.
- Certain tasks like Upgrading entire system, syncing database with server, clearing cache, optimizing pacman, etc can be done by a click of a button.
- Hand-editing of certain configuration files is also supported using nano editor in xterm.
- Every task is actually carried out by pacman. The progress can be seen in the external xterm window and the user has to interact with it limitedly (for confirmations, etc.)
- The UI is fully configurable using Kommander-editor.
<<lessIt is my very first Kommander script; but it does the job pretty well. Use it to install, upgrade, search, remove, query packages (local or repository) as well as synchronize database, upgrade system and clear file cache.
Main features:
- Quite light-weight and fast.
- Can perform almost all the tasks that CLI pacman can do. This includes install /upgrade /remove /query /view details /search packages both from server repositories as well as local packages in hard disk.
- Can be (in fact, must be) started as normal user to perform non-admin tasks like search/query pacakges. Root privilege is sought for automatically (using gksudo) as and when required (e.g. to install/remove packages).
- Can handle multiple packages at a time using a Package Queue system. Essentially, a list of queued packages is shown (packages can be added/removed from queue), from where you can select and manipulate multiple packages.
- Certain tasks like Upgrading entire system, syncing database with server, clearing cache, optimizing pacman, etc can be done by a click of a button.
- Hand-editing of certain configuration files is also supported using nano editor in xterm.
- Every task is actually carried out by pacman. The progress can be seen in the external xterm window and the user has to interact with it limitedly (for confirmations, etc.)
- The UI is fully configurable using Kommander-editor.
Download (0.053MB)
Added: 2007-06-27 License: GPL (GNU General Public License) Price:
849 downloads
Open 4GL WebServices 0.2 Beta
Open 4GL WebServices is an opensource project to implement a wizard and a framework. more>>
Open 4GL WebServices is an opensource project to implement a wizard and a framework to make it easy to publish PROGRESS procedures as WebServices generating the WSDL and WS code, without requiring the developer to learn XML or the framework itself.
With this tool the developer can select an existing PROGRESS procedure and produce the WSDL file and/or a proxy procedure that handle the SOAP call and translate between SOAP and PROGRESS datatypes. Open 4GL WebServices also can handle the WS-I security recommendation requiring a custom procedure to authenticate the user/password.
Also, the generated proxy procedure is based on procedure templates (skeletons), these templates allow the developer to choose how to deploy the webservice. The developer can choose between webspeed, a batch version to call it from a CGI, a socket based version, or a custom template, etc.
This kind of project had been there for years, i had read some documents about howto build it, but nobody had been released the complete solution as open source by now. Its an alternative to the commercial version distributed by PROGRESS, only that this version doesnt require Sonic MQ or the AppServer to run properly.
Installation:
Put the entire o4glws directory somewhere in the PROPATH and make a copy the
file o4glws.i in any directory in the PROPATH of the deployment machine, because its needed to compile the deployed webservice adapter procedures.
INCLUDED FILES
o4glwsAdapter.p Webservice adapter generator
o4glwso4glws.i Library included in every adapter
o4glwso4glws.w Wizard to generate adapter/WSDL files
o4glwsprocDlg.w Dialog to select the procedures to include in the
webservice
o4glwsprocInfo.i Temp-table definitions used by all programs
o4glwsprocInfo.p Extracts the information about internal procedure,
functions and temp-tables of a procedure file
o4glwsREADME.TXT This file
o4glwsLicense.txt Software license
o4glwstransparent.ico The wizards icon
o4glwsWizard3.gif One of the wizards images
o4glwsSuccess.gif One of the wizards images
o4glwsError.gif One of the wizards images
o4glwsWSDL.p WSDL adapter generator
o4glwssample Samples of the generated code
o4glwstemplates Templates used to generate adapters
Enhancements:
- A "Unable to use Namespace: []" message was removed.
- Malformed Web service addresses were corrected.
- A problem where the generated WSDL did not correctly describe the output parameters of the Adapters was fixed.
- Buffer handlers for output tables are no longer needed.
- Date parameters are now supported.
- Speed for output tables was optimized.
- Expiration date and time parameters were added to securityTemplate.p.
- A fault report was added.
<<lessWith this tool the developer can select an existing PROGRESS procedure and produce the WSDL file and/or a proxy procedure that handle the SOAP call and translate between SOAP and PROGRESS datatypes. Open 4GL WebServices also can handle the WS-I security recommendation requiring a custom procedure to authenticate the user/password.
Also, the generated proxy procedure is based on procedure templates (skeletons), these templates allow the developer to choose how to deploy the webservice. The developer can choose between webspeed, a batch version to call it from a CGI, a socket based version, or a custom template, etc.
This kind of project had been there for years, i had read some documents about howto build it, but nobody had been released the complete solution as open source by now. Its an alternative to the commercial version distributed by PROGRESS, only that this version doesnt require Sonic MQ or the AppServer to run properly.
Installation:
Put the entire o4glws directory somewhere in the PROPATH and make a copy the
file o4glws.i in any directory in the PROPATH of the deployment machine, because its needed to compile the deployed webservice adapter procedures.
INCLUDED FILES
o4glwsAdapter.p Webservice adapter generator
o4glwso4glws.i Library included in every adapter
o4glwso4glws.w Wizard to generate adapter/WSDL files
o4glwsprocDlg.w Dialog to select the procedures to include in the
webservice
o4glwsprocInfo.i Temp-table definitions used by all programs
o4glwsprocInfo.p Extracts the information about internal procedure,
functions and temp-tables of a procedure file
o4glwsREADME.TXT This file
o4glwsLicense.txt Software license
o4glwstransparent.ico The wizards icon
o4glwsWizard3.gif One of the wizards images
o4glwsSuccess.gif One of the wizards images
o4glwsError.gif One of the wizards images
o4glwsWSDL.p WSDL adapter generator
o4glwssample Samples of the generated code
o4glwstemplates Templates used to generate adapters
Enhancements:
- A "Unable to use Namespace: []" message was removed.
- Malformed Web service addresses were corrected.
- A problem where the generated WSDL did not correctly describe the output parameters of the Adapters was fixed.
- Buffer handlers for output tables are no longer needed.
- Date parameters are now supported.
- Speed for output tables was optimized.
- Expiration date and time parameters were added to securityTemplate.p.
- A fault report was added.
Download (0.060MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1269 downloads
GVidChanger-minimal 0.8
GVidChanger-minimal is a GTK app to quickly and easily change video resolutions in X. more>>
gvidm is a gtk app to quickly and easily change video resolutions in X. Running it will pop up a list of available modes, upon choosing a mode or cancelling, it exits.
This makes it perfect for running from an application menu or a hotkey, so you dont have to use ram for an applet constantly running. If you are running dual or multi-head displays, it will give you a list of screens so you can select the appropriate one.
You can also specify on the command line a mode to switch to immediatly, or a list of modes to choose from.
Please note that gvidm cannot change the color depth, as that requires restarting X. Furthermore, any and all modes you want to appear must be defined in your XF86Config.
If youve only configured one mode, thats all that will show in the pop up. (Though this seems to no longer be the case with XFree 4.3+)
The XVidMode and/or XRandR extensions must be enabled in order to run gvid.
As mentioned above, gvidm supports multiple screen displays, including Xinerama. If youre running Xinerama, make sure that the configure script detects that and compiles in support for it.
If gvidm only displays one list of resolutions when youre running Xinerama, it means that Xinerama wasnt detected, Try re-configuring and re-compiling, telling it where your X libs (specifically libXinerama.a) are with the http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz--x-libraries= option.
Enhancements:
http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz8 - Add support for GTK 2.0.
- The default is to build for GTK 2.0 if it is present, specify configure --with-gtk1 if you want to force building with GTK 1.x.
- Fix build when xf86Parser.h isnt present. (Though interlaced or doublescan modes may show wrong refresh rates then.)
- Fix showing incorrect refresh rates for interlaced modes.
<<lessThis makes it perfect for running from an application menu or a hotkey, so you dont have to use ram for an applet constantly running. If you are running dual or multi-head displays, it will give you a list of screens so you can select the appropriate one.
You can also specify on the command line a mode to switch to immediatly, or a list of modes to choose from.
Please note that gvidm cannot change the color depth, as that requires restarting X. Furthermore, any and all modes you want to appear must be defined in your XF86Config.
If youve only configured one mode, thats all that will show in the pop up. (Though this seems to no longer be the case with XFree 4.3+)
The XVidMode and/or XRandR extensions must be enabled in order to run gvid.
As mentioned above, gvidm supports multiple screen displays, including Xinerama. If youre running Xinerama, make sure that the configure script detects that and compiles in support for it.
If gvidm only displays one list of resolutions when youre running Xinerama, it means that Xinerama wasnt detected, Try re-configuring and re-compiling, telling it where your X libs (specifically libXinerama.a) are with the http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz--x-libraries= option.
Enhancements:
http://www.dakotacom.net/~donut/programs/gvidm/gvidm-0.8.tar.gz8 - Add support for GTK 2.0.
- The default is to build for GTK 2.0 if it is present, specify configure --with-gtk1 if you want to force building with GTK 1.x.
- Fix build when xf86Parser.h isnt present. (Though interlaced or doublescan modes may show wrong refresh rates then.)
- Fix showing incorrect refresh rates for interlaced modes.
Download (0.058MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1641 downloads
KNetworkLED 0.5.1
KNetworkLED is a KDE system tray app that basically mimics the behaviour of the windows network activity system tray icon. more>>
KNetworkLED is a KDE system tray app that basically mimics the behaviour of the windows network activity system tray icon.
Main features:
- Docks into KDE system tray.
- Has a configuration dialog from which you can select what network device to monitor (out of the ones you have available)and how often you want to poll that device for activity (100ms to 1000ms).
- Tooltip popup when mouseovering the systemtray icon that displays what device is being monitored and how many TX/RX packets have been transmitted/recieved.
Enhancements:
- Poll Timer was not updating on the fly when user changed it.
<<lessMain features:
- Docks into KDE system tray.
- Has a configuration dialog from which you can select what network device to monitor (out of the ones you have available)and how often you want to poll that device for activity (100ms to 1000ms).
- Tooltip popup when mouseovering the systemtray icon that displays what device is being monitored and how many TX/RX packets have been transmitted/recieved.
Enhancements:
- Poll Timer was not updating on the fly when user changed it.
Download (0.51MB)
Added: 2005-09-13 License: GPL (GNU General Public License) Price:
1501 downloads
Monkey Cricket 1.0
Monkey Cricket project is a small game of cricket. more>>
Monkey Cricket project is a small game of cricket.
It runs under X window system and requires the GTK+ library. This game prject is distributed under the GNU GPL.The Project includes source so that developers can change and re-distribute the code.
Playing the game is straight forward. You can stat a new game choosing the new game menu item from the game menu. Then you will be asked to select your team. It is very simple, you can select your team from the given list of players using the IN and OUT buttons.
You can save your dream team to a file which can be later opened to reduce the overhead of selecting the team members each time a new game is started. Before starting the new game, you can set the conditions of the pitch. The pitch can be set to behave in three ways, batting, medium and balling. I hope you understood what it is.
After selecting your team members it is the time select your opponent. You will have to select your opponent from the given list.
Then call the toss, if you won the toss you can select to bat or ball according to your choice. Else the other captain will decide what you should do.
<<lessIt runs under X window system and requires the GTK+ library. This game prject is distributed under the GNU GPL.The Project includes source so that developers can change and re-distribute the code.
Playing the game is straight forward. You can stat a new game choosing the new game menu item from the game menu. Then you will be asked to select your team. It is very simple, you can select your team from the given list of players using the IN and OUT buttons.
You can save your dream team to a file which can be later opened to reduce the overhead of selecting the team members each time a new game is started. Before starting the new game, you can set the conditions of the pitch. The pitch can be set to behave in three ways, batting, medium and balling. I hope you understood what it is.
After selecting your team members it is the time select your opponent. You will have to select your opponent from the given list.
Then call the toss, if you won the toss you can select to bat or ball according to your choice. Else the other captain will decide what you should do.
Download (0.35MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1061 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 can select 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