Main > Free Download Search >

indian xboard us

indian xboard us

Sponsored Links
Sponsored Links

indian xboard us

No.
Title
Category
Price
License
Expand All
1
Desktop-Environment -> Tools
GPL GNU General Public License
Hide show
konqil.icio.us is a KDE service menu for del.icio.us.

INstallation:
1) Check you have the Perl HTML, URI and LWP modules installed (liburi-perl, libhtml-parser-perl and libwww-perl packages under GNU/Debian)
2) Copy del.icio.us and del.icio.us.desktop to $HOME/.kde/share/apps/konqueror/servicemenus
3) Make sure $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us is executable (chmod u+x $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us).
4) Change the username variable within $HOME/.kde/share/apps/konqueror/servicemenus/del.icio.us to point at your del.icio.us account (this is on line 33)

Whats New in This Release:

· Bug fixes to bookmark method, brought about by changes to del.icio.us API

2
Games -> TBS
GPL GNU General Public License
Hide show
XBoard project is a X and Windows graphical chessboard.

XBoard is a graphical chessboard for X that can serve as a user interface for GNU Chess, Crafty, other chess engines, and the Internet Chess Servers.

XBoard can also be used by itself to read and write game files in PGN (portable game notation). WinBoard is a port of XBoard to Microsoft Win32.

You can build xboard on most systems with the following commands.

./configure
make

Whats New in This Release:

· Version 4.2.7 corrects about two dozen bugs in the 4.2.6 release.
· In addition, WinBoard 4.2.7 comes bundled with GNU Chess 5.07 instead of the old 5.02+ version.
· The XBoard and WinBoard source code trees have been merged, so the xboard download now contains the complete source for both.

3
Internet -> Firefox-Extensions
OtherProprietary License
Hide show
del.icio.us Bookmarks is a Firefox extension that integrates your browser with del.icio.us.

This extension integrates your browser with del.icio.us (http://del.icio.us/), the leading social bookmarking service on the Web. It does this by replacing the default bookmarking functionality in Firefox with a new experience.

Here are some key features of "del icio us Bookmarks":

· Search and browse your bookmarks
· Access your bookmarks from any computer at any time
· Keep your bookmarks organized with tags
· Share your bookmarks with friends or anyone on the Web
· Import your existing Firefox bookmarks

After installing this extension, your browser bookmarking functionality will change significantly. If you want to use del.icio.us but also want to keep your existing Firefox bookmarking functionality, please try the “classic” del.icio.us extension.

If you are a user of Google Browser Sync or Foxmarks, please note that del.icio.us Bookmarks currently conflicts with these extensions and will therefore prompt you to disable them during installation.

Whats New in This Release:

· Tags and bookmarks are now sortable in the sidebar
· Notes for bookmarks are now viewable in the sidebar by mousing over the note icon for applicable bookmarks
· Related tags in the top part of the sidebar
· Performance enhancements during sync, particularly for users with > 1000 bookmarks

4
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
del.icio.us post is a Firefox extension that allows you to posts current page or link to del.icio.us. Adds an entry to the context menu and a button to the toolbar.

Due to some changes in version 0.4, it is advised to first uninstall any previous versions of this extension before proceeding with the installation.

After installing use View -> Toolbars -> Customize... to add the button to the toolbar.

5
Miscellaneous -> Information-Management
MITX Consortium License
Hide show
6
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
Dilbert [US] is a Firefox extension that adds a little button to status bar and when you click it, it will show todays official US Dilbert from www.dilbert.com.

Doesnt work if you have installed Dilbert [CZ]! If you have, uninstall it first!

If you like my extension, please come back and leave me your comments or rating. Thank you.

7
Internet -> HTTP
GPL GNU General Public License
Hide show
docpile:we is a PHP-based document management system that allows multiple people to share documents and keep track of revisions.

In docpile:we users can upload and download documents, -user, or -folder access privileges, grant per-file and send notification emails when documents are being updated.

Administrators can create access groups, each responsible for a different set of folders and users.

Whats New in This Release:

· This release adds a search function to docpile:we and fixes minor bugs.

8
Programming -> Libraries
Perl Artistic License
Hide show
Geo::StreetAddress::US is a Perl extension for parsing US street addresses.

SYNOPSIS

use Geo::StreetAddress::US;

my $hashref = Geo::StreetAddress::US->parse_location(
"1005 Gravenstein Hwy N, Sebastopol CA 95472" );

my $hashref = Geo::StreetAddress::US->parse_location(
"Hollywood & Vine, Los Angeles, CA" );

my $hashref = Geo::StreetAddress::US->parse_address(
"1600 Pennsylvania Ave, Washington, DC" );

my $hashref = Geo::StreetAddress::US->parse_intersection(
"Mission Street at Valencia Street, San Francisco, CA" );

my $normal = Geo::StreetAddress::US->normalize_address( %spec );
# the parse_* methods call this automatically...

Geo::StreetAddress::US is a regex-based street address and street intersection parser for the United States. Its basic goal is to be as forgiving as possible when parsing user-provided address strings.

Geo::StreetAddress::US knows about directional prefixes and suffixes, fractional building numbers, building units, grid-based addresses (such as those used in parts of Utah), 5 and 9 digit ZIP codes, and all of the official USPS abbreviations for street types and state names.

9
Programming -> Libraries
Perl Artistic License
Hide show
Business::US::USPS::WebTools is a Perl module to use the US Postal Service Web Tools.

SYNOPSIS

use Business::US::USPS::WebTools;

# see subclasses for API details

*** THIS IS ALPHA SOFTWARE ***

This is the base class for the WebTools web service from the US Postal Service. The USPS offers several services, and this module handles the parts common to all of them: making the request, getting the response, parsing error reponses, and so on. The interesting stuff happens in one of the subclasses which implement a particular service. So far, the only subclass in this distribution is Business::US::USPS::WebTools::AddressVerification.
new( ANONYMOUS_HASH )

Make the web service object. Pass is an anonymous hash with these keys:

UserID the user id provided by the USPS
Password the password provided by the USPS
Testing true or false, to select the right server

If you dont pass the UserID or Password entries, new looks in the environment variables USPS_WEBTOOLS_USERID and USPS_WEBTOOLS_PASSWORD.

If new cannot find both the User ID and the Password, it croaks.

If you pass a true value with the Testing key, the object will use the testing server host name and the testing URL path. If the Testing key is false or not present, the object uses the live server details.

userid

Returns the User ID for the web service. You need to get this from the US Postal Service.

password

Returns the Password for the web service. You need to get this from the US Postal Service.

url

Returns the URL for the request to the web service. So far, all requests are GET request with all of the data in the query string.

response

Returns the response from the web service. This is the slightly modified response. So far it only fixes up line endings and normalizes some error output for inconsistent responses from different physical servers.

is_error

Returns true if the response to the last request was an error, and false otherwise.
If the response was an error, this method sets various fields in the object:

$self->{error}{number}
$self->{error}{source}
$self->{error}{description}
$self->{error}{help_file}
$self->{error}{help_context}

10
Internet -> Firefox-Extensions
MPL Mozilla Public License
Hide show
US Department of Homeland Insecurity Idiocy Level is a Firefox extension that displays the current Idiocy Level in the status bar.

11
Games -> TBS
GPL GNU General Public License
Hide show
Dreamchess is a XBoard-compatible 3D chess interface and engine.

DreamChess is an open source chess game. Our primary target platforms are Linux, Windows, Dreamcast and BeOS. DreamChess features 3D OpenGL graphics and provides various chess board sets, ranging from classic wooden to flat figurines.

A moderately strong chess engine is included: Dreamer. However, should this engine be too weak for you, then you can use any other XBoard-compatible chess engine, including the popular Crafty and GNU Chess.

Other features include on-screen move lists using SAN notation, undo functionality, and savegames in PGN format. In future releases we plan to add support for time controls, audio, network play, more visual effects such as reflections and shadows, and 3D animated pieces.

Whats New in This Release:

· 3D OpenGL user interface (XBoard-compatible).
· A variety of chess sets, including classic wooden and flat figurines.
· Moderately strong chess engine.
· Savegames in PGN format.

12
Games -> TBS
GPL GNU General Public License
Hide show
Xiangqi project is a chinese chess game.

You can play network multiplayer games or play against the computer.

Xiangqi, or Chinese Chess, is an extremely popular game in the Eastern Hemisphere. It is currently played by millions (or tens of millions) in China, Taiwan, Thailand, Singapore, Vietnam, Hong Kong and other Asian countries.

Xiangqi has remained in its present form for centuries. It is believed that both Xiangqi and Orthodox Chess derive from the original Indian game of Chanturanga.

13
System -> Linux-Distributions
GPL GNU General Public License
Hide show
BOSS (Bharat Operating System Solutions) GNU/Linux is a Linux distribution developed by C-DAC for enhancing the use of free and open source software in India. BOSS Linux was made specifically for the Indian environment, it consists of a pleasing desktop environment coupled with Indian language support and other packages that are most relevant for use in the government domain.

Here are some key features of "BOSS":

· The Graphical mode installer
· Faster system startup and login
· User friendly GNOME Desktop
· Simplified menu organization
· Easy access to power management settings with GNOME Power Manager
· Improved support for video playback
· 3D Desktop
· BharatheeyaaOO (Localised OpenOffice.org 2.0.1 – currently in Tamil and Hindi)
· Enhanced Removable Media Support
· Liferea – RSS/RDF Reader
· Plug & Play of the devices with Graphical Front-End
· Multimedia support - Totem, Xmms
· TV Tuner Support
· Bluetooth Support
· Optional Network Manager for convenient roaming between different wireless and wired networks
· Migration Tool - Bulk Document converter
· Presentation Tool-keyjnote
· Menu Editor - Alacarte
· Evolution Mail Client
· Best of available internet tools – Firefox, Gaim, Xchat
· Input Method - SCIM with Remington Keyboard Layout for Tamil, Hindi, Punjabi,and Marati
· CD/DVD Burning tool - bonfire
· Dual Boot Facility
· Automount of existing Hard Disk partitions
· LiveCD
· Utility CD

14
Programming -> Libraries
GPL GNU General Public License
Hide show
phpExifRW provides an Exif reader & writer.

vinSMSIndia is a simple PHP class that allows you to send free SMS messages to Indian mobile users.

Here are some key features of "phpExifRW":

· Read Exif Information
· Extract and display emdedded thumbnails
· Add Comments to files.
· Transfering EXIF information from one file to another.

Whats New in This Release:

· Better code. Cleaner several un-wanted code.
· Added several additional tags that show GPS information.
· Fixed Shutter Speed value calculation
· Fixed Aperture value calculation
· Fixed Special characters in Make & Model
· Support for following Cameras added:
· OLYMPUS OPTICAL CO.,LTD -> C3000Z
· NIKON D2H
· Canon 300D

15
Communications -> Telephony
LGPL GNU Lesser General Public License
Hide show
vinSMSIndia allows you to send SMS messages to Indian mobile users for free.

Supported Networks by "vinSMSIndia":

· Airtel : Andhra Pradesh, Madhya Pradesh, Chennai (Skycell), Delhi, Gujarat, Haryana, Himachal Pradesh, Goa, Karnataka, Kerala, Kolkata, Maharashtra, Mumbai, Punjab, Tamil Nadu, Uttar Pradesh (West)
· Hutch : Delhi
· Escotel : Haryana, Uttar Pradesh (West), Kerala
· BPL Mobile : Mumbai, Maharashtra, Kerala, Tamil Nadu, Pondicherry, Goa
· Idea Cellular : Andhra Pradesh (Tata), Maharashtra, Goa, Gujarat
· RPG Cellular: Chennai
· Aircel : Tamil Nadu
· Celforce(Fascel): Gujarat

Whats New in This Release:

Added Support for:
· Hutch Kolkota,
· Orange Mumbai