Skip to content

Instantly share code, notes, and snippets.

@ArchKudo
ArchKudo / errno.py
Created May 21, 2018 13:44
Errno for Ouroboros
"""This module makes available standard errno system symbols.
The value of each symbol is the corresponding integer value,
e.g., on most systems, errno.ENOENT equals the integer 2.
The dictionary errno.errorcode maps numeric codes to symbol names,
e.g., errno.errorcode[2] could be the string 'ENOENT'.
Symbols that are not relevant to the underlying system are not defined.
@ArchKudo
ArchKudo / aw-qt-log.md
Last active October 7, 2018 08:54
Activity Watch Journalctl Log
~cd .local/activitywatch/

~/.local/activitywatch
❯ ./aw-qt
2018-10-07 13:41:37 [INFO ]: Starting module aw-server  (aw_qt.manager:46)
2018-10-07 13:41:37 [INFO ]: Starting module aw-watcher-afk  (aw_qt.manager:46)
2018-10-07 13:41:37 [INFO ]: Starting module aw-watcher-window  (aw_qt.manager:46)
rm -rf _build/*
sphinx-build -b latex -d _build/doctrees . _build/latex
Running Sphinx v5.3.0
making output directory... done
myst v0.18.1: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=['colon_fence', 'deflist', 'dollarmath'], disable_syntax=[], all_links_external=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, highlight_code_blocks=True, number_code_blocks=[], title_to_header=False, heading_anchors=3, heading_slug_func=None, footnote_transition=True, words_per_minute=200, sub_delimiters=('{', '}'), linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area')
building [mo]: targets for 0 po files that are out of date
building [latex]: all documents
updating environment: [new config] 65 added, 0 changed, 0 removed
reading sources... [100%] wave
looking for now-outdated files... none found