Main > Free Download Search >

Free hot software for linux

hot

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 91
Hotstuff 0.9.2

Hotstuff 0.9.2


Hotstuff is a set of Perl scripts to automatically handle repositories for the creative data sharing functionality. more>>
Hotstuff is a set of Perl scripts to automatically handle repositories for the "Get Hot New Stuff" creative data sharing functionality present in KDE and several applications.
It handles both the traditional format and the new GHNS format as developed by the corresponding freedesktop.org project, and requires an SQL database to work.
Hotstuff project also includes a (simple) Web frontend for database maintenance.
Installation:
1) Prepare the database
2) Setup scripts and configuration
3) Optional steps
Step 1: Prepare the database
- only PostgreSQL is supported right now
- create a user and a database
- use hoststuff.sql and hotstuffadmin.sql to initialise tables
Step 2: Setup scripts and configuration
- copy hotstuff-conf.dist to /etc/hotstuff.conf
- enter database access data and other values
- copy the script hotstuff-scan.pl to some bindir
- add crontab entry for hotstuff-scan.pl
Step 3: Optional steps
- auto-generated providers.xml/stuff.xml files (documentation?)
- web interface (documentation?)
- admin web interface (documentation?)
- webservice gate - SOAP uploads/downloads (documentation?)
- protocol gate - HTTP/FTP uploads/downloads (documentation?)
Enhancements:
- This release adds support for SVN-maintained GHNS repositories.
- Checkouts are scanned for data files and added to the database automatically.
- Support for digital signatures has been added and is now present in both the scanners and the feed producers.
- Robustness has been increased by enforcing Unicode, using standard Perl modules to parse dates for version comparisons, and by counting downloads in real-time instead of relying on Web server logs.
<<less
Download (0.060MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
946 downloads
Hot Potato Online 1.2.0

Hot Potato Online 1.2.0


Hot Potato Online is a fast paced arena sport game where players try to explode the opposition using a short-fused potato bomb. more>>
Hot Potato Online is a fast paced arena sport game where players try to explode the opposition using a short-fused potato bomb. Think dodgeball with a grenade!
The generated environment can be used to bounce, corner, and surprise foes.
Main features:
- Up to 4 players
- Team play
- 3 match types fully configurable
- Single player training "bot"
- 4 types of tiles (ground, solid, bounce, holes)
- Lobby and in-game "emotes"
- Last game and total results
- Potato deflection
- Overtime for first position
- Fullscreen / Window options
- In-game music and sounds
Enhancements:
- Players can join games in progress
- Button clicks can be cancelled
- Updated version system
- MSVCP71.DLL part of installation
- Fixed bug where we could not click buttons in the lobby
- Music can again be turned off (was broken since v. 1.1.0)
- Players will see a black screen while waiting for other players.
- Fixed number of "Killed-KilledBy" when playing in teams.
- Linux specific updates
- Statically linked freeglut and glpng
- Ability to change from fullscreen to window mode and vice versa,
- Fixed crash on clients when the server leaves the game,
- Cursor can be moved while loading the lobby.
<<less
Download (15.1MB)
Added: 2006-02-06 License: GPL (GNU General Public License) Price:
1356 downloads
Laptop-Hotswap 0.3.6

Laptop-Hotswap 0.3.6


Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. more>>
Laptop-Hotswap kernel module enables hot-swapping for disk drives with full DMA support under Linux. It requires kernel 2.6.15+ and ACPI.
I think it ought to work on just about any laptop, although Im not as familiar with ACPI as Id like to be. It works fine on my T22. There could be issues with laptops with two expansion bays -- I shut down the entire ide1 interface and fire it back up, and I do all my watching on the ACPI device for the IDE1/Master. So if you had a slave device, and you ejected the master, your slave will go bye-bye. Thinking about ways around that, but they dont export too much of the ide driver. I think itd be easy to handle, you just have to make sure youre not using either master or slave whenever you eject one of them.
At least on my laptop, dont go pulling things while your laptop is sleeping. Do it when its awake.
The floppy support should work, but my floppy drive isnt with me right now.
Theres one parameter -- auto_eject. If you set it to 1, the driver will automatically shut down and unregister the IDE interface upon getting a request for ejection (On my T22, I pull a little switch and a lever pops out -- the drive is still connected at that point, but it shows as a request for ejection). If your laptop doesnt have a mechanism for that:
echo -n "MSTR eject" > /proc/acpi/lths
Will shut down and software-eject the drive, and you can safely pull it and insert another.
See the scripts in config/ -- theyre made to work with acpid to handle the ejection and umounting and insertion. The mount/umount stuff only matters for a drive caddy, I suppose.
It shouldnt matter what you have in your laptop at boot. This module also fixes that annoying thing on my T22 where if I dont have a ultrabay battery in at boot, I cant ever see its status.
Enhancements:
- Support for the Fujitsu S7020 (and possibly other laptops using a PATA bay with an SATA main disk).
<<less
Download (0.014MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads

hot related searches

: ,
Hot Copy (hcp) for Linux 3.1.0

Hot Copy (hcp) for Linux 3.1.0


Snapshots of any Linux Block Device Hot Copy creates an instant point-in-time of any block device while the system is running without interrupting applications. Consistent Point-in-Time Snapshots Hot more>> <<less
Download (3074kb)
Added: 2009-04-10 License: Freeware Price:
197 downloads
Gtk2::Ex::MindMapView::ItemHotSpot 0.000001

Gtk2::Ex::MindMapView::ItemHotSpot 0.000001


Gtk2::Ex::MindMapView::ItemHotSpot is a Perl module to manage a hot spot on a view item. more>>
Gtk2::Ex::MindMapView::ItemHotSpot is a Perl module to manage a "hot spot" on a view item.

SYNOPSIS

use Gtk2::Ex::MindMapView::ItemHotSpot;

Four Gtk2::Ex::MindMapView::ItemHotSpots are created for each Gtk2::Ex::MindMapView::Item. The hotspots are areas on the mind map, that when clicked, cause an action to be performed on an item. These hotspots allow the user to expand/collapse the items in the mind map, or to resize an item.

INTERFACE

Properties

item (Gtk2::Ex::MindMapView::Item)

The item that this hotspot belongs to.

enabled

If true, the toggle is receiving events and may act on them. Otherwise it is not receiving events.

fill_color_gdk (Gtk2::Gdk::Color)

The color with which to fill the toggle.

outline_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot outline. Toggles normally have a visible outline, while grips usually have the outline set to the same color as the item fill color.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.

Methods

new (item=>$item)

Instantiates a hotspot. The following properties may be passed: item, enabled, fill_color_gdk, outline_color_gdk, hotspot_color_gdk.

hotspot_adjust_event_handler

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method sets the proper state of the toggle when a "hotspot_adjust" event occurs.

hotspot_get_image

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. Returns a circle (Gnome2::Canvas::Ellipse) image.

<<less
Download (0.049MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1005 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip 0.000001

Gtk2::Ex::MindMapView::HotSpot::Grip 0.000001


Gtk2::Ex::MindMapView::HotSpot::Grip is a Perl module to manage a grip type hot spot on a view item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip is a Perl module to manage a grip type "hot spot" on a view item.

SYNOPSIS

use base Gtk2::Ex::MindMapView::HotSpot::Grip;

The Gtk2::Ex::MindMapView::HotSpot::Grip defined grip type hotspots. This kind of hot spot is used to resize Gtk2::Ex::MindMapView::Items.

INTERFACE

Properties

x (double)

The x-coordinate of the mouse location when resizing an item.

y (double)

The y-coordinate of the mouse location when resizing an item.

x_prime (double)

The x-coordinate of the previous mouse location when resizing an item.

y_prime (double)

The y-coordinate of the previous mouse location when resizing an item.

Methods

new (item=>$item)

Instantiates a grip type hotspot.

hotspot_button_press

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method records the position of the cursor when the mouse is first pressed.

hotspot_button_release

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method signals that the mind map should be redrawn.

hotspot_motion_notify

Overrides method defined in Gtk2::Ex::MindMapView::HotSpot. This method actually resizes the Gtk2::Ex::MindMapView::Item.

<<less
Download (0.049MB)
Added: 2007-01-15 License: Perl Artistic License Price:
1012 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip::Round 0.000001

Gtk2::Ex::MindMapView::HotSpot::Grip::Round 0.000001


Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a Perl module to manage a round grip type hot spot on a view item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a Perl module to manage a round grip type "hot spot" on a view item.

SYNOPSIS

use Gtk2::Ex::MindMapView::HotSpot::Grip::Round;

The Gtk2::Ex::MindMapView::HotSpot::Grip::Round is a round grip that may be used to resize a Gtk2::Ex::MindMapView::Item.

INTERFACE

Properties

item (Gtk2::Ex::MindMapView::Item)

The item this grip is attached to.

enabled (boolean)

If enabled, this grip is ready for action.

side (string)

The side on which to attach the grip. May be left or right.

fill_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot.

outline_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.

Methods

new (item=>$item)

Instantiates a Gtk2::Ex::MindMapView::HotSpot::Grip::Round hotspot.

hotspot_adjust_event_handler

Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.

hotspot_get_image

Returns a circle (Gnome2::Canvas::Ellipse) as grip image.

<<less
Download (0.049MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1000 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil 0.000001

Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil 0.000001


Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil is a Perl module to manage a lentil shaped grip hot spot on a view item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil is a Perl module to manage a lentil shaped grip "hot spot" on a view item.

SYNOPSIS

use Gtk2::Ex::MindMapView::HotSpot::Grip::Lentil;

A LentilGrip hotspot may be used to resize a Gtk2::Ex::MindMapView::Item. Normally, this grip will be used with an Gtk2::Ex::MindMapView::Border:RoundedRect.

INTERFACE

Properties

item (Gtk2::Ex::MindMapView::Item)

The item this grip is attached to.

enabled (boolean)

If enabled, this grip is ready for action.

side (string)

The side of the item on which to attach the grip. May be left or right.

fill_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot.

outline_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.

Methods

new (item=>$item, side=>left)

Instantiates a hotspot. The following properties may be passed: item, side, visible, enabled, fill_color_gdk, outline_color_gdk, hotspot_color_gdk.

hotspot_adjust_event_handler

Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.

hotspot_get_image

Returns a right triangle shaped grip image.

<<less
Download (0.049MB)
Added: 2007-01-27 License: Perl Artistic License Price:
1000 downloads
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound 0.000001

Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound 0.000001


Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a Perl module to manage a round grip type hot spot on a ellipse item. more>>
Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a Perl module to manage a round grip type "hot spot" on a ellipse item. This grip differs from the standard grip with respect to where it is placed on the Gtk2::Ex::MindMapView::Item.

SYNOPSIS

use Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound;

The Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound is a round grip that may be used to resize a Gtk2::Ex::MindMapView::Border::Ellipse.

This special grip positions itself differently from the other grips.

INTERFACE

Properties

item (Gtk2::Ex::MindMapView::Item)

The item this grip is attached to.

enabled (boolean)

If enabled, this grip is ready for action.

side (string)

The side on which to attach the grip. May be left or right.

fill_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot.

outline_color_gdk (Gtk2::Gdk::Color)

The color with which to fill in the hotspot outline. Grips usually have the outline set to the same color as the item fill color.

hotspot_color_gdk (Gtk2::Gdk::Color)

The color of the hotspot once it is engaged. A hotspot becomes engaged when the mouse is placed close to it.

Methods

new (item=>$item)

Instantiates a Gtk2::Ex::MindMapView::HotSpot::Grip::EllipseRound hotspot.

hotspot_adjust_event_handler

Positions the grip at the lower left or right corner of the rectangle defined by the insets. This will change for the next release.

hotspot_get_image

Returns a circle (Gnome2::Canvas::Ellipse) as grip image.

<<less
Download (0.049MB)
Added: 2007-01-22 License: Perl Artistic License Price:
1005 downloads
hmount 0.2.1

hmount 0.2.1


hmount project is a simple interface to HAL for mounting and unmount hot-plugged devices. more>>
hmount project is a simple interface to HAL for mounting and unmount hot-plugged devices. Unlike gnome-mount, it doesnt depend on gconf, GTK+, X, or GNOME libraries.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
Running `configure might take a while. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- autotools used for build.
- allow to use not full mountpoint during umount.
- right slash ignoreg in mountpoint during umount.
<<less
Download (0.098MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
981 downloads
Habotat 0.5.1

Habotat 0.5.1


Habotat is a small, lightweight application server for hosting IM Services (more commonly referred to as Bots). more>>
Habotat is a small, lightweight application server for hosting IM Services (more commonly referred to as Bots).
Bots are small, specialized programs that you can communicate with using an Instant Messenger (IM) client; they show up in your Buddy List and are always there to do your bidding.
Habotat is written entirely in Java and is known to run on Linux, Solaris, Mac OS X, and Windows. A simple API is provided to allow for the creation of new Bots.
The Habotat server supports dynamic hot-deployment, so Bots can be loaded into the server and activated on-the-fly and even rebuilt and reloaded without requiring a server restart.
Enhancements:
- Minor bugfixes were made in the AOL IM adapter, the eBay sniping bot, and the HTTP cookie management routines in the API.
<<less
Download (2.6MB)
Added: 2005-10-24 License: GPL (GNU General Public License) Price:
1460 downloads
wmthrottle 0.1.1

wmthrottle 0.1.1


wmthrottle is a dockapp for throttling CPU via ACPI. more>>
wmthrottle is a dockapp for throttling CPU via ACPI.

A small app of questionable value (myself I use it to throttle the CPU when I perceive it is getting too hot. At the moment the code is optimized for a dell laptop but should work on most ACPI systems.

Remember throttling is not the same as performance, but has its own advantages.

Also remember that playing around with your CPU etc can be a bad thing so saying
standard I take no responsibility for damage to your machine disclaimer applies.
<<less
Download (0.23MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1084 downloads
Sportal 1.4

Sportal 1.4


Sportal is a program made for the people that needs to know what is going on, in their systems. more>>
Sportal is a program made for the people that needs to know what is going on, in their systems, what it does is keep an eye on the files that you select , for "hot Words" that u also select, all this is made trough a graphical interface, u never have to touch a config file, but if u want u can.
When a "hot Word" is found on the file being watched, the Main Window goes to the front of your desktop, leaving all the other windows on the back, so u dont have to keep looking at it, it will let u know when a word is found. There is no restriction on the numbers of files or hot words, u can have as many as u want.It only needs "read access" to the files. It is not recomended runing th as root, only because it doesnt need it.
Main features:
- Infinite numbers of files
- Infinite numbers of words
- Execute a command when word is found, %l to include the line
- Transparent Window and tint
- Show all lines option.
- Search through Regular Expresions
- Whenever i get enough mails asking for regular expresions I will implement them.
- Configuration done trough Graphical Interface
- Inteligent behavior (save location and size of all windows)
- You can save the content of the main window
Enhancements:
- Added option to Show All the lines that get added to the file
- Fixed some bugs
- Send Bug reports
<<less
Download (0.15MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1198 downloads
PowerTop 1.7

PowerTop 1.7


PowerTop detects which Linux programs and kernel tunables are resulting in the largest power consumption and use of battery time more>>
PowerTop project detects which Linux programs and kernel tunables are resulting in the largest power consumption and use of battery time.
Power usage is a hot topic for computer users everywhere. For some, its a matter of how long a laptop lasts without being plugged in. For others, its controlling the temperature of hundreds of systems within a datacenter. For all of us, its about keeping the electricity bill under control and being kind to the environment.
Getting your computer to use the least amount of power can be problematic. This site provides information on reducing power usage, tips, and tricks for Intel-based computers running Linux*.
As a first step, Intel is releasing PowerTOP, a tool that helps you find what software is using the most power. By fixing (or closing) these applications or processes, you can immediately see the power savings in the tool. Youll also see the estimated time left for battery power if you are running a laptop. The Tips&Tricks page has fixes for a lot of the issues that are already found. Join our mailing list to participate in this effort to get Linux to use less power.
Building:
Just type make and then run the program...
tar -zxf powertop-1.1.tar.gz
cd powertop
make
./powertop
Enhancements:
- This release shows P-states (frequencies).
- A suggestion to disable TV-out and to disable Wake-On-LAN for unused ethernet has been added.
<<less
Download (0.055MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
856 downloads
jo! 1.1 beta1

jo! 1.1 beta1


jo! is a pure Java Web server that implements the Servlet API, JSP, and HTTP/1.1. more>>
jo! is a pure Java Web server that implements the Servlet API, JSP, and HTTP/1.1. It features advanced thread management, virtual hosts, memory-sensitive file cache, authentication using a role abstraction, automatic compressed transfer of text or HTML files, auto internationalization, auto servlet and JSP reloading, auto reload of WARs, hot deployment of WARs, JSR-45 support, and an easy-to-use Swing console.
Main features:
- HTTP/1.1 including byte-ranges, auto-chunking, pipelining, etc.
- Servlet API 2.2 (2.3 starting with jo! 1.1)
- JSP 1.1 (1.2 starting with jo! 1.1)
- Auto reload of WARs
- Hot deployment of WARs
- Drag and drop deployment of WARs
- Auto internationalization
- Auto servlet and jsp reloading
- Easy to use Swing console
- Advanced thread management
- Memory sensitive file cache
- Automatic compressed transfer of text or html files
- Virtual hosts
- Mac OS X support
- Embeddable
<<less
Download (3.8MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1569 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5