Skip to content

Instantly share code, notes, and snippets.

View raineydavid's full-sized avatar
🎯
Hit the spot

L David raineydavid

🎯
Hit the spot
View GitHub Profile
@raineydavid
raineydavid / compare.py
Created February 11, 2018 03:39 — forked from minhokim0201/compare.py
Compare Two Picture
# http://www.pyimagesearch.com/2014/09/15/python-compare-two-images/
# scikit-image: http://scikit-image.org
# pip3 install -U scikit-image
import matplotlib
matplotlib.use('TkAgg')
import skimage.measure
import matplotlib.pyplot
import matplotlib.image
@raineydavid
raineydavid / COURSE.md
Created May 27, 2017 06:59 — forked from jevakallio/COURSE.md
React Native For Beginners

Introduction

React Native makes it possible to make native iOS and Android mobile apps without needing to know any iOS or Android programming - just JavaScript!

In this course, we'll write a simple mobile app that you can run on your own phone and share with your friends!

Prerequisites

In order to take advantage this course, you should have the following experience.

Deploy

Preqequisite

  1. tag master with say 'pre_blog_news'
git checkout master
git tag pre_blog_news

Deploy

Preqequisite

  1. tag master with say 'pre_blog_news'
git checkout master
git tag pre_blog_news