camera hacks with google
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 904
Camera Monitor 0.2
Camera Monitor is a little tray system icon that notifies you when your Webcam is on. more>>
Camera Monitor is a little tray system icon that notifies you when your Webcam is on. The project is designed for the GNOME desktop, but will work as well on KDE and XFCE.
Camera Monitor is released under the terms of the GNU General Public License.
Installation:
tar xzf laptoptemp-0.2.tar.gz
cd cameramonitor-0.1
./configure
sudo make install
Enhancements:
- Added support for libnotify
- Ported to new gtk.StatusIcon
- Updated preferences panel
- Updated about information
- Removed notification on bad previous exit
- Added option to preferences for autostarting cameramonitor every session
<<lessCamera Monitor is released under the terms of the GNU General Public License.
Installation:
tar xzf laptoptemp-0.2.tar.gz
cd cameramonitor-0.1
./configure
sudo make install
Enhancements:
- Added support for libnotify
- Ported to new gtk.StatusIcon
- Updated preferences panel
- Updated about information
- Removed notification on bad previous exit
- Added option to preferences for autostarting cameramonitor every session
Download (0.024MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
976 downloads
WWW::Cache::Google 0.04
WWW::Cache::Google is Perl module URI class for Google cache. more>>
WWW::Cache::Google is Perl module URI class for Google cache.
SYNOPSIS
use WWW::Cache::Google;
$cache = WWW::Cache::Google->new(http://www.yahoo.com/);
$url = $cache->as_string; # cache URL
$html = $cache->fetch; # fetches via LWP::Simple
Oops, 404 Not Found. But wait ... there might be a google cache!
WWW::Cache::Google provides an easy way conversion from an URL to Google cache URL.
If all you want is only to get cache content, consider using Google Web APIs at http://www.google.com/apis/index.html
$html = SOAP::Lite
->uri(urn:GoogleSearch)
->proxy(http://api.google.com/search/beta2) # may change
->doGetCachedPage($GoogleKey, http://cpan.org/)
->result;
<<lessSYNOPSIS
use WWW::Cache::Google;
$cache = WWW::Cache::Google->new(http://www.yahoo.com/);
$url = $cache->as_string; # cache URL
$html = $cache->fetch; # fetches via LWP::Simple
Oops, 404 Not Found. But wait ... there might be a google cache!
WWW::Cache::Google provides an easy way conversion from an URL to Google cache URL.
If all you want is only to get cache content, consider using Google Web APIs at http://www.google.com/apis/index.html
$html = SOAP::Lite
->uri(urn:GoogleSearch)
->proxy(http://api.google.com/search/beta2) # may change
->doGetCachedPage($GoogleKey, http://cpan.org/)
->result;
Download (0.003MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1071 downloads
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.
<<lessFor 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.
Download (1.1MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
530 downloads
Net::Google 1.0
Net::Google is a simple OOP-ish interface to the Google SOAP API. more>>
Net::Google is a simple OOP-ish interface to the Google SOAP API.
SYNOPSIS
use Net::Google;
use constant LOCAL_GOOGLE_KEY => "********************************";
my $google = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $search = $google->search();
# Search interface
$search->query(qw(aaron straup cope));
$search->lr(qw(en fr));
$search->starts_at(5);
$search->max_results(15);
map { print $_->title()."n"; } @{$search->results()};
# or...
foreach my $r (@{$search->response()}) {
print "Search time :".$r->searchTime()."n";
# returns an array ref of Result objects
# the same as the $search->results() method
map { print $_->URL()."n"; } @{$r->resultElements()};
}
# Spelling interface
print $google->spelling(phrase=>"muntreal qwebec")->suggest(),"n";
# Cache interface
my $cache = $google->cache(url=>"http://search.cpan.org/recent");
print $cache->get();
Provides a simple OOP-ish interface to the Google SOAP API
<<lessSYNOPSIS
use Net::Google;
use constant LOCAL_GOOGLE_KEY => "********************************";
my $google = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $search = $google->search();
# Search interface
$search->query(qw(aaron straup cope));
$search->lr(qw(en fr));
$search->starts_at(5);
$search->max_results(15);
map { print $_->title()."n"; } @{$search->results()};
# or...
foreach my $r (@{$search->response()}) {
print "Search time :".$r->searchTime()."n";
# returns an array ref of Result objects
# the same as the $search->results() method
map { print $_->URL()."n"; } @{$r->resultElements()};
}
# Spelling interface
print $google->spelling(phrase=>"muntreal qwebec")->suggest(),"n";
# Cache interface
my $cache = $google->cache(url=>"http://search.cpan.org/recent");
print $cache->get();
Provides a simple OOP-ish interface to the Google SOAP API
Download (0.016MB)
Added: 2006-11-20 License: Perl Artistic License Price:
1069 downloads
Xtra Screen Hacks 0.1
Xtra Screen Hacks is a collection of graphics display modes that are meant to be run with a daemon such as XScreenSaver. more>>
Xtra Screen Hacks is a collection of graphics display modes that are meant to be run with a daemon such as XScreenSaver.
"Daisy" draws spinning flowers, and "Twinkle" draws a twinkling star field.
Compilation of Xtra Screen Hacks depends only on xlib.
Installation:
The configure script is not up and running yet, so the Makefiles and config.h are hacked versions of the ones xscreensavers configure script generated on the authors machine. If your system differs from the authors (i686 Debian GNU/Linux) then the build will probably not work for you, unless you hack the Makefiles and possibly config.h to modify the variables and defines.
If the Makefiles and config.h are ok, then simply run
$ make
to generate the binaries. They will be in the hacks directory.
If you have a copy of XScreensaver installed from the tarball, run
$ make install
If not, you will need to copy the files to their target directories by hand. Search for deluxe, deluxe.xml, and deluxe.1 (or deluxe.man, deluxe.6x.gz, etc) using locate, find, or whereis to figure out where they should go. The binaries and xml files must be in the correct directories
to work properly with xscreensaver-demo.
You will need to add entries to your .xscreensaver file by hand. Open $HOME/.xscreensaver in your favorite text editor and paste the following two lines into the "programs" section:
--snip----------------
- daisy -root n
- twinkle -root n
--snip----------------
Then run xscreensaver-demo to activate and configure the hacks.
If you dont have XScreensaver at all, just enjoy the hacks in an X window.
If make install worked for you, type
$ make uninstall
when you no longer want the new screen hacks.
<<less"Daisy" draws spinning flowers, and "Twinkle" draws a twinkling star field.
Compilation of Xtra Screen Hacks depends only on xlib.
Installation:
The configure script is not up and running yet, so the Makefiles and config.h are hacked versions of the ones xscreensavers configure script generated on the authors machine. If your system differs from the authors (i686 Debian GNU/Linux) then the build will probably not work for you, unless you hack the Makefiles and possibly config.h to modify the variables and defines.
If the Makefiles and config.h are ok, then simply run
$ make
to generate the binaries. They will be in the hacks directory.
If you have a copy of XScreensaver installed from the tarball, run
$ make install
If not, you will need to copy the files to their target directories by hand. Search for deluxe, deluxe.xml, and deluxe.1 (or deluxe.man, deluxe.6x.gz, etc) using locate, find, or whereis to figure out where they should go. The binaries and xml files must be in the correct directories
to work properly with xscreensaver-demo.
You will need to add entries to your .xscreensaver file by hand. Open $HOME/.xscreensaver in your favorite text editor and paste the following two lines into the "programs" section:
--snip----------------
- daisy -root n
- twinkle -root n
--snip----------------
Then run xscreensaver-demo to activate and configure the hacks.
If you dont have XScreensaver at all, just enjoy the hacks in an X window.
If make install worked for you, type
$ make uninstall
when you no longer want the new screen hacks.
Download (0.067MB)
Added: 2006-03-06 License: MIT/X Consortium License Price:
1332 downloads
Digital Camera Protocol 0.0
Digital Camera Protocol is another command-line utility for DC21x cameras, this one looks and works just like ftp command. more>>
Digital Camera Protocol is another command-line utility for DC21x cameras, this one looks and works just like "ftp" command. Not written by me, but uses some of my low-level Kodak code from digicam.
<<less Download (0.015MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1102 downloads
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
]
}
}
<<lessSYNOPSIS
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
]
}
}
Download (0.004MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1074 downloads
Kwiki::SOAP::Google 0.04
Kwiki::SOAP::Google is an experiment with SOAP request to Google through wafl. more>>
Kwiki::SOAP::Google is an experiment with SOAP request to Google through wafl.
SYNOPSIS
{googlesoap my search terms}
This is a WAFL phrase for Kwiki that allows searches of google through their SOAP API. You must have your own Google API key to use it. If you do not have one you can get one from Google:
http://www.google.com/apis/
After installation you must edit the Kwiki::SOAP::Google file to add your key (this will be improved at a later time).
<<lessSYNOPSIS
{googlesoap my search terms}
This is a WAFL phrase for Kwiki that allows searches of google through their SOAP API. You must have your own Google API key to use it. If you do not have one you can get one from Google:
http://www.google.com/apis/
After installation you must edit the Kwiki::SOAP::Google file to add your key (this will be improved at a later time).
Download (0.009MB)
Added: 2006-11-22 License: Perl Artistic License Price:
1066 downloads
WWW::Cache::Google::Imode 0.04
WWW::Cache::Google::Imode is a URI class for Google proxy on i-mode. more>>
WWW::Cache::Google::Imode is a URI class for Google proxy on i-mode.
SYNOPSIS
use WWW::Cache::Google::Imode;
$cache = WWW::Cache::Google::Imode->new(http://www.yahoo.com/);
$url = $cache->as_string; # cache URL
$html = $cache->fetch; # fetches via LWP::Simple
Easy conversion from HTML to CHTML. Thats google on i-mode!
WWW::Cache::Google::Imode provides an easy way conversion from an URL to Google i-mode proxy/cache URL.
<<lessSYNOPSIS
use WWW::Cache::Google::Imode;
$cache = WWW::Cache::Google::Imode->new(http://www.yahoo.com/);
$url = $cache->as_string; # cache URL
$html = $cache->fetch; # fetches via LWP::Simple
Easy conversion from HTML to CHTML. Thats google on i-mode!
WWW::Cache::Google::Imode provides an easy way conversion from an URL to Google i-mode proxy/cache URL.
Download (0.003MB)
Added: 2006-11-22 License: Perl Artistic License Price:
1067 downloads
Apache::No404Proxy::Google 0.05
Apache::No404Proxy::Google is an implementation of Apache::No404Proxy. more>>
Apache::No404Proxy::Google is an implementation of Apache::No404Proxy.
SYNOPSIS
# in httpd.conf
PerlTransHandler Apache::No404Proxy::Google
PerlSetVar GoogleLicenseKey **************
Apache::No404Proxy::Google is one of the implementations of Apache::No404Proxy. This module uses SOAP::Lite to fetch Google cache.
<<lessSYNOPSIS
# in httpd.conf
PerlTransHandler Apache::No404Proxy::Google
PerlSetVar GoogleLicenseKey **************
Apache::No404Proxy::Google is one of the implementations of Apache::No404Proxy. This module uses SOAP::Lite to fetch Google cache.
Download (0.003MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1061 downloads
PurpleWiki::Search::Google 0.94
PurpleWiki::Search::Google is a Perl module to search google from PurpleWiki. more>>
PurpleWiki::Search::Google is a Perl module to search google from PurpleWiki.
SYNOPSIS
This module includes the top ten results from google.com for a query when performing a search in PurpleWiki.
Search results from google.com can be accessed the SOAP remote API. This module uses that API to pass a query from PurpleWiki to google to retrieve the top ten results.
To enable this search changes must be made to the PurpleWiki configuration file, config:
SearchModule = Google
GoogleWSDL = /path/to/GoogleSearch.wsdl
GoogleKey =
To get a google API key, visit http://www.google.com/apis/
<<lessSYNOPSIS
This module includes the top ten results from google.com for a query when performing a search in PurpleWiki.
Search results from google.com can be accessed the SOAP remote API. This module uses that API to pass a query from PurpleWiki to google to retrieve the top ten results.
To enable this search changes must be made to the PurpleWiki configuration file, config:
SearchModule = Google
GoogleWSDL = /path/to/GoogleSearch.wsdl
GoogleKey =
To get a google API key, visit http://www.google.com/apis/
Download (0.14MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1068 downloads
Tie::Google 0.03
Tie::Google is a Perl module with single-variable access to Google search results. more>>
Tie::Google is a Perl module with single-variable access to Google search results.
SYNOPSIS
my $KEYFILE = glob "~/.googlekey";
my ($g, @g, %g);
# Tied array interface
tie @g, "Tie::Google", $KEYFILE, "perl";
for my $r (@g) {
printf " *,
$r->{URL}, $r->{title};
}
# Tied hash interface
tie %g, "Tie::Google", $KEYFILE;
for my $term (qw[ perl python ruby ]) {
my $res = $g{$term};
printf "%d results for %s:n", scalar @$res, $term;
for my $r (@$res) {
printf " * ,
$r->{URL}, $r->{title};
}
}
# Tied scalar interface: I Feel Lucky
use LWP::Simple qw(getprint);
tie $g, "Tie::Google", $KEYFILE, "perl";
getprint($g->{URL});
<<lessSYNOPSIS
my $KEYFILE = glob "~/.googlekey";
my ($g, @g, %g);
# Tied array interface
tie @g, "Tie::Google", $KEYFILE, "perl";
for my $r (@g) {
printf " *,
$r->{URL}, $r->{title};
}
# Tied hash interface
tie %g, "Tie::Google", $KEYFILE;
for my $term (qw[ perl python ruby ]) {
my $res = $g{$term};
printf "%d results for %s:n", scalar @$res, $term;
for my $r (@$res) {
printf " * ,
$r->{URL}, $r->{title};
}
}
# Tied scalar interface: I Feel Lucky
use LWP::Simple qw(getprint);
tie $g, "Tie::Google", $KEYFILE, "perl";
getprint($g->{URL});
Download (0.010MB)
Added: 2006-11-21 License: Perl Artistic License Price:
1067 downloads
Lyrics::Fetcher::Google 0.02
Lyrics::Fetcher::Google is a Perl module to get some lyrics. more>>
Lyrics::Fetcher::Google is a Perl module to get some lyrics.
SYNOPSIS
use Lyrics::Fetcher;
$Lyrics::Fetcher::gid = ;
print Lyrics::Fetcher->fetch(" "," ","Google");
This module tries to find lyrics on the web. Sometimes it works. But it probably wont.
It searches google for an initial set. It then finds the largest block of plain text in the top 5 results. Those results are then compared to one another and weighted.
The idea being that a large block of text on one site may be a bunch of poo, but a large area of similar text on multiple sites most likely is the lyrics for which you are looking.
<<lessSYNOPSIS
use Lyrics::Fetcher;
$Lyrics::Fetcher::gid = ;
print Lyrics::Fetcher->fetch(" "," ","Google");
This module tries to find lyrics on the web. Sometimes it works. But it probably wont.
It searches google for an initial set. It then finds the largest block of plain text in the top 5 results. Those results are then compared to one another and weighted.
The idea being that a large block of text on one site may be a bunch of poo, but a large area of similar text on multiple sites most likely is the lyrics for which you are looking.
Download (0.010MB)
Added: 2006-11-24 License: Perl Artistic License Price:
1065 downloads
Ruby/Google 0.6.0
Ruby/Google offers a higher-level abstraction of Googles SOAP-driven Web API. more>>
Ruby/Google offers a higher-level abstraction of Googles SOAP-driven Web API. Ruby/Google module allows the user to programatically query the Google search engine from Ruby.
The aim of the library is to shield the programmer from the details of the raw data structures returned by the Web API, and in the process make the API more accessible for everyday use.
<<lessThe aim of the library is to shield the programmer from the details of the raw data structures returned by the Web API, and in the process make the API more accessible for everyday use.
Download (0.025MB)
Added: 2006-02-10 License: GPL (GNU General Public License) Price:
1351 downloads
Net::Google::tool 1.0.1
Net::Google::tool is a base class for Net::Google service classes. more>>
Net::Google::tool is a base class for Net::Google service classes.
Base class and shared methods for Net::Google service classes.
SYNOPSIS
use Net::Google;
use constant LOCAL_GOOGLE_KEY => "********************************";
my $google = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $search = $google->search();
# Search interface
$search->query(qw(aaron straup cope));
$search->lr(qw(en fr));
$search->starts_at(5);
$search->max_results(15);
map { print $_->title()."n"; } @{$search->results()};
# or...
foreach my $r (@{$search->response()}) {
print "Search time :".$r->searchTime()."n";
# returns an array ref of Result objects
# the same as the $search->results() method
map { print $_->URL()."n"; } @{$r->resultElements()};
}
# Spelling interface
print $google->spelling(phrase=>"muntreal qwebec")->suggest(),"n";
# Cache interface
my $cache = $google->cache(url=>"http://search.cpan.org/recent");
print $cache->get();
<<lessBase class and shared methods for Net::Google service classes.
SYNOPSIS
use Net::Google;
use constant LOCAL_GOOGLE_KEY => "********************************";
my $google = Net::Google->new(key=>LOCAL_GOOGLE_KEY);
my $search = $google->search();
# Search interface
$search->query(qw(aaron straup cope));
$search->lr(qw(en fr));
$search->starts_at(5);
$search->max_results(15);
map { print $_->title()."n"; } @{$search->results()};
# or...
foreach my $r (@{$search->response()}) {
print "Search time :".$r->searchTime()."n";
# returns an array ref of Result objects
# the same as the $search->results() method
map { print $_->URL()."n"; } @{$r->resultElements()};
}
# Spelling interface
print $google->spelling(phrase=>"muntreal qwebec")->suggest(),"n";
# Cache interface
my $cache = $google->cache(url=>"http://search.cpan.org/recent");
print $cache->get();
Download (0.017MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1061 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above camera hacks with google search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed