• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » path

path

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (33)
  • projects (12)
  • zibaldone (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • xpath (tips)

Fulltext results:

plate @projects
29 Hits, Last modified: 3 years ago
------------------------------""" """ 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(
cordova @tips
13 Hits, Last modified: 11 years ago
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: 6 years ago
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: 10 years ago
====== 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
01_struttura_server @projects:livenet
8 Hits, Last modified: 12 months ago
ruttura server ===== Partendo da un fissato root path, al esempio ''/livenet'', vediamo la struttura de... List ItemVariabili ambiente generali * ''ROOT_PATH=/xyz'' la radice del progetto, usata come directory basename * ''IMG_PATH="${ROOT_PATH}/images"'' è la radice che contiene le definizioni dei dipartimenti * ''REL_PATH="${ROOT
docs @projects:wamp
8 Hits, Last modified: 9 years ago
None) </code> Create new router node <code> cd /path/ crossbar init --template default </code> .cross... "router", "options": { "pythonpath": [".."] }, "manhole": { ... "port": 8080 }, "paths": { "ws": { ... : "tcp", "port": 8080 }, "paths": { ... "push": {
ssl @tips
7 Hits, Last modified: 7 days ago
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: 8 years ago
===== 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: 6 years ago
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
tmux @tips
6 Hits, Last modified: 9 years ago
f # Updates for tmux 1.9's current pane splitting paths. # from powerline run-shell "tmux set-environme... 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 -
openalpr @tips
5 Hits, Last modified: 10 years ago
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
postgres @tips:db
5 Hits, Last modified: 7 years ago
# 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: 5 years ago
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: 3 years ago
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: 8 years ago
<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: 3 years ago
oracle @tips:db
3 Hits, Last modified: 9 years ago
18.04 @tips:ubuntu
3 Hits, Last modified: 7 years ago
blender @tips
2 Hits, Last modified: 6 months ago
jibri @tips
2 Hits, Last modified: 3 years ago
minikube @tips
2 Hits, Last modified: 4 years ago
sqlite @tips
2 Hits, Last modified: 6 years ago
video @tips
2 Hits, Last modified: 5 years ago
vscode @projects:zibaldone
2 Hits, Last modified: 3 months ago
development @tips:android
2 Hits, Last modified: 9 years ago
kuu @tips:hw
2 Hits, Last modified: 3 years ago
install @tips:opencv
2 Hits, Last modified: 8 years ago
kinectv2 @tips:sensors
2 Hits, Last modified: 11 years ago
zed @tips:sensors
2 Hits, Last modified: 6 years ago
mdm @projects
1 Hits, Last modified: 4 years ago
atom @tips
1 Hits, Last modified: 8 years ago
autofs @tips
1 Hits, Last modified: 9 years ago
fail2ban @tips
1 Hits, Last modified: 7 years ago
gpu @tips
1 Hits, Last modified: 3 years ago
jetsonnano @projects:internetofthings
1 Hits, Last modified: 2 years ago
orangepizero2 @projects:internetofthings
1 Hits, Last modified: 13 months ago
tradfri @projects:internetofthings
1 Hits, Last modified: 6 years ago
mycroft @projects:iotaiuto
1 Hits, Last modified: 4 years ago
virtualization @projects:livenet
1 Hits, Last modified: 6 years ago
03-ceph @projects:openstack-ansible
1 Hits, Last modified: 17 hours ago
adb @tips:android
1 Hits, Last modified: 8 years ago
decompile @tips:android
1 Hits, Last modified: 6 years ago
deb @tips:debian
1 Hits, Last modified: 11 years ago
linux @tips:radxa
1 Hits, Last modified: 10 years ago
openvpn @tips:vpn
1 Hits, Last modified: 8 years ago
systemd @zibaldone:linux
1 Hits, Last modified: 18 months ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki