Skip to content

Instantly share code, notes, and snippets.

View Ken-Sarowiwa's full-sized avatar
🏠
Working from home

ken sarowiwa Ken-Sarowiwa

🏠
Working from home
View GitHub Profile
package bankmanagment;
import java.util.*;
/**
*
* @author Shohan
* Bank Account Class
* // Main ClassName -- "Main"
*/

How to install dlib v19.9 or newer (w/ python bindings) from github on macOS and Ubuntu

Pre-reqs:

  • Have Python 3 installed. On macOS, this could be installed from homebrew or even via standard Python 3.6 downloaded installer from https://www.python.org/download. On Linux, just use your package manager.
  • On macOS:
    • Install XCode from the Mac App Store (or install the XCode command line utils).
    • Have homebrew installed
  • On Linux: