Google Gadgets for Linux 0.10.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Google Gadgets for Linux 0.10.4 (Default branch)
# 1  
Old 12-16-2008
Google Gadgets for Linux 0.10.4 (Default branch)

Image Google Gadgets for Linux provides a platform for running Google Gadgets under Linux, catering to the unique needs of Linux users. It's compatible with the gadgets written for Google Desktop for Windows as well as the Universal Gadgets on iGoogle. There are two main components to the application: one is a common gadget library responsible for running and presenting a gadget, and the other is a host program that allows the user to choose gadgets and run them on the desktop. Currently it has hosts written for GTK+ and Qt, with the GTK+ host offering a sidebar similiar to that of Google Desktop for Windows. License: The Apache License 2.0 Changes:
Performance and memory consumption have been optimized dramatically. Flash support has been improved. Many bugs have been fixed. More gadgets are supported, such as the new YouTube gadget. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
DAWG2WORDLIST(1)														  DAWG2WORDLIST(1)

NAME
dawg2wordlist - convert a Tesseract DAWG to a wordlist SYNOPSIS
dawg2wordlist UNICHARSET DAWG WORDLIST DESCRIPTION
dawg2wordlist(1) converts a Tesseract Directed Acyclic Word Graph (DAWG) to a list of words using a unicharset as key. OPTIONS
UNICHARSET The unicharset of the language. This is the unicharset generated by mftraining(1). DAWG The input DAWG, created by wordlist2dawg(1) WORDLIST Plain text (output) file in UTF-8, one word per line SEE ALSO
tesseract(1), mftraining(1), wordlist2dawg(1), unicharset(5), combine_tessdata(1) http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 COPYING
Copyright (C) 2012 Google, Inc. Licensed under the Apache License, Version 2.0 AUTHOR
The Tesseract OCR engine was written by Ray Smith and his research groups at Hewlett Packard (1985-1995) and Google (2006-present). 02/09/2012 DAWG2WORDLIST(1)