Skip to content

Instantly share code, notes, and snippets.

View ma-he-sh's full-sized avatar
⚙️
Focusing

Mahesh Ranaweera ma-he-sh

⚙️
Focusing
View GitHub Profile
@ma-he-sh
ma-he-sh / opencv-python-ipcam.py
Created July 27, 2018 22:54 — forked from thearn/opencv-python-ipcam.py
python-opencv ip camera example
import base64
import time
import urllib2
import cv2
import numpy as np
"""
Examples of objects for image frame aquisition from both IP and
@ma-he-sh
ma-he-sh / perfectelementary.bash
Created June 19, 2017 18:41
HowTo Install the perfect Elementary-OS
#Download Elementary OS from here:
#http://sourceforge.net/projects/elementaryos/files/stable/
#First you update your system
sudo apt-get update && sudo apt-get dist-upgrade
#Install Google Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'