I hereby claim:
- I am abs-zero on github.
- I am abszero (https://keybase.io/abszero) on keybase.
- I have a public key whose fingerprint is 8736 BA12 56D7 822B 3BA2 E34F 7D4F 2530 8E26 8D17
To claim this, I am signing this object:
| function runGenerator(g) { | |
| var it = g(), ret; | |
| (function iterate(val){ | |
| ret = it.next( val ); | |
| if (!ret.done) { | |
| if ("then" in ret.value) { | |
| ret.value.then( iterate ); | |
| } | |
| else { |
| module Main where | |
| import Control.Monad (forever) | |
| import Data.Char (toLower) | |
| import Data.Maybe (isJust) | |
| import Data.List (intersperse, (\\)) | |
| import System.Exit (exitSuccess) | |
| import System.Random (randomRIO) | |
| type WordList = [String] |
| // Place your settings in this file to overwrite the default settings | |
| { | |
| "javascript.format.enable": false, | |
| "window.menuBarVisibility": "toggle", | |
| "search.exclude": { | |
| "**/node_modules": true, | |
| "**/.git": true, | |
| "**/bin": true | |
| }, | |
| "workbench.statusBar.visible": true, |
| import sys | |
| from PyQt5.QtWidgets import QApplication, QMainWindow | |
| from PyQt5.QtCore import Qt, QRect, QPoint, QEvent, QBuffer, QByteArray, QIODevice | |
| from PyQt5.QtGui import QPalette, QPainter, QPixmap, QPen, QBrush, QColor, QClipboard | |
| import signal | |
| class ScreenshotWindow(QMainWindow): | |
| def __init__(self): |
| [colors] | |
| foreground = #eff0eb | |
| foreground_bold = #eff0eb | |
| cursor = #c0b18b | |
| #background = #282a36 | |
| background = rgba(40 ,42, 54, 0.85) # For transparency | |
| # black | |
| color0 = #282a36 |
| call plug#begin('~/.vim/plugged') | |
| Plug 'sbdchd/neoformat' | |
| Plug 'godlygeek/tabular' | |
| Plug 'neovimhaskell/haskell-vim' | |
| " Plug 'parsonsmatt/intero-neovim' | |
| Plug 'terryma/vim-multiple-cursors' | |
| Plug 'jiangmiao/auto-pairs' | |
| Plug 'alvan/vim-closetag' | |
| Plug 'sbdchd/neoformat' | |
| Plug 'neomake/neomake' |
I hereby claim:
To claim this, I am signing this object: