I hereby claim:
- I am guitmz on github.
- I am guitmz (https://keybase.io/guitmz) on keybase.
- I have a public key whose fingerprint is C695 D4A8 F408 987F 9515 4C77 62EE 4AAA A871 0326
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
aws s3api list-buckets
--query 'Buckets[*].Name'
Tired of waiting for emacs to start on OS X? This step by step guide will
teach you how to install the latest version of emacs and configure it to start
in the background (daemon mode) and use emacsclient
as your main editor.
Download the latest pretest version of [Emacs for Mac OS X]: http://emacsformacosx.com/builds
;;; -*- lexical-binding: t; -*- | |
;; doom-mode-line > mood-line > mode-line+ | |
;; * Deps | |
(defvar anzu--state nil) | |
(defvar multiple-cursors-mode nil) | |
(declare-function flycheck-count-errors "ext:flycheck" (errors)) | |
(declare-function anzu--update-mode-line "ext:anzu" ()) | |
(declare-function mc/num-cursors "ext:multiple-cursors" ()) |
BITS 64 | |
org 0x08048000 | |
ehdr: ; ELF64_Ehdr(ELF header) | |
db 0x7f, "ELF", 2, 1, 1 ; e_ident | |
times 9 db 0 ; e_ident | |
dw 2 ; u16 e_type | |
dw 0x3e ; u16 e_machine /usr/include/linux/elf-em.h | |
; 62 = x86-64 | |
dd 0x01 ; u32 e_version |