Skip to content

Instantly share code, notes, and snippets.

View csotelo's full-sized avatar

Carlos Eduardo Sotelo Pinto csotelo

View GitHub Profile
@csotelo
csotelo / kunena
Created September 5, 2013 14:28
Kunena converter for bbPress 2.4
<?php
/**
* Implementation of Example converter.
*/
class Kunena extends BBP_Converter_Base {
function __construct() {
parent::__construct();
$this->setup_globals();
@csotelo
csotelo / ubuntu-php-development-environment.md
Last active September 7, 2015 10:38 — forked from DaRaFF/ubuntu-php-development-environment.md
Ubuntu php development environment

#Introduction If you're a php developer on ubuntu, there comes the time where you have to install/reinstall your system. I did it already a few times and i decided to write down the steps for a typical web developer stack with php. This is for a developer machine and not for a live environment!

I hope it helps you too!

fyi @mheiniger and me started with an installer here: https://github.com/mheiniger/webdev-setup

@csotelo
csotelo / .gitconfig
Created June 28, 2016 15:36 — forked from pksunkara/config
Sample of git config file (Example .gitconfig)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com