Skip to content

Instantly share code, notes, and snippets.

View meenasrik's full-sized avatar

Meenakshi Radhakrishnan meenasrik

View GitHub Profile
@meenasrik
meenasrik / .gitlab-ci.yml
Created June 28, 2020 19:14 — forked from josephrace/.gitlab-ci.yml
Configuration file for create-react-app on GitLab Pages
image: node:7.9.0 # change to match your node version
cache:
paths:
- node_modules/
before_script:
- npm install
test:
@meenasrik
meenasrik / PY0101EN-1-1-Types.ipynb
Created April 2, 2019 02:09
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.