I hereby claim:
- I am antifuchs on github.
- I am asf (https://keybase.io/asf) on keybase.
- I have a public key ASBUHxa7gvyTT8vgVApa2Hby_B6ilHJhq92qZ9bLewQ20wo
To claim this, I am signing this object:
| ;;; Copyright (C) 2018, 2019 Andreas Fuchs <[email protected]> | |
| ;;; Made available to you under the terms of GPLv2 or later: https://choosealicense.com/licenses/gpl-2.0/ | |
| (use-package edit-indirect | |
| :straight t) | |
| (defconst asf--rustdoc-line-prefixes (concat "^\\([\t ]*" (regexp-opt '("///" "//!")) "\\)")) | |
| (defun asf--rustdoc-current-comment-block-region () | |
| (save-excursion |
| -*- mode: cargo-process; default-directory: "~/Hacks/fibonacci_codec/" -*- | |
| Cargo-Process started at Sat Sep 15 20:08:25 | |
| /Users/asf/.cargo/bin/cargo test --manifest-path /Users/asf/Hacks/fibonacci_codec/Cargo.toml | |
| Compiling fibonacci_codec v0.1.2-dev (file:///Users/asf/Hacks/fibonacci_codec) | |
| warning: unused import: `fib_decode_u64` | |
| --> tests/decode.rs:7:23 | |
| | | |
| 7 | use fibonacci_codec::{fib_decode_u64, fib_decode_u8, DecodeError, Encode}; | |
| | ^^^^^^^^^^^^^^ |
I hereby claim:
To claim this, I am signing this object:
| ;;; written 2007-03-15 and -16 | |
| ;;; by Andreas Fuchs <[email protected]> | |
| ;;; MIT licence. | |
| (cl:eval-when (:compile-toplevel :load-toplevel :execute) | |
| (cl:require :mcclim)) | |
| (cl:defpackage :my-favourite-algorithm.text-search | |
| (:use :clim-lisp :clim)) |
| <html> | |
| <body> | |
| <script type="application/javascript"> | |
| foo = { "bar": "</script>" };<script>alert("hi"); "} | |
| </script> | |
| </body> | |
| </html> |
| [email protected] /Users/asf/Hacks/zulip-electron | |
| ├─┬ [email protected] | |
| │ └─┬ [email protected] | |
| │ └── [email protected] | |
| ├─┬ [email protected] | |
| │ ├─┬ [email protected] | |
| │ │ └── [email protected] | |
| │ ├── [email protected] | |
| │ ├─┬ [email protected] | |
| │ │ └── [email protected] |
| /.DS_Store | |
| /.editorconfig | |
| /.gitattributes | |
| /.gitignore | |
| /.travis.yml | |
| /app | |
| /app/main | |
| /app/main/domain.js | |
| /app/main/index.js | |
| /app/main/link-helper.js |
| rustup run nightly cargo install clippy | |
| Updating registry `https://github.com/rust-lang/crates.io-index` | |
| Compiling rustc-serialize v0.3.19 | |
| Compiling matches v0.1.2 | |
| Compiling regex-syntax v0.3.4 | |
| Compiling nom v1.2.4 | |
| Compiling unicode-normalization v0.1.2 | |
| Compiling quine-mc_cluskey v0.2.4 | |
| Compiling semver v0.2.3 | |
| Compiling toml v0.1.30 |
| $ cargo run 60 | |
| Compiling chars v0.1.0 (file:///Users/asf/Hacks/chars) | |
| Running `target/debug/chars 60` | |
| < = LESS-THAN SIGN, 60, 0x3c, 074, bits 111100: prints as < | |
| ` = GRAVE ACCENT, 96, 0x60, 0140, bits 1100000: prints as ` | |
| 0 = DIGIT ZERO, 48, 0x30, 060, bits 110000: prints as 0 |