Skip to content

Instantly share code, notes, and snippets.

View bideafactory's full-sized avatar
💭
Ready for this!

Bidea Factory bideafactory

💭
Ready for this!
View GitHub Profile
@bideafactory
bideafactory / Python3 Virtualenv Setup.md
Created January 7, 2020 02:22 — forked from pandafulmanda/Python3 Virtualenv Setup.md
Setting up and using Python3 Virtualenv on Mac

Python3 Virtualenv Setup

Requirements
  • Python 3
  • Pip 3
$ brew install python3
@bideafactory
bideafactory / sketch-never-ending.md
Created September 2, 2019 02:28 — forked from Bhavdip/sketch-never-ending.md
Modify Sketch to never ending trial

###Sketch trial non stop

Open hosts files:

$ open /private/etc/hosts

Edit the file adding:

127.0.0.1 backend.bohemiancoding.com

127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com

module.exports = {
env: {
commonjs: true,
es6: true,
node: true,
mongo: true,
mocha: true
},
extends: [
'airbnb-base',