Josh's Posts Tagged ‘git’
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-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-06-12 – 2009-06-29)
Recent links posted to Delicious:
- html5doctor, helping you implement html5 today
- Visual git tutorial I
- syntaxhighlighter – Google Code SyntaxHighlighter is here to help a developer/coder to post code snippets online with ease and have it look pretty. It's 100% Java Script based and it doesn't care what you have on your server.
- 16 great .htaccess Tricks and Hacks « PHP Twitter
- JSONView :: Add-ons for Firefox
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.
Delicious Bookmarks (2009-04-01 – 2009-04-02)
Recent links posted to Delicious:
- The Scala Programming Language
- IDEO Labs » LiveView: an iPhone app for on-screen prototyping iPhone app and screen overlay to help with iPhone app and site development.
- Twitter jilts Ruby for Scala • The Register
- 2009 Rubyist's guide to a Mac OS X development environment — GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS Here’s how I quickly got my Ruby web development environment into ship-shape form The Thoughtbot Way.
Many of these instructions are specific to Mac OS X 10.5 (Leopard). Some of them are opinionated (Vim over Textmate). Pick-and-choose what you need but this is everything that I use happily day-to-day right now. - DD_belatedPNG: Medicine for your IE6/PNG headache! This is a Javascript library that sandwiches PNG image support into IE6 without much fuss.
You can use PNGs as the SRC of an <IMG/> element or as a background-image property in CSS.
Delicious Bookmarks (2009-03-24 – 2009-03-28)
Recent links posted to Delicious:
- iPhone Coding For Web Developers
- Understanding Git Conceptually
- PhoneGap | Cross platform mobile framework PhoneGap is an open source development tool for building fast, easy mobile apps with JavaScript.
If you’re a web developer who wants to build mobile applications in HTML and JavaScript while still taking advantage of the core features in the iPhone, Android and Blackberry SDKs, PhoneGap is for you.
- Three20 iPhone Project
- A List Apart: Articles: Prettier Accessible Forms
Delicious Bookmarks (2009-02-19 – 2009-02-21)
Recent links posted to Delicious:
- git ready » daily tips for the noob to the guru
- Specify your canonical Canonical Link Info
- 10 Quick Win jQuery Plugins | Steve Reynolds Blog
- rupa's j at master – GitHub maintains a jump-list of directories you actually use
old directories eventually fall off the list - Useful tips to design horizontal website layout
- 50 Useful Design Tools For Beautiful Web Typography | CSS, Fonts | Smashing Magazine
