Skip to content

Instantly share code, notes, and snippets.

View zoecarver's full-sized avatar

Zoe Carver zoecarver

View GitHub Profile
@zoecarver
zoecarver / main.py
Created November 26, 2018 16:17
Python script for face tracking
import cv2
from cv2 import COLOR_RGB2GRAY
from skimage.feature import hog
from sklearn.model_selection import train_test_split
from sklearn.svm import LinearSVC
import matplotlib.pyplot as plt
from glob import glob
This file has been truncated, but you can view the full file.
rm -f -r out/Makefile node node_g out/Release/node \
out/Release/node.exp
rm -f -r node_modules
rm -f test.tap
creating ./icu_config.gypi
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
@zoecarver
zoecarver / log
Created August 8, 2018 17:30
[second] nodejs build log
This file has been truncated, but you can view the full file.
rm -f -r out/Makefile node node_g out/Release/node \
out/Release/node.exp
rm -f -r node_modules
rm -f test.tap
creating ./icu_config.gypi
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
@zoecarver
zoecarver / gist:f0544f56328545fe920f4db7d407b029
Last active August 8, 2018 00:33
[updated - single thread - no custom ssl] build log of nodejs mobile
This file has been truncated, but you can view the full file.
rm -f -r out/Makefile node node_g out/Release/node \
out/Release/node.exp
rm -f -r node_modules
rm -f test.tap
creating ./icu_config.gypi
{ 'target_defaults': { 'cflags': [],
'default_configuration': 'Release',
'defines': [],
'include_dirs': [],
'libraries': []},
package com.reactlibrary;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import com.facebook.react.bridge.ReactApplicationContext;
import com.github.hiteshsondhi88.libffmpeg.ExecuteBinaryResponseHandler;
import com.github.hiteshsondhi88.libffmpeg.FFmpeg;