mirror of
https://github.com/kennethreitz-archive/.com.git
synced 2026-06-21 15:51:00 +00:00
213 lines
8.2 KiB
HTML
213 lines
8.2 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<title>Open Projects</title>
|
||
<meta charset="utf-8" />
|
||
<link rel="stylesheet" href=".././theme/css/main.css" type="text/css" />
|
||
<link href=".././feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Kenneth's log ATOM Feed" />
|
||
|
||
|
||
|
||
|
||
<!--[if IE]>
|
||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||
|
||
<!--[if lte IE 7]>
|
||
<link rel="stylesheet" type="text/css" media="all" href=".././css/ie.css"/>
|
||
<script src=".././js/IE8.js" type="text/javascript"></script><![endif]-->
|
||
|
||
<!--[if lt IE 7]>
|
||
<link rel="stylesheet" type="text/css" media="all" href=".././css/ie6.css"/><![endif]-->
|
||
|
||
</head>
|
||
|
||
<body id="index" class="home">
|
||
|
||
<a href="http://github.com/kennethreitz/">
|
||
|
||
<img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" />
|
||
|
||
</a>
|
||
|
||
<header id="banner" class="body">
|
||
<h1>
|
||
<a href="../.">Kenneth's log </a>
|
||
</h1>
|
||
|
||
<nav><ul>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li >
|
||
<a href=".././category/Life.html">Life</a>
|
||
</li>
|
||
|
||
<li >
|
||
<a href=".././category/Code.html">Code</a>
|
||
</li>
|
||
|
||
<li >
|
||
<a href=".././category/projects.html">projects</a>
|
||
</li>
|
||
|
||
|
||
</ul></nav>
|
||
|
||
</header><!-- /#banner -->
|
||
|
||
|
||
<section id="content" class="body">
|
||
<h1 class="entry-title">Open Projects</h1>
|
||
|
||
<div class="section" id="osxpython-org-best-practices-for-pythonistas-using-os-x">
|
||
<h2>OSXPython.org: Best Practices for Pythonistas using OS X</h2>
|
||
<p>OSXPython.org is a (work in progress) website detailing Python best practices for OS X developers. Topics will include Proper Installation, Pip & Distribute, Building redistributable applications with Py2App + PyQt, Virtualenvs, Source Control techniques, &c.
|
||
{ Source on GitHub } { Website }</p>
|
||
<div class="section" id="released-python-modules">
|
||
<h3>Released Python Modules</h3>
|
||
</div>
|
||
</div>
|
||
<div class="section" id="tablib-tabular-dataset-library">
|
||
<h2>Tablib: Tabular Dataset Library</h2>
|
||
<p>Tablib is a simple module for working with tabular datasets. It allows you create tables of data using standard Python datatypes, manipulate them, and easily export to Excel, JSON, YAML, and CSV.
|
||
{ Source on GitHub } { PyPi Listing }</p>
|
||
</div>
|
||
<div class="section" id="showme-quick-application-debugging-and-analysis">
|
||
<h2>ShowMe: Quick application debugging and analysis</h2>
|
||
<p>ShowMe is a simple set of extremely useful function decorators for Python. It allows you to view trace information, execution time, cputime, and function documentation.
|
||
{ Source on GitHub } { PyPi Listing }</p>
|
||
</div>
|
||
<div class="section" id="xerox-system-copy-paste">
|
||
<h2>Xerox: System Copy+Paste</h2>
|
||
<p>Xerox is a copy + paste module for python. It’s aim is to be as incredibly simple as possible. Supported platforms are currently OS X, Linux, and Windows.
|
||
{ Source on GitHub } { PyPi Listing }</p>
|
||
</div>
|
||
<div class="section" id="gistapi-wrapper-for-the-gist-api">
|
||
<h2>GistAPI: Wrapper for the Gist API</h2>
|
||
<p>GistAPI is a simple Python wrapper for GitHub’s Gist API. It allows you to search, list, and manipluate Gists and their contents.
|
||
{ Source on GitHub } { PyPi Listing }</p>
|
||
</div>
|
||
<div class="section" id="argue-because-your-applications-need-a-good-argument">
|
||
<h2>Argue: Because your applications need a good argument!</h2>
|
||
<p>Argue is a command line parser, intended to make writing command line applications easy and painless. It uses built-in Python types (lists, dictionaries, etc) to define options, which makes configuration clear and concise. Additionally it contains possibility to handle subcommands (e.g. git commit or svn obliterate).
|
||
{ Source on GitHub } { PyPi Listing }</p>
|
||
<p>InstaReader.py: Adds Reader’s Starred Articles to Instapaper</p>
|
||
<p>Throughout the day, I access from Google Reader from my work computer, laptop, iPhone, iPad, etc. I find articles all the time that I’d love to take the time to read, but simply don’t have the time at the moment. I’m also a heavy user of Instapaper. Now I add a star to a post, and I don’t miss a thing.
|
||
{ Source on GitHub } (not yet added to cheeseshop)</p>
|
||
<p>TextMate Tools
|
||
kCode: TextMate Enhancement Bundle for Developers</p>
|
||
<p>kCode offers the ultimate in “Zen Coding”, completion, and various triggers for Python, HTML, CSS, and PHP development.
|
||
{ Source on GitHub }</p>
|
||
<p>krTheme: Rockin’ Dark Theme</p>
|
||
<p>krTheme offers the best of all worlds: readability, palette, distinction, and functionality. Most dark TextMate themes suck. This one rocks.
|
||
{ Source on GitHub }</p>
|
||
<p>DummyImage: DummyImage.com Snippet Bundle</p>
|
||
<p>DummyImage.tmBundle allows you to added dummy images into your HTML-scoped code with a simple dimg trigger.
|
||
{ Source on GitHub }</p>
|
||
<p>WordPress
|
||
WordPress Theme Skeleton</p>
|
||
<p>Every time I sit down to build a WordPress theme for a client, I end out starting the exact same way. So I decided to make a WordPress Theme skeleton. Not only does this saves me hours of time, but after months of refinement, this skeleton has brought my client themes to a whole new level.
|
||
{ Source on GitHub }</p>
|
||
<p>Asyncronous Google Analytics</p>
|
||
<p>A simple Asynchronous Google Analytics Plugin for WordPress.
|
||
{ Source on GitHub }</p>
|
||
<p>WP-Synax + Clippy</p>
|
||
<p>WP-Syntax + Clippy provides clean syntax highlighting for embedding source code within pages or posts. It also features GitHub’s Clippy for Copy+Paste of code examples.
|
||
{ Source on GitHub }</p>
|
||
<p>WP-Mustache</p>
|
||
<p>WP-Mustache gives WordPress defunkt’s logic-less templating engine. Forced MVC.
|
||
{ Source on GitHub }</p>
|
||
<p>Monolithic WordPress Theme</p>
|
||
<p>An old rendition of my website’s theme. It was pretty geektastic at the time. Up for grabs!
|
||
{ Source on GitHub }</p>
|
||
<p>Other
|
||
Open Icons</p>
|
||
<p>A repository of open Icons that are released under various unrestricted-use licenses.
|
||
{ Source on GitHub }</p>
|
||
<p>mdWiki: Simple Markdown Wiki in PHP</p>
|
||
<p>pmWiki + Skin + MarkDown. Pre-configured and Ready to rock. This used to be used for project and company documentation. I now use GitMine for such proposes, but you may still find mdWiki useful.
|
||
{ Source on GitHub }</p>
|
||
<p>Facebox/zerconf</p>
|
||
<p>Add a facebook-like iframe thickbox anywhere on your website.This is my fork of the kneath/facebox fork of defunkt/facebox that relies more on CSS and DataURIs. Zero-Configuration needed.
|
||
{ Source on GitHub }</p>
|
||
<p>…and more…</p>
|
||
<p>I’ve also contributed to a number of popular open source projects, including: Flask, git-extras, opster, logbook, &c.</p>
|
||
<p>Checkout the project archive to see a list of all my active repositories.</p>
|
||
<p>Project Archive</p>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
|
||
<section id="extras" class="body">
|
||
|
||
|
||
<div class="blogroll">
|
||
<h2>Links</h2>
|
||
<ul>
|
||
|
||
<li><a href="http://github.com/kennethreitz">GitHub Repos</a></li>
|
||
|
||
<li><a href="http://flickr.com/kennethreitz">Photography (Flickr)</a></li>
|
||
|
||
<li><a href="http://twitter.com/kennethreitz">Latest Tweets</a></li>
|
||
|
||
<li><a href="http://www.linkedin.com/in/kennethreitz">Résumé</a></li>
|
||
|
||
<li><a href="http://pick.im/kenneth-reitz">Design Portfolio</a></li>
|
||
|
||
<li><a href="http://laterstars.com/kennethreitz">Later Stars</a></li>
|
||
|
||
</ul>
|
||
</div><!-- /.blogroll -->
|
||
|
||
|
||
|
||
<div class="social">
|
||
|
||
<ul>
|
||
<li><a href=".././feeds/all.atom.xml" rel="alternate">atom feed</a></li>
|
||
|
||
|
||
|
||
<li><a href="http://facebook.com/kennethreitz">Facebook</a></li>
|
||
|
||
</ul>
|
||
</div><!-- /.social -->
|
||
|
||
|
||
</section><!-- /#extras -->
|
||
|
||
<footer id="contentinfo" class="body">
|
||
<address id="about" class="vcard body">
|
||
© 2011 Kenneth Reitz & co. All Rights Reserved.
|
||
</address><!-- /#about -->
|
||
|
||
</footer><!-- /#contentinfo -->
|
||
|
||
|
||
|
||
<script type="text/javascript">
|
||
var disqus_shortname = 'kennethreitz';
|
||
(function () {
|
||
var s = document.createElement('script'); s.async = true;
|
||
s.type = 'text/javascript';
|
||
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
|
||
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
||
}());
|
||
</script>
|
||
<script type="text/javascript" charset="utf-8">
|
||
var disqus_developer = 1;
|
||
</script>
|
||
|
||
</body>
|
||
</html> |