Josh's Posts Tagged ‘python’
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-11-05 – 2009-11-15)
Recent links posted to Delicious:
- Improve your jQuery – 25 excellent tips
- 500 Internal Server Error 500 Internal Server Error
- Stop measuring number of pageviews on your website! Measure the right metric: Visitor Lifetime Value « Wingify Conversion Optimization Blog
- The Best Free Fonts of 2009 | Web Design Ledger
- The Perpetual Web, Innovating Cron: Announcing Norc A python-based task management system that replaces Unix cron
Delicious Bookmarks (2009-09-10 – 2009-09-27)
Recent links posted to Delicious:
- Developer’s Guide – Google Chrome Frame – Google Code Detection for Chrome Frame which swaps out IE6's rendering engine with webkit.
- Halo 3: ODST miniFAQ
- Mac 101: Create a wireless network between Mac and iPhone
- Tornado Web Server Documentation FriendFeed's web server is a relatively simple, non-blocking web server written in Python. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the non-blocking web server and tools.
- facebook’s tornado at master – GitHub Tornado is a relatively simple, non-blocking Web server framework written in Python, designed to handle thousands of simultaneous connections, making it ideal for real-time Web services. Tornado is a core piece of infrastructure that powers FriendFeed's real-time functionality, which we plan to actively maintain. While Tornado is similar to existing Web-frameworks in Python (Django, Google's webapp, web.py), it focuses on speed and handling large amounts of simultaneous traffic. – http://developers.facebook.com/news.php?blog=1&story=301
- 20 Fresh jQuery Plugins to Enhance your User Interface
- Dive Into HTML5
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-09-01 – 2009-09-02)
Recent links posted to Delicious:
- abyssoft – teleport teleport lets you use a single mouse and keyboard to control several Macs.
Simply reach an edge of your screen, and your mouse teleports to your nearby Mac, which also becomes controlled by your keyboard. The pasteboard can be synchronized, and you can even drag & drop files between your Macs. - (web.py)
- How to Create a 3D Tag Cloud in jQuery
- Mac OS X Automation: Services In Snow Leopard, Services have been completely thoroughly reinvented. Now more powerful, they are also streamlined to provide exceptional capability where you need it, when you need it.
- atebits – Scribbles Scribbles is a drawing tool for everyone. Whether you want to sketch a cartoon, draw a birthday card or jot down some design ideas, Scribbles can help bring your imagination to life.
infinite canvas
Draw outside the lines! With Scribbles, you don't have to pre-define the size of your canvas. Pan around forever, zoom in to the smallest detail, resize your window – Scribbles will re-render your entire drawing from raw vector data.power and beauty
A stroke-rendering engine designed from the ground up for quality and scalability. With Scribbles you can zoom, pan, and re-size your art without ever seeing a jagged pixel. You can also export your art at up to 16x resolution.
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
