Skip to content

Instantly share code, notes, and snippets.

@MosesEsan
MosesEsan / quotes_dependencies.sh
Last active March 12, 2020 18:10
Install dependencies (quotes app)
yarn add redux
yarn add react-redux
yarn add redux-thunk
yarn add react-native-elements
yarn add react-native-router-flux
yarn add axios
yarn add react-native-keyboard-spacer
yarn add moment
yarn add firebase
yarn add react-native-size-matters
@t-mat
t-mat / minimal_vst2x_host.cpp
Last active June 7, 2024 06:22
WIN32 : Minimal VST 2.x host in C++11.
// Win32 : Minimal VST 2.x Synth host in C++11.
//
// This is a simplified version of the following project by hotwatermorning :
// A sample VST Host Application for C++ Advent Calendar 2013 5th day.
// https://github.com/hotwatermorning/VstHostDemo
//
// Usage :
// 1. Compile & Run this program.
// 2. Select your VST Synth DLL.
// 3. Press QWERTY, ZXCV, etc.
@oodavid
oodavid / README.md
Last active June 12, 2024 00:28 — forked from aronwoost/README.md
Deploy your site with git

Deploy your site with git

This gist assumes:

  • you have a local git repo
  • with an online remote repository (github / bitbucket etc)
  • and a cloud server (Rackspace cloud / Amazon EC2 etc)
    • your (PHP) scripts are served from /var/www/html/
    • your webpages are executed by apache
  • apache's home directory is /var/www/