Browsing projects by Tag(s)

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

Showing page 1 of 2

OpenELEC is a GNU/Linux distro combined with XBMC to give you the best possible experience for watching you media. Including but not limited to tv-shows, movies, music, web-media, etc. It's built upon a less-is-more philosophy and aim to provide an all-in-one solution. Making you as the user ... [More] , more focused on the media you consume, rather than spending hour after hour to setup your environment. [Less]

5.0
 
  0 reviews  |  8 users  |  79,721 lines of code  |  67 current contributors  |  Analyzed 10 days ago
 
 

sec-wall is a feature packed high-performance security proxy supporting SSL/TLS, WSSE, HTTP Auth Basic/Digest, extensible authentication schemes based on custom HTTP headers and XPath expressions, powerful URL matching/rewriting and an optional headers enrichment. It's a security wall you ... [More] can conveniently fence the otherwise defenseless backend servers with. Visit the project's site at http://sec-wall.gefira.pl/ [Less]

5.0
 
  0 reviews  |  1 user  |  8,750 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

A customizable, extensible browser written in Python, utilising Qt through PyQt or PySide.

5.0
 
  0 reviews  |  1 user  |  7,418 lines of code  |  0 current contributors  |  Analyzed 12 months ago
 
 

Opensource version of nxinetkey, an application used to provide access through Stellenbosch University's firewall.

0
 
  0 reviews  |  1 user  |  1,647 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

Help people to search their friends on internet.

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

Este modulo simplifica muito a criação de sites CGI em Python. O seu principal objectivo é tornar tão simples a criação de um site HTTP em Python como em PHP.

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

IPlib is a Python module useful to convert amongst many different notations and to manage couples of address/netmask in the CIDR notation. Some example scripts ('ipconv', 'nmconv' and 'cidrinfo') are included.

0
 
  0 reviews  |  0 users  |  917 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

A simple web browser written in PyQt4.

0
 
  0 reviews  |  0 users  |  140 lines of code  |  0 current contributors  |  Analyzed 41 minutes ago
 
 

IRC server written in Python using the Twisted library.

0
 
  0 reviews  |  0 users  |  7,394 lines of code  |  3 current contributors  |  Analyzed 16 days ago
 
 

A pythonic library that provides a simple interface to the Twitter API. Values are normalized into python types. Pagination logic is abstracted. You can slice/get items from result set and forget about implementation. Just like: results[:100] or results[200:500] Search API included Lazy search. ... [More] Still in beta. Implemented so far: search trends/current trends/daily trends/weekly statuses/friends statuses/followers statuses/user_timeline statuses/destroy statuses/update users/show friendships/create account/verify_credentials account/rate_limit_status TODO: statuses/public_timeline statuses/friends_timeline statuses/mentions statuses/show direct_messages direct_messages/sent direct_messages/new direct_messages/destroy friendships/destroy friendships/exists friends/ids followers/ids account/end_session account/update_delivery_device account/update_profile_colors account/update_profile_image account/update_profile_background_image account/update_profile favorites favorites/create favorites/destroy notifications/follow notifications/leave blocks/create blocks/destroy blocks/exists blocks/blocking blocks/ids I'll be adding new features. Keep in touch. Usage # Authentication >>> import pytweet >>> api = pytweet.Twitter(username='testpy', password='pytweet') # Check credentials >>> api.is_authenticated() True >>> api.verify_credentials() # Returns (authenticated) user object # Limits >>> api.rate_remaining 20000 # Search >>> search = api.search('from:reflejo OR python') # Request not done yet. >>> res = search[:10] # Data is fetched and cached. >>> print res[0] >>> print len(res), res[0].text, res[0].from_user, res[0].created_at 10 Compiling qpid in a mother fucking toaster. #deprecated reflejo 2009-09-23 17:18:47 >>> res = search[:101] # Pagination is done automatically. >>> len(res) 101 # Trends >>> for date, trends in api.trends().iteritems(): ... trends[0] # Update >>> status = api.update('Big success!') >>> status.created_at, status.text (datetime.datetime(2009, 9, 23, 17, 28, 1), u'Big success!') # User >>> user = api.user('reflejo') >>> user.name u'Reflejo' >>> user.description u'All your whuffies are belong to us.' # Followers >>> for user in api.followers('reflejo'): ... user.name, user ... (u'mattbacak', ) (u'Soc. Media 4Business', ) (u'SEOptimise', ) (u'The Swop', ) (u'atommica', ) # [.....] # Friends >>> for user in api.friends('testpy'): ... user.name, user.status. user (u'Reflejo', , ) # Delete >>> api.destroy(12345) # Friends >>> statuses = api.user_timeline('Reflejo') >>> for status in api.user_timeline('testpy'): ... status.text, status ... (u'Big success!', ) [Less]

0
 
  0 reviews  |  0 users  |  798 lines of code  |  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.