Main > Free Download Search >

Free pretty software for linux

pretty

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 469
Pretty Code Web 1.00

Pretty Code Web 1.00


Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the Web. more>>
Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the web.
Written in php it uses syntax files separate from the main code to highlight a specified language.
Main features:
- Syntax highlighting for (potentially) any language.
- User defined syntax files.
- User defined colors
- Separate colors for:
- 6 Keyword Groups
- Text Strings
- Operators
- Block and Line Comments
- Bracket Characters
<<less
Download (0.024MB)
Added: 2005-10-20 License: Free for non-commercial use Price:
1470 downloads
Pebrot 0.8.8

Pebrot 0.8.8


Pebrot is a text MSN messenger client implemented with Python. more>>
Pebrot is a text MSN messenger client implemented with Python. It has also a pretty and colorful Curses-based interface. It is developed to work under Linux and should work fine on any other *nixes.

<<less
Download (0.08MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1228 downloads
TkHTMLtidy 0.50

TkHTMLtidy 0.50


TkHTMLtidy is a Tcl/Tk front-end for the W3C tool more>>
TkHTMLtidy is a Tcl/Tk front-end for tidy, the W3C utility to clean up and pretty print HTML/XHTML/XML. It includes support for most of tidys options.

<<less
Download (0.013MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
PackPrint 0.0.2

PackPrint 0.0.2


PackPrint provides a pretty-printer for ethernet packets. more>>
PackPrint provides a pretty-printer for ethernet packets.
PackPrint is a program to parse and print out ethernet frames in a pretty way. For protocols that it knows about (ARP, UDP, TCP, ICMP, and raw IP), it will decode the data and print it out in an easy-to-read format.
Main features:
- PackPrint will display the contents of ethernet frames. For protocols that it knows about, it will decode the data and print it out in an easy to read format
- The protocols that PackPrint currently understands include
- ARP
- UDP
- TCP
- ICMP
- IP
Usage:
PackPrint is incredibly easy to use - simply to packprint , where is the name of a file generated using the -w option for tcpdump (or some other program using libpcap).
If is -, then packprint reads from standard input, so you could do:
$ tcpdump -s 65535 -w - | packprint -
to produce an nice output for tcpdump
NOTE: always use the -s 65535 options on tcpdump to make sure you get the entire packet contents so that packprint can decode it
<<less
Download (0.016MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
921 downloads
par2repair 0.0.1

par2repair 0.0.1


par2repair is a useful script to fix par2 files. more>>
par2repair is a useful script to fix par2 files. Just add it to your /servicemenus/ folder and right click on any par2 files.

Its my first script so its pretty straight forward.
<<less
Download (MB)
Added: 2007-02-05 License: GPL (GNU General Public License) Price:
1022 downloads
GPS::Lowrance::Trail 0.43

GPS::Lowrance::Trail 0.43


GPS::Lowrance::Trail is a Perl module to convert between GDM16 Trails and other formats. more>>
GPS::Lowrance::Trail is a Perl module to convert between GDM16 Trails and other formats.

Installation:
Installation is pretty standard:
perl Makefile.PL
make
make test
make install

There is no test suite to speak of. One will be added in a later version.

SYNOPSIS
use GPS::Lowrance::Trail;

my $trail = new GPS::Lowrance::Trail;

my $fh1 = new FileHandle read_gdm16( $fh1 ); # read GDM16 Trail Exports

$trail->write_latlon( $fh2 ); # write as Longitude/Latitude file

This module allows one to convert between Lowrance GPS trail files (handled by their GDM16 application), Latitude/Longitude (or "Lat/Lon") files, UTM, and GPX files which may be used by mapping applications.

<<less
Download (0.008MB)
Added: 2006-08-10 License: GPL (GNU General Public License) Price:
1174 downloads
pacgen 1.0

pacgen 1.0


PacGen is an Ethernet IP TCP/UDP packet generating tool for Linux. more>>
PacGen is an Ethernet IP TCP/UDP packet generating tool for Linux. Experimental ARP generation is included. Experimental ARP generation is included. This tool enables custom packets with configurable Ethernet, IP, TCP, and UDP layers as well as custom payloads. As an added feature there are configurations for packet count and a programmable time interval between packet sends. Plaintext config files control all the functions and represent all layers used to build packets. Included in the archive is the source code and a recompiled binary along with example configs.


Since I didnt write a smart interface routine, pacgen will only work with eth0. If you need to use a different interface the source code is pretty obvious on where this would be changed.
<<less
Download (0.023MB)
Added: 2006-07-04 License: GPL (GNU General Public License) Price:
1211 downloads
splash-selector 0.1

splash-selector 0.1


splash-selector project is an usefull splashscreen selector for Gnome Desktop. more>>
splash-selector project is an usefull splashscreen selector for Gnome Desktop.

This application allow you to store a list of splash images and to apply one of them, with only 2 click of the mouse.

Splash-selector is fully functional but pretty new and ready to be bugfixed and improved.

<<less
Download (MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
904 downloads
OBpager 1.8

OBpager 1.8


BPager is a lightweight pager designed to be used with NetWM-compliant window managers like OpenBox. more>>
BPager is a lightweight pager designed to be used with NetWM-compliant window managers like OpenBox.

Unlike many other pagers out there, OBPager has very few dependencies, requiring only Xlib and glibc++ (no Gnome or KDE necessary).

Usage:

OBPager is pretty straightforward in terms of usage. It correctly displays the windows of a virtual desktop, indicates which is the active desktop, and allows you to switch desktops by clicking on the dockapp.

The command line syntax for obpager is:

obpager [--activefont < fontname >] [--inactivefont < fontname >] [desktop-number]

If no desktop number is specified, an instance of obpager for each virtual desktop is automatically created.
<<less
Download (0.023MB)
Added: 2006-11-14 License: GPL (GNU General Public License) Price:
1077 downloads
Hearts 1.98

Hearts 1.98


Hearts is a card game with beta support for network play. more>>
Hearts is a little card game for four persons.
A computer version of the game comes with Microsoft Windows and is a pretty popular little thing. When I switched to using Linux, I really wanted to play it, but I didnt find anything at all, so I decided to write it myself and here it is.
Enhancements:
Fixed all known bugs:
- The card passing was always to the right.
- Portability issue regarding setting the random seed (std::random_shuffle + std::srand issue).
- A lot of processes were left running.
- Only one match (ie, a series of games until a player gets 100 points) was possible.
- Status bar tells the user what he he should do at every step (play, give cards right, etc.)
<<less
Download (0.55MB)
Added: 2005-06-20 License: GPL (GNU General Public License) Price:
1597 downloads
GNOME Terminator 0.3

GNOME Terminator 0.3


GNOME Terminator project is an attempt to maximise useful space on a given desktop for terminals. more>>
GNOME Terminator project is an attempt to maximise useful space on a given desktop for terminals. I’m a sysadmin by trade, so I live in ssh sessions and thus terminals. An extra line here and there over all those hours seems like it’s worth trying for.

NOTE: At least zsh doesn’t work in Terminator at the moment. Bash does for me and I am investigating the causes

This is a pretty simple python script which places multiple vte widgets in a window. That’s the same widget used by gnome-terminal. At the moment I haven’t cloned all gnome-terminal behaviours, so there are unexpected and bugful behaviours.

<<less
Download (0.10MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
822 downloads
Mpdist 3.7.1

Mpdist 3.7.1


The mp distribution now consists of two programs, mp and mptool. more>>
The mp distribution now consists of two programs, mp and mptool.

The mp program will pretty print various files for you. It can be used in conjunction with a mail reading utility for producing a pretty print of your mail items. It can be used with a news reading tool to pretty print news articles.

Digests can also be printed, and this version can pretty print ordinary ASCII files as well. Support for personal organiser printing was added into the last released version. There are numerous configuration options to allow you to adjust the way mp generates its output.

The mptool program is a graphical frontend to mp. It makes it easy to configure the printout of your documents without having to remember lots of complicated command line arguments. It also supports drag and drop of text from other Gtk+ applications.
<<less
Download (0.39MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1512 downloads
Simple Document Management System 1.1.4

Simple Document Management System 1.1.4


Simple Document Management System is a document repository system. more>>
SDMS is an open-source system that allows you to store any document in a database via a bunch of webpages.

That was the short description, now comes the long one. SDMS uses PHP to provide you with a pretty interface to a MySQL server that allows you to store and retrieve documents and to share those documents between users.

In addition, the system uses ACL (Access Control Lists) to grant access rights to documents on a per-user basis.

So what is all this good for? Well, it for instance allows you to distribute project documentation on a need-to-know basis, whilst keeping a central repository of documents that is accessible to all team members and easy to manage.
<<less
Download (0.05MB)
Added: 2005-04-28 License: GPL (GNU General Public License) Price:
1643 downloads
wmfire 1.2.3

wmfire 1.2.3


wmfire is a fiery dock app. more>>
wmfire is a fiery dock app.
This is an update of the original wmfire dock applet. Like the wmufo program it uses the GDK library to improve its speed - using less than half the cpu of the original program.
It can monitor the average cpu load, or individual cpu load on SMP computers. Additionally it can monitor the memory, network load, a file or just be set to show a pretty flame. On entering the dock a burning spot replaces the cursor, and after two seconds symbols to represent the current monitor are "burnt" onscreen. The flame colour can also be changed.
Enhancements:
- Add sticky option and fix regression causing second window
<<less
Download (0.089MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1094 downloads
Biorhythm 0.1

Biorhythm 0.1


Biorhythm calculates and shows your biorhythm at any day in a pretty and simple graph. more>>
Calculates and shows your biorhythm at any day in a pretty and simple graph.

Your biorhythm is composed by your intellectual, your emotional and your physical states. These three properties of your life move in predictable cycles that are shown by this program.

<<less
Download (0.072MB)
Added: 2005-07-25 License: GPL (GNU General Public License) Price:
1663 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5