https://linuxhint.com/cron_systemd_timer/
cat /home/dk/.config/systemd/user/gdrive.org.service
[Unit]
Description=Upload org files to my google drive
# after networking is up on the server
After=network.target
https://linuxhint.com/cron_systemd_timer/
cat /home/dk/.config/systemd/user/gdrive.org.service
[Unit]
Description=Upload org files to my google drive
# after networking is up on the server
After=network.target
# (base) dk@ ~ /proj/qlib/qcon$ conda build . | |
No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.11 | |
WARNING:conda_build.metadata:No numpy version specified in conda_build_config.yaml. Falling back to default numpy value of 1.11 | |
Adding in variants from internal_defaults | |
INFO:conda_build.variants:Adding in variants from internal_defaults | |
Attempting to finalize metadata for qcon | |
INFO:conda_build.metadata:Attempting to finalize metadata for qcon | |
BUILD START: ['qcon-2020.02.05-0.tar.bz2'] | |
Cloning into '/home/dk/conda/conda-bld/qcon_1606553400852/work'... |
https://youtu.be/XkY2DOUCWMU?list=PLZHQObOWTQDPD3MizzM2xVFitgF8hE_ab q stores matrices in column-major order - it means that first element of each list is first column, second element is second column etc
special case: float vector is Nx1 or 1xN (if enlisted) matrix
q)enlist[1 2 3f] $ 1 2 3f / rows times columns
,14f
q)(1 3f;-2 0f)$-1 2f / 5 2; (x-axis coords;y-axis coords); has columns 1 -2 and 3 0
q)(1 1f;0 1f)$(0 -1f;1 0f) / (1 -1f;1 0f);
buffer
vs window
vs frame
modeline
echo area
minibuffer
font locking
correct term for syntax highlighting. made up of faces
of properties (color, font, text size …) that pretty-print the textpoint
another word for caret or cursor: visual marker where characters typed will appearmark
region
contiguous block of text bounded by point
and mark
. in other editors called “selection” or “highlight”current buffer
buffer that has the point
$
last argument passed to the previous shell command https://stackoverflow.com/questions/547719/is-there-a-way-to-make-mv-create-the-directory-to-be-moved-to-if-it-doesnt-exis$!
pid of the most recently executed background pipelinetar -xvf archive.tar.xz
tar -zxvf archive.tar.gz
key concepts involved (layered in that order):
indexing matrix at depth; as opposed to @ - indexing at first level: