Josh's Posts Tagged ‘versioncontrol’
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-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-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
Delicious Bookmarks (2009-02-01 – 2009-02-02)
Recent links posted to Delicious:
- calaboration – Google Code Calaboration makes it easy to set up iCal to view and edit your Google Calendar calendars. It automatically finds all of your calendars and allows you to add any of them to iCal with the press of a button.
- GitX – Home GitX is a git GUI specifically for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui.
- git-osx-installer – Google Code Installer for Git on OSX.
- git ready » intro to rebase
- Set Font Size Based On Word Count
del.icio.us Bookmarks (2008-05-29 – 2008-06-02)
Recent links for http://del.icio.us/quixado:
- VirtualBox VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use.
- Version Control for Designers Best getting started with Git article so far.
- Design Stencils – Yahoo! Design Pattern Library
- GitFaq – GitWiki
