Skip to content

Instantly share code, notes, and snippets.

View jens-a-e's full-sized avatar

jens alexander ewald jens-a-e

View GitHub Profile
# Meditating on Steve
# -------------------
# Modified Piano Phase from Steve Reich, based on an Example of Sonic Pi
# Written by Jens, listened to by all
# Muthesius Academy of Fine Arts & Design
# Seminar 'Poetische Apparate', Summer Term 2016
#
# To run: paste this code into Sonic Pi - http://sonic-pi.net
use_synth :fm
@jens-a-e
jens-a-e / gitlab_notes.md
Last active November 9, 2015 16:25
Gitlab gotchas

Notes on how to configure Gitlab > 8.0

Some gotchas i found while running gitlab > 8.0

All concern the omnibus package!

Self signed certificates

  • when using your own CA, copy contents of the cert into /opt/gitlab/embedded/ssl/certs/cacert.pem (a compiled collection of CA certs)
  • this will prevetn errors on SSL connections, e.g. to your ci server, when checking the build status in MRs
@jens-a-e
jens-a-e / SassMeister-input-HTML.html
Created August 10, 2014 10:01
Generated by SassMeister.com.
<body>
<div class="main">
<div class="one">One</div>
<div class="two">Two</div>
<div class="three">
<ul>
<li class="a">Three A</li>
<li class="b">Three B</li>
<li class="c">Three C</li>
</ul>
@jens-a-e
jens-a-e / SassMeister-input-HTML.html
Created August 9, 2014 09:16
Generated by SassMeister.com.
<header>
<nav role="main">
Navigation
<aside>
<section>test</section>
<section class="secondary">test 2</section>
<section class="tools">
<span>1</span>
<span>2</span>
<span>3</span>
@jens-a-e
jens-a-e / SassMeister-input-HTML.html
Created August 8, 2014 14:05
Generated by SassMeister.com.
<header>
<nav role="main">
Navigation
<aside>
<section>test</section>
<section class="secondary">test 2</section>
<section class="tools">
<span>1</span>
<span>2</span>
<span>3</span>
@jens-a-e
jens-a-e / SassMeister-input-HTML.html
Created August 8, 2014 13:24
Generated by SassMeister.com.
<header>
<nav role="main">
Navigation
<aside>
<section>test</section>
<section class="secondary">test 2</section>
<section class="tools">
<span>1</span>
<span>2</span>
<span>3</span>
@jens-a-e
jens-a-e / SassMeister-input-HTML.html
Created August 8, 2014 13:15
Generated by SassMeister.com.
<header>
<nav role="main">
Navigation
<aside>
<section>test</section>
<section>test 2</section>
</aside>
</nav>
</header>
@jens-a-e
jens-a-e / SassMeister-input-HTML.html
Created August 8, 2014 09:05
Generated by SassMeister.com.
<div class="container">
Container
</div>