set

Search

You can find the results of your search below.

python
3 Hits, Last modified:
= "test" x: bytes = b"test" x: list[int] = [1] x: set[int] = {6, 7} x: dict[str, float] = {"field": 2.0... ) def f(my_mapping: MutableMapping[int, str]) -> set[str]: my_mapping[5] = 'maybe' # ...but mypy is OK with this. return set(my_mapping.values()) </file>
docker @projects:zibaldone:linux
3 Hits, Last modified:
ocker/volumes/geonode_3x1t-backup-restore/_data/ set -x rm $SOURCE/2* docker exec -it $CONTAINER pytho... cker host create this helper script <code bash | set-display.sh> XAUTH=/tmp/Xauthority HOSTIP=$(ip -o ... on from client <code bash> ssh -X <hostip> source set-display.sh docker run --rm -e DISPLAY=$DISPLAY -v
turbolevo @projects:zibaldone:electronic
2 Hits, Last modified:
] turbo levo: 250khz canbus <code> sudo ip link set can0 up type can bitrate 250000 </code> or <file... 0 iface can0 inet manual pre-up /sbin/ip link set can0 type can bitrate 250000 up /sbin/ifconfig