Main > Free Download Search >

Free co.uk software for linux

co.uk

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 25
Amazon.co.uk Button 0.1

Amazon.co.uk Button 0.1


Amazon.co.uk Button provides a button which allows you to access Amazon services. more>>
Amazon.co.uk Button provides a button which allows you to access Amazon services.

This extension creates a button which allows you to access

-all amazon.co.uk-stores
-your wishlist
-your account
-amazon.co.uk loginpage
-Shopping Basket

straight from the amazon.co.uk button.

<<less
Download (0.013MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
933 downloads
BBCNews.co.uk RSS reader 0.1.3

BBCNews.co.uk RSS reader 0.1.3


BBCNews.co.uk RSS reader is a SuperKaramba theme. more>>
BBCNews.co.uk RSS reader is a SuperKaramba theme.

Based on LTRSS reader (http://www.kde-look.org/content/show.php?content=27639) I really didnt do almost anything to the original script, just changed things to BBC and made the header pic.

I just thought that since i did it i might as well post it here.

<<less
Download (0.052MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1216 downloads
ScoreWatch 1.0

ScoreWatch 1.0


ScoreWatch provides a Cricket Score watcher that displays the score in the status bar. more>>
ScoreWatch provides a Cricket Score watcher that displays the score in the status bar.
A Cricket Score watcher that displays the score in the status bar panel based on RSS feeds from popular cricket sites.
Main features:
- Score refreshes automatically in regular intervals.
- Pops up alerts on the fall of a wicket.
- Allows selection of RSS feed source.
- Allows configuration of alerts and refresh interval.
Sources supported:
- cricinfo.com
- ecb.co.uk
<<less
Download (0.016MB)
Added: 2007-05-01 License: MPL (Mozilla Public License) Price:
914 downloads
BulkSMS 0.2

BulkSMS 0.2


BulkSMS is a Python implementation of the BulkSMS.co.uk HTTP client API. more>>
BulkSMS is a Python implementation of the BulkSMS.co.uk HTTP client API. It features an object- orientated Python module which can be called from other Python programs, alongside a command-line sms command for sending SMS messages and performing account control functions.
BulkSMS.co.uk is a commercial SMS transit provider allowing programmatic transmission of SMS through an HTTP RPC API. The service provides facilities for sending 7-bit, 8-bit, and Unicode-encoded SMS messages, alongside giving account control functions.
More information on BulkSMS.co.uk can be found at http://www.bulksms.co.uk/.
The BulkSMS Python Module is an object-based implementation of a BulkSMS.co.uk API client designed for Python 2.3. It has been designed for use with version 1.0 of the BulkSMS.co.uk API.
More information on Python can be found at http://www.python.org/.
The BulkSMS Command Line Interface is a small program written around the BulkSMS Python module, giving the user an easy interface for sending SMS messages using any command line from which Python may be run.
Enhancements:
- Added support for sending 2-way SMSes in the CLI via --repliable and in API via a repliable attribute.
- Added support for reading your the 2-way SMS inbox using a BulkSMS Inbox proxy.
- Added Inbox Server protocol documentation.
- Added a new poll_report() method to the BulkSMS class. Added poll_time and poll_wait instance variables to control poll_report(). Modified the CLI module to utilise poll_report().
- Fixed several inconsistancies and typing mistakes in the inline documentation as well as README.html. Added new paragraphs and examples for poll_report().
<<less
Download (0.028MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1221 downloads
Create short URLs 0.1

Create short URLs 0.1


Create a short URLs is a Firefox extension that allows you to create a short URL from any website. more>>
Create a short URLs is a Firefox extension that allows you to create a short URL from any website.

Are you annoyed with really long URLs like: http://www.succor.co.uk/index.cfm/2006/4/7/wapurlcouk-beta-launch

Then this tag is for you. Just right click on the page and click wapURL and you will be presented with a short URL. This is great if you need to send text messages or emails.

When you use the short URL the key passed is looked up against our database and the user in then redirected to your requested URL.

<<less
Download (0.076MB)
Added: 2007-05-07 License: MPL (Mozilla Public License) Price:
915 downloads
Font Mate 1.0

Font Mate 1.0


Font Mate is a simple program to help you see how fonts look on your computer, and to help you find symbol characters. more>>
Font Mate application helps you to see how fonts look on your computer, and it also helps you find symbol characters.

Using Font Mate

There isnt much to it: Font Mate shows you a list of all the fonts installed on your computer. Choose any font from the list and it will show you what all the characters in that font look like. Choose any one of those characters and you will see an enlarged version of it at the bottom of the page (with its ASCII code in decimal and hex, should you be interested). Click the button to copy that character to the clipboard if you want to use it in another application.

Works on...

We wrote Font Mate originally for Mac OS X, but we have included versions for Windows and Linux too. We wrote it using REALbasic, a great tool for cross-platform rapid development. Source is available on request.

How much?

Font Mate is freeware. Download, use, share as you wish. No warranty is offered, and we accept no liability for anything strange or nasty that it might do to your computer.

And another thing

If you like Font Mate, why not have a look at our main site at tellura.co.uk and check out our other products and services?
<<less
Download (0.91MB)
Added: 2007-07-18 License: Freeware Price:
828 downloads
Geo::Coder::Google 0.02

Geo::Coder::Google 0.02


Geo::Coder::Google is a Perl module for Google Maps Geocoding API. more>>
Geo::Coder::Google is a Perl module for Google Maps Geocoding API.

SYNOPSIS

use Geo::Coder::Google;

my $geocoder = Geo::Coder::Google->new(apikey => Your API Key);
my $location = $geocoder->geocode( location => Hollywood and Highland, Los Angeles, CA );

Geo::Coder::Google provides a geocoding functionality using Google Maps API.

METHODS

new

$geocoder = Geo::Coder::Google->new(apikey => Your API Key);
$geocoder = Geo::Coder::Google->new(apikey => Your API Key, host => maps.google.co.jp);

Creates a new geocoding object. You should pass a valid Google Maps API Key as apikey parameter.

When youd like to query Japanese address, you might want to set host parameter, which should point to maps.google.co.jp. I think this also applies to other countries like UK (maps.google.co.uk), but so far I only tested with .com and .co.jp.

geocode

$location = $geocoder->geocode(location => $location);
@location = $geocoder->geocode(location => $location);

Queries $location to Google Maps geocoding API and returns hash refernece returned back from API server. When you cann the method in an array context, it returns all the candidates got back, while it returns the 1st one in a scalar context.
When youd like to pass non-ascii string as a location, you should pass it as either UTF-8 bytes or Unicode flagged string.

Returned data structure is as follows:

{
AddressDetails => {
Country => {
AdministrativeArea => {
SubAdministrativeArea => {
SubAdministrativeAreaName => San Francisco,
Locality => {
PostalCode => {
PostalCodeNumber => 94107
},
LocalityName => San Francisco,
Thoroughfare => {
ThoroughfareName => 548 4th St
}
}
},
AdministrativeAreaName => CA
},
CountryNameCode => US
}
},
address => 548 4th St, San Francisco, CA 94107, USA,
Point => {
coordinates => [
-122.397323,
37.778993,
0
]
}
}

<<less
Download (0.004MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1074 downloads
Blackshift 1.24

Blackshift 1.24


Blackshift, a satisfyingly difficult puzzle/skill/action game. more>>
Blackshift, a satisfyingly difficult puzzle/skill/action game. You should try it out. I think youd like it. Basically, its a top down view of a subterranean maze, where you have to blow up a frozen alien in order to continue. There are about a hundred levels to beat, each one more evil and twisted than the last.
Main features:
- Missiles
- bombs
- grills
- spaceships
- robots
- buttons
- keys
- doors
- teleports
- angry red faces
- diamonds
- eyeballs
- mirrors
- photocopiers
- pits
- landmines
- aliens
- guns
- blocks
- splitters
- remote controls
- nuclear weapons
RUNNING IT:
If Blackshift wont run when you click the icon you should run it from a console. It worked for me. Explanations as to why are welcome, especially if they arent Because KDE is weird. As always, YMMV.
CONTROLS:
Arrows: Move
Enter: Pickup/Drop
Space: Pickup/Fire
R: Restart
Ctrl+N: Nuke
<<less
Download (2.7MB)
Added: 2007-07-04 License: Freeware Price:
845 downloads
Infatech Enhanced Forum 101

Infatech Enhanced Forum 101


Enhanced by infatech to deliver, quality listings on search engines (esspecially google). Designed to "IMPROVE" your listings via catagorys recipricalled from googles own ad network. "EVERY NEW TOPIC more>>

Infatech Enhanced Google friendly Forum. *FREE DOWNLOAD*
Download Infatech Enhanced phpBB2 Forum for use on your own servers.
Download FREE TODAY! http://www.infatech.co.uk/InfatechEnhancedphpBB2ver101alpha.rar
FREE COMMERCIAL VERSION http://www.infatech.co.uk/InfatechEnhancedCommercial102.rar
Enhanced by infatech to deliver, quality listings on search engines (esspecially google).
Designed to "IMPROVE" your listings via catagorys recipricalled from googles own ad network.
"EVERY NEW TOPIC creates NEW GOOGLE ENCHANCED LISTINGS!"
Now you can multiply the old way of getting listed by the google bot.
"Our customers TOP website showed results with-in 72hrs"(google network)
Dont miss out, GET YOURS FREE TODAY!
*** Infatech enhanced phpBB ***
SYSTEM REQUIREMENTS:
mysql version 3 or 4+(100mb)
Min 10Mb hard disk space (hosting)((linux))
(php enabled hosting)
INSTALL FILES INCLUDED: install easy via web browser.
(you must be able to change folder permissions)
Help files & docs included
View our demo site http://www.cers.co.uk
View a new WORKING SITE http://www.airgun-one.co.uk
****** WARNING: THIS FORUM DOES NOT WORK WITH GOOGLE ADSENCE. ******
(due to the google scan bot thats incorperated into the site code)
((This is because of the way we use a dummy google adsence bot to recipricate listed topics & posts, by keyworded placements))

Requirements: mysql 3+

Whats new in this version: Google Enhanced Listings

<<less
Download (0.62MB)
Added: 2009-04-23 License: Freeware Price:
186 downloads
WebService::Geograph::API 0.04

WebService::Geograph::API 0.04


WebService::Geograph::API is a Perl interface to the Geograph.co.uk API. more>>
WebService::Geograph::API is a Perl interface to the Geograph.co.uk API.

SYNOPSIS

use WebService::Geograph::API;

my $api = new WebService::Geograph::API ( { key => your_api_key_here} ) ;

my $rv = $api->lookup ( csv, { i => 12345,
ll => 1,
thumb => 1,
}) ;

my $data = $rd->{results} ;

This module provides a simple interface to using the geograph.co.uk API service.

The actual core class, WebService::Geograph::API is a subclass of LWP::UserAgent so all the usual parameters apply.

<<less
Download (0.013MB)
Added: 2007-04-02 License: Perl Artistic License Price:
935 downloads
pyFretCalc 0.0.2

pyFretCalc 0.0.2


pyFretCalc is a handy little fret spacing calculator for luthiers (Guitar makers). more>>
pyFretCalc is a handy little fret spacing calculator for luthiers (Guitar makers). Simply enter the scale length you want and how many frets, then click on calculate.
To install it, first you have to have the following software installed.
Python http://www.python.org
QT 3 http://www.trolltech.com
PyQt http://www.riverbankcomputing.co.uk
For Linux and other *nixs just untar pyFretCalc-0.0.2.tar.gz to any directory (like $HOME/bin) and run main.py. Future releases will use some sort of packaging.
Windows/OSx users: Follow the same instructions and let me know how it works.
Enhancements:
- Changed to QT3 for the gui
<<less
Download (0.025MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1187 downloads
mod_ssi_func 1.0

mod_ssi_func 1.0


mod_ssi_func are extensions to mod_include for math functions, random number generation. more>>
The modules in the mod_ssi_func suite were founded to support functions based on mod_include and related to the way pages are built on bbc.co.uk. mod_ssi_func was developed to supply an API that would be familiar to other users of Apaches mod_include.

This was in the hope that it would be included in future versions of the main distribution of Apache. For this reason the BBC has released the mod_ssi_func suite under the Apache License.

Installation:

The modules have been developed to work with apache 2.0.x

Server-side includes should be enabled in the conf for the file type you are using, and mod_include should be loaded.

The following lines should then be added to the conf (based on the default compilation of the modules).

LoadModule ssi_func_module modules/mod_ssi_func.so
LoadModule ssi_func_rnd_module modules/mod_ssi_func_rnd.so
LoadModule ssi_func_math_module modules/mod_ssi_func_math.so
LoadModule ssi_func_flastmod_module modules/mod_ssi_func_flastmod.so
LoadModule ssi_setsplitvars_module modules/mod_ssi_setsplitvars.so

<<less
Download (0.020MB)
Added: 2006-04-21 License: The Apache License Price:
1281 downloads
HTTP::Async 0.05

HTTP::Async 0.05


HTTP::Async is a Perl module that can process multiple HTTP requests in parallel without blocking. more>>
HTTP::Async is a Perl module that can process multiple HTTP requests in parallel without blocking.

SYNOPSIS

Create an object and add some requests to it:
use HTTP::Async;
my $async = HTTP::Async->new;

# create some requests and add them to the queue.
$async->add( HTTP::Request->new( GET => http://www.perl.org/ ) );
$async->add( HTTP::Request->new( GET => http://www.ecclestoad.co.uk/ ) );
and then EITHER process the responses as they come back:
while ( my $response = $async->wait_for_next_response ) {
# Do some processing with $response
}
OR do something else if there is no response ready:
while ( $async->not_empty ) {
if ( my $response = $async->next_response ) {
# deal with $response
} else {
# do something else
{
}
OR just use the async object to fetch stuff in the background and deal with the responses at the end.
# Do some long code...
for ( 1 .. 100 ) {
some_function();
$async->poke; # lets it check for incoming data.
}

while ( my $response = $async->wait_for_next_response ) {
# Do some processing with $response
}

Although using the conventional LWP::UserAgent is fast and easy it does have some drawbacks - the code execution blocks until the request has been completed and it is only possible to process one request at a time. HTTP::Async attempts to address these limitations.

It gives you a Async object that you can add requests to, and then get the requests off as they finish. The actual sending and receiving of the requests is abstracted. As soon as you add a request it is transmitted, if there are too many requests in progress at the moment they are queued. There is no concept of starting or stopping - it runs continuously.

Whilst it is waiting to receive data it returns control to the code that called it meaning that you can carry out processing whilst fetching data from the network. All without forking or threading - it is actually done using select lists.

<<less
Download (0.015MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 downloads
Amazon Mini Shop 2.8

Amazon Mini Shop 2.8


Amazon Mini Shop allows you to search Amazon.com, .co.uk, .de, .fr, .ca or .co.jp from the sidebar. more>>
Amazon Mini Shop allows you to search Amazon.com, .co.uk, .de, .fr, .ca or .co.jp from the sidebar.
Main features:
- Search all Amazon sites from the sidebar
- Images with results (mouse over to enlarge)
- Add search as a RSS live bookmark
<<less
Download (0.009MB)
Added: 2007-04-28 License: MPL (Mozilla Public License) Price:
910 downloads
SCM 0.8.1182988888

SCM 0.8.1182988888


SCM is a Firefox extension that performs Site Continuity Management validations on websites to help prevent Pharming attacks. more>>
SCM is a Firefox extension that performs Site Continuity Management validations on websites to help prevent Pharming attacks.

Pharming attacks are an advanced form of Phishing where an adversary poisons the data held in the user’s DNS server. SCM is believed to be the first add-on to protect users from this advanced attack.

SCM was developed at Cambridge University by Simon A. Spacey and is currently in a POC development release. For technical information about SCM you can read the release paper at:

http://www.priv8.co.uk/addons/SCM

SCM is free for noncommercial use and licensed under the PRIV8 OPEN SOFTWARE LICENSE.

<<less
Download (0.055MB)
Added: 2007-07-19 License: Open Software License Price:
830 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2