Skip to content

Instantly share code, notes, and snippets.

View dmirtyisme's full-sized avatar
🎯
Focusing

dmirtyisme dmirtyisme

🎯
Focusing
View GitHub Profile
@dmirtyisme
dmirtyisme / A simple Grid System using Flex Box.markdown
Created September 2, 2015 02:11
A simple Grid System using Flex Box
@dmirtyisme
dmirtyisme / Full Page Parallax Scroll Effect.markdown
Created September 22, 2015 01:57
Full Page Parallax Scroll Effect
@dmirtyisme
dmirtyisme / Canvas: Walking Simulater (Sidescroller).markdown
Created January 22, 2016 09:52
Canvas: Walking Simulater (Sidescroller)
@dmirtyisme
dmirtyisme / index.html
Created February 11, 2016 04:46
what power
<audio controls="controls">
<source src="http://www.dhteumeuleu.com/sound/coldsong.mp3" type="audio/mp3" />
</audio>
@dmirtyisme
dmirtyisme / script.js
Created February 11, 2016 05:43
unexpected toy
! function() {
"use strict";
var canvas = new ge1doot.Canvas();
var ctx = canvas.ctx;
var pointer = canvas.pointer
var blobs = [],
Ni = 48,
rad = 100;
for (var i = 0; i < Ni; i++) {
blobs.push(
@dmirtyisme
dmirtyisme / index.html
Created February 11, 2016 05:58
self pong
<div id="screen"></div>
@dmirtyisme
dmirtyisme / HTML5 Drawing Studio.markdown
Created February 11, 2016 10:19
HTML5 Drawing Studio
@dmirtyisme
dmirtyisme / Smartisan OS Browser icon in CSS.markdown
Created February 11, 2016 16:50
Smartisan OS Browser icon in CSS