Skip to content

Instantly share code, notes, and snippets.

View renemeye's full-sized avatar

René Meye renemeye

View GitHub Profile
@renemeye
renemeye / Todolist-tracie.md
Created December 1, 2014 09:00
Todolist Tracie

Projektmanagement

  • Todolist anlegen
@renemeye
renemeye / import.coffee
Created August 28, 2014 15:03
Overscroll to switch pages
start = undefined
breakTimeout = undefined
$overscroll_down_indicator = jQuery(".overscroll_down_indicator")
$overscroll_up_indicator = jQuery(".overscroll_up_indicator")
break_time = 100#ms
release_threshold = 300#ms
overscroll_break = ->
$overscroll_down_indicator.css("display","none")
$overscroll_up_indicator.css("display","none")
@renemeye
renemeye / transparent background without rgba
Last active August 29, 2015 14:00
Flexible transparent Background Color without rgba
&:before {
opacity: 0.95;
background: #aaa;
content: " ";
text-indent: -9999px;
display: block;
position: absolute;
top: 0;
left: 0;
right:0;
.arrow {
content:"<";
text-indent: -9999px;
display: block;
position: relative;
left: -10px;
top: 50%;
width: 0;
height: 0;
border-top: 10px solid transparent;
#! /bin/bash
MYSQL="/opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper"
NGINX="/opt/local/sbin/nginx"
PHPFPM="/opt/local/sbin/php-fpm"
PIDPATH="/opt/local/var/run"
MEMCACHED="/opt/local/bin/memcached -m 24 -P /opt/local/var/run/memcached.pid -u root"
if [ $1 = "start" ]; then
sudo $MYSQL start
echo "Starting php-fpm ..."
@renemeye
renemeye / KDldI.markdown
Created March 18, 2014 17:13
A Pen by René Meye.
@renemeye
renemeye / ovale-schatten
Created January 13, 2014 17:41
Ovale Schatten unter Elemente legen
.testing:after{
@include border-radius(50% 50% 50% 50% ,5px 5px 5px 5px);
display: block;
height: 5px;
width: 500px;
overflow: hidden;
border: none;
background-color: rgba(black, 0.1);
text-indent: -9999px;
content: "X";