Skip to content

Instantly share code, notes, and snippets.

View nguyenlamlll's full-sized avatar
🏍️
Cruising on a H-D

Lam Le nguyenlamlll

🏍️
Cruising on a H-D
View GitHub Profile
@nguyenlamlll
nguyenlamlll / FlickR-Image-Downloader.py
Created June 21, 2019 14:30
FlickR Image Downloader
# Tested with Python 3.
# Install the dependencies first.
# pip install flickrapi
# pip install pillow
import flickrapi
import urllib.request
from PIL import Image
import os
@nguyenlamlll
nguyenlamlll / radioactive-react-native-stopwatch.md
Last active October 8, 2018 15:10
Radioactive React Native Stopwatch

#Radioactive Stopwatch This is a demo stopwatch application made during the course SE346.J11 at UIT. Made by Le Tran Nguyen Lam. Contact: LeTranNguyenLam.com

The application is created using snack.expo.io. It is available online at: https://snack.expo.io/@nguyenlamlll/radioactive-stopwatch

Preview

Include these in a HTML file and go online