Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- micropython @projects:internetofthings
- ====== micropython ====== ===== esptools / ampy ===== <code> pip install esptool pip install adafruit-am... p32 ===== Download firmware from http://www.micropython.org/download erase flash (before any micropython deploy) <code> export PORT=/dev/ttyUSB1 esptool.py --ch... ==== Based on [[https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo|loboris fork]] of micropython <
- vscode @projects:zibaldone
- abSize": 4, "editor.insertSpaces": true, "python.formatting.provider": "black" } </file> <code> c... -extension eg2.tslint code --install-extension ms-python.python </code> ===== docker ===== on vscodium enable marketplace and install dev-containers extension <... Folder": "/app/mev_query", "extensions": [ "ms-python.python", "ms-python.vscode-pylance" ], "setti
- occhiali @projects:iotaiuto
- ulsante va collegato a GND e a un GPIO ==== Micropython vs Circuitpython ==== Su git sono presenti due versioni del codice per gli occhiali: per esp32 e per raspberry pi pico Micropython supporta esp32, che ha il bluetooth, ma ha meno librerie di circuitpython Per micropython potete usare la IDE Thonny Circu
- atom @tips
- i </code> ===== general ===== <code> pip install python-language-server apm install \ atom-ide-ui \ ide-python \ ide-typescript \ seti-syntax \ seti-ui \ mi... auto-detect-indentation \ jumpy \ autocomplete-python \ </code> show installed packages <code> apm lis... "*": "atom-beautify": analytics: false python_max_line_length: 120 "autocomplete-python":
- jetsonnano @projects:internetofthings
- 922 MHz (0.92 GHz) </code> ===== python 3.8 ===== <code> sudo apt install libssl-dev zli... ffi-dev uuid-dev </code> <code> wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0b3.tgz tar zxvf Python-3.8.0b3.tgz cd Python-3.8.0b3 CFLAGS=-DOPENSSL_NO_SSL2 ./configu
- jupyter @tips
- setup virtual environment <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... = add bash kernel <code> pip install bash_kernel python -m bash_kernel.install </code> start bash consol... bash </code> ===== nodejs ===== pre-requisite: python virtualenv need to be "virtualenv", not "venv" <
- keras @tips
- e .tf_configure.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
- plate @projects
- .com/puzzledqs/BBox-Label-Tool.git </code> <file python convert.py> import os from os import walk, getcwd... ile.close() </file> Train.txt Text.txt <file python process.py> import glob, os # Current directory ... *.jpg rm *.jpg </code> Go to main folder and run python main.py <code> python main.py </code> Write 001 inside Image Dir box and load Create a label for each i
- docs @projects:wamp
- * Containers: application components written in Python * Guest Workers: arbitrary programs spawned ===== WAMP router ===== Use python **only** 2.x prereq <code> apt-get install python-virtualenv python-dev libffi-dev \ libssl-dev libxml2-dev libxslt1-dev libyaml-dev </code> <code> pip
- telegram @tips
- trare un webhook (consigliato) <code> pip install python-telegram-bot ipython ipython import telegram TOKEN="xyz" bot = telegram.Bot(TOKEN) bot.setWebhook("https://giano.comune.veron... sendMessage" </code> ===== bot video ===== <code python> #!/usr/bin/env python3 # -*- coding: utf-8 -*- "
- minecraft @tips:gameengine
- co.uk/2014/06/building-a-castle-in-minecraft-with-python/ connection <code> from mcpi.minecraft import M... java -jar ~/.minecraft/launcher.jar </file> ===== Python ===== <code> sudo apt install -y python3 sudo apt install -y idle3 sudo apt install -y python3-pip sudo pip3 install -U pip ## sudo pip3 install
- install @tips:opencv
- do apt-get install -y libtbb-dev libeigen3-dev # Python 2 & 3: sudo apt-get install -y python-dev python-tk python-numpy python3-dev python3-tk python3-numpy # others sudo apt-get install -y libopenexr-dev
- airmouse @tips
- ikey.it/ Chip con supporto nativo di: - circuitpython - usb HID - bluetooth HID - pin analogici c... zicore Lista di processori che supportano circuitpython e bluetooth: * NRF52840 * ESP32-S3 * [[ht... i giroscopio + accelerometro supportati da circuitpython: * MPU6050 * ICM20X * LSM6DSOX * LSM6DS33
- freenove @projects:internetofthings
- etc/modprobe.d/snd-blacklist.conf </code> ===== python library ===== <code="bash"> git clone https://gi... _4WD_Smart_Car_Kit_for_Raspberry_Pi/Code/Server sudo python test.py Motor sudo python test.py Led </code>
- graphite @projects:internetofthings
- graphite:_graphite /var/lib/graphite/graphite.db #python /usr/lib/python2.7/dist-packages/graphite/manage.py syncdb </code> ==== apache ==== <code bash> sudo ap... <code bash> apt install nginx uwsgi uwsgi-plugin-python </code> <file ini /etc/uwsgi/apps-enabled/graphi... te/local_settings.py buffer-size = 65536 plugin = python </file> <code bash> systemctl restart uwsgi </co