Browsing projects by Tag(s)

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

Showing page 1 of 1

<?php $me = TristanRoberts::getInstance( ); $related_sites = $me->items->computer->browser->getWebHistory( "code.google.com/p/tristanroberts*", BROWSER_SORT_HTTP_ONLY, BROWSER_SORT_MOST_COMMON ); foreach ( $related_sites as $site ) { echo $site->getURL( ), " - ... [More] ", $site->getDescription( ), ($site->isBookmarked ? " - " . $site->bookmarked->getUserDescription : ""); } // Outputs something like: // http://web.tristanroberts.name/ - The personal website of Tristan Roberts - Uses Google Code for storing downloads and documentation ?>Non-PHP DescriptionI use this Google Code Repository for hosting small code snippets and classes. For more information on them, head over to my main site. [Less]

0
 
  0 reviews  |  0 users  |  149 lines of code  |  0 current contributors  |  Analyzed about 2 years 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.