Skip to content

Instantly share code, notes, and snippets.

View 82rules's full-sized avatar

Rulian Estivalletti 82rules

View GitHub Profile
docker pull comocode/lamp:0.1.0
run -i -t --name lamp -v /Users/rulian/Downloads/import_example:/data comocode/lamp:0.1.0 /bin/bash
docker@default:/Users/rulian/Downloads$ docker run -i -t --name lamp -v /Users/rulian/Downloads/import_example:/data comocode/lamp:0.1.0 /bin/bash
bash-4.1# service mysql start
# Starting MySQL. SUCCESS!
bash-4.1# mysql -u root -p
Enter password:

Digested nougat of advice for anyone, specially engineers thinking about doing anything business wise.

Business

A good app idea != A good business

A clever, fun idea is just that, an idea. A business is not about an idea, its about the people, the network, the proccesses and ultimately, your clients.

Your idea has no impact on success, only your research and execution does.

<?php
namespace App\Handlers;
use App\Http\Requests\Request;
use App\Subscription;
use App\User;
use PagarMe;
use PagarMe_Plan;
use PagarMe_Subscription;
class PagarMeService implements \App\Contracts\Payment{
@82rules
82rules / pagar.me.php
Created November 25, 2015 01:32
old code for pagar.me example in L4, to be used as basic example not working (or good) code
composer require "pagarme/pagarme-php:dev-master"
<?PHP
use PagarMe;
use PagarMe_Charge;
use PagarMe_Exception;
use PagarMe_Subscription;
use PagarMe_Transaction;
class PagarMePayment implements PaymentInterface {
public static $key;
@82rules
82rules / Main.md
Last active September 4, 2015 16:51
Startup Toolkit

##Communication Management Google Apps - Docs, Calendar, Drive, Hangout

##Coworking Asana - Project Management

Slack - Team Communication

Join.me - Screen Sharing

@82rules
82rules / gist:e1fd084346dd3027c1d4
Last active August 29, 2015 14:05
Development Tools - DevOps/Data Tools