Skip to content

Instantly share code, notes, and snippets.

View chia-labradorsystems's full-sized avatar
🎯
Focusing

Jotarun chia-labradorsystems

🎯
Focusing
View GitHub Profile
@chia-labradorsystems
chia-labradorsystems / mongo.txt
Created March 27, 2020 19:30
mongodb change field data type
db.collection.updateMany(
{
"fieldname": {
$type: "datatype"
}
}
,
[
{
$set: {
@chia-labradorsystems
chia-labradorsystems / silent.cfg
Created March 6, 2020 23:47
Silent install Openvino
# Accept EULA, valid values are: {accept, decline}
ACCEPT_EULA=accept
# Optional error behavior, valid values are: {yes, no}
CONTINUE_WITH_OPTIONAL_ERROR=yes
# Install location, valid values are: {/opt/intel, filepat}
PSET_INSTALL_DIR=/opt/intel
# Continue with overwrite of existing installation directory, valid values are: {yes, no}
@chia-labradorsystems
chia-labradorsystems / openvinopython2.sh
Last active March 6, 2020 23:39
Set the Environment Variables for Openvino and Python 2.7
source /opt/intel/openvino/bin/setupvars.sh -pyver 2.7