Skip to content

Instantly share code, notes, and snippets.

View 11208's full-sized avatar

11208

View GitHub Profile
@11208
11208 / adapter-face-clicnt.py
Created June 1, 2018 03:06
Adapter Face Recognition Client
import cv2
import requests
import imutils
from PIL import Image
url = "http://192.168.0.164:5000/detect/faces"
video_capture = cv2.VideoCapture(0)
while True:
ret, frame = video_capture.read()
frame = imutils.resize(frame, width=640)
sudo apt-get update
sudo apt-get -y dist-upgrade
sudo apt-get install screen
sudo apt-get install htop
sudo apt-get purge wolfram-engine
sudo apt-get purge libreoffice*
sudo apt-get clean
sudo apt-get autoremove
sudo apt-get install build-essential cmake pkg-config
sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev
@echo off
title Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Windows 10 Home&echo - Windows 10 Home N&echo - Windows 10 Home Single Language&echo - Windows 10 Home Country Specific&echo - Windows 10 Professional&echo - Windows 10 Professional N&echo - Windows 10 Education N&echo - Windows 10 Education N&echo - Windows 10 Enterprise&echo - Windows 10 Enterprise N&echo - Windows 10 Enterprise LTSB&echo - Windows 10 Enterprise LTSB N&echo.&echo.&echo ============================================================================&echo Activating your Windows...&cscript //nologo slmgr.vbs /upk >nul&cscript //nologo slmgr.vbs /cpky >nul&wmic os | findstr /I "enterprise" >nul
if %errorlevel% EQU 0 (cscript //nologo slmgr.vbs /ipk NPPR9-FWD