Skip to content

Instantly share code, notes, and snippets.

View pixelass's full-sized avatar
😶‍🌫️
who?

Gregor Adams pixelass

😶‍🌫️
who?
  • Hamburg, Germany
  • 19:35 (UTC +02:00)
View GitHub Profile
@pixelass
pixelass / index.html
Created March 10, 2013 00:15
A CodePen by Gregor Adams.
<a class="ios-6-arrow left blue" href="#" data-title="back"></a>
<a class="ios-6-arrow left light" href="#" data-title="back"></a>
<a class="ios-6-arrow left dark" href="#" data-title="back"></a>
@pixelass
pixelass / c_LESS.sh
Last active December 31, 2015 08:59
Allow watching files from bash using the default lessc
## compile less files from bash (shell)
## v 0.0.1-SNAPSHOT
#########################################################
## This script will compile ONE less-file to ONE css-file
## allow to compile "once" or "watch"
#########################################################
## DEPENDENCIES:
## observr https://github.com/kevinburke/observr
## lessc https://github.com/less/less.js/
#########################################################
@pixelass
pixelass / _in.less
Last active August 29, 2015 13:56
compare to lists to find matches
@import 'for';
// compare two lists
// the wild animals will show a picture and a warning "This animal is wild"
// others do not
@wild: bear, tiger, elefant, lion, zebra, crocodile, gorilla;
@animals: gorilla, dog, cat, hamster, tiger;

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@pixelass
pixelass / Mandelbrot-in-SCSS.markdown
Last active October 21, 2015 14:49
Mandelbrot in SCSS

Mandelbrot in SCSS

The mandelbrot algorithm in SCSS. rendering the mandelbrot set in one element

<mandelbrot-set></mandelbrot-set>

A Live example

@pixelass
pixelass / SassMeister-input-HTML.html
Created April 11, 2015 11:03
Generated by SassMeister.com.
<mandelbrot-set></mandelbrot-set>
@pixelass
pixelass / SassMeister-input-HTML.html
Last active August 29, 2015 14:19
Generated by SassMeister.com.
<div class="fern"></div>
@pixelass
pixelass / SassMeister-input-HTML.html
Created April 27, 2015 18:37
Generated by SassMeister.com.
<mandelbrot-set></mandelbrot-set>
@pixelass
pixelass / SassMeister-input-HTML.html
Created April 27, 2015 18:37
Generated by SassMeister.com.
<mandelbrot-set></mandelbrot-set>