Main > Free Download Search >

Free good looking man software for linux

good looking man

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3468
Looking Glass 1.0

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.

<<less
Download (144.0MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
615 downloads
Looking Glass 1.8p2 - 20040615

Looking Glass 1.8p2 - 20040615


LG is a Looking Glass written in Perl as a CGI script. more>>
LG is a Looking Glass written in Perl as a CGI script. It can execute almost all BGP-related commands and do ping and traceroute in routers or relay these queries to other looking glasses.
It supports both IPv4 and IPv6 commands, and is tested with Cisco, Zebra, and Juniper. It can connect to a router using different methods of remote connection like SSH, telnet or rsh.
Main features:
- all BGP show commands, ping and traceroute
- IPv4 and IPv6 support
- router access using SSH, telnet, rsh or via other public LG
- XML configuration file (requires XML::Parser)
- local ASN database and hyperlinks to RIPE/ARIN/APNIC/JPNIC/LACNIC whois server
- improved hyperlinking between different BGP views
- highlights best route
- tested with Cisco, Zebra and Juniper
Enhancements:
- disclaimer
- SECURITY: rshcmd check
- new TELNET protocol handling, change term size to fit command string
- async line-by-line reading of telnet data to show traceroutes in realtime
- hide BGP session port numbers if "secure" mode used
<<less
Download (0.038MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1207 downloads
Laughing Man Factorial 0.1

Laughing Man Factorial 0.1


Laughing Man Factorial is the paranormal evil twin of Laughing Man. more>>
Laughing Man Factorial is the paranormal evil twin of Laughing Man. Factorial also has an unexplained superiority complex, almost exponential you might say, over the original Laughing Man which we will hence forth refer to as Junior for appeasement of currently unwarranted hoity-toity.
Like Junior it is an application for monitoring webpage changes, however it does so using the Objective-C/Cocoa framework as opposed to Java, and leverages Core Data, bindings, and value transformers to produce a smaller code footprint. Less fluff and more meat I say, more meat and less fluff.
Factorial is in a experimental state, it is not recommended that current users of Junior switch completely to this version. You can safely import your data and tinker with Factorial, but it is recommended that any data that you want to remain consistent, be done through old stable Junior.
Factorial may not be forgiving on data when upgrading from one version to the next for the next several releases, hence the adjectives paranormal and evil in the preface.
Junior Equivalent functionality
Splitbar position saved on shutdown
Categories display like junior
New Features
Drag and drop funtionality greatly enhanced
supports dragging to and from Safari and OmniWeb
Change log embedded into application and available through menu.
Enhancements:
- This release fixes several bugs, and provides several feature enhancements, bringing the Factorial branch almost up to par with the original Laughing Man.
- Most notably, a nasty Java to Objective-C, Date to NSDate porting bug in the beta was fixed.
- The beta was usable, but users had to wait a little under 3 years for each site refresh.
- This issue has been fixed in 0.1, but you must reset your data if you used the beta.
<<less
Download (0.044MB)
Added: 2005-11-26 License: GPL (GNU General Public License) Price:
1430 downloads
Fedora Package Menu 0.1

Fedora Package Menu 0.1


Fedora Package Menu is a service menu for easy installation of downloaded RPMs. more>>
Fedora Package Menu is a service menu for easy installation of downloaded RPMs.

Requires sudo and good configuration of sudo.
<<less
Download (MB)
Added: 2006-09-20 License: LGPL (GNU Lesser General Public License) Price:
1133 downloads
Really Rather Good Battles In Space 1.03

Really Rather Good Battles In Space 1.03


Really Rather Good Battles In Space is a real time strategy game with fleets of spaceships. more>>
Really Rather Good Battles In Space is a real time strategy game with fleets of spaceships.
Single player real time strategy game following the fall of the great Argonian empire.
Main features:
- a short but relatively polished single player campaign
- pretty (albeit 2d) graphics
- spaceships
- explosions
<<less
Download (54MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1019 downloads
Multi Switch Looking Glass for PHP 0.1.0

Multi Switch Looking Glass for PHP 0.1.0


Multi Switch Looking Glass for PHP allows network administrators to open/close ports on Cisco CatOS/IOS switches. more>>
Multi Switch Looking Glass for PHP allows network administrators to open/close ports on Cisco CatOS/IOS switches via a Web interface.

It is clear, configurable, and very useful to LAN party organizers for opening a port when a gamer pays for his place in the manifestation

<<less
Download (0.010MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
980 downloads
Pod::Man 2.04

Pod::Man 2.04


Pod::Man is a Perl module to convert POD data to formatted *roff input. more>>
Pod::Man is a Perl module to convert POD data to formatted *roff input.

SYNOPSIS

use Pod::Man;
my $parser = Pod::Man->new (release => $VERSION, section => 8);

# Read POD from STDIN and write to STDOUT.
$parser->parse_file (*STDIN);

# Read POD from file.pod and write to file.1.
$parser->parse_from_file (file.pod, file.1);

Pod::Man is a module to convert documentation in the POD format (the preferred language for documenting Perl) into *roff input using the man macro set. The resulting *roff code is suitable for display on a terminal using nroff(1), normally via man(1), or printing using troff(1). It is conventionally invoked using the driver script pod2man, but it can also be used directly.
As a derived class from Pod::Simple, Pod::Man supports the same methods and interfaces. See Pod::Simple for all the details.

new() can take options, in the form of key/value pairs that control the behavior of the parser. See below for details.

If no options are given, Pod::Man uses the name of the input file with any trailing .pod, .pm, or .pl stripped as the man page title, to section 1 unless the file ended in .pm in which case it defaults to section 3, to a centered title of "User Contributed Perl Documentation", to a centered footer of the Perl version it is run with, and to a left-hand footer of the modification date of its input (or the current date if given STDIN for input).

Pod::Man assumes that your *roff formatters have a fixed-width font named CW. If yours is called something else (like CR), use the fixed option to specify it. This generally only matters for troff output for printing. Similarly, you can set the fonts used for bold, italic, and bold italic fixed-width output.

Besides the obvious pod conversions, Pod::Man also takes care of formatting func(), func(3), and simple variable references like $foo or @bar so you dont have to use code escapes for them; complex expressions like $fred{stuff} will still need to be escaped, though. It also translates dashes that arent used as hyphens into en dashes, makes long dashes--like this--into proper em dashes, fixes "paired quotes," makes C++ look right, puts a little space between double underbars, makes ALLCAPS a teeny bit smaller in troff, and escapes stuff that *roff treats as special so that you dont have to.

<<less
Download (0.075MB)
Added: 2006-08-14 License: Perl Artistic License Price:
1166 downloads
Flameingo 2.1

Flameingo 2.1


Flameingo is an action game where you play a little man riding on a flamingo. more>>
Flameingo project is an action game where you play a little man riding on a flamingo.

Using the Bazooka youre holding, you need to blow your friend (who is sitting right next to you) to pieces.

Another liero sequel...? I guess it is!

<<less
Download (0.78MB)
Added: 2006-05-07 License: GPL (GNU General Public License) Price:
1266 downloads
TkViewMan 0.2

TkViewMan 0.2


TkViewMan is a graphical man page viewer for Linux. more>>
TkViewMan is a graphical man page viewer for Linux. TkViewMan project is written in Tcl/Tk, using the BLT extension. TkViewMan is free software and is distributed under the GNU General Public License.
Main features:
- Tabs for multiple man pages
- Ability to find all man pages for a command, with each man page getting its own tab
- Ability to open as many tabs as desired within the main window, which can be scrolled if needed
- Ability to search a man page
- Keyboard shortcuts for creating/removing tabs
- Command history using arrow keys
<<less
Download (0.024MB)
Added: 2006-03-07 License: GPL (GNU General Public License) Price:
1326 downloads
UDP Bridge 1.0

UDP Bridge 1.0


UDP-Bridge is a transparent proxy for UDP traffic, designed for use with Linux 2.2.x kernels. more>>
UDP-Bridge is a transparent proxy for UDP traffic, designed for use with Linux 2.2.x kernels. It provides two-way proxying of UDP packets, to avoid the port number mangling that occurs with Linux IP masquerading. This mangle rule causes problems for some online games.

This program was actually developed to solve a problem with handling Playstation 2 network traffic through a Linux firewall. According to testimonials, most games worked fine with this kind of configuration, but the one that I had tried (ATV Offroad Fury 2) would not work. The problem was apparently the UDP port mangling done by Linux IP masquerading, hence the need for this proxy.

To build the proxy, simply run make from within the source directory:

make

To install the proxy, run the following command as root:

make install

This will install the proxy executable (udpbridge) into /usr/local/sbin, and the man page into /usr/local/man/man8.

The last step is to create and install a configuration file. The included example.conf file is a good template for this. The default location for the configuration file is /etc/udpbridge.conf.
<<less
Download (0.019MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1224 downloads
Password List Generator 1.0

Password List Generator 1.0


Password List Generator is a good tool to create passwords list with makepasswd and save to file. more>>
Password List Generator is a good tool to create passwords list with makepasswd and save to file.

<<less
Download (0.032MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1477 downloads
Algorithm::Huffman 0.09

Algorithm::Huffman 0.09


Algorithm::Huffman is a Perl extension that implements the Huffman algorithm. more>>
Algorithm::Huffman is a Perl extension that implements the Huffman algorithm.

SYNOPSIS

use Algorithm::Huffman;

my %char_counting = map {$_ => int rand(100)} (a .. z, A .. Z);
# or better the real counting for your characters
# as the huffman algorithm doesnt work good with random data :-))

my $huff = Algorithm::Huffman->new(%char_counting);
my $encode_hash = $huff->encode_hash;
my $decode_hash = $huff->decode_hash;

my $encode_of_hello = $huff->encode_bitstring("Hello");

print "Look at the encoding bitstring of Hello: $encode_of_hellon";
print "The decoding of $encode_of_hello is ", $huff->decode_bitstring($encode_of_hello), "";

This modules implements the huffman algorithm. The aim is to create a good coding scheme for a given list of different characters (or even strings) and their occurence numbers.

ALGORITHM

Please have a look to a good data compression book for a detailed view. However, the algorithm is like every good algorithm very easy.

Assume we have a heap (keys are the characters/strings; values are their occurencies). In each step of the algorithm, the two rarest characters are looked at. Both get a suffix (one "0", the other "1"). They are joined together and will occur from that time as one "element" in the heap with their summed occurencies. The joining creates a tree growing on while the heap is reducing.
Lets take an example. Given are the characters and occurencies.

a (15) b(7) c(6) d(6) e(5)

In the first step e and d are the rarest characters, so we create this new heap and tree structure:

a(15) de(11) b(7) c(6)

de
/
"0"/ "1"
d e

Next Step:

a(15) bc(13) de(11)

de bc
/ /
"0"/ "1" "0"/ "1"
d e b c

Next Step:

a(15) bcde(24)

bcde
/
"0"/ "1"
/
de bc
/ /
"0"/ "1" "0"/ "1"
d e b c

Next Step unifies the rest:

Huffman-Table
/
"0"/ "1"
/
/
bcde a
/
"0"/ "1"
/
de bc
/ /
"0"/ "1" "0"/ "1"
d e b c

Finally this encoding table would be created:

a 1
b 010
c 011
d 000
e 001

Please note, that there is no rule defining what element in the tree is ordered to left or to right. So its also possible to get e.g. the coding scheme:

a 0
b 100
c 101
d 110
e 111

<<less
Download (0.008MB)
Added: 2007-07-12 License: Perl Artistic License Price:
837 downloads
Lila

Lila


Lila provides a beautiful and unique SVG icon theme inspired by Gentoo linux. more>>
Lila provides a beautiful and unique SVG icon theme inspired by Gentoo linux.

This release is meant to look good on Gnome 2.16. It contains about 1200 icons for complete lila look and feel for Gnome.
<<less
Download (2.5MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
922 downloads
WolfGL 0.93

WolfGL 0.93


WolfGL project is a OpenGL port of Castle Wolfenstein and Spear of Destiny. more>>
WolfGL project is a OpenGL port of "Castle Wolfenstein" and "Spear of Destiny".
It runs under Linux and MS-Windows.
Looked damn good back when i was a kid playing this game, now it looks even better! Brings back alot of memories of when i used to play old DOS games, including Rise Of The Triads and F-15 Strike Eagle 2 and 3. Anyways, it would be bad ass if there was a way to enhance the engine, such as Quakeforge has updated the Quake 1 and Quake 2 engines.
--
Jeremy Manning - GameJunkies Inc 2004
Enhancements:
- fixed sprite rotation and shooting/knife
<<less
Download (0.089MB)
Added: 2006-11-06 License: GPL (GNU General Public License) Price:
1090 downloads
Clearlooks-BlackMod

Clearlooks-BlackMod


Clearlooks-BlackMod are three themes designed to perfectly fits Clearlooks themes with Black borders. more>>
Clearlooks-BlackMod are three themes designed to perfectly fits Clearlooks themes with Black borders.

See for example the Light and Medium versions how look good with Aerials! Absolutely wonderful.

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