settings from your
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1392
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
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
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
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
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
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
GNOME Configurator 0.8.0
GNOME Configurator is a program for editing advanced GNOME settings in an easy way. more>>
GNOME Configurator is a program for editing advanced GNOME settings in an easy way.
Edit advanced GNOME settings in an easy way. Currently has support for Metacity, Epiphany, Galeon, Panels, and Application Look and Feel.
Enhancements:
- Made the scrollbar settings actually work.
- Updated the French translation.
- Added support for setting the individual colors of the GTK+ theme.
<<lessEdit advanced GNOME settings in an easy way. Currently has support for Metacity, Epiphany, Galeon, Panels, and Application Look and Feel.
Enhancements:
- Made the scrollbar settings actually work.
- Updated the French translation.
- Added support for setting the individual colors of the GTK+ theme.
Download (0.039MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1551 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
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
Gratissip Tftp 0.4.1
Gratissip Tftp is a program that displays TCP/IP connections on an LCD display. more>>
Gratissip Tftp is a program that displays TCP/IP connections on an LCD display.
ratissip Tftpd is a TFTP server written in Java. It has special extensions which allows it to serve firmware and provisional settings for Grandstream VoIP phones.
Enhancements:
- The code was fixed up for announcement.
<<lessratissip Tftpd is a TFTP server written in Java. It has special extensions which allows it to serve firmware and provisional settings for Grandstream VoIP phones.
Enhancements:
- The code was fixed up for announcement.
Download (MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
925 downloads
Heliodor 0.2.1
Heliodor packages contains the Metacity themes for the Beryl project. more>>
Heliodor packages contains the Metacity themes for the Beryl project.
Heliodor provides exactly what the header suggests, metacity theme support.
Heliodor is not yet feature complete but works on a basic level, and in the future will support basic transparency settings.
<<lessHeliodor provides exactly what the header suggests, metacity theme support.
Heliodor is not yet feature complete but works on a basic level, and in the future will support basic transparency settings.
Download (MB)
Added: 2007-03-18 License: GPL (GNU General Public License) Price:
954 downloads
Authenticated User Community 0.7.4
Authenticated User Community project is a CGI-based intranet system for K-12 settings. more>>
Authenticated User Community project is a CGI-based intranet system for K-12 settings.
AUC (Authenticated User Community) is an intranet system designed for use in an educational organization but is also useful in many other settings.
It offers the ability for users to have a uniform web-based interface to discussion forums, e-mail (similar to hotmail, etc.), file management, and a searchable user database.
Also, "Interactive Classrooms" provide a means for students and teachers to have a web-based extension to their in-class interaction.
The system runs from a C-based monolithic CGI script. MySQL is used for database storage. Also, the web-based mail client supports MIME parts/attachments, IMAP, mbox, and multiple mail folders.
<<lessAUC (Authenticated User Community) is an intranet system designed for use in an educational organization but is also useful in many other settings.
It offers the ability for users to have a uniform web-based interface to discussion forums, e-mail (similar to hotmail, etc.), file management, and a searchable user database.
Also, "Interactive Classrooms" provide a means for students and teachers to have a web-based extension to their in-class interaction.
The system runs from a C-based monolithic CGI script. MySQL is used for database storage. Also, the web-based mail client supports MIME parts/attachments, IMAP, mbox, and multiple mail folders.
Download (3.3MB)
Added: 2006-11-01 License: GPL (GNU General Public License) Price:
1089 downloads
OpenBSD Live-CD Firewall 3.8.1
OpenBSD Live-CD Firewall is an OpenBSD-based pf (packet filter) firewall, with NAT, squid, DNS, and a DHCP server. more>>
OpenBSD Live-CD Firewall is an OpenBSD-based pf (packet filter) firewall, with DNS, squid, NAT, and a DHCP server (dnsmasq) for internal clients preconfigured. Settings and log files can be saved to a USB device.
Saved settings will be restored at the next reboot. Additional security related software is available on the CD (arpwatch, honeyd, ntop, portsentry, etc.)
Main features:
- runs without modifying the hard-drive
- external interface will be configured via DHCP - should work with a Cable Modem connection
- DHCP service for internal LAN
- caching DNS
- Squid Proxy
- NAT (masquerading)
- save your configuration and passwords to an USB mass-storage device (usb-pen drive) [ /backup/etc2usb ]
- If the USB device is connected at boot time these settings will be used.
- save all log files to an USB mass-storage device for future analysis [ /etc/log2usb ]
Enhancements:
- The Squid proxy server works now in transparent mode without further configuration.
<<lessSaved settings will be restored at the next reboot. Additional security related software is available on the CD (arpwatch, honeyd, ntop, portsentry, etc.)
Main features:
- runs without modifying the hard-drive
- external interface will be configured via DHCP - should work with a Cable Modem connection
- DHCP service for internal LAN
- caching DNS
- Squid Proxy
- NAT (masquerading)
- save your configuration and passwords to an USB mass-storage device (usb-pen drive) [ /backup/etc2usb ]
- If the USB device is connected at boot time these settings will be used.
- save all log files to an USB mass-storage device for future analysis [ /etc/log2usb ]
Enhancements:
- The Squid proxy server works now in transparent mode without further configuration.
Download (329.1MB)
Added: 2006-05-30 License: BSD License Price:
1254 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
Netprofiler 1.0.2
Netprofiler is a software that can write network settings into config files. more>>
Netprofiler is a software that can write network settings into config files.
Netprofiler saves the settings of network devices into files with appropriate names for each device into a folder with a name specified by the user.
These are called netprofiles. It is then easy to change the network settings to those saved in the profiles.
Netprofiler is released under the GNU Public License version 2 or any higher version if avaliable.
Enhancements:
- Added a checkif_root function to install.sh to make life easier for users who want to at least view the help for the installer.
- Added checks for hostx in case host from bind-utils isnt installed to resolv hostnames for get_defaultroute.
- Added masked filtering as a config file option. When enabled it excludes any devices that start with the device names in filtered.list. For example if eth appeared in filtered.list then no ethernet devices would be configured by netprofiler despite those devices being present in the profile that was being activated.
- Root permission checks are now only executed when activating a profile or generating one. This allows normal users to list profiles, see the --help messages, see the current settings etc.
- Added path checks for id. (used to be just /bin/id but added /usr/bin/id ).
- Changed default permissions for the netprofiler script to 755 to enable users to run it.
- Big thanks go to Bogdan Duda for spotting and fixing these bugs as well as writing the patch which included most of these features. Cheers!
<<lessNetprofiler saves the settings of network devices into files with appropriate names for each device into a folder with a name specified by the user.
These are called netprofiles. It is then easy to change the network settings to those saved in the profiles.
Netprofiler is released under the GNU Public License version 2 or any higher version if avaliable.
Enhancements:
- Added a checkif_root function to install.sh to make life easier for users who want to at least view the help for the installer.
- Added checks for hostx in case host from bind-utils isnt installed to resolv hostnames for get_defaultroute.
- Added masked filtering as a config file option. When enabled it excludes any devices that start with the device names in filtered.list. For example if eth appeared in filtered.list then no ethernet devices would be configured by netprofiler despite those devices being present in the profile that was being activated.
- Root permission checks are now only executed when activating a profile or generating one. This allows normal users to list profiles, see the --help messages, see the current settings etc.
- Added path checks for id. (used to be just /bin/id but added /usr/bin/id ).
- Changed default permissions for the netprofiler script to 755 to enable users to run it.
- Big thanks go to Bogdan Duda for spotting and fixing these bugs as well as writing the patch which included most of these features. Cheers!
Download (0.017MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1405 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 from your 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