Main > Free Download Search >

Free google hacks music software for linux

google hacks music

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1384
Google Hacks 1.6

Google Hacks 1.6


Google Hacks is a compact utility for different Google hacks, like a music search and a product key search. more>>
Google Hacks project is a compilation of carefully crafted Google searches that expose novel functionality from Googles search and map services.

For example, you can use it to view a timeline of your search results, view a map, search for music, search for books, and perform many other specific kinds of searches.
<<less
Download (1.1MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
530 downloads
Google Maps Plugin 5.2

Google Maps Plugin 5.2


Google Maps Plugin is an easy way to embed custom Google Maps on a Web site. more>>
Google Maps Plugin is an easy way to embed custom Google Maps on a Web site. The project includes features such as multiple markers, paths, and general drawings.

If you use WordPress.org blogs, you will be able to install this software easily as a WP plugin.
<<less
Download (0.019MB)
Added: 2007-05-22 License: GPL (GNU General Public License) Price:
897 downloads
Google Gears Beta

Google Gears Beta


Google Gears project is an open source Firefox extension that enables web applications to provide offline functionality. more>>
Google Gears project is an open source Firefox extension that enables web applications to provide offline functionality using following JavaScript APIs:
- Store and serve application resources locally
- Store data locally in a fully-searchable relational database
- Run asynchronous Javascript to improve application responsiveness
<<less
Download (0.42MB)
Added: 2007-06-01 License: Freeware Price:
1030 downloads
Goggles Music Manager 0.8.0

Goggles Music Manager 0.8.0


Goggles Music Manager is a music collection manager and player. more>>
Goggles Music Manager is a music collection manager and player. Goggles Music Manager allows you to easily manage your music collection.

Each song in your collection is organized according to Artist and Album. As of now, Goggles Music Manager supports Ogg Vorbis and MP3 files.

<<less
Download (0.11MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
802 downloads
google-gflags 0.1

google-gflags 0.1


google-gflags (gflags) project contains a library that implements commandline flags processing. more>>
google-gflags (gflags) project contains a library that implements commandline flags processing.

As such its a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which theyre used.
<<less
Download (0.056MB)
Added: 2006-12-21 License: BSD License Price:
1038 downloads
Google Search 0.1

Google Search 0.1


Google Search is a desktop tool with you can search anything you want on the Google engine direct from your desktop. more>>
Google Search is a desktop tool with you can search anything you want on the Google engine direct from your desktop.

Installation:

To compile use qmake then make

Example:

bash: qmake mio.pro
bash: make
bash: ./mio

It uses firefox only. I will include konqueror in the next update.

Assign it a global shorcut.
<<less
Download (0.010MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1471 downloads
Google PageRank Check 1.0.1

Google PageRank Check 1.0.1


This allows you to check the Google Page Rank of a domain or website. more>>

Google PageRank Check 1.0.1 will surely help webmaster a lot. It is actually a project which is based on some Public Domain code. Google PageRank Check allows you to check the Google Page Rank of a domain or website.

This script is unique in that it queries multiple data centers for the Google Page Rank. This means that the user can get a full idea of what their Page Rank is, because sometimes Google's Toolbar is lagging behind Data Centres or ahead of them. It is fully configurable and allows the user to add his own data centres to query. This script is for educational purposes only.

Enhancements:

  • Checking is done for invalid URLs and for lack of the file() function.
  • Other error reporting was added.
  • Spelling corrections were made.
<<less
Added: 2006-02-28 License: Public Domain Price: FREE
1 downloads
Blog:Hack:CMS 0.5

Blog:Hack:CMS 0.5


Blog:Hack:CMS is a Blog:cms to NucleusCMS Hack. more>>
Blog:Hack:CMS is a Blog:cms to NucleusCMS Hack.

How to use this

There are currently two files (other than this one). One file you need and one you do not need.

These files are hacks. That means, in this case, that the normal plugin method was abandonded for actual messing with the code. For more info get the latset version of the translation document that explains what you need to do in more detail.

hacks.php - this file you NEED. add it to the ./nucleus/libs/ directory and add an include call to it in the globalfunctions.php file AFTER the "< ?PHP".

globalfunctions.php - an example of called the hacks lib. YOU DO NOT NEED to use this but it is from the latest version of nucleus (Nucleus v3.22). So you can use it if you wish.
<<less
Download (0.015MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1211 downloads
Google Reader Notifier 0.30

Google Reader Notifier 0.30


Google Reader Notifier is a Firefox extension that shows you how many unread items you have in your Google Reader account. more>>
Google Reader Notifier is a Firefox extension that shows you how many unread items you have in your Google Reader account.

<<less
Download (0.055MB)
Added: 2007-06-02 License: MPL (Mozilla Public License) Price:
888 downloads
Google Reader Watcher 0.0.8

Google Reader Watcher 0.0.8


Google Reader Watcher is a Firefox extension that will check your Google Reader for unread feeds. more>>
Google Reader Watcher is a Firefox extension that will check your Google Reader for unread feeds and if you have, the plugin will display them on your browsers statusbar.

<<less
Download (0.025MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
821 downloads
Google::Adwords::AdGroupService 0.6.0

Google::Adwords::AdGroupService 0.6.0


Google::Adwords::AdGroupService is a Perl module to interact with the Google Adwords AdGroupService API calls. more>>
Google::Adwords::AdGroupService is a Perl module to interact with the Google Adwords AdGroupService API calls.

SYNOPSIS

use Google::Adwords::AdGroup;
use Google::Adwords::AdGroupService;

# create a new adgroup object
my $adgroup = Google::Adwords::AdGroup->new;

# set values for the adgroup object
$adgroup->name(My Final Try);
$adgroup->maxCpc(500000);

# create the adgroup service object
my $adgroup_service = Google::Adwords::AdGroupService->new();

# need to login to the Adwords service
$adgroup_service->email($email_address)
->password($password)
->developerToken($developer_token)
->applicationToken($application_token);

# if you use a MCC
#$adgroup_service->clientEmail($client_email);

# now create the adgroup
my $campaignId = 1234; # within this campaign
my $adgroup_response = $adgroup_service->addAdGroup($campaignId, $adgroup);

print "New adgroup ID is :" . $adgroup_response->id;

<<less
Download (0.041MB)
Added: 2006-11-22 License: Perl Artistic License Price:
1066 downloads
Google::Adwords::AccountService 0.6.0

Google::Adwords::AccountService 0.6.0


Google::Adwords::AccountService is a Perl module to interact with the Google Adwords AccountService API calls. more>>
Google::Adwords::AccountService is a Perl module to interact with the Google Adwords AccountService API calls.

SYNOPSIS

use Google::Adwords::AccountService;
use Google::Adwords::AccountInfo;
use Google::Adwords::CoverageType;
use Google::Adwords::EmailPromotionsPreferences;
use Google::Adwords::CreditCard;
use Google::Adwords::Address;

my $service = Google::Adwords::AccountService->new();

# login to the Adwords server
$service->email($email)
->password($password)
->clientEmail($cemail)
->applicationToken($app_token)
->developerToken($dev_token);

# getAccountInfo
my $account = $service->getAccountInfo();
print "currencyCode : " . $account->currencyCode . "n";
print "descriptiveName : " . $account->descriptiveName . "n";

# getClientAccounts
my @emailaccounts = $service->getClientAccounts();
print "getClientAccounts : " . join(|, @emailaccounts) . "n";

# getCreditCard
my $creditcard = $service->getCreditCard();

# setLoginInfo
my $ret_setlogininfo= $service->setLoginInfo(email@example.com, toto);

# setLocalTimezone to brrr ...
my $ret_setlocaltimezone = $service->setLocalTimezone(America/Anchorage);

# setCreditCard
my $cc = Google::Adwords::CreditCard->new
->cardNumber(12345678912346)
->cardType(VISA)
->cardVerificationNumber(123)
->expirationMonth(1)
->expirationYear(2008);

my $addr = Google::Adwords::Address->new
->addressLine1(down the street)
->city(Paris)
->companyName(Up there)
->countryCode(FR)
->emailAddress(me@example.com)
->name(Up there)
->phoneNumber(+33112345678)
->postalCode(75020);

my $ret_setcreditcard = $service->setCreditCard($cc, $addr);

# createAdWordsAccount
my $emailPrefs = Google::Adwords::EmailPromotionsPreferences->new
->marketResearchEnabled(1)
->newsletterEnabled(1)
->promotionsEnabled(0);

my $covType = Google::Adwords::CoverageType->new
->optInContentNetwork(0)
->optInSearchNetwork(1);

my $ret = $service->createAdWordsAccount({
loginEmail => $loginEmail,
password => $password,
languagePreference => $lgPref,
emailPrefs => $emailPrefs,
currencyCode => $curCode,
cardInfo => $creditcard,
contactInfo => $address,
defaultAdsCoverage => $covType,
timeZoneId => $timeZoneId
});

# updateAccountInfo
$account->primaryBusinessCategory(Advertising, Marketing, SEO);
my $ret_updateaccountinfo = $service->updateAccountInfo($account);

This module provides an interface to the Google Adword AccountService API calls.

<<less
Download (0.041MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1070 downloads
Google Desktop for Linux 5.0

Google Desktop for Linux 5.0


Search your hard drive for e-mail, files, and your Web and IM histories. more>> Instantly find your e-mail, files, media, Web history, and chats. By making your computer searchable, Google Desktop Search puts your information easily within your reach. It frees you from having to manually organize your files, e-mail, and Web pages youve viewed.
Google 5 revamps the sidebar interface and many gadgets, while adding a new dialog for adding gadgets. Also new are previews of search results and security alerts for suspicious Web links.
<<less
Download (7.24MB)
Added: 2009-04-02 License: Freeware Price: Free
204 downloads
Google Calendar Notifier 2.5.3

Google Calendar Notifier 2.5.3


Google Calendar Notifier brings you a powerful and extremely useful extension which provides robust notifications and display of your Google Calendars for today, as well as showing any upcoming all day events for tomorrow. more>> <<less
Added: 2008-07-16 License: MPL Price: FREE
1 downloads
 
Other version of Google Calendar Notifier
Google Calendar Notifier 2.5Google Calendar Notifier is an extension which provides robust ... This extension provides robust notifications and display of your Google Calendars for today
License:MPL (Mozilla Public License)
Download (0.061MB)
931 downloads
Added: 2007-04-06
Net::Google::Cache 1.0.1

Net::Google::Cache 1.0.1


Net::Google::Cache is a simple OOP-ish interface to the Google SOAP API for cached documents. more>>
Net::Google::Cache is a simple OOP-ish interface to the Google SOAP API for cached documents.

SYNOPSIS

use Net::Google::Cache;
my $cache = Net::Google::Cache(%args);

$cache->url("http://aaronland.net);
print $cache->get();

Provides a simple OOP-ish interface to the Google SOAP API for cached documents.
This package is used by Net::Google.

<<less
Download (0.017MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1068 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5