I hereby claim:
- I am sepisoad on github.
- I am sepisoad (https://keybase.io/sepisoad) on keybase.
- I have a public key ASD8Ssh4lN16gDLKC_EXrBLRRtt5HM0MsB4kvKBzTf92qQo
To claim this, I am signing this object:
| [25] # Version number. Do not delete. | |
| [[workspace]] | |
| /home/sepi/Projects/sepi/sqv/ | |
| [ignore] | |
| .git/ | |
| .vscode/ | |
| .build/ | |
| .keep/ |
| /* See LICENSE file for copyright and license details. */ | |
| /* | |
| * appearance | |
| * | |
| * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html | |
| */ | |
| // static char *font = "SourceCodePro:pixelsize=14:antialias=true:autohint=true"; | |
| static char *font = "Monaspace Krypton Frozen Medium:size=10"; | |
| // static char *font = "-*-terminus-medium-r-normal--12-*-*-*-*-*-iso10646-1"; |
| static const unsigned int borderpx = 1; /* border pixel of windows */ | |
| static const unsigned int snap = 1; /* snap pixel */ /* 32 */ | |
| static const int showbar = 1; /* 0 means no bar */ | |
| static const int topbar = 0; /* 0 means bottom bar */ | |
| static const char* fonts[] = { "SourceCodePro:pixelsize=16:antialias=true:autohint=true" }; | |
| static const char col_gray1[] = "#222222"; | |
| static const char col_gray2[] = "#444444"; | |
| static const char col_gray3[] = "#bbbbbb"; | |
| static const char col_gray4[] = "#eeeeee"; | |
| static const char col_cyan[] = "#005577"; |
| [25] # Version number. Do not delete. | |
| [[workspace]] | |
| [ignore] | |
| .svn | |
| .git | |
| [allow] |
| [25] # Version number. Do not delete. | |
| [[workspace]] | |
| [ignore] | |
| .svn | |
| .git | |
| [allow] |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ;;; early-init.el | |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| (setq | |
| package-enable-at-startup nil | |
| gc-cons-threshold most-positive-fixnum | |
| read-process-output-max (* 1024 1024) | |
| redisplay-dont-pause t | |
| gc-cons-percentage 0.6 |
I hereby claim:
To claim this, I am signing this object:
| #lang racket | |
| (require net/url) | |
| (if (< (vector-length (current-command-line-arguments)) 1) | |
| (display "please define url\n") | |
| (display "please wait ...\n")) | |
| (define URL (vector-ref (current-command-line-arguments) 0)) | |
| (display (string-append URL "\n")) |
I hereby claim:
To claim this, I am signing this object: