Skip to content

Instantly share code, notes, and snippets.

@kbradl16
kbradl16 / README.md
Created October 23, 2017 14:33 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@kbradl16
kbradl16 / AngularJS-ES6-Test-Skeleton
Created June 30, 2017 19:37 — forked from madhums/AngularJS-ES6-Test-Skeleton
AngularJS - Karma, Jasmine, Browserify, Stringify - ES6 Test Setup
We couldn’t find that file to show.
@kbradl16
kbradl16 / movewaves.css
Created May 8, 2017 22:25 — forked from trabuccocampos/movewaves.css
Wave .svg animation
/* WAVES as seen on http://www.villafeltrinelli.com
* -------------------------- */
.wave_wrapp {
width: 400px;
position: absolute;
background: red;
top: 120px;
position: absolute;
left: 50%;
margin-left: -200px;
@kbradl16
kbradl16 / AngularJS-ES6-Test-Skeleton
Created March 20, 2017 19:44 — forked from busypeoples/AngularJS-ES6-Test-Skeleton
AngularJS - Karma, Jasmine, Browserify, Stringify - ES6 Test Setup
We couldn’t find that file to show.