Contents contributed and discussions participated by John Randall
Easing Functions Cheat Sheet - 1 views
An Introduction to D3 - 0 views
A successful Git branching model » nvie.com - 0 views
-
"In the latter case, it is impossible to see from the Git history which of the commit objects together have implemented a feature-you would have to manually read all the log messages. Reverting a whole feature (i.e. a group of commits), is a true headache in the latter situation, whereas it is easily done if the --no-ff flag was used. "
Tympanus - 2 views
dfcreative/Photoshopr - 0 views
git howto: revert a commit already pushed to a remote repository - Christoph ... - 0 views
-
"This works almost exactly the same way as case 2, but instead of removing the line with the bad commit, simply replace its pick with edit and save/exit. Rebase will then stop at that commit, put the changes into the index and then let you change it as you like. Commit the change and continue the rebase (git will tell you how to keep the commit message and author if you want). Then push the changes as described above. The same way you can even split commits into smaller ones, or merge commits together. "
txt2re: headache relief for programmers :: regular expression generator - 0 views
Hidden Productivity Secrets With Alfred | Smashing Magazine - 1 views
Learn Git Branching - 1 views
Understanding Scope and Context in JavaScript | Ryan Morr - 0 views
-
Every function invocation has both a scope and a context associated with it. Fundamentally, scope is function-based while context is object-based. In other words, scope pertains to the variable access of a function when it is invoked and is unique to each invocation. Context is always the value of the this keyword which is a reference to the object that “owns” the currently executing code.
plataformatec/simple_form - 2 views
mbleigh/acts-as-taggable-on - 1 views
Masonry - 0 views
-
"Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You've probably seen it in use all over the Internet. "
-
"Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You've probably seen it in use all over the Internet. "
gregbell/active_admin - 0 views
« First
‹ Previous
101 - 120 of 162
Next ›
Last »
Showing 20▼ items per page