Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# Alot of these configs have been taken from the various places
# on the web, most from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
@haithembelhaj
haithembelhaj / hack.sh
Last active August 29, 2015 14:12 — forked from erikh/hack.sh
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#
@haithembelhaj
haithembelhaj / php-server.conf
Last active January 2, 2016 15:09
Default ngnix conf for php
server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
access_log /var/log/nginx/findBeauty_access.log;
error_log /var/log/nginx/findBeauty_error.log info;
client_max_body_size 10M;
root /var/www/app/public;
@haithembelhaj
haithembelhaj / boilerplate.md
Last active December 10, 2015 01:34
Roadbees Boilerplate Idee

Roadbees Boilerplate

Problematik

Ich hab lange gesucht und du bestimmt auch und man findet nur Frameworks die entweder zu groß sind oder nicht genügend Features haben.

Was brauchen wir

Eine Gute Strucktur die MVC oder MVVM Standard entspricht.
Ein Build - deploy Tool die uns das leben vereinfacht.

Solution

@haithembelhaj
haithembelhaj / benny.json
Created December 9, 2012 20:45
Troika Playlists
[{"categorie":"TechHouse","artist":"Hey Karolin","title":"Oh Horse - Piemont Remix"}]