Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1
Compare

Wuil is a wordpress theme based on Yahoo Boss Comments Link Redirectis a wordpress plugin that can keep spammers harm the pagerank of your blogs.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 5 days ago
 
 

This is a simple Java wrapper for the Yahoo! Search BOSS API. It allows web, image and news searching and returns the results as simple POJOs. For simplicity and minimal dependencies it uses java.net.HTTPURLConnection to send requests to BOSS. This can be easily extended to use another http ... [More] implementation (e.g. Apache Commons HttpClient) It supports paging the results as well as the optional BOSS filters (where applicable) for filtering out pornographic and hate related materials. Example usage : WebSearch ws = new WebSearch(); ws.search("lolcats"); System.out.println("Total hits : " + ws.getTotalResults()); List results = ws.getResults(); for(WebSearchResult result : results){ System.out.println(result.getTitle()); } The produced library is dependant upon org.json.jar for parsing the returned results, for ease of use this gets bundled into the boss.jar The only other dependency is on junit. In order to use this you will need a Yahoo! BOSS API key, which you can get from Yahoo! BOSS You will need to enter your API KEY into the BOSSSearch.java source before building the library for use in your own projects. [Less]

0
 
  0 reviews  |  0 users  |  1,137 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Currently for FireFox : This extension adds menus that take you to a random page in the Internet. Every time you click View > Random Page menu or Ctrl +'/' key, the extension loads a random page from the internet. You can also add the associated tool bar icon provided and click it every ... [More] time you want to load a random page. Please feel free to extend this for Chrome and IE Support Support for this add-on is provided by the developer at http://notionforge.com/RandomPage or by sending an e-mail to santthosh@ieee.org [Less]

0
 
  0 reviews  |  0 users  |  241 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

I created a little Yahoo! BOSS Lib for codeIgniter and PHP. There are 2 versions: CodeIgniter library PHP(5) Class Please take a look at the WIKI for documentation, or download the files at the downloads tab.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.