gadgets 0.2.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 208
Micro Window-Gadgets 0.2.0
Micro Window-Gadgets is a lightweight gadget/windowing toolkit for C and X11. more>>
UWG is a lightweight gadget/windowing toolkit for C and X11. Interfaces are described using XML and are turned into C code using the ubuildinit utility. Currently, only a small percentage of the planned gadgets are implemented.
Micro WG is a C `version of WG. In general, UWG is somewhat more light-weight than WG. Firstly because its written in C and not C++. Secondly because it does not yet provide all the features of WG. Also, it should be significantly easier to `connect UWG to KRoC.
Why UWG ? Its now the case that there are many `widget libraries for programmers to choose from. The traditional X11 widget libraries (X Toolkit Intrinsics), GTK, QT, Motif, wxWindows, TK, etc.. GTK and QT are probably the most common for an average users desktop system -- as the graphics libraries of Gnome and KDE respectively. C++, used by WG, provides a largely type-safe environment for gadget programming -- i.e. the structure/nature of gadgets fit neatly into the C++ type (class) heirarchy.
However, C++ ultimately suffers from the same problems as some other `object-orientated languages -- namely leaky encapsulation. When writing WG, some of the limitations (maybe features) of C++ caused significant problems, particularly in the function-pointer department. Object-orientation is a fine model for data, but it does not work well when `bolted-on to sequential languages -- C++ and Java in particular.
Forcing a sequential flow-of-control through something that we tried to break into objects only leads to problems. E.g. when executing inside the method of one object, is it safe to delete another object ? -- well, only if that other object wasnt involved (and still is involved) in the flow-of-control. And this you cannot easily tell. Furthermore, in many cases, `delete may be substituted for any object interaction (method-call).
Also, a lot of modern GUI toolkits seem unnecessarily bloated. C++ (and other `frilly languages) can be blamed for some of this, but not all of it. WG isnt bloated yet, but its not far off. UWG is therefore an attempt at a lightweight (size and speed) gadget toolkit for X11, programmed in C.
<<lessMicro WG is a C `version of WG. In general, UWG is somewhat more light-weight than WG. Firstly because its written in C and not C++. Secondly because it does not yet provide all the features of WG. Also, it should be significantly easier to `connect UWG to KRoC.
Why UWG ? Its now the case that there are many `widget libraries for programmers to choose from. The traditional X11 widget libraries (X Toolkit Intrinsics), GTK, QT, Motif, wxWindows, TK, etc.. GTK and QT are probably the most common for an average users desktop system -- as the graphics libraries of Gnome and KDE respectively. C++, used by WG, provides a largely type-safe environment for gadget programming -- i.e. the structure/nature of gadgets fit neatly into the C++ type (class) heirarchy.
However, C++ ultimately suffers from the same problems as some other `object-orientated languages -- namely leaky encapsulation. When writing WG, some of the limitations (maybe features) of C++ caused significant problems, particularly in the function-pointer department. Object-orientation is a fine model for data, but it does not work well when `bolted-on to sequential languages -- C++ and Java in particular.
Forcing a sequential flow-of-control through something that we tried to break into objects only leads to problems. E.g. when executing inside the method of one object, is it safe to delete another object ? -- well, only if that other object wasnt involved (and still is involved) in the flow-of-control. And this you cannot easily tell. Furthermore, in many cases, `delete may be substituted for any object interaction (method-call).
Also, a lot of modern GUI toolkits seem unnecessarily bloated. C++ (and other `frilly languages) can be blamed for some of this, but not all of it. WG isnt bloated yet, but its not far off. UWG is therefore an attempt at a lightweight (size and speed) gadget toolkit for X11, programmed in C.
Download (0.30MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1055 downloads
ngrease 0.2.0
ngrease project is a simple metalanguage for defining new concepts easily on any level. more>>
ngrease project is a simple metalanguage for defining new concepts easily on any level.
It can define analysis, requirements, design and implementation (in any programming language), and transformations to produce lower level concepts (working software) from higher level concepts.
<<lessIt can define analysis, requirements, design and implementation (in any programming language), and transformations to produce lower level concepts (working software) from higher level concepts.
Download (MB)
Added: 2007-06-13 License: LGPL (GNU Lesser General Public License) Price:
863 downloads
Landell 0.2.0
Landell project is a Voip GUI write in C#, based in Tapioca-Voip framework, compatible with Gtalk. more>>
Landell project is a Voip GUI write in C#, based in Tapioca-Voip framework, compatible with Gtalk.
Main features:
- Voip connections;
- Multiples accounts login;
- Buddy group support;
- Plugins support;
- Style chat compatible with Adium;
- Notification icon;
- Banshee interaction for show on user status the current playing song;
- Autoaway message and time configuration;
- Buddy Avatar support;
<<lessMain features:
- Voip connections;
- Multiples accounts login;
- Buddy group support;
- Plugins support;
- Style chat compatible with Adium;
- Notification icon;
- Banshee interaction for show on user status the current playing song;
- Autoaway message and time configuration;
- Buddy Avatar support;
Download (0.70MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
1162 downloads
mod_gnutls 0.2.0
mod_gnutls uses the GnuTLS library to provide SSL v3, TLS 1.0 and TLS 1.1 encryption for Apache HTTPD. more>>
mod_gnutls uses the GnuTLS library to provide SSL v3, TLS 1.0 and TLS 1.1 encryption for Apache HTTPD. mod_gnutls is similar to mod_ssl in purpose, but does not use OpenSSL.
Security Warning:
Warning: mod_gnutls is a very new module. If you truely care about making your server secure, do not use this module yet. With time and love, this module can be a viable alternative to mod_ssl, but it is not ready.
Main features:
- Support for SSLv3, TLS 1.0 and TLS 1.1.
- Support for Server Name Indication
- Distributed SSL Session Cache via Memcached
- Local SSL Session Cache using DBM
- Small and focused code base:
Lines of code in mod_gnutls: 1,886
Lines of code in mod_ssl: 15,324
<<lessSecurity Warning:
Warning: mod_gnutls is a very new module. If you truely care about making your server secure, do not use this module yet. With time and love, this module can be a viable alternative to mod_ssl, but it is not ready.
Main features:
- Support for SSLv3, TLS 1.0 and TLS 1.1.
- Support for Server Name Indication
- Distributed SSL Session Cache via Memcached
- Local SSL Session Cache using DBM
- Small and focused code base:
Lines of code in mod_gnutls: 1,886
Lines of code in mod_ssl: 15,324
Download (0.16MB)
Added: 2006-05-15 License: The Apache License 2.0 Price:
1260 downloads
MingMods 0.2.0
The MingMods are modules for The Ming Server that connect your digital properties to your PayPal account. more>>
The MingMods are modules for The Ming Server that connect your digital properties to your PayPal account.
Easy modules rely on the seller to email the purchase to the buyer based on the PayPal receipts return address.
Direct modules load the purchase into the buyers browse.
<<lessEasy modules rely on the seller to email the purchase to the buyer based on the PayPal receipts return address.
Direct modules load the purchase into the buyers browse.
Download (0.014MB)
Added: 2005-10-05 License: GPL (GNU General Public License) Price:
1479 downloads
GFlashCards 0.2.0
GFlashCards is a flashcards based learning tool. more>>
GFlashCards is a Mono app that lets you make lists of questions to ask yourself. Its very much a work in progress. I find it useful and you might too, but its probably got bugs and it could use a lot more features and polishing.
Its known to run on the Debian Unstable with Mono and Gnome# 1.0.4. It should probably run with any version of Mono after 1.0 on any platform that supports Gnome#, but it hasnt been tested anywhere except on my system yet.
<<lessIts known to run on the Debian Unstable with Mono and Gnome# 1.0.4. It should probably run with any version of Mono after 1.0 on any platform that supports Gnome#, but it hasnt been tested anywhere except on my system yet.
Download (0.33MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1550 downloads
Azureus 3.0.2.0
Azureus provides a bittorrent protocol implementation using java language. more>>
Azureus offers multiple torrent downloads, queuing/priority systems (on torrents and files), start/stop seeding options and instant access to numerous pieces of information about your torrents.
Azureus has now features like an embedded tracker, that is easily to set up and ready to use.
<<lessAzureus has now features like an embedded tracker, that is easily to set up and ready to use.
Download (9.4MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
578 downloads
e2fsimage 0.2.0
e2fsimage is a tool for creating and populating an ext2 filesystem image as an ordinary user. more>>
e2fsimage allows you to create ext2 filesystem images, mostly used on Linux systems, by copying an entire directory structure into an ext2 formatted image without needing root permissions.
Without this tool you need to loopback-mount an existing filesystem image and copy all files there as root.
This application is usually used by people creating rescue disks, initrds, bootable floppys or CDs or the more. Especially on build hosts where they do not have root permissions and the ptrace() bug is already fixed.
Enhancements:
- support for user ids in .UIDGID file and usernames resolved by passwd file
- free uiddb structure after use
- manpage updated
<<lessWithout this tool you need to loopback-mount an existing filesystem image and copy all files there as root.
This application is usually used by people creating rescue disks, initrds, bootable floppys or CDs or the more. Especially on build hosts where they do not have root permissions and the ptrace() bug is already fixed.
Enhancements:
- support for user ids in .UIDGID file and usernames resolved by passwd file
- free uiddb structure after use
- manpage updated
Download (0.015MB)
Added: 2005-04-08 License: BSD License Price:
1660 downloads
Gmail Tray 0.2.0
Gmail Tray is a very simple Gmail notificaiton applet for the desktop system tray. more>>
Gmail Tray is a very simple Gmail notificaiton applet for the desktop system tray.
Why?
Because I needed one that will support "Gmail In Your Domain". And it took me less that 2 hours to get the first version working.
<<lessWhy?
Because I needed one that will support "Gmail In Your Domain". And it took me less that 2 hours to get the first version working.
Download (MB)
Added: 2006-09-06 License: BSD License Price:
1160 downloads
QSynaptics 0.2.0
QSynaptics is a Qt-based configuration utility for the Synaptics touch pad driver. more>>
QSynaptics aims to help desktop users to configure their synaptics touch pad thats commonly used in laptops.
The program uses Qt 3.2, is easy to manage and performs the basic configuration steps to use your pad more efficiently. The program is based on the X11 synaptics touch pad driver.
Main features:
- pressure sensitivity: adjust how strong you have to press your pad to create events
- tapping: adjustable tapping delay and disengageable tapping
- smart tapping: switches off mouse pad for an certain delay after an keyboard event has occured
- mouse button emulation: mapping of multifinger taps to certain mouse button
- circular scrolling: enable or disable circular scrolling and adjusting the speed, configuring sensitive edges/corners
<<lessThe program uses Qt 3.2, is easy to manage and performs the basic configuration steps to use your pad more efficiently. The program is based on the X11 synaptics touch pad driver.
Main features:
- pressure sensitivity: adjust how strong you have to press your pad to create events
- tapping: adjustable tapping delay and disengageable tapping
- smart tapping: switches off mouse pad for an certain delay after an keyboard event has occured
- mouse button emulation: mapping of multifinger taps to certain mouse button
- circular scrolling: enable or disable circular scrolling and adjusting the speed, configuring sensitive edges/corners
Download (0.10MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1661 downloads
togg 0.2.0
togg is the simple Ogg Vorbis tag editor youve been looking for all these years. more>>
togg project is the simple Ogg Vorbis tag editor youve been looking for all these years. Its syntax is strongly modelled after id3, the command-line ID3 tag editor, in order to allow for easy mass-tagging of your audio files.
In order to work, it requires the vorbiscomment program from vorbis-tools (see http://www.xiph.org/downloads/) to be installed.
For syntax and usage information, please see the man page togg(1).
Enhancements:
- This release fixes a serious bug that would cause havoc when tagging multiple files.
<<lessIn order to work, it requires the vorbiscomment program from vorbis-tools (see http://www.xiph.org/downloads/) to be installed.
For syntax and usage information, please see the man page togg(1).
Enhancements:
- This release fixes a serious bug that would cause havoc when tagging multiple files.
Download (0.005MB)
Added: 2007-03-26 License: GPL (GNU General Public License) Price:
942 downloads
TCVP 0.2.0
TCVP is a video and music player and encoder/transcoder for Unix-like operating systems. more>>
TCVP is a video and music player and encoder/transcoder for Unix-like operating systems. It is primarily targeted at Linux, mainly because of lacking standards for audio and video output, and because the authors use Linux.
Adding support for other POSIX-compliant operating systems should be easy, provided that some means of displaying video and playing sound exists.
Main features:
- Pipelined design, allowing insertion of filters at any stage.
- Automatic selection of demuxers, decoders, and output drivers, based on user-defined order of preference.
- Buffering of decoded audio and video for smooth playback.
- Multi-threaded: multiple CPUs can be used if present.
- Multiple user interfaces. A flexible skin based X11 GUI is included, as well as a simple command line only interface.
- Playlist with shuffle and repeat.
- Highly configurable.
- No XML.
<<lessAdding support for other POSIX-compliant operating systems should be easy, provided that some means of displaying video and playing sound exists.
Main features:
- Pipelined design, allowing insertion of filters at any stage.
- Automatic selection of demuxers, decoders, and output drivers, based on user-defined order of preference.
- Buffering of decoded audio and video for smooth playback.
- Multi-threaded: multiple CPUs can be used if present.
- Multiple user interfaces. A flexible skin based X11 GUI is included, as well as a simple command line only interface.
- Playlist with shuffle and repeat.
- Highly configurable.
- No XML.
Download (0.50MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1571 downloads
aio-xmms 0.2.0
aio-xmms is an output plugin for XMMS which produces output for use with the libAIO library. more>>
aio-xmms is an output plugin for XMMS which produces output for use with the libAIO library.
<<less Download (0.18MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1297 downloads
Manifold 0.2.0
Manifold offers users a powerful and very useful Python module which can help you quickly and easily create Solaris SMF manifest XML files for your services by answering a few questions about how it needs to be configured. more>>
Manifold 0.2.0 offers users a powerful and very useful Python module which can help you quickly and easily create Solaris SMF manifest XML files for your services by answering a few questions about how it needs to be configured. It is an easy-to-use tool. Manifold requires the Genshi template package.
Requirements: Python
Added: 2009-03-24 License: MIT/X Consortium Lic... Price: FREE
1 downloads
libtsmux 0.2.0
libtsmux is a C library for muxing files into the MPEG Transport Stream container format. more>>
libtsmux is a C library for muxing files into the MPEG Transport Stream container format.
The project can be used to quickly add MPEG Transport Stream muxing capabilities to any application or framework. A GStreamer plugin using the library is available.
Enhancements:
- The muxer library was updated to conform to the latest version of Dirac in the MPEG-TS specification.
- Various minor bugs were fixed.
<<lessThe project can be used to quickly add MPEG Transport Stream muxing capabilities to any application or framework. A GStreamer plugin using the library is available.
Enhancements:
- The muxer library was updated to conform to the latest version of Dirac in the MPEG-TS specification.
- Various minor bugs were fixed.
Download (0.22MB)
Added: 2007-02-22 License: MIT/X Consortium License Price:
976 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 gadgets 0.2.0 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