Browsing projects by Tag(s)

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

Showing page 1 of 2

Screen capture program that allows for region/window/full-screen screenshots. Can FTP screenshots and put the URL in your clipboard in a single keystroke. Supports automatic custom naming conventions with variables. Optionally can interface with image editing software.

5.0
 
  0 reviews  |  8 users  |  164,067 lines of code  |  3 current contributors  |  Analyzed 9 days ago
 
 

Show a stream of your online activity with jQuery. Supports: - Dailymotion - Delicious - DeviantART - Dribbble - Flickr - Forrst - Foursquare - Github - Google Reader - Iusethis - Last.fm - PicPlz - Pinboard - Reddit - Slideshare - Stackoverflow - Tumblr - Twitter - Vimeo - ... [More] Youtube You can also extend the plug-in with other services. [Less]

5.0
 
  0 reviews  |  3 users  |  10,675 lines of code  |  8 current contributors  |  Analyzed 3 days ago
 
 

Pubwich is an open-source PHP Web application that allows you to aggregate your published data from multiple Websites and services into a single HTML page.

5.0
 
  0 reviews  |  2 users  |  5,188 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

The Lazy Widget Loader WordPress plugin provides lazy loading for widgets to improve page loading. Use it on slow widgets, especially those where external data is loaded, like widgets from Facebook, Twitter, AdSense, … What this plugin basically does is to postpone loading the content of those ... [More] widgets you choose, so that their content is loaded after the main content of the page that is displayed. You can choose which widgets should be loaded like that, by default the plugin does not “impose” itself on any widget. You may also choose to display a throbber while the content of a widget is loaded. [Less]

5.0
 
  0 reviews  |  1 user  |  778 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

Hubbub is a desktop application based around the FriendFeed API. You can think of it as an alternative skin for the FriendFeed website, one that does not require you to use a web browser.

4.0
   
  0 reviews  |  1 user  |  5,418 lines of code  |  3 current contributors  |  Analyzed almost 3 years ago
 
 

This Project deals with the construction of several sensors that measure the activity of web users based on a location. The number of persons that use social networks like Twitter, Facebook and Flickr increases everyday, making more personal information to be available on the web. Those sensors will ... [More] measure the activity on the social networks and collect some data available on those networks in order to sense the urban activity. Finally, this study will generate a wider view on the most active areas taking into account the physical and temporal dimensions and making that information available throw a Web Service. [Less]

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

flickr, pownce, twitter+ .NET 2.0 client library and simple GUI. Likely adding picasa, facebook, LinkedIn, other services as well.

0
 
  0 reviews  |  0 users  |  2,456 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

My Web Feed is a PHP script that allows you to display information from your different profile on site around the web in a single feed. The feed acts much like a facebook feed and any site that has an API can be used.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Dear coreylib Fans, coreylib is moving to github. Google Code was cool, but github is what open source project hosting should be. http://github.com/collegeman/coreylib I'll be leaving the Google Code project up until March 2010, at which point the project will be closed. Peace, Aaron

0
 
  0 reviews  |  0 users  |  1,696 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

django-syncrSynchronize Django with the webThis project supplies everything needed to sync a Django project with several web APIs. It currently supports 8 services: Flickr (http://flickr.com) Youtube (http://youtube.com) del.icio.us (http://del.icio.us) Twitter (http://twitter.com) ma.gnolia ... [More] (http://ma.gnolia.com) Picasaweb (http://picasaweb.google.com) Readernaut (http://readernaut.com) Brightkite (http://brightkite.com) Additional web services can be added easily. Suggestions for more services and/or patches welcome. For an excellent example of django-syncr in action, check out Martin Geber's custom memory stream on his homepage. Latest version: r47UPDATE 12/14/2008 Merged in a ton of Flickr patches and repackaged r47 into download archive labeled version 0.41. There's a ton of great changes (thanks Martin Geber). For a list of new features, examine the change log. This WILL be backwards incompatible because the models contain a richer set of data fields, so watch out. Previous UpdatesUPDATE 12/12/2008 Have packaged the lastest svn code into a downloadable archive labeled v0.40. It includes all the apps listed above and works on Django 1.0. Not sure what the status of the previous archive was, but it was certainly far out of date. UPDATE 10/28/2008 Just checked in several bug fixes and flagged some feature requests for addition to the app. Also, if you have ideas for django-syncr modules you'd like to see added or want to implement, leave comments on the SyncrRequest wiki page. UPDATE 9/20/2008 Have merged in support for ma.gnolia bookmarking service and picasaweb photo sharing (thanks yashh and v.oostveen!) Also fixed a few bugs related to the 1.0 update. These are in subversion release... please test and let us know how things are working for you. UPDATE 8/5/2008 Django syncr's SVN version now supports ma.gnolia thanks to yash and new forms admin is now supported thanks to jblount. Several other bug fixes are implemented (see issues tab). Thanks to everyone who sent in patches! UPDATE 4/17/2008 New version available in svn and in archive file format (0.35). This should fix, hopefully, all of the problems people have been having with Flickr. Please test and let me know and thanks for the feedback! Also note that you should be running Beej's flickrapi version 1.1 for flickr support. UPDATE 4/15/2008: Sorry for the lack of updates. I have made several fixes from issues people reported and update the subversion repository. I suggest using the svn checkout instead of the packaged zip files for now. Thanks for the feedback, feel free to email me or look me up on twitter with suggestions. DEPENDENCIESEach syncr app has different dependencies, but generally you need Element Tree. ET is included in Python 2.5, but for older versions you need to download it from http://effbot.org/zone/element-index.htm. You also need to have django-tagging installed in your INSTALLED_APPS and on PYTHONPATH. See http://code.google.com/p/django-tagging/ The twitter app depends on python-twitter, available at: http://code.google.com/p/python-twitter/ The flickr app depends on Beej's Python flickrapi v1.1, available at: http://flickrapi.sourceforge.net/ INSTALLATION / USAGEDownload the most recent tar file or check out the code: svn checkout http://django-syncr.googlecode.com/svn/trunk/ syncr Add the syncr app to your PYTHONPATH. Modify your Django settings file by adding the appropriate modules to your INSTALLED_APPS. Available Django apps are: 'syncr.flickr' 'syncr.youtube' 'syncr.twitter' 'syncr.delicious' Use the interfaces provided in syncr.app to write scripts for synchronizing your web service data with the Django backend. For example: from syncr.app.flickr import FlickrSyncr f = FlickrSyncr(API_KEY, API_SECRET) # sync all my photos from the past week... f.syncRecentPhotos('username', days=7) # sync my favorite photos list f.syncPublicFavorites('username')Pydocs of the methods available in these interfaces are here. Explore the results in the Django admin interface. CHANGELOGv0.40 (Dec 11, 2008) First packaged (non-SVN) release in a while Support for readernaut, brightkite, picasa, and ma.gnolia added at various points Some bug fixes v0.35 (Apr 17, 2008) Major bug fixes with flickr module v0.31 (Mar 18, 2008) Bug fixes; now works with Python 2.3 Changed User models for Twitter and Youtube, now users TwitterUser and YoutubeUser v0.30 (March 18, 2008) Added support for Flickr EXIF data (Thanks Yash!) Added Flickr Geo data (latitutde, longitude and accuracy) These two changes will break your Flickr Photo models (ie. syncr reset flickr or use SQL to ALTER TABLE) Changed Twitter User model to allow Followers and Friends to be null Added syncPhoto method to FlickrSyncr to sync an individual photo Added ability to refresh individual photos by passing refresh=True to the new syncPhoto method v0.21 (Feb 20, 2008) Bug fixes with FlickrSyncr and YoutubeSyncr v0.20 (Feb 19, 2008) Initial release More details and contact info on my blog announcement [Less]

0
 
  0 reviews  |  0 users  |  3,025 lines of code  |  0 current contributors  |  Analyzed 4 days 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.