For lack of a better term.
- Update Andrea’s image.
| /* | |
| * Created Jul 4, 2020. | |
| */ | |
| #include <unistd.h> | |
| #include <uv.h> | |
| #include "test.h" | |
| #include "utils.h" | |
| #include "assertf.h" |
| (unless (display-graphic-p) | |
| (add-hook 'after-make-frame-functions | |
| '(lambda | |
| ;; Take advantage of iterm2's CSI u support (https://gitlab.com/gnachman/iterm2/-/issues/8382). | |
| (xterm--init-modify-other-keys) | |
| ;; Courtesy https://emacs.stackexchange.com/a/13957, modified per | |
| ;; https://gitlab.com/gnachman/iterm2/-/issues/8382#note_365264207 | |
| (defun character-apply-modifiers (c &rest modifiers) | |
| "Apply modifiers to the character C. |
| ;; File has moved over to https://github.com/kaushikgopal/dotfiles/blob/master/.karabiner.edn | |
| ;; Feel free to raise github issues in that repo, if you have questions/comments/edits |
| #Reflow of any PDF to improve readability on most eBook-readers, using K2pdfopt (www.willus.com/k2pdfopt/) in MAC terminal/commandline/bash, especially useful for multi-column documents (e.g. scientific articles) | |
| #COPY AND PASTE FOR TERMINAL, fill in the paths, filenames on the script: | |
| myuser$ /path...to.../k2pdfopt '/path...to...PDFtoreflow/myPDF.pdf' -x -ui- -dev | |
| # parameters: "-dev" : will fit for average device | |
| # "-ui-" : run programatically (without opening the menu for drag & drop) | |
| # "-x" : exit when done (usually asks for user to press ENTER to close) | |
| #If you want to hear when is done, add: |
This article has moved to the official .NET Docs site.
See https://docs.microsoft.com/dotnet/standard/base-types/character-encoding-introduction.
| Import the official AdoptOpenJDK GPG key | |
| Import the AdoptOpenJDK DEB repo using add-apt-repository | |
| wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add - | |
| sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/ | |
| sudo apt update |
The originality of these Gists varies drastically. Most are inspired by the work of others, in that case, all merit goes to the original authors. I have linked everything used as reference material on the Gists themselves.