Main > Free Download Search >

Free hands software for linux

hands

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 439
second hand icons

second hand icons


second hand icons is inspired by the superb litho icons by anthony piraino. more>>
second hand icons is inspired by the superb litho icons by anthony piraino.


-- THIS SET IS ABANDONED --

Everyone is welcomed to pick it up and continue the work. im sorry, i just cant do it now. please, read the readme file.
<<less
Download (0.70MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1217 downloads
AndyChat 3.00

AndyChat 3.00


AndyChat is a program for chatting to people over various network protocols. more>>
AndyChat is a program for chatting to people over various network protocols. It was originally designed as a chat program which can work only on IPX networks. Now its fast becoming a command line Curses based IRC client which will eventually have all the features of AndyChat v2.xx minus the IPX code, and will have additional features including support for all the Instant Messenger systems I can get my hands on, starting with ICQ, and also several Java/Web chat backends (for users to participate in Yahoo! Web Chats, etc from the console!).

Also, since AndyChat v3.xx is written in Perl, it should be theoretically possible to keep it cross-platform, although good luck in getting it to work on Win.

<<less
Download (0.057MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1226 downloads
KardsGT 0.6.3

KardsGT 0.6.3


KardsGT is a card game programme that has many of your favourite card games. more>>
KardsGT is a card game programme that has many of your favourite card games. Each game comes with an exhaustive manual on how to play the game.
In addition to the many wonderful games to play, we also have amazing characters to play against. Each character has their own history and sense of play, giving you a fun challenge as you play.
path is the path to where you want to store your game profile information. This is typically /home/username
Main features:
- Graphical base library
- Card logic base library
Enhancements:
- Bug fix: In Cribbage, a run or pairs would not be counted if the resulting score was 31.
- Bug fix: In Cribbage, if a special run was in the hand and if the pair was able to make a combination of 15, it would remove the pair for 15 from the sequence of listed point counting hands.
- Bug Fix: When in Go, if the Go Player made 31, it would continue to remain his turn.
- Added check to verify proper crib selection.
- Bug fix: Abigail, Jack, Norman, Sally failed to check if their card was a legal card to play in a special point situation on the board.
- Bug fix: Abigail, Jack, Norman incorrectly would select the same card twice when discarding to their opponents crib if only one non-valuable card was present.
<<less
Download (1.8MB)
Added: 2007-08-05 License: GPL (GNU General Public License) Price:
811 downloads
mod_antispam 1.0

mod_antispam 1.0


mod_antispam is an apache module which can control referer spam. more>>
mod_antispam is an apache module which can control referer spam.

By using this module, you can control referer spam accesses. As you know, sometimes you can see referer spam access in your log files. their purpose is to lead you to spam website by recording their website address in your log files.

Spammers always use bots/tools to connect your website with invalid referer.
when http server gets some HTTP_REFERER from clients, mod_antispam will connect to that website and try to find link to your website from the target.

If address is not found, module will update blacklist file automatically not to connect there later. and if your address found, update whitelist automatically not to connect here later.

Also you can edit white/black lists by hands using regular expressions.

The most important thing is HTTP_REFERER in your log files is generated from clients web browser. therefore, people who knows referer mechanism can fake their HTTP_REFERER using some tools or by hands.

When this module finds any spam URI, you can choose some actions.

(1) [Test]
record spam address into blacklist and access is allowed (test mode)
(2) [Replace]
Rejectrecord spam address into blacklist and rewrite HTTP_REFERER to none and access allowd.
by this method, access is allowed and spam address is not added in your logfile
(3) [Reject]
record spam address into blacklist and return HTTP_FORBIDDEN (access denied)
(4) [ReplaceReject]
record spam address into blacklist and rewrite HTTP_REFERER to none and access denied.

By this method, access is denied and spam address is not added in your logfile
in some case (3) or (4) is dangerous. because some websites need cookie to display their website, some site is protected by authentication. (e.g. BBS in the groupware) or some HTTP_REFERER maybe intranet address.

(e.g. http://127.0.0.1/bookmark.html, http://intranet/bookmarks.html)

This module doesnt support cookie and cant connect to authorized website, because module doesnt know that username or password.

First you should use Test or Replace mode and choose another methods when you can analyze spam URI if you need.
<<less
Download (0.008MB)
Added: 2005-10-20 License: The Apache License 2.0 Price:
1465 downloads
Tasks 0.11

Tasks 0.11


Tasks project is a simple to do list application that uses libecal, part of Embedded Evolution Data Server. more>>
Tasks project is a simple to do list application that uses libecal, part of Embedded Evolution Data Server.

Is part of o-hands PIM suite.

<<less
Download (0.17MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
487 downloads
Games::Cards 1.45

Games::Cards 1.45


Games::Cards is a Perl module for writing and playing card games. more>>
Games::Cards is a Perl module for writing and playing card games.

SYNOPSIS

use Games::Cards;
my $Rummy = new Games::Cards::Game;

# Create the correct deck for a game of Rummy.
my $Deck = new Games::Cards::Deck ($Rummy, "Deck");

# shuffle the deck and create the discard pile
$Deck->shuffle;
my $Discard = new Games::Cards::Queue "Discard Pile";

# Deal out the hands
foreach my $i (1 .. 3) {
my $hand = new Games::Cards::Hand "Player $i" ;
$Deck->give_cards($hand, 7);
$hand->sort_by_value;
push @Hands, $hand;
}

# print hands (e.g. "Player 1: AS 2C 3C 3H 10D QS KH")
foreach (@Hands) { print ($_->print("short"), "n") }

$Hands[1]->give_a_card ($Discard, "8D"); # discard 8 of diamonds

This module creates objects and methods to allow easier programming of card games in Perl. It allows you to do things like create decks of cards, have piles of cards, hands, and other sets of cards, turn cards face-up or face-down, and move cards from one set to another. Which is pretty much all you need for most card games.

<<less
Download (0.089MB)
Added: 2007-01-03 License: Perl Artistic License Price:
1034 downloads
Tacos 4.0.1

Tacos 4.0.1


Tacos provides a component repository for the Tapestry Web application development framework. more>>
Tacos library project provides components and ajax behaviour for the Tapestry java web application framework.

Its intent is to provide a library of high quality components that may be used in your tapestry application, as well as provide a core infrastructure for using ajax related logic in these and your own components and pages.

The current alpha-4 release of tacos marks a very large milestone, in the form of full dojo integration/new effects parameters to link/form components/and general bug fixes and productionizing of new components.

Current development efforts are focused on the following items:

Dojo Integration: Most of the library now relies almost exclusively on dojo. Any parts not yet handled by dojo will be evaluated for alternatives, or patch submissions to eliminate most outside dependencies.

Ajax Libraries:

Tacos supports a variety of different client side javascript libraries focused around ajax. These are a few:

dojo - Serves as the basis for most of the tacos library functionality. The best js package available hands down.
Prototype - Currently seems to be one of the core library components that many other libraries are based on. Provides common fuctionality, like sending/recieving ajax requests, manipulating DOM structures and interacting with forms.
script.aculo.us - A library spun off of the prototype library that provides lots of common "Effects" and animation techniques. Also provides a few ajax components, like Autocomplete and in-place editing.
Rico - Yet another library based on the prototype package. Provides similar functionality to script.aculo.us, with the addition of more comprehensive components and animation techniques.
<<less
Download (0.54MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1095 downloads
Medoosa 1.2

Medoosa 1.2


Medoosa is an application which creates UML class diagrams from C++ sources. more>>
Medoosa is an application which creates UML class diagrams from C++ sources.

Corrections can be made interactively in a diagram editor (Dia) and are fed back into the source as Javadoc-style comments.

At this time, the layout must still be done by hand. Some code is already present to produce the layout with Graphviz.

<<less
Download (1.7MB)
Added: 2006-10-03 License: GPL (GNU General Public License) Price:
1116 downloads
Karmen 0.11

Karmen 0.11


Karmen is a small and simple window manager for X. more>>
Karmen is a small and simple window manager for X. Karmen is designed to be easy to install and use. If the following points sound interesting, why not give it a try?
Main features:
- No config file! Instead, offer reasonable defaults settings.
- No library dependencies except Xlib.
- Click-to-focus and raise-on-focus.
- Simple and elegant appearance.
- Small and fast.
Enhancements:
- Remove the "Lower" window button.
- Move the "Delete" window button to the right hand side.
<<less
Download (0.095MB)
Added: 2007-04-03 License: MIT/X Consortium License Price:
936 downloads
Crimson Fields 0.5.1

Crimson Fields 0.5.1


Crimson Fields is a tactical war game in the tradition of Battle Isle. more>>
Crimson Fields project is a tactical war game in the tradition of Battle Isle.

The outcome of the war lies in your hands. You decide which units are sent to the front lines, and when to unleash the reserves. Your mission objectives range from defending strategically vital locations to simply destroying all enemy forces in the area. Protect supply convoys or raid enemy facilities to uncover technological secrets or fill your storage bays so you can repair damaged units or build new ones in your own factories. Lead your troops to victory!

Tools are available to create custom maps and campaigns. You can also play the original Battle Isle maps if you have a copy of the game.

You can pit yourself against another human player either in hot-seat mode in front of the same machine or via e-mail, or against the computer.

Crimson Fields is distributed under the terms of the GNU General Public License (GPL). It has been developed and tested on Intel architecture with Linux, but it shouldnt be too hard to make it compile and run on other operating systems as well. So far it has been reported to work with Linux, various flavours of BSD, Sun Solaris, MacOS X, BeOS, and MS Windows.

<<less
Download (0.78MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1005 downloads
lns.http 0.1

lns.http 0.1


lns.http is a simple framework for writing Common LISP Web applications. more>>
lns.http is a simple framework for writing Common Lisp web applications. The project handles the incoming connections, parses HTTP headers and queries, and finally hands control over to your URL handler.

lns.http is a HTTP/1.1 compatible web server but tries to achieve compatibility with lesser (down to the informal HTTP/0.9) clients.

The lns.http web server uses lisp-network-server to take care of network handling.

This software is licensed unter the LGPL.
<<less
Download (0.017MB)
Added: 2006-12-19 License: LGPL (GNU Lesser General Public License) Price:
1046 downloads
Arpoison 0.6

Arpoison 0.6


Arpoison is a program that sends out a custom ARP REPLY packet. more>>
Arpoison is a program that sends out a custom ARP REPLY packet. Since ARP is a stateless protocol, most operating systems will gladly update their ARP cache with any information you send them in your hand-crafted packet.

<<less
Download (0.030MB)
Added: 2006-08-01 License: GPL (GNU General Public License) Price:
689 downloads
JAMin 0.95.0

JAMin 0.95.0


JAMin is the JACK Audio Connection Kit (JACK) Audio Mastering interface. more>>
JAMin is the JACK Audio Connection Kit (JACK) Audio Mastering interface. JAMin is an open source application designed to perform professional audio mastering of stereo input streams.
JAMin project uses LADSPA for digital signal processing (DSP).
Main features:
- Linear filters
- JACK I/O
- 30 band graphic EQ
- 1023 band hand drawn EQ with parametric controls
- Spectrum analyser
- 3 band peak compressor
- Lookahead brickwall limiter
- Multiband stereo processing
- Presets and scenes
- Loudness maximiser
<<less
Download (0.98MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1356 downloads
Smart Sharpening 1.00

Smart Sharpening 1.00


Smart Sharpening plugin is a method of sharpening, which sharpens only the edges in the image. more>>
Smart Sharpening plugin is a method of sharpening, which sharpens only the edges in the image. This way the noise in the larger smooth parts doesnt get amplified as it does when using regular unsharp mask.

You can find more details on smart sharpening here at gimpguru.org.

Notice that the amount of sharpness is equal, but there is notably less noise. You can see that especially, when you look the hand of the guitar player.

<<less
Download (0.004MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1150 downloads
TkGames 1.0.6

TkGames 1.0.6


TkGames is a games pack that includes Yahtzee, Hearts, Hangman, Polygon puzzle, Solitaire, written in Tcl/Tk. more>>
TkGames is a games pack that includes Yahtzee, Hearts, Hangman, Polygon puzzle, Solitaire, written in Tcl/Tk.

Games:

PolyPuzzle:

Based on a tesselation puzzle named Beat the Computer, this is my first "original" tk program. Over the last couple of years, Ive implemented most of the different puzzles.

Tksol:

Thanks to Bao Trinh for letting me adopt his program. Over several point releases Ive fixed quite a few bugs, added some features and really got my hands dirty learning Tcl.

TkHangman:

My first Tcl/Tk program - A half-working and abandoned hangman program I adopted from Ibiblio.org, and eventually rewrote.

TkHearts:

Thanks to Mike Griffiths for coding this great Hearts clone. Its a mostly complete game, but the AI could be refined. Steven A has hacked this game and made a few small changes with reguards to window handling and look and feel.

TkYahtzee:

This is another program I found at tcl.tk which is mostly complete but had small playability issues. Ive moved the dice close to the buttons and toned down the abrasive colouring. Its still needs a proper highscore widget. Thanks to the (uncredited) author.

<<less
Download (0.36MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
815 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5