This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:877C9C4DF0583BA7FAD08B34F9EBF09436BCB50F]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:877C9C4DF0583BA7FAD08B34F9EBF09436BCB50F]
| 1 | 2 | 3 | 4 | 5 | love | hate | |
|---|---|---|---|---|---|---|---|
| Elvira | 4.5 | 4.5 | 4.5 | 4.0 | 4.5 | 1 | 4 |
| Vasyl | 4.7 | 4.0 | 4.8 | 3.9 | 4.7 | 3 | 4 |
| Bohdan | 4.7 | 4.2 | 4.5 | 3.8 | 4.6 | 1 | 4 |
| Maks | 4.6 | 4.2 | 4.8 | 4.0 | 4.6 | 1 | 4 |
| Boris | 4.4 | 4.0 | 4.5 | 3.8 | 4.3 | 1 | 4 |
| Total | 22.9 | 20.9 | 23.1 | 19.5 | 22.7 | ||
| Mean | 4.58 | 4.18 | 4.62 | 3.9 | 4.54 |
| #!/usr/bin/env bash | |
| set -e | |
| ACTION=$1 | |
| emacs_d=$HOME/.config/emacs | |
| if [[ -d "$XDG_CONFIG_HOME" ]]; then | |
| emacs_d="$XDG_CONFIG_HOME/emacs" | |
| fi |
| (defun vulpea-project-p () | |
| "Return non-nil if current buffer has any todo entry. | |
| TODO entries marked as done are ignored, meaning the this | |
| function returns nil if current buffer contains only completed | |
| tasks." | |
| (seq-find ; (3) | |
| (lambda (type) | |
| (eq type 'todo)) | |
| (org-element-map ; (2) |
| #!/usr/bin/env bash | |
| # | |
| # Requirements: | |
| # | |
| # 1. git >= 2.25 | |
| # 2. git-filter-repo | |
| # 3. bash >= 4.0 | |
| # | |
| # Installation: |
| commit 23236f26d2f5839f2fdb7022039dcf102dcf3a3b | |
| Author: Dhruva Krishnamurthy <address@hidden> | |
| Date: Mon Dec 23 14:49:51 2019 -0800 | |
| Initialize ImageMagick runtime environment before use | |
| diff --git a/src/image.c b/src/image.c | |
| index 70d932f9ed..50d90ccb55 100644 | |
| --- a/src/image.c | |
| +++ b/src/image.c |
| From 95160c34b4f41e867761f29239db02e8e7232bbe Mon Sep 17 00:00:00 2001 | |
| From: Alan Third <[email protected]> | |
| Date: Mon, 29 Oct 2018 15:37:35 +0000 | |
| Subject: [PATCH] Fix more drawing bugs in NS port (bug#32932) | |
| * src/nsterm.m (ns_row_rect): New function. | |
| (ns_clip_to_row): Remove function. | |
| (ns_copy_bits): Fix mistake. | |
| (ns_draw_fringe_bitmap): Stop using ns_clip_to_row. | |
| (ns_draw_window_cursor): Stop using ns_clip_to_row and move |
I hereby claim:
To claim this, I am signing this object:
| From 2724d26e5f6cc8bfa9c9ca86d35e3df396bcd2ba Mon Sep 17 00:00:00 2001 | |
| From: Boris Buliga <[email protected]> | |
| Date: Thu, 7 Jun 2018 20:11:34 +0300 | |
| Subject: [PATCH] allow to resize undecorated frame | |
| --- | |
| src/nsterm.m | 10 +++++----- | |
| 1 file changed, 5 insertions(+), 5 deletions(-) | |
| diff --git a/src/nsterm.m b/src/nsterm.m |