path

Search

You can find the results of your search below.

plate @projects
26 Hits, Last modified:
----------------""" """ Configure Paths""" mypath = "Labels/001/" outpath = "Labels/output/" cls = "001" wd = getcwd() list_file = open('%s/%s_list.t... put text file list """ txt_name_list = [] for (dirpath, dirnames, filenames) in walk(mypath): print(filenames) txt_name_list.extend(filenames) bre
cordova @tips
13 Hits, Last modified:
xport ANDROID_HOME=/lab/android-sdk-linux/ export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools </code> ===== Project ===== ==== Create proje... ordovaLib/ android update project --subprojects --path . --target "android-19" ant clean debug cd .. # ... uild into jni folde'''r Android.mk <code> LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL
lxd @tips
10 Hits, Last modified:
age pool lxc profile device add default root disk path=/ pool=zfspool # initialize network sudo lxd ini... idged parent: br-mng type: nic kvm: path: /dev/kvm type: unix-char mem: path: /dev/mem type: unix-char root: path: / type: disk tun: path: /dev/net/tun type
xpath @tips
8 Hits, Last modified:
====== xpath ====== With chromium in developer mode right click on the node => "Copy XPath" With lxml and python <code> sudo apt-get insta... -dev python-dev pip install lxml </code> print xpath of all elements <code> from lxml import html, etr... c) for e in tree.iter(): print e.text,tree.getpath(e) </code> get element from xpath <code> fr
ssl @tips
7 Hits, Last modified:
alileo.org acme.sh --installcert -d $HOST \ --certpath /etc/ssl/certs/${HOST}.cer \ --keypath /etc/ssl/private/${HOST}.key \ --capath /etc/ssl/certs/ca.cer \ --fullchainpath /etc/apache2/fullchain.cer \ --ecc \ --reloadcmd "service a
ionic @tips
6 Hits, Last modified:
===== Create library ===== <code bash> LIB=<some-path> nodeenv --node=0.10.33 $LIB . $LIB/bin/activate ... le or use gradle shipped with android studio (see PATH below) * ANDROID_HOME=/opt/android-sdk * PATH=/opt/android-sdk/platform-tools:/opt/android-studio/... droid { externalNativeBuild { cmake { path "../../CMakeLists.txt" } } packagingOptio
keras @tips
6 Hits, Last modified:
gure.bazelrc <code> build --action_env PYTHON_BIN_PATH="/lab/gianoobserver/lib/bin/python" build --action_env PYTHON_LIB_PATH="/lab/gianoobserver/lib/lib/python3.8/site-packages" build --python_path="/lab/gianoobserver/lib/bin/python" build:xla --d... uild --config=xla build --action_env CUDA_TOOLKIT_PATH="/usr/local/cuda" build --action_env TF_CUDA_COMP
openalpr @tips
5 Hits, Last modified:
rt ANDROID_HOME=/lab/sdk/android-sdk-linux export PATH=${PATH}:${NDKROOT}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools/ export ANDROID_CMAKE_TOOLCHAIN... l.google.com/android/eclipse/ and set android sdk path * Add CDT (C++) plugin: Help -> add new softwar... ss cd tess-two ndk-build android update project --path . ant release </code> <code> /lab/sdk/OpenCV-and
tmux @tips
5 Hits, Last modified:
le 1' 'set -g mode-mouse off' # fix pane_current_path on new window and splits if-shell "test '#{$TMUX_... " 'unbind c; bind c new-window -c "#{pane_current_path}"' if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -... \"'; bind '\"' split-window -v -c '#{pane_current_path}'" if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -... bind v; bind v split-window -h -c "#{pane_current_path}"' if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -
docs @projects:wamp
5 Hits, Last modified:
None) </code> Create new router node <code> cd /path/ crossbar init --template default </code> .cross... "router", "options": { "pythonpath": [".."] }, "manhole": { ... ate wsgi.py in same folder as setup.py <code> ini_path = '../development.ini' from pyramid.paster import get_app, setup_logging setup_logging(ini_path) application = get_app(ini_path, 'main') </code>
postgres @tips:db
5 Hits, Last modified:
# enable expanded display \x </code> set search path for database <code> psql <database> ALTER DATABASE database_name SET search_path TO schema_name,public; </code> drop role gianoa... gianoauth; </code> on database giano set search path on user gianoauth to search first in schema auth <code> ALTER USER gianoauth SET search_path TO auth; ALTER ROLE gianoauth IN DATABASE giano S
pcb @tips
4 Hits, Last modified:
we need to process the complex SVG with multiples path, objects, layers, group, etc. to convert it into a single path simple SVG. You need to open your SVG into Inksca... L+U (Ungroup), * CTRL+ALT+C (Convert stroke to path), * CTRL+A (Select all), * CTRL+U (Union) a... wer left (link) * select all objets, drills and path * create operation * outside, 0.1mm *
install @tips:archlinux
4 Hits, Last modified:
b <code> pacman -S grub os-prober ZPOOL_VDEV_NAME_PATH=1 grub-install --target=i386-pc /dev/sda ZPOOL_VDEV_NAME_PATH=1 grub-mkconfig -o /boot/grub/grub.cfg </code> u... n --noconfirm -S grub efibootmgr ZPOOL_VDEV_NAME_PATH=1 grub-install --target=x86_64-efi --efi-director... enerate grub config <code> export ZPOOL_VDEV_NAME_PATH=1 grub-mkconfig -o /boot/grub/grub.cfg </code> r
jupyter @tips
3 Hits, Last modified:
<code> sudo apt install python3-virtualenv mkdir <path_to_project> cd <path_to_project> virtualenv -p python3 lib source lib/bin/activate pip install -U pip w... install tensorflow </code> daily job <code> cd <path_to_project> source lib/bin/activate jupyter noteb
homeassistant @projects:internetofthings
3 Hits, Last modified:
(Git will reject it because there isn't a direct path from the commit on the server to the commit on yo... (Git will reject it because there isn't a direct path from the commit on the server to the commit on yo... platform: local_file name: soggiorno file_path: /media/usb0/photo/lastsnap.jpg </file> ===== se
oracle @tips:db
3 Hits, Last modified:
18.04 @tips:ubuntu
3 Hits, Last modified:
minikube @tips
2 Hits, Last modified:
sqlite @tips
2 Hits, Last modified:
video @tips
2 Hits, Last modified:
vscode @projects:zibaldone
2 Hits, Last modified:
development @tips:android
2 Hits, Last modified:
kuu @tips:hw
2 Hits, Last modified:
mdm @projects
1 Hits, Last modified:
autofs @tips
1 Hits, Last modified:
blender @tips
1 Hits, Last modified:
fail2ban @tips
1 Hits, Last modified:
gpu @tips
1 Hits, Last modified:
jibri @tips
1 Hits, Last modified:
jetsonnano @projects:internetofthings
1 Hits, Last modified:
tradfri @projects:internetofthings
1 Hits, Last modified:
mycroft @projects:iotaiuto
1 Hits, Last modified:
virtualization @projects:livenet
1 Hits, Last modified:
adb @tips:android
1 Hits, Last modified:
decompile @tips:android
1 Hits, Last modified:
deb @tips:debian
1 Hits, Last modified:
install @tips:opencv
1 Hits, Last modified:
linux @tips:radxa
1 Hits, Last modified:
kinectv2 @tips:sensors
1 Hits, Last modified:
openvpn @tips:vpn
1 Hits, Last modified:
systemd @zibaldone:linux
1 Hits, Last modified: