Browsing projects by Tag(s)

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

Showing page 1,275 of 1,328

PythonHatenaText is a library to format text with Hatena style. This module is a port from the perl module Text::Hatena. For more information, please visit http://search.cpan.org/dist/Text-Hatena/.

0
 
  0 reviews  |  0 users  |  443 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

The whole concept of Twerp is to allow your Twitter (or Laconi.ca) data stream to be pulled, formatted via a template you can control and then output to the console. It also allows you to post a status message or send a direct message. That's it in a nutshell. You can access the following ... [More] data streams: Friends Timeline Your Timeline Your Replies Direct Messages sent to you Options: -c --config Location of the configuration file. The default file ~/.twerp.cfg is created and populated the first time you run Twerp. -U --username User ID - needed only the first time you run Twerp as Twerp will save the value. -P --password Account Password - also only needed once. -T --template Template string. This string is used to format the data received from Twitter. Details on the format can be found below. -d --direct Send a direct message. -t --timeline Twerp will ouput your timeline. -f --friends Twerp will output your friend's timeline. -r --replies Twerp will output replies to you. -p --public Twerp will output the public timeline. -u --url Twitter compatible APIExamples: twerp -U bear -P sekrit -f twerp -frp twerp status message to post twerp -d decklin direct message to decklinTemplate Format If you are familiar with how Python specifies the format string then you know exactly how this works :) Each post coming from Twitter has the following parts: Field Template user_id %(user_id)s user_name %(user_name)s user_screen_name %(user_screen_name)s user_description %(user_description)s user_location %(user_location)s user_protected %(user_protected)s user_url %(user_url)s user_profile_image_url %(user_profile_image_url)s id %(id)s text %(text)s source %(source)s created_at %(created_at)sThe parts of each post is stored in a dictionary and then passed to Python as the formatted data source. To reference the parts, place a field reference in your template string. The default template string is: %(user_screen_name)s: %(text)s [Less]

0
 
  0 reviews  |  0 users  |  276 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

(en) Russian Text Convertor is a JavaScript program that processes a text in the text/plain format and produces a corrected output according to the Russian typographical conventions. (ru) Russian Text Convertor — это программа на JavaScript, которая обрабатывает ... [More] текст в формате text/plain и выдаёт результат, скорректированный согласно русским типографским традициям. [Less]

0
 
  0 reviews  |  0 users  |  41 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

A simple template engine, written in Python. Templates hold no logic, with nodes being cloned and repeated according the the data applied. This template was designed as a way to convert JSON to HTML/XML.

0
 
  0 reviews  |  0 users  |  317 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Astronomex is meant to be a framework allowing to describe, store, access and manipulate any kind of astronomical datasets in a generical way. It practically consists of a python library used to load and use astrox files. Astrox files contain the scientifical description of datasets as well as ... [More] pointers to the science, calibration and metadata for each dataset. [Less]

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

OverviewCsikk is a small webserver written in Python. It extends the SimpleHTTPRequestHandler found in the standard Python library (not the best solution but reduces library dependencies and helps portability). What Csikk does is it makes possible to browse someone's music folder on the network ... [More] , view music files metadata (not just pure filenames) and download directory contents as ZIP or as M3U playlist for streaming using your favourite music player. Csikk was not intented for massive usage rather to share music with the guys at home and/or at the office. Ideally you would need Csikk in situations like when only one computer is connected to the speaker system on a network, and copying large folders from one machine to another instead of streaming them would be a waste of time. Here are some screenshots and the list of features. The following third-party libraries are required: Jinja (HTML templating system) PyYaml (YAML parser for Python) mutagen (media metadata information) Since Csikk was built on Jinja templates, you can customize the look and feel pretty easily by editing the HTML and CSS files. Furthermore there's an option in the config file to specify the template you want to use. Csikk comes with two default templates, one with an integrated flash-based music player. Current version: 0.4.2 Please read Todos and Plans and feel free to share your comments and suggestions with me! Issues and limitationsFor a list of issues please have a look at the issues list. Current limitations: csikk only handles .mp3 and .ogg metadata, cause I didn't have much time to further examine the mutagen lib (just as of yet of course) since csikk relies on the standard BaseHTTPServer of Python and it is very a simple thing, csikk is really meant for streaming on a LAN Releases and changes0.4.2fixed a bug which prevented Internet Explorer to display pages well updated the non-flash template to really differ only in the exclusion of XSPF 0.4.1this is a bugfix release: fixed thread handling (now stream threads terminate correctly) now ZIP files are also served in a separate thread 0.4now handling cache control HTTP headers (If-Modified-Since and Last-Modified) simple object cache for storing generated templates threads (now streaming has no effect on browsing) fixed startup path searching 0.2 and 0.3all css defs are now in style.css (stripped from the html) added sessions to store view settings swf player button added (using XSPF Player) now song lengths appear too minor usability changes: folderlist is completely invisble when its count is zero... ...and filelist behaves also the same. added breadcrumb navigation other small changes in the layout added types.yaml (for tuning the filelist) now folders are downloadable as a single zip added config options allow-zip-downloads and zip-name 0.1.1got rid off some redundand code (source is now more modular!) added support for ogg vorbis files! added new config options: template and m3u-name (also added some guiding comments to the config file!) added a play button next to folder names to increase usability 0.1initial release [Less]

0
 
  0 reviews  |  0 users  |  892 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

When I watch a TV show it can download next episode automatically.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

Kuihua is just another peer-to-peer streaming software. The only difference is I am going to write the whole system in Python.

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
Compare

Lpmp is a media player in the style of gnump3d. It allows you to listen to your mp3 media anywhere you have access to any modern computer that is JavaScript capable and has the Adobe Flash Plug-in installed.

0
 
  0 reviews  |  0 users  |  8,595 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 

This project is intented for users to create meta-services.

0
 
  0 reviews  |  0 users  |  198 lines of code  |  0 current contributors  |  Analyzed 3 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.