Skip to content

Instantly share code, notes, and snippets.

View EQuimper's full-sized avatar
🏠
Working from home

Emanuel Quimper EQuimper

🏠
Working from home
View GitHub Profile
@EQuimper
EQuimper / cloudSettings
Last active May 9, 2017 13:56
Visual Studio Code Sync Settings Gist
{"lastUpload":"2017-05-09T13:54:37.300Z","extensionVersion":"v2.7.0"}
@EQuimper
EQuimper / .gitlab-ci.yml
Created March 5, 2017 06:46 — forked from thornbill/.gitlab-ci.yml
Example Node GitLab CI Yamlfile
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
image: node:6
before_script:
- npm install
# This folder is cached between builds
# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
cache:
@EQuimper
EQuimper / index.txt
Created March 19, 2017 00:19
Update pck with yarn
yarn upgrade-interactive
@EQuimper
EQuimper / vsc.txt
Created April 20, 2017 19:55
Visual Studio Code shortcuts
Shortcuts
- shift+cmd+d -> create same line below
- shift+cmd+f -> open search in project
- cmd+d -> select full word
- cmd+d + shift-cmd-g -> search word in file
- shift+cmd+enter -> new line before
- cmd+enter -> new line after
- cmd+arrow -> go the end
- ctrl-tab -> go back to the recent file
@EQuimper
EQuimper / reducer.js
Last active January 22, 2019 09:42
reducer react-native
// @flow
import {
FETCH_FEED_IMAGES,
FETCH_FEED_IMAGES_ERROR,
FETCH_FEED_IMAGES_SUCCESS,
LIKED_PHOTO,
LIKED_PHOTO_ERROR,
LIKED_PHOTO_SUCCESS,
DISLIKED_PHOTO,
@EQuimper
EQuimper / brew.md
Created April 21, 2017 15:50
Brew Command
  • For list services brew services list
  • For start services brew services start mongodb
  • For stop services brew services stop mongodb
@EQuimper
EQuimper / MySQL_macOS_Sierra.md
Created April 21, 2017 16:41 — forked from nrollr/MySQL_macOS_Sierra.md
Install MySQL on Sierra using Homebrew

Install MySQL on macOS Sierra

This procedure explains how to install MySQL using Homebrew on macOS Sierra 10.12

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.

Install MySQL

At this time of writing, Homebrew has MySQL version 5.7.15 as default formulae in its main repository :

@EQuimper
EQuimper / gist:2b09f6b76bddf3c00d543c7c897dea14
Created April 24, 2017 14:40 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@EQuimper
EQuimper / index.txt
Created April 24, 2017 18:37
clear expo cache
rm -fr ~/.expo/starter-app-cache
@EQuimper
EQuimper / index.txt
Created April 24, 2017 18:37
clear expo cache
rm -fr ~/.expo/starter-app-cache