type

Search

You can find the results of your search below.

docker @projects:zibaldone:linux
7 Hits, Last modified:
20.10.12 docker node update --label-add type=jibri jen361j71yr6k96zrhx7x7b6a docker node update --label-add type=jvb n4z6nb6c8xi6el63a6b0vflyv </code> spread the deployment across nodes based on the value of "type" label: one node on type=jvb, one on type=jibri <code> docker service update --placement-pref-add 'spre
python
2 Hits, Last modified:
====== Python ====== ===== type hints cheat sheet (python 3.9+) ===== <file python> from typing import... # you may have to help mypy a bit by providing a type annotation x: list[str] = [] x: Optional[str] = N
turbolevo @projects:zibaldone:electronic
2 Hits, Last modified:
vo: 250khz canbus <code> sudo ip link set can0 up type can bitrate 250000 </code> or <file txt /etc/net... can0 inet manual pre-up /sbin/ip link set can0 type can bitrate 250000 up /sbin/ifconfig can0 up
vscode
1 Hits, Last modified:
"name": "Python: Attach", "type": "python", "request": "attach",