settings
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1377
jSettings 0.2
jSettings package is meant to provide a Java library for dealing with program settings. more>>
jSettings package is meant to provide a Java library for dealing with program settings. (I use "settings" as just another synonym for preferences, properties, etc but I chose the word settings because of the already existing Preferences and Properties frameworks in Java). It wants to be a powerful tool for the developers of Java programs that want to manipulate structures of settings.
The code (as well as this page) is at an early development and testing stage. On top of that, I am only doing it as a means to teach myself Java (Im an economist by training and by profession) , so even at later stages you can expect the quality of the code to be quite low.
If you feel like any part of the design, code, Javadoc, examples etc is silly please dont hesitate to let me know about it. Also, I would also be happy to include requested features as long as I can understand the need for them and I also know how to do it. So please write to me if you have anything to say about this project!
Main features:
- Handles INI and FSTAB type of files and settings. There is no XML support yet, but I plan to do it if it seems to be requested.
- INI settings are specified by a setting = value pair.
- FSTAB settings are defined by an array of settings, each in a predefined field. I call them like this because the structure is similar to the fstab file in UNIX environments. Logical structure is quite similar to that of XML files.
- Settings can be logically structured into sections.
- There are two degrees of hierarchy available, called hierarchical and non-hierarchical. For example, in a hierarchical organization, the settings in a file called settings.ini, containing the following lines:
[section1]
setting1=value1
[[section1-2]] //Notice the double brackets
setting1-2=value1-2
would be refered to as
settings:section1:setting1
and
settings:section1:section1-2:setting1-2
In a non-hierarchical structure they would be
settings:section1:setting1
and
settings:section1-2:setting1-2 (section1-2 is not a child of section1 anymore).
- Loads settings from external files, either from individual files in ASCII format or from archives containing several settings files.
- Includes support for default values for settings, both for ini and fstab settings.
- The advantage is that the actual ini and fstab files will only contain the deviations from the defaults.
- Includes support for system-wide and user-specific settings, for multi-user environments.
- A program would first load the defaults, then the system-wide settings and then the user-specific ones. Also when modifying the settings, there is a choice between doing it at user and at system level.
- Support for adding/modifying/deleting settings.
- Default support for validating the settings.
- Each ini-type setting and each fstab-type field have a validation rule in the form of a regular expression. When loading the value for that setting/field, it is being checked against the rule and only accepted if it confirms to the rule. Of course, if the user wants it she can have .* as the rule for each setting.
- Support for flushing the changes made to the settings to the external files.
- Extensive logging/debug messages.
<<lessThe code (as well as this page) is at an early development and testing stage. On top of that, I am only doing it as a means to teach myself Java (Im an economist by training and by profession) , so even at later stages you can expect the quality of the code to be quite low.
If you feel like any part of the design, code, Javadoc, examples etc is silly please dont hesitate to let me know about it. Also, I would also be happy to include requested features as long as I can understand the need for them and I also know how to do it. So please write to me if you have anything to say about this project!
Main features:
- Handles INI and FSTAB type of files and settings. There is no XML support yet, but I plan to do it if it seems to be requested.
- INI settings are specified by a setting = value pair.
- FSTAB settings are defined by an array of settings, each in a predefined field. I call them like this because the structure is similar to the fstab file in UNIX environments. Logical structure is quite similar to that of XML files.
- Settings can be logically structured into sections.
- There are two degrees of hierarchy available, called hierarchical and non-hierarchical. For example, in a hierarchical organization, the settings in a file called settings.ini, containing the following lines:
[section1]
setting1=value1
[[section1-2]] //Notice the double brackets
setting1-2=value1-2
would be refered to as
settings:section1:setting1
and
settings:section1:section1-2:setting1-2
In a non-hierarchical structure they would be
settings:section1:setting1
and
settings:section1-2:setting1-2 (section1-2 is not a child of section1 anymore).
- Loads settings from external files, either from individual files in ASCII format or from archives containing several settings files.
- Includes support for default values for settings, both for ini and fstab settings.
- The advantage is that the actual ini and fstab files will only contain the deviations from the defaults.
- Includes support for system-wide and user-specific settings, for multi-user environments.
- A program would first load the defaults, then the system-wide settings and then the user-specific ones. Also when modifying the settings, there is a choice between doing it at user and at system level.
- Support for adding/modifying/deleting settings.
- Default support for validating the settings.
- Each ini-type setting and each fstab-type field have a validation rule in the form of a regular expression. When loading the value for that setting/field, it is being checked against the rule and only accepted if it confirms to the rule. Of course, if the user wants it she can have .* as the rule for each setting.
- Support for flushing the changes made to the settings to the external files.
- Extensive logging/debug messages.
Download (0.33MB)
Added: 2006-06-16 License: MIT/X Consortium License Price:
1225 downloads
simplesettings 0.5
This provides simple settings for initialization for third party apps and libraries in Python. more>>
simplesettings 0.5 is an excellent tool for programmers. It provides simple settings for initialization for third party apps and libraries in Python.
<<less Added: 2009-07-14 License: The Apache License 2.0 Price: FREE
1 downloads
Magic Settings Wizard 0.1
Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings. more>>
Magic Settings Wizard is designed to quickly and easily restore or backup your favorite applications settings.
Magic Settings Wizard can backup/restore through an FTP location used as a storage medium.
Main features:
- backup or restore applications settings : select which ones from a list.
- personal home dir is automatically detected by default, but another directory can be specified.
- communicates with a FTP server specified by the user.
- FTP settings may be saved in a config file.
- a FTP directory may be created from the interface if needed.
- add your own applications settings definitions if yours dont exist in the database (edit settings_definitions.py).
<<lessMagic Settings Wizard can backup/restore through an FTP location used as a storage medium.
Main features:
- backup or restore applications settings : select which ones from a list.
- personal home dir is automatically detected by default, but another directory can be specified.
- communicates with a FTP server specified by the user.
- FTP settings may be saved in a config file.
- a FTP directory may be created from the interface if needed.
- add your own applications settings definitions if yours dont exist in the database (edit settings_definitions.py).
Download (0.015MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1374 downloads
gnome-settings-visualeffects 0.4
gnome-settings-visualeffects allows the control of the xcompmgr composite manager. more>>
gnome-settings-visualeffects allows the control of the xcompmgr composite manager, it provides the user with control of the shadow radius,opacity,offsets and colour, and the speed of fades and where they are applied.
Main features:
- Splitting shadow configuration into active and inactive windows
- Adding a path locator and version checker for xcompmgr/transset
- Incorporating window translucency (decided on a minimum of 25%)
- Window translucency can be added to active/inactive windows by single windows or window types i.e. File Chooser, applications or application children, and Im hoping that I can make this persistent.
- Increase compatibility with gdesklets
- Propose to luminocity developers a configuration standard for these types of settings, therefore improving the future of the project.
- Incorporate code from xcompmgr/transset to reduce reliance on what are intended to be demos rather than real life tools.
- Notification area tool/Panel applet for accessing effects quickly.
<<lessMain features:
- Splitting shadow configuration into active and inactive windows
- Adding a path locator and version checker for xcompmgr/transset
- Incorporating window translucency (decided on a minimum of 25%)
- Window translucency can be added to active/inactive windows by single windows or window types i.e. File Chooser, applications or application children, and Im hoping that I can make this persistent.
- Increase compatibility with gdesklets
- Propose to luminocity developers a configuration standard for these types of settings, therefore improving the future of the project.
- Incorporate code from xcompmgr/transset to reduce reliance on what are intended to be demos rather than real life tools.
- Notification area tool/Panel applet for accessing effects quickly.
Download (0.44MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1548 downloads
KopeteNowListening 0.2.2
KopeteNowListening is an amarok script, a complete rewrite, but is based on many ideas from others. more>>
KopeteNowListening is an Amarok script, a complete rewrite, but is based on many ideas from others.
KopeteNowListening will update Kopete avatar, away message and away status based on the current playing song. The configurations are made via kdialog and its all written in bash script.
Feel free to send me ideas and opinions about this one.
Enhancements:
- Fix a bug that restore default [photo, nickname, away] msg even when configured to not use theses settings
<<lessKopeteNowListening will update Kopete avatar, away message and away status based on the current playing song. The configurations are made via kdialog and its all written in bash script.
Feel free to send me ideas and opinions about this one.
Enhancements:
- Fix a bug that restore default [photo, nickname, away] msg even when configured to not use theses settings
Download (0.020MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
1036 downloads
netGo 0.5
netGo is a distribution-independent networking tool. more>>
netGo is a distribution-independent networking tool (written in Qt) for changing network settings quickly and easily. It is intended for laptop owners, who often need to change network settings when relocating.
It allows you to create profiles that contain the network settings such as the IP, netmask, gateway, name servers and wireless options. After creating a profile it can be executed with a single click.
netGo is distributed under the terms of the GPL-license.
Main features:
- Configure an interface with static IP, netmask, gateway and nameservers.
- Configure an interface using DHCP.
- Configure an interface using wireless options.
- Execute a profile from the commandline - without GUI.
- System tray support (works in KDE, Gnome, xfce etc).
<<lessIt allows you to create profiles that contain the network settings such as the IP, netmask, gateway, name servers and wireless options. After creating a profile it can be executed with a single click.
netGo is distributed under the terms of the GPL-license.
Main features:
- Configure an interface with static IP, netmask, gateway and nameservers.
- Configure an interface using DHCP.
- Configure an interface using wireless options.
- Execute a profile from the commandline - without GUI.
- System tray support (works in KDE, Gnome, xfce etc).
Download (0.23MB)
Added: 2005-06-02 License: GPL (GNU General Public License) Price:
1606 downloads
setv4l 0.3
setv4l is a simple command line program for changing the picture settings of a video 4 linux device. more>>
setv4l is a simple command line program for changing the picture settings of a video 4 linux device.
You can change (if the specified device allows) the following settings:
- Brightness
- Hue
- Colour
- Contrast
- Whiteness.
For each you can specify a value from 0 to 65535.
I wrote setv4l project for managing remote webcams. It was originally called vidcontrol, but I found out that a program with that name existed with FreeBSD.
Installation:
- Just unpack it and do a make.
For my webcams I use the vidcat program for capturing. It is part of the w3cam package. However it does not comply to the v4l spec in respect to picture sizes (actually it doesnt set the size at all.....)
<<lessYou can change (if the specified device allows) the following settings:
- Brightness
- Hue
- Colour
- Contrast
- Whiteness.
For each you can specify a value from 0 to 65535.
I wrote setv4l project for managing remote webcams. It was originally called vidcontrol, but I found out that a program with that name existed with FreeBSD.
Installation:
- Just unpack it and do a make.
For my webcams I use the vidcat program for capturing. It is part of the w3cam package. However it does not comply to the v4l spec in respect to picture sizes (actually it doesnt set the size at all.....)
Download (0.009MB)
Added: 2006-01-27 License: GPL (GNU General Public License) Price:
1366 downloads
setpwc 1.2
setpwc is a program that can set and list various settings of Philips (and compatibles) WebCams with the PWC chipset. more>>
setpwc is a program that can set and list various settings of Philips (and compatibles) WebCams with the PWC chipset. If ioctls-commands fails, you have to upgrade to kernel 2.4.21 or more recent.
Main features:
- dump current settings
- set framerate
- store/restore settings in nonvolatile RAM
- restore factory settings
- set compression preference
- set automatic gain control
- set shutter speed
- red/blue-balance when white balance mode set to manual
- set automatic white balance mode speed and delay
- set led on- and off-time
- set electronic sharpness
- set backlight compensation
- set antiflicker mode
- set noise reduction mode
- set pan/tilt/zoom (Logitech QuickCam Orbit/Sphere)
Enhancements:
- Certain resolution and framerate combinations need to be set at the same time or else the PWC chipset refuses them.
- With some compilers, setpwc would end up in an infinite loop.
- The serial number of the webcam is now displayed.
- A man page was added.
- The -d option can now be anywhere in the command line.
<<lessMain features:
- dump current settings
- set framerate
- store/restore settings in nonvolatile RAM
- restore factory settings
- set compression preference
- set automatic gain control
- set shutter speed
- red/blue-balance when white balance mode set to manual
- set automatic white balance mode speed and delay
- set led on- and off-time
- set electronic sharpness
- set backlight compensation
- set antiflicker mode
- set noise reduction mode
- set pan/tilt/zoom (Logitech QuickCam Orbit/Sphere)
Enhancements:
- Certain resolution and framerate combinations need to be set at the same time or else the PWC chipset refuses them.
- With some compilers, setpwc would end up in an infinite loop.
- The serial number of the webcam is now displayed.
- A man page was added.
- The -d option can now be anywhere in the command line.
Download (0.008MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1060 downloads
setov511 0.1
setov511 is an application that can set various aspects of ov511-based (and compatibles) WebCams. more>>
setov511 is an application that can set various aspects of ov511-based (and compatibles) WebCams. You can also make a dump of the current settings.
Installation:
make install
Usage:
setov511 -h will give details.
For a complete list of supported hardware see: http://alpha.dyndns.org/ov511/
<<lessInstallation:
make install
Usage:
setov511 -h will give details.
For a complete list of supported hardware see: http://alpha.dyndns.org/ov511/
Download (0.002MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1178 downloads
Lipstik 2.2.2
Lipstik is a fast and clean style for KDE3 with many options to tune your desktop look. more>>
Lipstik is a fast and clean style for KDE3 with many options to tune your desktop look.
Just try it!
INSTALLATION:
Please read the INSTALL file.
CONFIGURATION:
You can find many options in the styles configuration panel. Go to Settings/Appearance & Themes/Style and click on the configure button.
BUGS:
Read the BUGS file; if the issue is not reported, post a comment below, Ill try to read them often.
<<lessJust try it!
INSTALLATION:
Please read the INSTALL file.
CONFIGURATION:
You can find many options in the styles configuration panel. Go to Settings/Appearance & Themes/Style and click on the configure button.
BUGS:
Read the BUGS file; if the issue is not reported, post a comment below, Ill try to read them often.
Download (0.41MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
924 downloads
AcmosisFR 0.1
AcmosisFR is a PHP frontend for IRPd, the shoutcast/icecast streamer. more>>
AcmosisFR is a PHP frontend for IRPd, the shoutcast/icecast streamer. Using this frontend you can create a fully interactive radio service accesible via webpage (providing current song details,requesting/skipping songs, statistics, playlist management).
It supports addons:
img.php - example of dynamic text (gd.library)
index.php - example of webpage
irpd-shout.patch , irpd.conf - patch and config file with new settings
playlist_update - perl script, generates playlist and reloads playlist in irpd streamer
testin.php - php script to test AcmosisFR functionality
<<lessIt supports addons:
img.php - example of dynamic text (gd.library)
index.php - example of webpage
irpd-shout.patch , irpd.conf - patch and config file with new settings
playlist_update - perl script, generates playlist and reloads playlist in irpd streamer
testin.php - php script to test AcmosisFR functionality
Download (0.010MB)
Added: 2006-07-29 License: GPL (GNU General Public License) Price:
1182 downloads
FreeNIBS 2.2.1
FreeNIBS is a loadable plugin for FreeRADIUS radius-server. more>>
FreeNIBS is a loadable plugin for FreeRADIUS radius-server.
FreeNIBS provide authorization/authentication/accounting for Dialin (PPP/PPPOE/PPTP) users.
It can bee used for real-time prepaid and postpaid billing. FreeNIBS can bill users on service accuration, time, traffic and time&traffic.
FreeNIBS has very flexible settings for groups, users and prices. All data store in SQL-databases such as MySQl, PgSQL and Oracle.
FreeNIBS is covered by the GPL license.
Enhancements:
- Build error with FreeRadiuses 1.1.5-1.1.6 was fixed
<<lessFreeNIBS provide authorization/authentication/accounting for Dialin (PPP/PPPOE/PPTP) users.
It can bee used for real-time prepaid and postpaid billing. FreeNIBS can bill users on service accuration, time, traffic and time&traffic.
FreeNIBS has very flexible settings for groups, users and prices. All data store in SQL-databases such as MySQl, PgSQL and Oracle.
FreeNIBS is covered by the GPL license.
Enhancements:
- Build error with FreeRadiuses 1.1.5-1.1.6 was fixed
Download (0.38MB)
Added: 2007-06-23 License: GPL (GNU General Public License) Price:
859 downloads
Other version of FreeNIBS
License:GPL (GNU General Public License)
multicolumn 0.2
multicolumn is a Firefox extension that sllows web pages to be configured to display in multiple columns. more>>
multicolumn is a Firefox extension that sllows web pages to be configured to display in multiple columns using Firefox 1.5 (Gecko 1.8) CSS property -moz-column-count, inspired by the draft CSS3 module: Multi-column layout. Make better use of high res screen real estate.
To see it in operation, install it, restart firefox, and then try visiting digg, slashdot, or google (for google, you need to do a search before youll see anything).
To change the number of columns to suit your screen or to configure it for another site, go into the settings tab (thin strip at the top of the browser window - click "more previews" above too see this highlighted on a screenshot).
Note that the tabs will only appear on sites which are configured (eg digg, slashdot, google).
To stop this extension from affecting a particular website, uncheck the relevant checkbox on the settings tab.
Further documentation is available on the settings tab.
<<lessTo see it in operation, install it, restart firefox, and then try visiting digg, slashdot, or google (for google, you need to do a search before youll see anything).
To change the number of columns to suit your screen or to configure it for another site, go into the settings tab (thin strip at the top of the browser window - click "more previews" above too see this highlighted on a screenshot).
Note that the tabs will only appear on sites which are configured (eg digg, slashdot, google).
To stop this extension from affecting a particular website, uncheck the relevant checkbox on the settings tab.
Further documentation is available on the settings tab.
Download (0.017MB)
Added: 2007-06-02 License: MPL (Mozilla Public License) Price:
877 downloads
MoJoServo for Linux 1.01
Backup individual Web Pages or an entire Web site. more>> Backup individual Web Pages or an entire Web site.
- Browse Web Content to Select Only the Files you want
- Download Everything with the click of a button.
- Settings for Password Protected Content and Proxy Server
Management*<<less
Download (825KB)
Added: 2009-04-12 License: Freeware Price:
194 downloads
Slag 0.1
Slag project aims at developing a multiplatform pattern-based audio sequencer. more>>
Slag project aims at developing a multiplatform pattern-based audio sequencer.
Main features:
- real-time editing
- live audio output with libao or JACK
- optional individual ports for tracks when using JACK
- a virtually unlimited number of tracks and patterns
- volume settings for tracks and pads
- the ability to link song parts together
- real-time audio file output
- english and french localisations
<<lessMain features:
- real-time editing
- live audio output with libao or JACK
- optional individual ports for tracks when using JACK
- a virtually unlimited number of tracks and patterns
- volume settings for tracks and pads
- the ability to link song parts together
- real-time audio file output
- english and french localisations
Download (0.72MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1263 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 settings 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