Main > Free Download Search >

Free tomtom go 1.94 software for linux

tomtom go 1.94

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1342
TomTom Go 1.94

TomTom Go 1.94


TomTom GO is the world’s simplest, smartest, all-in-one car navigator. more>> <<less
Download (28.9MB)
Added: 2006-08-30 License: GPL (GNU General Public License) Price:
1157 downloads
qGo 1.5.4

qGo 1.5.4


qGo is a full featured SGF editor and Go Client for NNGS/IGS/etc. more>>
qGo is a full featured SGF editor and Go Client for NNGS/IGS/etc., available for Linux, Mac and Windows.
qGo is based on Qt 3.2.1nc (Windows) and Qt 3.1+ (Linux, Mac). Go is an ancient boardgame, very common in Japan, China, Korea and Taiwan.
Enhancements:
- fixed : mark issue with teaching games
- added : blind go
- added : 2 new translations (latin and simplified chinese)
- changed : added SGF (uppercase) as file suffix
<<less
Download (1.6MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
870 downloads
TurboPrint 1.94-4

TurboPrint 1.94-4


TurboPrint is a high-quality printer driver system for Linux built on existing standards. more>>
TurboPrint is a high-quality printer driver system for Linux built on existing standards (e.g. ghostscript). It is designed to produce maximum quality photo printouts as well as high-speed text documents.

TurboPrint provides printer drivers for almost every inkjet printer, e.g. Canon BJC / S, Epson Stylus Color & Photo, HP DeskJet. All printer features are supported. TurboPrint comes with its own color matching system "TrueMatch".

High quality color profiles ensure optimum color reproduction on all print media (glossy paper, inkjet paper, ...). A comfortable GUI configuration menu and a printer toolbox (head cleaning, alignment, ink quantity) are included.

TurboPrint can be easily integrated into the CUPS printing system. The FreeEdition of TurboPrint can be obtained free of charge. It contains almost the full functionality.
<<less
Download (5.2MB)
Added: 2006-08-05 License: Free for non-commercial use Price:
908 downloads
ViZiGO 1.09

ViZiGO 1.09


ViZiGO project is a client to play GO over Internet with the IGS server. more>>
ViZiGO project is a client to play GO over Internet with the IGS server.
ViZiGO is a client to play GO over internet. It will let you play GO against thousands of players.
ViZiGO primarily was intented for IGS but will work also with any NNGS servers (like for example nngs.cosmic.org).
Enhancements:
- Fixes a problem when first logging in with a new IGS account (client and quiet settings are now set correctly).
- This version include also sourcecode for FLTK. It should compile fine under Linux, Windoz and other OS as well.
<<less
Download (1.9MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1054 downloads
Netscape::Bookmarks 1.94

Netscape::Bookmarks 1.94


Netscape::Bookmarks is a Perl module to parse, manipulate, or create Netscape Bookmarks files. more>>
Netscape::Bookmarks is a Perl module to parse, manipulate, or create Netscape Bookmarks files.

SYNOPSIS

use Netscape::Bookmarks;

# parse an existing file
my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );

# -- OR --
# start a new Bookmarks structure
my $bookmarks = Netscape::Bookmarks->new;

# print a Netscape compatible file
print $bookmarks->as_string;

[ Note: I wrote this a long time ago. Although this should still work with "Netscape" browsers, Mozilla browsers do the same thing. When the docs say "Netscape", I mean either branch of browsers. ]

The Netscape bookmarks file has several basic components:

title
folders (henceforth called categories)
links
aliases
separators

On disk, Netscape browsers store this information in HTML. In the browser, it is displayed under the "Bookmarks" menu. The data can be manipulated through the browser interface.

This module allows one to manipulate the bookmarks file programmatically. One can parse an existing bookmarks file, manipulate the information, and write it as a bookmarks file again. Furthermore, one can skip the parsing step to create a new bookmarks file and write it in the proper format to be used by a Netscape browser.

The Bookmarks module simply parses the bookmarks file passed to it as the only argument to the constructor:

my $bookmarks = Netscape::Bookmarks->new( $bookmarks_file );

The returned object is a Netscape::Bookmarks::Category object, since the bookmark file is simply a collection of categories that contain any of the components listed above. The top level (i.e. root) category is treated specially and defines the title of the bookmarks file.

HTML::Parser is used behind the scenes to build the data structure (a simple list of lists (of lists ...)). Netscape::Bookmarks::Category, Netscape::Bookmarks::Link, Netscape::Bookmarks::Alias, or Netscape::Bookmarks::Separator objects can be stored in a Netscape::Bookmarks::Category object. Netscape::Bookmarks::Alias objects are treated as references to Netscape::Bookmarks::Link objects, so changes to one affect the other.

Methods for manipulating this object are in the Netscape::Bookmarks::Category module. Methods for dealing with the objects contained in a Netscape::Bookmarks::Category object are in their appropriate modules.

new( [filename] )

The constructor takes a filename as its single (optional) argument. If you do not give new an argument, an empty Netscape::Bookmarks::Category object is returned so that you can start to build up your new Bookmarks file. If the file that you name does not exist, undef is returned in scalar context and an empty list is returned in list context. If the file does exist it is parsed with HTML::Parser with the internal parser subclass defined in the same package as new. If the parsing finishes without error a Netscape::Bookmarks::Category object is returned.

parse_string

Method for HTML::Parser subclass method

start

Method for HTML::Parser subclass method

text

Method for HTML::Parser subclass method

end

Method for HTML::Parser subclass method

my_init

Method for HTML::Parser subclass method

<<less
Download (0.023MB)
Added: 2007-03-24 License: Perl Artistic License Price:
947 downloads
Bio::Ontology::GOterm 1.4

Bio::Ontology::GOterm 1.4


Bio::Ontology::GOterm is a representation of GO terms. more>>
Bio::Ontology::GOterm is a representation of GO terms.

SYNOPSIS

$term = Bio::Ontology::GOterm->new
( -go_id => "GO:0016847",
-name => "1-aminocyclopropane-1-carboxylate synthase",
-definition => "Catalysis of ...",
-is_obsolete => 0,
-comment => "" );

$term->add_definition_references( @refs );
$term->add_secondary_GO_ids( @ids );
$term->add_aliases( @aliases );

foreach my $dr ( $term->each_definition_reference() ) {
print $dr, "n";
}

# etc.

This is "dumb" class for GO terms (it provides no functionality related to graphs). Implements Bio::Ontology::TermI.

<<less
Download (4.7MB)
Added: 2006-10-10 License: Perl Artistic License Price:
1112 downloads
mysqlBind 1.94

mysqlBind 1.94


mysqlBind is an ISP quality, browser-based DNS/BIND name server manager. more>>
myqslBind manages multiple DNS/BIND (8 and 9) name servers. mysqlBind automates updates to multiple DNS servers, centralizes and stores all zone and resource records for sets of related name servers (ns0...nsN.yourisp.net), and even manages different name server sets from a single browser-based interface.
Unlimited master and slave name servers update their zone information via a job queue system that uses MySQL socket connections. Advanced operations can use mySQL replication clusters for high availability and redundancy.
Large ISPs and other organizations should note that they can easily add SQL functions to customize the program for their special needs.
It supports authentication via SSL Unix password login, SSL personal certificate, or IP-based access with multiple permission levels and individual record ownership.
It is also compatible with mysqlISP.
Enhancements:
- This release has changed to new RAD3 templates.
- These are for a new clean look with a two step action confirmation tab-based interface.
- Many bugs have been fixed.
- Errors in tool-tip documentation, most regarding SOA TTL explanations, have been fixed.
<<less
Download (0.088MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1138 downloads
GNU Go 3.6

GNU Go 3.6


GNU Go is a free program that plays the game of Go. more>>
GNU Go is a free program that plays the game of Go. GNU Go has played thousands of games on the NNGS Go server.

GNU Go is now also playing regularly on the Legend Go Server in Taiwan, on the WING server in Japan, and many volunteers run GNU Go clients on KGS. GNU Go has established itself as the leading non-commercial go program in the recent tournaments that it has taken part in.
<<less
Download (2.6MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1513 downloads
Wormik 1.0

Wormik 1.0


Wormik is a simple worm game. more>>
Wormik project is a simple worm game.

The player must collect food, which makes the worm grow.

After some score is reached, you can go to next level, which is more and more difficult... Thats like in any classic snake-game.

The only anomally is you can eat your self and you get points for it.

<<less
Download (0.053MB)
Added: 2006-12-09 License: GPL (GNU General Public License) Price:
1049 downloads
Smooth Icons 1.0

Smooth Icons 1.0


Smooth Icons is a mouse cursor theme. more>>
Smooth Icons is a mouse cursor theme.
This is my first upload for awhile so here we go. Its not going to be ready to package yet for quite awhile this is only a days work.
Enhancements:
- redid alot of icons
- added actions(magnify, find)
<<less
Download (0.44MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1219 downloads
slookup 1.2

slookup 1.2


slookup is a simple program to do parallelized DNS lookups in a convenient way. more>>
slookup is a simple program to do parallelized DNS lookups in a convenient way (useful for log parsing scripts and one-liners).
slookup project reads names (A/MX/NS lookups) or addresses (in dotted-quad format for PTR) on stdin and writes the results on stdout. One record per line. It can run up to 128 parallel DNS lookup processes (easily overloading a slow DNS server) which makes for Really Fast lookups for a large number of records.
Beware, output is written in the order the DNS replies are received, which is usually different from the input order if parallel lookups are done.
It has been tested on the following platforms:
Solaris 2.6 / UltraSparc / gcc 2.7.2.3
RedHat Linux 7.0 / 2.2.17 / glibc-2.1.94 / gcc 2.96
Debian sarge / 2.6.8.1 / glibc-2.3.2 / gcc 3.3.5
Debian etch / 2.6.15 / glibc-2.3.6 / gcc 4.0.3
FreeBSD 5.3-RELEASE / gcc 3.4.2
FreeBSD 6.0-RELEASE / gcc 3.4.4
Enhancements:
- Support for looking up NS records was added.
<<less
Download (0.011MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
1276 downloads
Goben 0.1.1

Goben 0.1.1


Goben project is a GUI for playing Go. more>>
Goben project is a GUI for playing Go.

Goben is a GTK+ 1.2 GUI for playing Go. It allows any combination of human vs. computer, computer vs computer, or human vs human play, and supports any board size from 5x5 to the full 19x19.

Computer players are controlled via GTP for compatibility with GNUGo and other GTP talking Go programs. SGF support is provided for saving, loading, and continuing games.

<<less
Download (0.14MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1016 downloads
Come And Go Encryption 1.02

Come And Go Encryption 1.02


Come And Go Encryption provides an encryption program based off one-time pads. more>>
Come And Go Encryption provides an encryption program based off one-time pads.
Cum And Go Encryption is a very basic program to encrypt or decrypt a program using a variant of the one-time pad. This allows for almost uncrackable encryption.
Why is it still crackable? The program uses one relatively small key to XOR the contents of another file, encrypting it.
A one-time pad uses a very large key (about the same size as the file/data to encrypt) and is completely random. Still, the encryption is good enough to mask the identity of a program or document, or stop someone from accessing that document or program.
The origins of this program were an effort to stop a specific kind of movie and image from being viewed normally.
Installing is a breeze: simply run the program. Put it anywhere you like, it wont matter as long as you put the full path to the program to encrypt/decrypt.
Run the program to see a basic description of its use.
This program works very well in windows but was designed for use in Linux/UNIX. The stdout option allows for decryption to standard output, allowing one to pipe the programs decrypted data to another program.
This could be used to view an encrypted movie without having to write the whole movie to disk; the only problem with this is that on some Operating Systems pipes are slow and inefficient, especially with a high-bitrate movie. Steps will be taken to speed this up in the future.
Enhancements:
- Fix password use so the password is not shown in "encrypted" files
- Use an actual encryption method, and not a cheesy XOR
- Adapt CAG to use modules such as SHA, Crypt, MD5, and others
<<less
Download (0.012MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
957 downloads
History links 1.3

History links 1.3


This class can be used to keep track of the pages navigated by a user, so it can generate back or next links. more>>
This class can be used to keep track of the pages navigated by a user, so it can generate back or next links providing a similar effect to the use of the Javascript history.go() function.
It uses sessions to store an array variable that holds the URL of each page of a site that the user accesses. It can limit the number of pages that are kept in the history array.
It may also ignore pages accessed with the POST method or with certain URLs based on options that define exclusion regular expressions. The class can generate links to go back to the last page or the first page that was recorded.
Enhancements:
- The class is completely changed.
- This release adds creation of several objects of a class, a predefined start page, an expanded list of exceptions, and the methods get_history_back, get_history_next, is_history_back (check back one page), is_history_next (check the next page), get_history_backs (go to the first page), get_history_nexts (go to the last page), and get_history_header (go to the previous and next pages using external parameters).
- It adds history "always", and has more compatibility with javascript:history.go() (no checking previous and next pages).
- New methods have been added for the manipulation of history "always".
<<less
Download (0.006MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1482 downloads
GoVRec 0.99c

GoVRec 0.99c


GoVRec consists of software for recording Go games on a Linux PDA. more>>
GoVRec consists of software for recording Go games on a Linux PDA.
GoVRec is software for recording Go games on a Linux PDA. It was developed for the Agenda VR3 but uses XLib only, so it can be compiled on any computer with X11.
Also, due to its layout it is easily portable to any PDA which can be programmed in C++. It features autosaving, sound, adding/replacing stones, browsing variations, etc.
System requirements:
- XLib
<<less
Download (0.040MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1012 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5