glass kdm
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 81
Glass KDM for PCLinuxOS
Glass KDM for PCLinuxOS is a new KDM theme for PCLinuxOS featuring a clear glass login frame. more>>
Glass KDM for PCLinuxOS is a new KDM theme for PCLinuxOS featuring a clear glass login frame.
<<less Download (MB)
Added: 2007-03-16 License: GPL (GNU General Public License) Price:
962 downloads
glass xmms
glass xmms is an xmms control SuperKaramba theme. more>>
glass xmms is an xmms control SuperKaramba theme.
Functions:
- Play
- FFW
- REW
- Stop
- Pauze
- Eject
<<lessFunctions:
- Play
- FFW
- REW
- Stop
- Pauze
- Eject
Download (0.37MB)
Added: 2006-07-04 License: Artistic License Price:
1209 downloads
Dawn KDM
Dawn KDM is a KDM theme based on my photo of the sunrise on the Great Ocean Road. more>>
Dawn KDM is a KDM theme based on my photo of the sunrise on the Great Ocean Road. - http://www.kde-look.org/content/show.php/Sunrise+-+Great+Ocean+Road?content=54727
If anyone can tell me how to take a snapshot of the KDM, please do so. Ive tried Xnest, but havent been able to get the actual login screen to show.
This is my first KDM, so I hope it works!
<<lessIf anyone can tell me how to take a snapshot of the KDM, please do so. Ive tried Xnest, but havent been able to get the actual login screen to show.
This is my first KDM, so I hope it works!
Download (0.40MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
937 downloads
libGlass 0.7.1
libGlass is a scalable set of components that can be used by applications to perform distributed computing. more>>
libGlass is a library for distributed computing that makes its programming easy.
The Glass framework is a scalable set of components that can be used by applications to perform distributed computing. Applications are built reusing the available components as needed.
One of the major goals of libGlass is to be a user-friendly framework, not only suitable for new applications, but also for legacy code.
This is an important feature, as most available solutions for distributed computing require a substantial amount of rewrite of legacy code; some of them require a complete change of the application design.
libGlass was designed to achieve the following goals:
- User transparency: the library must be as transparent as possible. Any tasks that are repetitive or that can be done automatically should be done by the library, without user intervention.
The API (Application Programmers Interface) should be simple and intuitive, with a smooth learning curve and provide high level primitives that can be easily used to solve any problems. Legacy code should be easy to port.
- Extensibility: the library must be easily extensible, requiring no recompilation or any other modification to support new features; they must work as plug-ins.
- Performance and efficiency: since the library is for distributed computing, it has to be efficient, consuming as little processing time as possible.
- Network protocol independence: an abstraction layer makes it possible to change the underlying network protocols easily. The application can use the network protocol most efficient for its needs.
- Portability and interoperability: heterogeneous clusters and grid computing being every day more common, the library must be not only portable, but allow different architectures to interoperate seamlessly, something that is not true for most implementations of distributed computing solutions.
- Scalability: there is no use for a distributed solution that does not scale well. Glass has to work well in all sorts of environments, from small clusters to huge grids, and be able to adapt itself to achieve best results.
- Reconfigurable network architecture: most existing solutions are based on a fixed network architecture, usually Master/Slave or Client/Server.
Given the requirements of scalability and performance, and the fact that peer-to-peer applications are everyday more common, its unreasonable to fix the network architecture: the developer should be free to define how nodes will connect with each other.
- Reliability and fault tolerance: distributed computing often requires reliability. Its not acceptable that the misbehavior or crash of a single node crashes the entire computation.
As clusters grow in size and grid computing becomes more common, the MTBF (Mean Time Between Failures) shrinks to a point that it cannot be ignored.
libGlass must be able to handle node crashes gracefully, keeping the application running and avoiding deadlocks and other problems that could arise from the node crash. Nodes should be allowed to join or leave at anytime.
- Thread support: the library must be completely thread-safe.
With clusters of symmetric multiprocessors (SMP) computers becoming more common and new technologies such as HyperThreadingTM, its unacceptable for a distributed computing framework to have thread issues.
Main features:
Plugins:
- Synchronous shared memory
- Distributed asynchronous events
- Synchronization barriers
- Remote aliases
Protocols:
- TCP/IP
- UDP/IP (unfinished)
Architectures:
- Client/Server
- Pure peer to peer (planned)
- Hierarchical (planned)
- Anonymous peer to peer (planned)
Bindings for:
- Java (mostly finished)
Enhancements:
- Fixed packaging problems that could abort compilation
<<lessThe Glass framework is a scalable set of components that can be used by applications to perform distributed computing. Applications are built reusing the available components as needed.
One of the major goals of libGlass is to be a user-friendly framework, not only suitable for new applications, but also for legacy code.
This is an important feature, as most available solutions for distributed computing require a substantial amount of rewrite of legacy code; some of them require a complete change of the application design.
libGlass was designed to achieve the following goals:
- User transparency: the library must be as transparent as possible. Any tasks that are repetitive or that can be done automatically should be done by the library, without user intervention.
The API (Application Programmers Interface) should be simple and intuitive, with a smooth learning curve and provide high level primitives that can be easily used to solve any problems. Legacy code should be easy to port.
- Extensibility: the library must be easily extensible, requiring no recompilation or any other modification to support new features; they must work as plug-ins.
- Performance and efficiency: since the library is for distributed computing, it has to be efficient, consuming as little processing time as possible.
- Network protocol independence: an abstraction layer makes it possible to change the underlying network protocols easily. The application can use the network protocol most efficient for its needs.
- Portability and interoperability: heterogeneous clusters and grid computing being every day more common, the library must be not only portable, but allow different architectures to interoperate seamlessly, something that is not true for most implementations of distributed computing solutions.
- Scalability: there is no use for a distributed solution that does not scale well. Glass has to work well in all sorts of environments, from small clusters to huge grids, and be able to adapt itself to achieve best results.
- Reconfigurable network architecture: most existing solutions are based on a fixed network architecture, usually Master/Slave or Client/Server.
Given the requirements of scalability and performance, and the fact that peer-to-peer applications are everyday more common, its unreasonable to fix the network architecture: the developer should be free to define how nodes will connect with each other.
- Reliability and fault tolerance: distributed computing often requires reliability. Its not acceptable that the misbehavior or crash of a single node crashes the entire computation.
As clusters grow in size and grid computing becomes more common, the MTBF (Mean Time Between Failures) shrinks to a point that it cannot be ignored.
libGlass must be able to handle node crashes gracefully, keeping the application running and avoiding deadlocks and other problems that could arise from the node crash. Nodes should be allowed to join or leave at anytime.
- Thread support: the library must be completely thread-safe.
With clusters of symmetric multiprocessors (SMP) computers becoming more common and new technologies such as HyperThreadingTM, its unacceptable for a distributed computing framework to have thread issues.
Main features:
Plugins:
- Synchronous shared memory
- Distributed asynchronous events
- Synchronization barriers
- Remote aliases
Protocols:
- TCP/IP
- UDP/IP (unfinished)
Architectures:
- Client/Server
- Pure peer to peer (planned)
- Hierarchical (planned)
- Anonymous peer to peer (planned)
Bindings for:
- Java (mostly finished)
Enhancements:
- Fixed packaging problems that could abort compilation
Download (0.36MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1482 downloads
Aurora-Glass 0.1
Aurora-Glass 0.1 provides you with another nice Aurora-based theme for GNOME users. more>>
Aurora-Glass 0.1 provides you with another nice Aurora-based theme for GNOME users. It is actually a GTK theme that requires the Aurora engine and the patched pixbuf engine.
GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal covers creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.
GNOME is part of the GNU Project and can be used with various Unix-like operating systems, most notably Linux, and as part of Java Desktop System in Solaris.
Enhancements:
- Added transparent glass scrollbars
Requirements:
- Aurora Gtk Engine
- Patched pixbuf engine
Added: 2008-11-17 License: GPL Price: FREE
1 downloads
Glass Icons Theme 0.2
Glass Icons Theme provides a full transparent set of icons. more>>
Glass Icons Theme provides a full transparent set of icons.
Full Transparent SVG Icons, are in beta-test.
This is the first public release.
<<lessFull Transparent SVG Icons, are in beta-test.
This is the first public release.
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
598 downloads
Looking Glass 1.0
Looking Glass is a project that allows creating an innovative 3D desktop environment for Linux. more>>
Looking Glass is a project that allows creating an innovative 3D desktop environment for Linux. It is sponsored by Sun Microsystems.
Looking Glass is programmed in the Java language using the Java 3D system to remain platform independent. Despite the use of graphics acceleration features, the desktop explores the use of 3D windowing capabilities for both existing application programs and ones specifically designed for Looking Glass.
The project is still in early development. The prototype is now working on Suns Java Desktop System.[citation needed]
One of its most notable features is the creation of reversible windows. This capability can be used for features like allowing the user to write notes and comments on the windows backs, or displaying application dialogs without risking them being detached from the application they relate to.
All windows start by looking like a normal 2D or 2.5D window, but can be manipulated as thin slate-like 3D objects which can be set at any angle or turned completely around by the user.
Other features include provision of a panning virtual desktop, icons that reflect the live status of the window they represent and zooming of a window when it receives focus.
<<lessLooking Glass is programmed in the Java language using the Java 3D system to remain platform independent. Despite the use of graphics acceleration features, the desktop explores the use of 3D windowing capabilities for both existing application programs and ones specifically designed for Looking Glass.
The project is still in early development. The prototype is now working on Suns Java Desktop System.[citation needed]
One of its most notable features is the creation of reversible windows. This capability can be used for features like allowing the user to write notes and comments on the windows backs, or displaying application dialogs without risking them being detached from the application they relate to.
All windows start by looking like a normal 2D or 2.5D window, but can be manipulated as thin slate-like 3D objects which can be set at any angle or turned completely around by the user.
Other features include provision of a panning virtual desktop, icons that reflect the live status of the window they represent and zooming of a window when it receives focus.
Download (144.0MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
615 downloads
Glossy-Glass 0.5.1
Glossy-Glass provides an icon theme inspired by glass itself. more>>
Glossy-Glass provides an icon theme inspired by glass itself.
I have got the exact look that I wanted for this icon set, each icon has been payed special attention to its look.
If I was not happy with a icon then it was redesigned until I was perfectly happy, and this will containue. All going well I will release this icon set on Monday.
Enhancements:
- Added icons for gnome menu cataguries
- Added lots of mimetypes, over 40.
- Added extras directory for some alternative folder colours and some cool misc icons.
- Added emblems
- Added gtk icons
<<lessI have got the exact look that I wanted for this icon set, each icon has been payed special attention to its look.
If I was not happy with a icon then it was redesigned until I was perfectly happy, and this will containue. All going well I will release this icon set on Monday.
Enhancements:
- Added icons for gnome menu cataguries
- Added lots of mimetypes, over 40.
- Added extras directory for some alternative folder colours and some cool misc icons.
- Added emblems
- Added gtk icons
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
587 downloads
X-Files KDM Theme 0.1
X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background. more>>
X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background.
<<less Download (MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
961 downloads
Domino blue glass 0.8
Domino blue glass is a glass-like darkblue scheme for the Domino KDE-style. more>>
Domino blue glass is a glass-like darkblue scheme for the Domino KDE-style.
Its my first style Ive made, so I hope you like it.
<<lessIts my first style Ive made, so I hope you like it.
Download (MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
926 downloads
Dark Glass Icons 2.72
Dark Glass Icons is a KDE theme based on OS-K icons. more>>
Dark Glass Icons 2.72 is yet another great addition for everyone's computer. It is actually a KDE theme based on OS-K icons. Part of this set is a derivative of OS-K set, part is of the developers 3d stuff. The theme package is 126MB large. The png source file is 5MB.
Instructions:
- Installation - full pack
-
- Download the archive, uncompress and copy to /usr/share/icons
- then choose Dark-Glass icons from the KDE control center.
- Installation - script version
-
- Download the zip file
- Extract the zip file
- cd into the Dark-Glass-scripted folder
- Open a terminal there
- Run ./buildset
- Install the icon theme in KDE Control Panel
Enhancements:
- Some correction on open folder
- Folder locked, favorites.
- Added aMule icon and other actions.
- Changed Firefox, Opera, Konqueror icons and some color retouch in apps icons.
Added: 2009-02-25 License: GPL Price: FREE
15 downloads
daemonic-smegma kdm 0.1
daemonic-smegma kdm is a nice KDM theme featuring a background image by Craig Mullins. more>>
daemonic-smegma kdm is a nice KDM theme featuring a background image by Craig Mullins.
daemonic-smegma kdm is my first attempt at making a kdm theme and I just followed someone elses example so there may be some things it needs/doesnt need. It looks good at 1400x1050 but i havent tested it at other resolutions.
For best results, set your desktop and kdm wallpaper to this themes background image and use the Daemons Inside glossy splash screen.
<<lessdaemonic-smegma kdm is my first attempt at making a kdm theme and I just followed someone elses example so there may be some things it needs/doesnt need. It looks good at 1400x1050 but i havent tested it at other resolutions.
For best results, set your desktop and kdm wallpaper to this themes background image and use the Daemons Inside glossy splash screen.
Download (MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
962 downloads
PCLinuxOS Blue Haze KDM
PCLinuxOS Blue Haze KDM is a KDM theme for the Blue Haze wallpaper. more>>
PCLinuxOS Blue Haze KDM is a KDM theme for the Blue Haze wallpaper.
<<less Download (MB)
Added: 2007-03-08 License: Artistic License Price:
972 downloads
Airbus A340 Glass Cockpit 0.3-1
Airbus A340 Glass Cockpit project is an Airbus A340 glass cockpit based on libGC. more>>
Airbus A340 Glass Cockpit project is an Airbus A340 glass cockpit based on libGC.
The Airbus A340 Glass Cockpit project is an intiative of the IRADIS foundation. It uses the glass cockpit library libGC developed for this project, which provides an open interface to the rest of the flight simulator and contains a framework designed for easy development of a glass cockpit.
<<lessThe Airbus A340 Glass Cockpit project is an intiative of the IRADIS foundation. It uses the glass cockpit library libGC developed for this project, which provides an open interface to the rest of the flight simulator and contains a framework designed for easy development of a glass cockpit.
Download (0.10MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1059 downloads
KdmLinux
KdmLinux is a new KDM theme that uses together LinuxSplash and some beautiful wallpapers. more>>
KdmLinux is a new KDM theme that uses together LinuxSplash on:http://www.kde-look.org/content/show.php/LinuxSplash?content=55346 and the wallapers on:http://www.kde-look.org/content/show.php/LinuxDesktop?content=53794
<<less Download (0.25MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
935 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 glass kdm 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