Main > Free Download Search >

Free reliable steam mop carpet glide software for linux

reliable steam mop carpet glide

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 307
Reliable Response Notification 2.0

Reliable Response Notification 2.0


Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. more>>
Reliable Response Notification provides guaranteed delivery of critical messages to a wide range of devices. The project guarantees that every emergency will have one, and only one, person responding and taking charge of the recovery.
For integrated services, like some network monitors, help-desk packages, and security suites, Reliable Response Notification allows the user to update records via their mobile devices. It is available as either a standalone server or as a hosted service.
Enhancements:
- The product supports three types of groups: broadcast, escalation and on-call.
- Many devices are supported, including email, SMS, text-to-speech, Jabber, GTalk, SameTime IM, and alphanumeric pagers.
- Integrations for a number of packages are available.
- There is an easy system to add new integrations as needed.
<<less
Download (MB)
Added: 2007-05-31 License: Other/Proprietary License Price:
878 downloads
Ogrian Carpet 0.9

Ogrian Carpet 0.9


Ogrian Carpet is a 3D fantasy action/strategy game. more>>
Ogrian Carpet project is a 3D fantasy action/strategy game.
Ogrian Carpet is an outdoor first person shooter game with real time strategy elements, inspired by the game Magic Carpet.
It uses Ogre3D as the renderer and allows you to fly around an island casting spells, summoning monsters, collecting mana, and building castles.
The object of the game is to build a castle, collect mana, and destroy your enemies. To build a castle, select a location, look at the ground, and cast the build spell. Note, you cannot build castles very close to water or other castles.
Your castle starts out small, with only one turret. As more mana is added to your castle, it will gain more turrets. Each turret adds another crane to your castles defense and another spell to your arsenal.
Basically, the game consists of fighting for control of mana. Whenever you encounter another wizard, shoot them with fireballs. If you hit them enough, they will "die" and be sent back to their castle. You are then free to claim all the mana in the area for yourself.
Once all the mana has been claimed, attack your enemys castle to get mana out of it so you can claim it for yourself. Once you enemys castle is out of mana, you can eliminate it by killing its heart. When all of your opponents have been banished, youve won.
Enhancements:
- AI bot player for skirmish
- things can now be loaded from an image, rather then randomly
- option for old randomized maps
- trees can now always bee seen
- made castle mana drops aggregate more
- loosened the restrictions on summoning
- made the config menu better
- added victory conditions to skirmish: kill all enemy towers/castles
- made ticks and gnomes stay in the formation you put them in
- made monsters and towers drop less then their cost when they have no wizard
- made mana float higher
- made towers cheaper (50)
- made sentinels drop much less (3)
- changed speed behavior on lava maps
- added victory music
- new music
<<less
Download (20.0MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1049 downloads
steam K Beta 1

steam K Beta 1


steam K is a KDE style created by using domino & dekorator. more>>
steam K is a KDE style created by using domino & dekorator.

Needed:

Dekorator: http://www.kde-look.org/content/show.php?content=31447
Domino: http://www.kde-look.org/content/show.php?content=42804

In this package is included the .rc for domino and the color scheme.

<<less
Download (0.006MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
929 downloads
Red Carpet 2.4.9

Red Carpet 2.4.9


Red Carpet is a software management tool for RPM-based Linux distros. more>>
Red Carpet is a software management tool for RPM-based Linux distros.

Red Carpet is a suite of applications that allows easy installation and update of software on Linux systems. Red Carpet project features both command-line and graphical GNOME interfaces.

These days Red Carpet is part of the Novell ZenWorks solution.
<<less
Download (1.9MB)
Added: 2006-07-09 License: GPL (GNU General Public License) Price:
1205 downloads
freesteam 0.7.2

freesteam 0.7.2


freesteam is an open source implementation of international-standard steam tables. more>>
freesteam is an open source implementation of international-standard steam tables from the International Association for the Properties of Water and Steam (IAPWS).

freesteam lets you compute water and steam properties for a wide range of pressures and temperatures: you can specify the state of the steam in terms of a variety of combinations of known properties, then freesteam will solve and allow you to query to find the values of the unknown properties.

IAPWS-IF97 Industrial formulation (high speed, but complex code)
IAPWS-95 Scientific formulation (low speed, but simple code)

A plug-in to allow freesteam to be used from the EMSO simulation package has been developed; stay tuned for more of these plug-ins.

If you find freesteam useful, or you have some comments, or you think you might be able to help with its development, please contact us.

<<less
Download (0.24MB)
Added: 2007-08-19 License: GPL (GNU General Public License) Price:
803 downloads
Datastream Pro 0.9.0.9

Datastream Pro 0.9.0.9


Datastream Pro is a database browser and SQL client for JDBC databases. more>>
Datastream Pro is a database browser and SQL client for JDBC databases.
It is intuitive and easy to use.
Datastream Pro is avaliable on both Linux and Windows
Main features:
- Browse and edit the data in your database.
- Run and edit SQL scripts in a user friendly environment.
- Use the query editor to edit your SQL queries.
- Simultaneously connect to multiple databases
- Supports almost any JDBC compliant database (tested on Oracle, MySQL, postgreSQL and HSQLDb)
- Easy to use connection wizard.
- Secure, personalised settings for connections and preferences
- Built in text editor
- Reliable and stable
<<less
Download (5.5MB)
Added: 2005-10-29 License: The Apache License 2.0 Price:
1470 downloads
NullableTypes 1.2

NullableTypes 1.2


NullableTypes for .NET are a very reliable and efficient version of built-in value-types that can be Null. more>>
NullableTypes for .NET are a very reliable and efficient version of built-in value-types that can be Null. NullableTypes pass more than 800 differents test cases and have close-to-optimal efficiency as built-in value-types. They may be used every time you need to store a Null value in a .NET built-in value-type.

Types implemented by NullableTypes are: NullableBoolean, NullableByte, NullableInt16, NullableInt32, NullableInt64, NullableSingle, NullableDouble, NullableDecimal, NullableString and NullableDateTime.

Helper functions provide seamless integration with Windows and ASP.NET user controls and with ADO.NET.

NullableTypes will let you write code like this:

public sealed class Order{
public int OrderID {get {/*...*/}}
public int CustomerID {get {/*...*/}}
public NullableDateTime RequestedDeliveryDate {get {/*...*/}}
// remaining members elided for clarity
}

where RequestedDeliveryDate can be either NullableDateTime.Null or a valid DateTime value.

The property RequestedDeliveryDate.IsNull tests if the date is Null, and when it is not Null the property RequestedDeliveryDate.Value returns a valid DateTime value.
<<less
Download (0.76MB)
Added: 2006-09-06 License: MIT/X Consortium License Price:
1143 downloads
open sTeam 2.3

open sTeam 2.3


open sTeam project is an environment for cooperative knowledge management. more>>
open sTeam project is an environment for cooperative knowledge management.

sTeam provides a technical platform which allows groups of students, lecturers, and any other groups to construct and arrange their individual and cooperative learning and working space.

It consists of an object-oriented server connected to a database, and Web, Java, and other (FTP, SMTP, IRC, etc.) clients.

The server is event-driven and manages all user objects as well as the communication between the connected clients.

Features that were different from most other cooperation tools is the self-organisation and self-administration by the members within the virtual environment.

<<less
Download (MB)
Added: 2006-10-09 License: GPL (GNU General Public License) Price:
1112 downloads
Half-life Admin MOD 2.50.60

Half-life Admin MOD 2.50.60


Half-life Admin MOD is an administration plugin mod to Half-Life servers. more>>
Half-life Admin MOD project is an administration plugin mod to Half-Life servers.
Admin Mod is a Metamod plugin that allows you to administer your Half-Life server while playing the game from your client console. Multiple administrators with different permissions can be set up, each with their own password. You dont need to give your servers rcon password to all your administrators anymore.
It also supports scripts written in the Small programming language that add new features to the core program.
Main features:
- Works on dedicated and listen servers on the Internet and on a local area network.
- Set different access levels for each authorised administrator.
- Reserve server slots for administrators.
- Make the server a "private" server only accessible by registered users.
- Kick, ban or gag disruptive players.
- Change maps through direct commands or a vote
- Balance teams
- Restrict weapons
- Over 200 contributed scripts available to provide more features
Admin Mod is compatible with all Half-Life based games that are compatible with Metamod and runs on Windows and Linux/FreeBSD operating systems. It is currently used on over half of all Half-Life servers active on the Internet.
Enhancements:
- Added a 64bit Linux version for AMD64.
- Revised Windows installer install_admin.vbs to properly detect new Steam accounts and have a more consistent user interface.
- Added cvar_exists() scripting function to check if a cvar exists or not.
- Added get_timer() scripting function.
- Added valid_mapex() scripting function.
- Admin Mod is now unloadable at any time.
- Allow the use of the loopback IP 127.0.0.1 in the users.ini file.
- Added format directives l and h for snprintf() to specify long or short values.
Revised plugin_CS:
- Added possibility to delete previously saved map and server default restrictions.
- Added console/screenmessage when saving/deleting default restrictions.
- Added a submenu to the restrictionmenu "Restrictions defaults" wich can save, delete and apply the map and server default restrictions.
- Fixed a bug where admin_restrict listed the longer list of items/weapons instead of the shorter one.
- Improved version detection, using the new cvar_exists() function.
- Implemented team- and playerspecific restrictions.
<<less
Download (1.6MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
729 downloads
phpFaber TopSites 1.9.2

phpFaber TopSites 1.9.2


phpFaber TopSites is a feature-packed, reliable and secure Top List coded in PHP and mySQL. more>>
phpFaber TopSites project is a feature-packed, reliable and secure Top List coded in PHP and mySQL. phpFaber TopSites has proven its reliability time and time again under the most active server environments.
Our feature list is large, including all elements you need to easily maintain your list, and even make money of it.
phpFaber TopSites can be integrated with all your favourite applications to save you the hassle of running two separate user systems.
phpFaber TopSites includes what you expect from a Top List and much much more. It is fully customizable and doesnt require any programming skills! You can create your topsite just in 3 clicks!
Enhancements:
- Code improvements.
<<less
Download (0.36MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1261 downloads
Orion Secure Message Gateway 3.0.100

Orion Secure Message Gateway 3.0.100


Orion Secure Message Gateway is a secure message gateway for transporting ebXML, SOAP, and custom message formats. more>>
Orion Secure Message Gateway (OrionSMG) is a secure message gateway for transporting ebXML, SOAP, and custom message formats. It complies with the OASIS ebXML 2.0 specification, and can act in both intermediary and processing MHS roles to provide end-to-end reliable messaging.
Orion Secure Message Gateway software runs natively on Linux, OS X, and Windows with ODBC/PostgreSQL database support.
Enhancements:
- OrionSvnInfo.h now in correct directory.
- Old documentation temporarily added.
- Minimal README.txt file added.
<<less
Download (2.7MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
959 downloads
guile spread 1.0.2

guile spread 1.0.2


guile spread is a guile module that conveniently wraps the Spread C libraries provided with the Spread 3.15.2 distribution. more>>
guile spread is a guile module that conveniently wraps the Spread C libraries provided with the Spread 3.15.2 distribution. Spread is available at http://www.spread.org/.

Spread is a local/wide area group communication toolkit that runs on most modern operating systems.

guile spread allows convenient mechanisms for reliable multicasting information between applications as well as providing many more complicate assurances.
<<less
Download (0.32MB)
Added: 2006-10-11 License: LGPL (GNU Lesser General Public License) Price:
1108 downloads
Class::MOP 0.35

Class::MOP 0.35


Class::MOP is a Meta Object Protocol for Perl 5. more>>
Class::MOP is a Meta Object Protocol for Perl 5.

SYNOPSIS

# ... This will come later, for now see
# the other SYNOPSIS for more information

This module is an attempt to create a meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics of the Perl 5 object system, only to create a protocol for its manipulation and introspection.

That said, it does attempt to create the tools for building a rich set of extensions to the Perl 5 object system. Every attempt has been made for these tools to keep to the spirit of the Perl 5 object system that we all know and love.

This documentation is admittedly sparse on details, as time permits I will try to improve them. For now, I suggest looking at the items listed in the "SEE ALSO" section for more information. In particular the book "The Art of the Meta Object Protocol" was very influential in the development of this system.

What is a Meta Object Protocol?

A meta object protocol is an API to an object system.

To be more specific, it is a set of abstractions of the components of an object system (typically things like; classes, object, methods, object attributes, etc.). These abstractions can then be used to both inspect and manipulate the object system which they describe.

It can be said that there are two MOPs for any object system; the implicit MOP, and the explicit MOP. The implicit MOP handles things like method dispatch or inheritance, which happen automatically as part of how the object system works. The explicit MOP typically handles the introspection/reflection features of the object system. All object systems have implicit MOPs, without one, they would not work. Explict MOPs however as less common, and depending on the language can vary from restrictive (Reflection in Java or C#) to wide open (CLOS is a perfect example).

<<less
Download (0.072MB)
Added: 2006-10-20 License: Perl Artistic License Price:
1099 downloads
SiteForge 1.0.5

SiteForge 1.0.5


SiteForge provides a project management application for distributed collaborative development. more>>
SiteForge provides a project management application for distributed collaborative development.
SiteForge brings together the various aspects of a software project into one place, including source code access (CVS), bug/issue tracking, project members, discussion forums, documentation, product release downloads, and news announcements.
SiteForge is similar to the the software that runs SourceForge.net, GForge, Savane, GBorg, and Trac. It attempts to be easier to install, reliable, secure, and well-supported.
Enhancements:
- Many issues with the project bug tracker were fixed, including RSS feeds, linking to documentation, and missing parameters in the bug previous/next links.
- The security of downloads and the accuracy of download stats were improved.
- Double-joining projects is now prevented.
<<less
Download (0.092MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
960 downloads
Webswell Connect 2.1.0

Webswell Connect 2.1.0


Webswell Connect is an e-business integration framework based on the ebXML standard. more>>
Webswell Connect is an e-business integration framework based on the ebXML standard. Webswell Connect allows easy, interactive and user-friendly installation.
It consists of an ebXML registry/repository server and client, a messaging system for secure and reliable messaging and user interface similar to popular email clients for sending/handling ebXML messages.
It supports HTTP, HTTPS, and email communication while keeping it safe and reliable by implementing digital signatures, encryption, acknowledgment mechanisms, duplication elimination, etc.
Enhancements:
- This version can be used as an SOA, ebxml, and AS2 integration tool.
- It includes HSQLDB as a default database system.
- It includes an interactive installer with supporting software.
- It includes Webswell Dispatcher 1.1.22, with improved handling of AS2 and ebxml Registry Repository messages.
- It is able to load Ebxml collaboration profiles agreements with hundreds of partnerships.
<<less
Download (153.9MB)
Added: 2007-08-16 License: Academic Free License (AFL) Price:
799 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5