- tag master with say 'pre_blog_news'
git checkout master
git tag pre_blog_news
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!
In order to take advantage this course, you should have the following experience.
| # 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 |
| import torch | |
| import torch.nn as nn | |
| from torch.nn import functional as F | |
| from torch.autograd import Variable | |
| from torch import optim | |
| import numpy as np | |
| import math, random | |
| # Generating a noisy multi-sin wave |
| #!/usr/bin/python | |
| import os | |
| import sys | |
| import urllib | |
| import csv | |
| try: | |
| filename = sys.argv[1] | |
| url_name = sys.argv[2] |