Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- jetsonnano @projects:internetofthings
- /usr/local/cuda-10.0/samples/1_Utilities/bandwidthTest/ sudo make ./bandwidthTest </code> <code> Device 0: "NVIDIA Tegra X1" CUDA Driver Version / Runtime... 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_
- minetest @tips:gameengine
- ====== Minetest ====== * http://www.ocsmag.com/2016/04/04/mining-for-education/ ===== client ===== <code> sudo apt install minetest </code> connect to cubo commands: * /home (an... ver ===== <code> sudo add-apt-repository ppa:minetestdevs/stable sudo apt-get update sudo apt install minetest-server apt install minetest-mod-moreblocks minete
- 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
- ionic @tips
- ====== ===== Prerequisites ===== ==== nodejs (latest) ==== <code bash> sudo apt-get install build-ess... activate npm install -g ionic cordova ionic start test1 blank cd test1 ionic cordova plugin cd .. git clone https://github.com/Cloudoki/ImageDetectionCordov... te pacakge.json in ImageDetectionCordovaPlugin cd test1 cordova plugin add ../ImageDetectionCordovaPlugi
- 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
- atom @tips
- wget -q https://github.com/atom/atom/releases/latest -O /tmp/latest MATCHEDROW=$(awk -F '[<>]' '/href=".*atom-amd64.deb/' /tmp/latest) LATEST=$(echo $MATCHEDROW | grep -o -P '(?<=href=").*(?=" rel)') VER_LATEST=$(echo $MATCHEDROW | rev |
- 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
- 18.04 @tips:ubuntu
- m control --reload </code> ===== NVIDIA ===== latest drivers in ppa <code> sudo add-apt-repository ppa... xport PATH=$PATH:/usr/local/cuda-9.2/bin </file> testing cuda <code> /usr/local/cuda-9.2/extras/demo_suite/deviceQuery </code> testing vidia GPU <code> sudo apt-get install glmark2 ... 50 Ti/PCIe/SSE2 **glmark2 Score: 6865** phoronix testing <code> sudo apt-get install phoronix-test-suit
- 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"
- gstreamer @tips
- </code> nvv4l2h264enc <code> gst-launch-1.0 videotestsrc is-live=1 ! nvvidconv ! nvv4l2h264enc ! h264pa... 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> .
- telegram @tips
- ...') def motion(bot, update): print("show latest motion ...") if _isAuthorized(update): ... ffective_user['id'] reply(update, 'send latest motion video ...') subprocess.call(["/home/pi/latest.sh", str(user_id)], shell=False) def error(bot, ... speed = 50 reply(update, 'send latest 24 hours from camera %s at speed %s, wait 5 minut
- googlehome @projects:internetofthings
- lient. Add scopes for **email** and **name**. - Testing instructions: Enter anything. It doesn’t matte... 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
- 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... 10.0.0. Non usare versioni più recenti di cuda. (Testato con Ubuntu 18.04) Verificare se i driver nvid
- vscode @projects:zibaldone
- : { "editor.formatOnSave": true }, "python.testing.pytestPath": "pytest", "python.testing.pytestEnabled": true } } </code> * close vscode * destroy container remote co