Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- jetsonnano @projects:internetofthings
- izations \ --with-lto make -j3 PROFILE_TASK="-m test.regrtest --pgo test_array test_base64 test_binascii test_binhex test_binop test_c_locale_coercion test_csv test_json test_hashlib test
- plate @projects
- TORY*' # Percentage of images to be used for the test set percentage_test = 10; # Create and/or truncate train.txt and test.txt file_train = open('train.txt', 'w') file_test = open('test.txt', 'w') # Populate train.txt and t
- zfs @tips
- === incremental backup ===== consider a FS rpool/test <code bash> FS=rpool/test # make a first snapshot zfs snapshot rpool/test@snap01 </code> if files are added to FS used space of... sh> sync && zfs list -t all -r $FS GROW --->rpool/test 200M 138G 200M /test rpool/tes
- keras @tips
- uild:opt --define with_default_optimizations=true test --flaky_test_attempts=3 test --test_size_filters=small,medium test --test_tag_filters=-benchmark-test,-no_oss,-gpu,-oss_serial test
- iotaiuto_skill @projects:internetofthings
- azione con l'endpoint homeassistant dell'utente. test funzionali (cd /home/iotaiuto): * make test-token: verifica la validità del token * make test-user: torna i dati relativi all'utente con un cert... a <code> su - iotaiuto make aws-deploy </code> test del servizio lambda: chiedere ad alexa "scopri nu
- influxdb @projects:internetofthings
- ptive > </code> select <code> influx -database test -execute 'select * from "mctc.veicoli.get" order by time desc limit 10' </code> test <code> curl -G http://carbon:8086/query --data-urlencode "q=SHOW DATABASES" </code> python test <code python> from influxdb import InfluxDBClient... username='captive', password='captive', database='test') json_body = [{"measurement": "browser", "tags"
- simon @tips:speech
- dent training. training <code bash> mkdir /tmp/test cd /tmp/test sphinxtrain -t test setup </code> now we have <code bash> . └── etc │ ├── feat.params │ ├── sphinx_train.cfg │ ├── test.dic │ └── test.filler </code> adjust sphinx_t
- fail2ban @tips
- oken/v2 HTTP/1.[0-9]" 401 ignoreregex = </file> test filter <code> fail2ban-regex /var/log/nginx/acces... _)s telegram[name=GIANO] </file> ===== test ===== test <code> fail2ban-client -d </code> restart service to apply filter and jail <code> systemct... end.conf> [telegram] chat_id = token = </file> test (-g option to use /etc/telegram-send.con) <code>
- gstreamer @tips
- onvert ! xvimagesink </code> rtsp save stream to test.mkv without h264 decoding <code> gst-launch-1.0 -... pay ! h264parse ! matroskamux ! filesink location=test.mkv </code> hardware decode <code> F=videos/traf... rt ! omxh264enc ! matroskamux ! filesink location=test.mkv </code> inspect pipeline properties <code> .... metry=bt601' ! bayer2rgb ! videoconvert ! x264enc ! matroskamux ! filesink location=test.mkv </code>
- test @tips
- ====== Test ====== Il test consiste nell'implementare un dialogo con protocollo http per l'interrogazione di un s... e un **token**: * url: https://ha.csgalileo.org/test/login * parametri: {"username":"il proprio nome... token ottenuto: * url: https://ha.csgalileo.org/test/check * header: "Authorization: Bearer $TOKEN"
- tmux @tips
- e_current_path on new window and splits if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSI... c new-window -c "#{pane_current_path}"' if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSI... it-window -v -c '#{pane_current_path}'" if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSI... it-window -h -c "#{pane_current_path}"' if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSI
- googlehome @projects:internetofthings
- app. * Back on the overview page. Click **TEST** * If you haven’t already added the compone... iving room </code> * Reset Home Assistant and TEST ACTION * Open the GOOGLE HOME APP and go into ... the + sign, and near the bottom, you should have [test] your app name. Selecting that should lead you th... the + sign, and near the bottom, you should have [test] your app name. Selecting that should lead you th
- mycroft @projects:iotaiuto
- iudere e salvare <code> sudo reboot </code> ==== Test scheda audio ==== Dal terminale del raspberry <co... mctl --user stop pulseaudio arecord -f cd -Dhw:0 test.wav // Registrare audio, poi premere ctrl+c aplay -Dhw:0 test.wav // Verificare che venga riprodotto l'audio r... ocker\\ Prima di proseguire è consigliato fare un test per assicurarsi che docker riesca a vedere la gpu
- cordova @tips
- case 'linux': spawn('chromium-browser', ['--test-type', '--disable-web-security', '--user-data-dir... de> cordova platform update android </code> ==== Test project ==== <code> cordova emulate browser </co... r) include $(CLEAR_VARS) LOCAL_MODULE := gpio_test LOCAL_SRC_FILES := gpio.c LOCAL_LDLIBS += -llog L