no

Search

You can find the results of your search below.

docker @projects:zibaldone:linux
32 Hits, Last modified:
docker-compose.yml <code> docker-compose up -d --no-deps --build </code> ===== docker backup exampl... TARGET=/backup/ SOURCE=/var/lib/docker/volumes/geonode_3x1t-backup-restore/_data/ set -x rm $SOURCE/2... R python manage.py backup -f --config=/usr/src/geonode_3x1t/geonode_3x1t/br/settings_docker.ini --backup-dir=/backup_restore/ rsync -av $SOURCE $TARGET </
turbolevo @projects:zibaldone:electronic
26 Hits, Last modified:
tream/handle/2117/118541/report-tfm-eduard-valentino.pdf|canbus esp32 project]] * [[https://www.comp... to the negative pole of the battery pack * P-: No Connect * C-: Connect to the negative electrode... erie viene attivato da NTC sul pin ? * I dati sono fondamentalmente "little endian", cioè a1 fe ff f... . * Corrente, tensione e i valori di capacità sono per lo più "volte 1000" combinazione non funzion
python
6 Hits, Last modified:
f # User-defined classes are valid as types in annotations x: MyClass = MyClass() # An argument can... rting with two underscores: def quux(__x: int) -> None: pass quux(3) # Fine quux(__x=3) # Error... initialize a variable with an empty container or "None" # you may have to help mypy a bit by providing a type annotation x: list[str] = [] x: Optional[str] = None
iidc @projects:zibaldone:electronic
4 Hits, Last modified:
/code> ==== focal length ==== focal length = (known pixel Width * knownDistance) / known width Distance (cm/inches/etc.) =( known Width * focal length) / pixel Width
vscode
2 Hits, Last modified:
json. From vscode attached to docker container is now enabled debugger from 'Run and Debug' view <code... o.com/docs/customization/keybindings * http://donovanbrown.com/post/2015/05/18/visual-studio-code-ke
cells @projects:zibaldone:electronic
1 Hits, Last modified:
briefly connect the resistor across the battery. Note the voltage reading, this is V2. * Measure yo
glusterfs @projects:zibaldone:linux
1 Hits, Last modified:
===== volume types: * distributed: more space, no redundancy * replicated: redundancy * dispers
iptables @projects:zibaldone:linux
1 Hits, Last modified:
} ====== IPTables ====== ===== Forward port to another host ===== SNAT and DNAT <code> IPLOCAL=a.b.