Angular floating blocks, random color https://github.com/boo0330/floating-blocks
A Pen by Nate Cheng on CodePen.
Angular floating blocks, random color https://github.com/boo0330/floating-blocks
A Pen by Nate Cheng on CodePen.
<canvas id="canvas"></canvas> | |
<div id="text"> | |
<div id="clic" nowrap>infinite tree of life<br>this pen is mouse/touch interactive!</div> | |
</div> |
codyhouse custom
Forked from JFarrow's Pen Mega Dropdown for Surveyors.
Forked from JFarrow's Pen Mega Dropdown for Surveyors.
Forked from JFarrow's Pen Mega Dropdown for Surveyors.
An Angular directive to create draggable & droppable objects, using jQuery UI, with the ability to change the template dynamically, group draggable objects and transclude the directive's enclosed information as content; as well communicate this content to the parent controller; and place the correct content in the droppable.
A Pen by Michael E Conroy on CodePen.
Forked from David Scott Kirby's Pen Mystify.
A Pen by Nate Cheng on CodePen.
... | |
... | |
<textarea froala="froalaOptions"></textarea> | |
... | |
... |
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
. /etc/apache2/envvars | |
# If not running interactively, don't do anything else | |
[ -z "$PS1" ] && return | |
# don't put duplicate lines or lines starting with space in the history. |
using mocha/chai/sinon for node.js unit-tests? check out my utility: mocha-stirrer to easily reuse test components and mock require dependencies
ruby_version=`~/.rvm/bin/rvm-prompt v` | |
node_version=`/usr/local/bin/node -v` | |
NONE="\[\033[0m\]" # unsets color to term's fg color | |
# regular colors | |
K="\[\033[0;30m\]" # black | |
R="\[\033[0;31m\]" # red | |
G="\[\033[0;32m\]" # green | |
Y="\[\033[0;33m\]" # yellow |