Skip to content

Instantly share code, notes, and snippets.

View iiegor's full-sized avatar

Iegor Azuaga iiegor

View GitHub Profile
@iiegor
iiegor / LiveCoding Instructions
Last active October 28, 2015 01:12 — forked from devx00/LiveCoding Instructions
Instructions to setup external streaming and chatting for livecoding.tv streams
// ************** Instructions for connecting to the LiveCoding chatrooms from a 3rd party application. ****************
Step 1a (Ubuntu/ any OS with aptitude (aka apt-get)) :
sudo apt-add-repository ppa:rsrchboy/profanity && sudo apt-get update
apt-get install profanity
--
Step 1b (OSX w/ homebrew):
$ brew install profanity
--------
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
{
"name": "Site_Name",
"description": "Wordpress website for NAME",
"authors": [
{
"name": "YOUR NAME",
"email": "YOUR EMAIL"
}
],
"repositories":[