true

Search

You can find the results of your search below.

vscode @projects:zibaldone
8 Hits, Last modified:
Family": "Fira Code", "editor.fontLigatures": true, "window.zoomLevel": 1.5, "editor.tabSize": 4, "editor.insertSpaces": true, "python.formatting.provider": "black" } </fi... g.provider": "black", "python.linting.enabled": true, "python.linting.pylintEnabled": true, "python.linting.mypyEnabled": true, "editor.insertSpaces":
3dprinter
5 Hits, Last modified:
setting_version = 19 [values] cool_fan_enabled = True cool_fan_speed = 50 infill_pattern = grid infill_... ture_layer_0 = 245 optimize_wall_printing_order = True raft_margin = 5 retraction_combing_max_distance =... 10 retraction_hop = 0.6 retraction_hop_enabled = True speed_layer_0 = 20 speed_print = 50 speed_print_l... #define Z_MIN_ENDSTOP_INVERTING false // Set to true to invert the logic of the endstop. #define Z_MIN
esphome @projects:internetofthings
5 Hits, Last modified:
} ], "proactivelyReported": true, "retrievable": true } }, { "type": "AlexaInterface", "interface": "A... } ], "proactivelyReported": true, "retrievable": true } }, { "type": "AlexaInterface", "interface": "A
docs @projects:wamp
5 Hits, Last modified:
"uri": "*", "publish": true, "subscribe": true, "call": true, "register": true } ] } ]
graphite @projects:internetofthings
2 Hits, Last modified:
wsgi/apps-enabled/graphite.ini> [uwsgi] vacuum = true master = true processes = 2 pidfile = /tmp/uwsgi.pid socket = /tmp/uwsgi.sock chmod-socket = 666 gid =
homeassistant @projects:internetofthings
2 Hits, Last modified:
dot> digraph G { graph [rankdir = "LR" splines="true" remincross="true"]; node [fontsize = "10" shape = "box" style="filled" color=black penwidth=1 fillcolo
micropython @projects:internetofthings
2 Hits, Last modified:
a_if = network.WLAN(network.STA_IF) sta_if.active(True) sta_if.connect('<your ESSID>', '<your password>'... he internal LED turn on when the pin is LOW while True: led.value(not led.value()) #led.on()
liberidicomunicare @projects:iotaiuto
2 Hits, Last modified:
." width="200px" /></choice> <choice correct="true"><img src="..." width="200px" /></choice> <ch... ." width="200px" /></choice> <choice correct="true"><img src="..." width="200px" /></choice> <ch
integration @projects:wamp
2 Hits, Last modified:
h G { graph [rankdir = "LR" size="10,8" splines="true" remincross="true"]; node [fontsize = "10" shape = "egg" style="filled,rounded" color=black penwidth=1
nextcloud
1 Hits, Last modified:
lyoffice.csgalileo.org/welcome/ oppure ottenere ''true'' da https://onlyoffice.csgalileo.org/healthcheck
virtualization @projects:livenet
1 Hits, Last modified:
] name=xp master=/mnt/vms/xp local=/vms/xp update=true </code> Create eventually root folder of vms <co
python @projects:zibaldone
1 Hits, Last modified:
ng, Mapping x: int = 1 x: float = 1.0 x: bool = True x: str = "test" x: bytes = b"test" x: list[int] =