Skip to content

Instantly share code, notes, and snippets.

View guneyguven's full-sized avatar
🚀
Working from space

güney guneyguven

🚀
Working from space
View GitHub Profile
@guneyguven
guneyguven / valet-plus-destroy
Created November 29, 2019 20:00 — forked from dannygsmith/valet-plus-destroy
Remove valet-plus - reboot required
#!/usr/bin/env bash
#styles
VP_NONE='\033[00m'
VP_RED='\033[01;31m'
VP_GREEN='\033[01;32m'
VP_YELLOW='\033[01;33m'
VP_PURPLE='\033[01;35m'
VP_CYAN='\033[01;36m'
VP_WHITE='\033[01;37m'
@guneyguven
guneyguven / Circle-Illusion.markdown
Created July 28, 2014 13:08
A Pen by Adam Doherty.
@guneyguven
guneyguven / index.html
Created January 25, 2013 11:04
A CodePen by Keith Clark. 3D objects in CSS
<input id="box-toggle" type="checkbox">
<label for="box-toggle">Show geometry</label>