file

Search

You can find the results of your search below.

vscode
10 Hits, Last modified:
ll fonts-firacode paru -S ttf-fira-code </code> <file json settings.json> { "editor.fontSize": 16, ... ue, "python.formatting.provider": "black" } </file> <code> code --install-extension Angular.ng-temp... Containers: Open Attached Container Configuration File <code | angular remote configuration> { "works... ugger create in app folder (for example dnnutils) file .vscode/launch.json. From vscode attached to dock
docker @projects:zibaldone:linux
5 Hits, Last modified:
de> ===== deploy ===== get a docker-compose.yml file and edit it create and run in background <code> ... seawind/wildfly14jdk8 </code> create Dockerfile <file> FROM dryseawind/wildfly14jdk8 MAINTAINER Stefano... 0.0.0.0", "-bmanagement", "0.0.0.0", "--debug"] </file> <code> docker build -t "soes/wildfly:14" . </co... a/httprest </code> docker registry on localhost <file yaml docker-compose.yml> services: registry:
python
2 Hits, Last modified:
==== type hints cheat sheet (python 3.9+) ===== <file python> from typing import Optional, Callable, Ma... my_mapping[5] = 'maybe' # ...but mypy is OK with this. return set(my_mapping.values()) </file>
turbolevo @projects:zibaldone:electronic
2 Hits, Last modified:
set can0 up type can bitrate 250000 </code> or <file txt /etc/network/interfaces> auto can0 iface ca... fconfig can0 up down /sbin/ifconfig can0 down </file> <code> cansniffer can0 -c -t 0 </code> <code>