Josh's Posts Tagged ‘django’
Delicious Bookmarks (2010-01-09 – 2010-01-27)
Recent links posted to Delicious:
- chartbeat – real-time website analytics and uptime monitoring Used by Mahalo.
- nvie.com » Blog Archive » A successful Git branching model
- Packaging reuseabe & testable Django apps with virtualenv, pip, and Fabric
- Evaluating Django Caching Options | codysoyland.com
- How to detect a page request from Safari 4’s Top Sites feature "In the current version of Safari 4 (4.0.4) the Top Sites request for the base page (but not its JS/CSS/image resources) carries an additional HTTP header, namely "X-Purpose: preview".
Delicious Bookmarks (2009-09-02 – 2009-09-08)
Recent links posted to Delicious:
- Geek & Mild by Sean Sperte | Creating a ‘Make Title Case’ Service in Snow Leopard system-wide service for converting text to title case
- 50 Useful New jQuery Techniques and Tutorials | Developer’s Toolbox | Smashing Magazine
- HTML 5 pocket book
- A List Apart: Articles: Inline Validation in Web Forms
- Django-SocialAuth – Login via twitter, facebook, openid, yahoo, google using a single app. — The Uswaretech Blog – Django Web Development
Delicious Bookmarks (2009-08-26 – 2009-09-01)
Recent links posted to Delicious:
- JollysFastVNC JollysFastVNC is a secure ARD and VNC client.
- Top 10 tips to a new django developer : Dpeepul Blog
- Social Media Icons — Paul Robert Lloyd
- Garbage collect every git repository on your machine Git repositories DO start to slow down after a while. They won't be as efficient in disk space utilization.
The following little bash script will crawl your whole hard drive, look for any git repositories, and then garbage collect, prune, and pack them, regaining your disk space and making your repositories operate faster:
#!/bin/sh
find . -type d -name .git | while read dir; do pushd "$dir"; git gc –prune; popd; done - Tim, the Enchanter: Garbage collect every git repository on your machine Lucky for us, since we are working with computers here, we don't have to clean our rooms by hand. The following little bash script will crawl your whole hard drive, look for any git repositories, and then garbage collect, prune, and pack them, regaining your disk space and making your repositories operate faster:
#!/bin/sh
find . -type d -name .git | while read dir; do pushd "$dir"; git gc –prune; popd; done
Delicious Bookmarks (2009-08-16 – 2009-08-22)
Recent links posted to Delicious:
- Lessn // ShaunInman.com Lessn is an extremely simple, personal url shortener written in PHP with MySQL and mod_rewrite.
- simonw’s mytweets at master – GitHub Python script to backup Twitter posts.
- Hivelogic – Backing Up Flickr Use a Python script to back-up Flickr Photos
- Groovie Advanced Caching with Django and Beaker
- django-cms.org – The new CMS for Django
Delicious Bookmarks (2009-07-04 – 2009-07-09)
Recent links posted to Delicious:
- iPhone-like password fields using jQuery // DECAF° blog für digitale kommunikation
- How to get HTML5 working in IE and Firefox 2 | HTML5 Doctor
- HTML5 Elements and Attributes
- South This is South, intelligent schema migrations for Django apps. The latest release is 0.5; see the Roadmap for more information about future releases.
- Django Design Patterns
Delicious Bookmarks (2009-05-18 – 2009-06-01)
Recent links posted to Delicious:
- Pypants Grading for Python Projects
- The Style Master Blog » Apple’s Navigation bar using only CSS
- simonw’s geocoders at master – GitHub Ultra simple API for geocoding a single string against various web services
- Dragon Labs » Codename Rainbows We use some JavaScript and CSS magic to apply a two-color gradient to any text. Shadows and highlights can also be applied.
- Django tip: Caching and two-phased template rendering | Holovaty.com
Delicious Bookmarks (2009-05-13 – 2009-05-18)
Recent links posted to Delicious:
- Current Command Extensions – django-extensions – GitHub
- SourceGear : DiffMerge : downloads DiffMerge is an application to visually compare and merge files for Windows, Mac OS X and Unix. (Like Beyond Compare)
- Dragon Labs » Admin Panel » Demo Great rainbow transition effect.
- Disk Inventory X Disk Inventory X is a disk usage utility for Mac OS X 10.3 (and later). It shows the sizes of files and folders in a special graphical way called "treemaps".
If you've ever wondered where all your disk space has gone, Disk Inventory X will help you to answer this question.
- Juno: A Lightweight and Simple Web Framework Juno is a lightweight Python web framework designed to make development as fast as possible.
Delicious Bookmarks (2009-04-26 – 2009-05-05)
Recent links posted to Delicious:
- Django snippets A site for users of the Django web framework to come together and share useful "snippets" of reusable code.
- Django Heresies
- jespern / django-piston / wiki / Home — bitbucket.org A mini-framework for Django for creating RESTful APIs.
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites. - pysmell – Google Code PySmell is a python IDE completion helper.
It tries to statically analyze Python source code, without executing it, and generates information about a project's structure that IDE tools can use.
There is currently support for Vim, Emacs and TextMate. Feel free to contribute your own favourite editor bindings, or to improve the existing ones. - The Best Free Web Icon Sets – WebIconSets.com
Delicious Bookmarks (2009-04-11 – 2009-04-15)
Recent links posted to Delicious:
- Cyclopedia Square: Put /etc Under Revision Control (with git)
- Useful Keyboard Shortcuts in OS X
- Chris Shiflett: Save the Internet with rev="canonical" Overview and proposal for link-shortening issues.
- django-backup – Google Code
- philnelson's diggbarred at master – GitHub WP plug-ing to block the ridiculous Diggbar.
