Skip to content

Instantly share code, notes, and snippets.

View gemidio's full-sized avatar

Gabriel Emídio Moreira gemidio

  • São Paulo, Brazil
View GitHub Profile
@PurpleBooth
PurpleBooth / README-Template.md
Last active October 26, 2025 17:19
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@agungsijawir
agungsijawir / ubuntu-php5.6-zts-pthreads
Created June 25, 2015 17:31
Howto: Install isolated PHP 5.6 ZTS enabled (thread-safe) with pthreads
##############################################################################
# INSTALL isolated PHP 5.6 ZTS (Thread-safe) with pthreads on Ubuntu 14.04 ###
##############################################################################
1) Install necessary bison version
wget http://launchpadlibrarian.net/140087283/libbison-dev_2.7.1.dfsg-1_amd64.deb
wget http://launchpadlibrarian.net/140087282/bison_2.7.1.dfsg-1_amd64.deb
dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb
dpkg -i bison_2.7.1.dfsg-1_amd64.deb