Skip to content

Instantly share code, notes, and snippets.

View amourreux's full-sized avatar

Emre Portakal amourreux

View GitHub Profile
@asilbalaban
asilbalaban / php-dev-env.md
Last active May 18, 2023 06:35
Yosemite icin mukemmel gelistirme ve test ortami

Yosemite icin mukemmel gelistirme ve test ortami

Bu rehber OSX yosemite icin kolayca Apache, MySQL, PHP & Virtual host kurulumu yapmaniz icin hazirlanmistir.

UYARI: Asagidaki rehber boyunca bilgisayarinizin dosya sistemine mudahale edeceksiniz. Eger ne yaptiginizi bilmiyorsaniz bu sizin bilgisayariniza zarar verebilir, veri kaybina zarar verebilir. Bu rehberi uygulamadan once Time Machine yedegi aldiginizdan emin olun.

-2. Xcode Command Line Tools

Eger sisteminizde yoksa ilk is bu paketi kurarak basliyoruz.

xcode-select --install

@fadookie
fadookie / CameraAnchor.cs
Last active March 11, 2026 11:33
Screen-relative anchoring component for Unity3D. Find more Unity code at http://www.eliotlash.com/2015/01/unity3d-components-and-code-snippets/
/***
* This script will anchor a GameObject to a relative screen position.
* This script is intended to be used with ViewportHandler.cs by Marcel Căşvan, available here: http://gamedev.stackexchange.com/a/89973/50623
* It is also copied in this gist below.
*
* Note: For performance reasons it's currently assumed that the game resolution will not change after the game starts.
* You could not make this assumption by periodically calling UpdateAnchor() in the Update() function or a coroutine, but is left as an exercise to the reader.
*/
/* The MIT License (MIT)
@asilbalaban
asilbalaban / ubuntu-php-dev-env.md
Last active August 26, 2022 23:35
Ubuntu 12.04 LTS 64bit sürümü ile PHP Geliştirme Ortamı Kurulum Rehberi Bu gist php geliştirme ortamı kurulum rehberidir.Temiz bir Ubuntu 12.04 LTS 64bit kurulumundan sonra işlemler bu işlemler yapılmış ve herhangi bir sorunla karşılaşılmamıştır.

Ubuntu 12.04 LTS 64bit sürümü ile PHP Geliştirme Ortamı Kurulum Rehberi

Bu gist php geliştirme ortamı kurulum rehberidir. Temiz bir Ubuntu 12.04 LTS 64bit kurulumundan sonra işlemler bu işlemler yapılmış ve herhangi bir sorunla karşılaşılmamıştır.