Skip to content

Instantly share code, notes, and snippets.

View andrewsyc's full-sized avatar
🎯
Focusing

Andrew Sychra andrewsyc

🎯
Focusing
View GitHub Profile
@andrewsyc
andrewsyc / spintax.php
Created January 4, 2017 15:44 — forked from irazasyed/spintax.php
PHP: Text Spinner Class - Nested spinning supported.
<?PHP
/**
* Spintax - A helper class to process Spintax strings.
* @name Spintax
* @author Jason Davis - https://www.codedevelopr.com/
* Tutorial: https://www.codedevelopr.com/articles/php-spintax-class/
*/
class Spintax
{
public function process($text)
@andrewsyc
andrewsyc / mysql.txt
Created September 22, 2016 04:06 — forked from johnantoni/mysql.txt
mysql + vagrant + remote access
username: vagrant
password: vagrant
sudo apt-get update
sudo apt-get install build-essential zlib1g-dev git-core sqlite3 libsqlite3-dev
sudo aptitude install mysql-server mysql-client
sudo nano /etc/mysql/my.cnf