Skip to content

Instantly share code, notes, and snippets.

View VasiliyBP's full-sized avatar

Vasiliy Bogoyavlesnkiy VasiliyBP

  • Moscow
View GitHub Profile
@VasiliyBP
VasiliyBP / Link-usage.js
Created May 20, 2021 10:28 — forked from aweber1/Link-usage.js
Next.js custom routes with regex + Server support + Client-side routing
@VasiliyBP
VasiliyBP / threejsBoilerplate.html
Created February 7, 2020 18:18 — forked from HalfdanJ/threejsBoilerplate.html
THREE.JS Boilerplate with controls
<!doctype html>
<html>
<head>
<title>Three.js Boilerplate</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r79/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/stats.js/r16/Stats.min.js"></script>
@VasiliyBP
VasiliyBP / rm_mysql.md
Created October 7, 2019 11:37 — forked from vitorbritto/rm_mysql.md
Remove MySQL completely from Mac OSX

Remove MySQL completely

  1. Open the Terminal

  2. Use mysqldump to backup your databases

  3. Check for MySQL processes with: ps -ax | grep mysql

  4. Stop and kill any MySQL processes

  5. Analyze MySQL on HomeBrew:

brew remove mysql

@VasiliyBP
VasiliyBP / MySQL_5-7_macOS.md
Created October 7, 2019 11:37 — 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.
@VasiliyBP
VasiliyBP / cloudSettings
Last active January 27, 2022 22:09
Visual Studio Code Settings Sync Gist
{"lastUpload":"2022-01-27T17:46:26.076Z","extensionVersion":"v3.4.3"}