Cool Google Search Mashups


 
Thread Tools Search this Thread
Top Forums Web Development Cool Google Search Mashups
# 1  
Old 07-17-2008
Cool Google Search Mashups

One of my favorite mashups is the Google search mashup.

You can see it here at the top right hand corner of the site; where you enter a normal Google search work or phrase and Google serves the result, mashedup, back into your site.

The same is true on The CEP Blog, where there the same mashup is used in one of the WordPress widgets on the right side at The Complex Event Processing (CEP) Blog

So, if you have a web site I recommend you use this mashup.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

YouTube: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search

Getting a bit more comfortable making quick YT videos in 4K, here is: Search Engine Optimization | How To Fix Soft 404 Errors and A.I. Tales from Google Search Console https://youtu.be/I6b9T2qcqFo (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

Google Site Search in Search Drop Down Menu (Again)

Have just added (after missing for some time), the latest version of Google Site Search for our site in the Navbar Search Menu: https://www.unix.com/members/1-albums215-picture791.png Cheers and Enjoy. Here is the URL for that link in case you need it: https://goo.gl/P8p82c (4 Replies)
Discussion started by: Neo
4 Replies

3. What is on Your Mind?

Changes to Google Site Search Location

We are going to move the Google Site Search that is located in the upper right hand corner of the site to the toolbar. Both are showing at the moment, and the plans is to create a UserCP option to "turn on" the Google Site Search where it is currently showing for users who prefer not to use the... (2 Replies)
Discussion started by: Neo
2 Replies

4. UNIX for Advanced & Expert Users

google search changes with an underscore

How does adding an underscore change a google search? I was searching for John Elway and got different results with and without an unscore. (3 Replies)
Discussion started by: cokedude
3 Replies

5. Web Development

Google search appliance

Please let me know if Google search appliance supports JSON or XML interface? If yes please provide some references (3 Replies)
Discussion started by: uunniixx
3 Replies

6. Shell Programming and Scripting

A google search shellscript

This little doey allows you do fire up a google search right from your terminal. --------------------------------------------------- #!/bin/sh #(save me into the path as "google") clear && for i in "$@"; do lynx http://www.google.com/search?q="$@"; done ... (3 Replies)
Discussion started by: JoeTheGuy
3 Replies
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)