Github Pages:
feed me
Github - Recent Bookmarks - Page 1:
A Git Primer | danielmiessler.com
First and foremost, it's important to understand that git has something called an index that sits between your working directory and your commits. It's basically a staging area, so when you git add yo... Read more
http://danielmiessler.com/study/git/
Tags: git, tutorial, programming, howto, reference, linux, software, tips, github, opensource Saved by: admin at 06 Jul 2011
First and foremost, it's important to understand that git has something called an index that sits between your working directory and your commits. It's basically a staging area, so when you git add yo... Read more
http://danielmiessler.com/study/git/
Tags: git, tutorial, programming, howto, reference, linux, software, tips, github, opensource Saved by: admin at 06 Jul 2011
Designing GitHub for Mac — Warpspire
Why? Because Objective-C is really easy. The language was never a problem. You know what was? Cocoa. Learning the differences between layer-backed views, layer-hosted views — understanding that you ... Read more
http://warpspire.com/posts/designing-github-mac/
Tags: design, github, mac, git, osx, development, prototyping, inspiration, via:packrati.us, application Saved by: admin at 29 Jun 2011
Why? Because Objective-C is really easy. The language was never a problem. You know what was? Cocoa. Learning the differences between layer-backed views, layer-hosted views — understanding that you ... Read more
http://warpspire.com/posts/designing-github-mac/
Tags: design, github, mac, git, osx, development, prototyping, inspiration, via:packrati.us, application Saved by: admin at 29 Jun 2011
Mastering Git Basics by Tom Preston-Werner
This talk will focus on mastering the handful of commands that comprise 90% of the functionality you will use on a day-to-day basis. I'll kick things off with the best method to install Git on your fa... Read more
http://ontwik.com/git-github/mastering-git-basics-by-tom-preston-werner/
Tags: git, video, tutorial, tutorials, github, videos, learning, reference, dvcs, erlang Saved by: admin at 28 Jun 2011
This talk will focus on mastering the handful of commands that comprise 90% of the functionality you will use on a day-to-day basis. I'll kick things off with the best method to install Git on your fa... Read more
http://ontwik.com/git-github/mastering-git-basics-by-tom-preston-werner/
Tags: git, video, tutorial, tutorials, github, videos, learning, reference, dvcs, erlang Saved by: admin at 28 Jun 2011
DocumentCloud's VisualSearch.js
VisualSearch.js enhances ordinary search boxes with the ability to autocomplete faceted search queries. Specify the facets for completion, along with the completable values for any facet. You can ret... Read more
http://documentcloud.github.com/visualsearch/
Tags: javascript, search, jquery, programming, ui, design, web, code, development, github Saved by: admin at 24 Jun 2011
VisualSearch.js enhances ordinary search boxes with the ability to autocomplete faceted search queries. Specify the facets for completion, along with the completable values for any facet. You can ret... Read more
http://documentcloud.github.com/visualsearch/
Tags: javascript, search, jquery, programming, ui, design, web, code, development, github Saved by: admin at 24 Jun 2011
GitHub for Mac
Holy crap. GitHub probably just put all the other GUI git clients out of business. http://t.co/0gu5FVR. Bam. – Brandon Weiss (brandon_weiss) http://twitter.com/brandon_weiss/status/83584358866358273
http://mac.github.com/
Tags: mac, git, github, software, osx, development, via:packrati.us, programming, tools, free Saved by: admin at 23 Jun 2011
Holy crap. GitHub probably just put all the other GUI git clients out of business. http://t.co/0gu5FVR. Bam. – Brandon Weiss (brandon_weiss) http://twitter.com/brandon_weiss/status/83584358866358273
http://mac.github.com/
Tags: mac, git, github, software, osx, development, via:packrati.us, programming, tools, free Saved by: admin at 23 Jun 2011
paulca/whenever.js - GitHub
RT @paulca What if cucumber and jQuery had a baby? Presenting whenever.js: http://t.co/Al0xxrQ // this is neat, @thegaw check it out – Avi Flax (avi4now) http://twitter.com/avi4now/status/8176352187... Read more
https://github.com/paulca/whenever.js
Tags: javascript, jquery, testing, cucumber, bdd, github, via:packrati.us, dsl, delicious, dev Saved by: admin at 18 Jun 2011
RT @paulca What if cucumber and jQuery had a baby? Presenting whenever.js: http://t.co/Al0xxrQ // this is neat, @thegaw check it out – Avi Flax (avi4now) http://twitter.com/avi4now/status/8176352187... Read more
https://github.com/paulca/whenever.js
Tags: javascript, jquery, testing, cucumber, bdd, github, via:packrati.us, dsl, delicious, dev Saved by: admin at 18 Jun 2011
stubbornella/csslint - GitHub
RT @souders: CSSLint just open sourced by @stubbornella and @slicknet - http://t.co/GaMJrbG #velocityconf – Tim O'Reilly (timoreilly) http://twitter.com/timoreilly/status/81103555695624192
https://github.com/stubbornella/csslint
Tags: css, via:packrati.us, lint, velocityconf, opensource, frontend, github, qa, stylesheets, tool Saved by: admin at 16 Jun 2011
RT @souders: CSSLint just open sourced by @stubbornella and @slicknet - http://t.co/GaMJrbG #velocityconf – Tim O'Reilly (timoreilly) http://twitter.com/timoreilly/status/81103555695624192
https://github.com/stubbornella/csslint
Tags: css, via:packrati.us, lint, velocityconf, opensource, frontend, github, qa, stylesheets, tool Saved by: admin at 16 Jun 2011
nzakas/computer-science-in-javascript - GitHub
nzakas/computer-science-in-javascript - GitHub http://ow.ly/1c7aKm – Javascript News (del_javascript) http://twitter.com/del_javascript/status/56786092577402880
https://github.com/nzakas/computer-science-in-javascript
Tags: javascript, algorithms, programming, computerscience, education, github, js, algorithm, computer, datastructures Saved by: admin at 14 Jun 2011
nzakas/computer-science-in-javascript - GitHub http://ow.ly/1c7aKm – Javascript News (del_javascript) http://twitter.com/del_javascript/status/56786092577402880
https://github.com/nzakas/computer-science-in-javascript
Tags: javascript, algorithms, programming, computerscience, education, github, js, algorithm, computer, datastructures Saved by: admin at 14 Jun 2011
Top 10 Git Tutorials for Beginners
If you’d like to learn how to use Git, check out my top 10 favorite Git tutorials for beginners. At the end, you’ll also see a list of other educational Git resources.
http://sixrevisions.com/resources/git-tutorials-beginners/
Tags: git, tutorial, programming, tutorials, github, code, howto, javascript, webdev, learning Saved by: admin at 07 Jun 2011
If you’d like to learn how to use Git, check out my top 10 favorite Git tutorials for beginners. At the end, you’ll also see a list of other educational Git resources.
http://sixrevisions.com/resources/git-tutorials-beginners/
Tags: git, tutorial, programming, tutorials, github, code, howto, javascript, webdev, learning Saved by: admin at 07 Jun 2011
Byte-saving Techniques - GitHub
This is a collection of JavaScript wizardry that can shave bytes off of your code. It's mainly intended as a reference for those creating entries for 140byt.es. Feel free to add your own or send any f... Read more
https://github.com/jed/140bytes/wiki/Byte-saving-techniques
Tags: javascript, optimization, tips, programming, performance, reference, tutorial, byte, github, js Saved by: admin at 23 May 2011
This is a collection of JavaScript wizardry that can shave bytes off of your code. It's mainly intended as a reference for those creating entries for 140byt.es. Feel free to add your own or send any f... Read more
https://github.com/jed/140bytes/wiki/Byte-saving-techniques
Tags: javascript, optimization, tips, programming, performance, reference, tutorial, byte, github, js Saved by: admin at 23 May 2011