Skip to content

Instantly share code, notes, and snippets.

View thaioliva's full-sized avatar
:shipit:
Focusing

Thailana de Oliveira thaioliva

:shipit:
Focusing
View GitHub Profile

Voltbras Challenge

API

Setup

$ git clone git@github.com:kallel-anobom/api-voltbras.git
$ npm install
@thaioliva
thaioliva / MySQL_5-7_macOS.md
Created January 6, 2020 00:54 — forked from robhrt7/MySQL_5-7_macOS.md
Install MySQL 5.7 on macOS using Homebrew

This is a fork of original gist https://gist.github.com/nrollr/3f57fc15ded7dddddcc4e82fe137b58e, with slight changes on pointing to 5.7 version branch, instead of 8 (latest default of MySQL in Hombrew).

Install MySQL 5.7 on macOS

This procedure explains how to install MySQL using Homebrew on macOS (Sierra 10.12 and up)

Install Homebrew

  • Installing Homebrew is effortless, open Terminal and enter :
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Note: Homebrew will download and install Command Line Tools for Xcode 8.0 as part of the installation process.
@thaioliva
thaioliva / afternoon.html
Created August 23, 2019 15:24 — forked from mpj/afternoon.html
Neural Vanilla Workshop
<html>
<!-- http://bit.ly/vanillaneural -->
<head>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<div class="legend legendX">Scariness</div>
<div class="legend legendY">Actual power</div>
<canvas id="mycanvas" width="1000" height="1000"></canvas>