Search
You can find the results of your search below.
Fulltext results:
- plate @projects
- = "Labels/output/" cls = "001" wd = getcwd() list_file = open('%s/%s_list.txt'%(wd, cls), 'w') """ Get input text file list """ txt_name_list = [] for (dirpath, dirnames, filenames) in walk(mypath): print(filenames) txt
- syntax @wiki
- supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''... lists or a ''-'' for ordered ones. * This is a list * The second item * You may have different levels * Another item - The same list but ordered - Another item - Just use inden... deeper levels - That's it <code> * This is a list * The second item * You may have different
- idrac @tips
- release -cs) main" | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list $ sudo wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.as... release -cs) main" | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list $ wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc $ s
- lxd @tips
- c/inputrc $NAME/etc/ </file> ===== basic ===== list remote images <code> lxc image list images: </code> auto update remote images <code> lxc config set im... reate container from local image <code> lxc image list lxc launch xenial test1 --profile juju-default </... 1 lxc config set xenial1 boot.autostart false lxc list </code> create custom image from local container
- python @projects:zibaldone
- bool = True x: str = "test" x: bytes = b"test" x: list[int] = [1] x: set[int] = {6, 7} x: dict[str, floa... help mypy a bit by providing a type annotation x: list[str] = [] x: Optional[str] = None # "typing.Mat... we might def f(my_mapping: Mapping[int, str]) -> list[int]: my_mapping[5] = 'maybe' # if we try this, mypy will throw an error... return list(my_mapping.keys()) f({3: 'yes', 4: 'no'}) def f
- postgres @tips:db
- ' </file> ===== Basic operations ===== <code> # list databases \l # connect to database \c giano # list schema \dn # list tables in schema \dt auth.* # describe table \d+ auth.users # list of installed extensions \dx # enable expanded di
- redis @tips:db
- dis Demo" EXPIRE resource:lock 120 </code> ===== list ===== A list have an order RPUSH puts the new value at the end of the list. LPUSH puts the new value at the start of the list. LLEN, LPOP, RPOP <code> RPUSH friends "Alice" RPUSH
- gstreamer @tips
- -1CGN-U|oCam-1CGN-U]] identify <code> v4l2-ctl --list-devices v4l2-ctl --list-formats-ext -d /dev/video0 ... 00 fps) </code> <code> v4l2-ctl -d /dev/video0 --list-ctrls
- jibri @tips
- //download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list apt-get -y update apt-get -y install jitsi-meet </code> Se la macchina รจ nattata a... _release -sc) main | sudo tee -a /etc/apt/sources.list wget https://prosody.im/files/prosody-debian-pack
- mopidy @tips
- do apt-key add - sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessie.list sudo apt-get update sudo apt-get install mopidy sudo apt-get install
- tmux @tips
- ve next * ctrl+a o: move previous * ctrl+a w: list windows * ctrl+a d: detach * ctrl+a PGUP: scroll mode ===== sessions ===== list <code bash> tmux ls </code> attach <code bash> t... et -g status-justify centre # center align window list set -g status-left-length 20 set -g status-right-
- zfs @tips
- t install zfsutils-linux </code> <code> sudo zfs list </code> create filesystem '''lab''' on '''LXD'''... FS used space of FS grow <code bash> sync && zfs list -t all -r $FS GROW --->rpool/test 200M 138... S used space of SNAP grow <code bash> sync && zfs list -t all -r $FS rpool/test 200M 138
- docker @projects:zibaldone:linux
- _release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null apt update apt-get install -y docker-ce docker-ce-cli containerd.io mkdir /us... /.*src \([0-9.]\+\).*/\1/p') AUTH_COOKIE=$(xauth list ${DISPLAY} | awk '{print $3}') DISPLAY_NUMBER=$(e
- atom @tips
- hon \ </code> show installed packages <code> apm list --installed --bare </code> disabilitare package ... objects * ctrl-\: toggle tree view * ctrl-b: list opened files * ctrl-alt-b: beautify selected