al

Search

You can find the results of your search below.

turbolevo @projects:zibaldone:electronic
11 Hits, Last modified:
[https://www.kmpdrivetrain.com/paddleshift/practical-tips-can-bus/|canbus basic]] * [[https://www.te... solutions.co.uk/info/Embedded_tutorials/can_tutorial.htm|tutorial]] * transreceiver SN65HVD230 [[https://www.ti.com/lit/ds/symlink/sn65hvd230.pdf|datash... atalog/images/raspberrypi/pi_2/PICAN2UG13.pdf|manual]] turbo levo: 250khz canbus <code> sudo ip link
docker @projects:zibaldone:linux
11 Hits, Last modified:
cker-ce docker-ce-cli containerd.io mkdir /usr/local/lib/docker/cli-plugins -p curl -SL https://github... oad/v2.2.2/docker-compose-linux-x86_64 -o /usr/local/lib/docker/cli-plugins/docker-compose chmod +x /usr/local/lib/docker/cli-plugins/docker-compose </code> ru... Stefano Scipioni RUN /opt/jboss/wildfly-14.0.1.Final/bin/add-user.sh admin admin#password --silent CMD
python
4 Hits, Last modified:
9+) ===== <file python> from typing import Optional, Callable, Match, MutableMapping, Mapping x: in... es", 7.5) x: tuple[int, ...] = (1, 2, 3) x: Optional[str] = some_function() x: Callable[[int, float], ... MyClass() # An argument can be declared positional-only by giving it a name # starting with two unde... ding a type annotation x: list[str] = [] x: Optional[str] = None # "typing.Match" describes regex ma
vscode
3 Hits, Last modified:
====== vscode ====== Visual Studio Code Editor ===== base settings ===== <code> sudo apt install f... s": { "python.defaultInterpreterPath": "/usr/local/bin/python", "python.formatting.provider": "bla... s * http://donovanbrown.com/post/2015/05/18/visual-studio-code-keyboard-shortcut-cheat-sheet <file
cells @projects:zibaldone:electronic
3 Hits, Last modified:
====== cells ====== ===== internal resistance ===== All you need is a 4 ohm 5W power resistor or sim... recise resistance, this is R The battery's internal resistance (Ri) is calculated with the formula: ... * 75-150 mOhm - Excellent * 150-250 mOhm - Good * 250-350 mOhm - Marginal * 350-Up mOhm - Bad
iidc @projects:zibaldone:electronic
3 Hits, Last modified:
.5.1-cp37-cp37m-linux_x86_64.whl </code> ==== focal length ==== focal length = (known pixel Width * knownDistance) / known width Distance (cm/inches/etc.) =( known Width * focal length) / pixel Width
iptables @projects:zibaldone:linux
2 Hits, Last modified:
to another host ===== SNAT and DNAT <code> IPLOCAL=a.b.c.d IPREMOTE=x.y.z.w echo 1 > /proc/sys/net/... ables -t nat -A POSTROUTING -p tcp -d ${IPREMOTE} --dport 3306 -j SNAT --to-source ${IPLOCAL} </code>
corne @projects:zibaldone:electronic
1 Hits, Last modified:
firmware ./util/linux_install.sh # qmk cli optional export QMK_HOME=/lab/corne/qmk_firmware python3 -