I hereby claim:
- I am tsengeagle on github.
- I am tsengeagle (https://keybase.io/tsengeagle) on keybase.
- I have a public key ASCak9CqSjh-iCDkSL34HVnmlyzejyifHhzA95eV75rxYQo
To claim this, I am signing this object:
| <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define"> | |
| <html> | |
| <head> | |
| <title>${project.name}</title> | |
| <style> | |
| body table, td, th, p, h1, h2 { | |
| margin:0; | |
| font:normal normal | |
| 100% Georgia, Serif; | |
| background-color: #ffffff; |
| Babel==2.3.4 | |
| decorator==4.0.10 | |
| docutils==0.12 | |
| ebaysdk==2.1.4 | |
| feedparser==5.2.1 | |
| greenlet==0.4.10 | |
| jcconv==0.2.3 | |
| Jinja2==2.8 | |
| lxml==3.5.0 | |
| Mako==1.0.4 |
| -server | |
| -Xms2048m | |
| -Xmx2048m | |
| -XX:NewSize=512m | |
| -XX:MaxNewSize=512m | |
| -XX:PermSize=512m | |
| -XX:MaxPermSize=512m | |
| -XX:+UseParNewGC | |
| -XX:ParallelGCThreads=4 | |
| -XX:MaxTenuringThreshold=1 |
I hereby claim:
To claim this, I am signing this object:
| --- Actions --- | |
| $Copy <M-C> | |
| $Cut <M-X> <S-Del> | |
| $Delete <Del> <BS> <M-BS> | |
| $LRU | |
| $Paste <M-V> | |
| $Redo <M-S-Z> <A-S-BS> | |
| $SearchWeb | |
| $SelectAll <M-A> | |
| $Undo <M-Z> |
| <?xml version="1.0" encoding="utf-8"?> | |
| <key name="Software"> | |
| <key name="ConEmu"> | |
| <key name=".Vanilla" modified="2018-01-29 17:44:48" build="171025"> | |
| <value name="StartType" type="hex" data="02"/> | |
| <value name="CmdLine" type="string" data=""/> | |
| <value name="StartTasksFile" type="string" data=""/> | |
| <value name="StartTasksName" type="string" data="{Bash::bash}"/> | |
| <value name="StartFarFolders" type="hex" data="00"/> | |
| <value name="StartFarEditors" type="hex" data="00"/> |
| { | |
| "Profiles": [ | |
| { | |
| "Ansi 3 Color" : { | |
| "Green Component" : 0.46751424670219421, | |
| "Red Component" : 0.64746475219726562, | |
| "Blue Component" : 0.023484811186790466 | |
| }, | |
| "Tags" : [ |
| :set tabstop=2 | |
| :set shiftwidth=2 | |
| :set expandtab | |
| :set smarttab | |
| :retab | |
| :set number relativenumber hlsearch incsearch ignorecase smartcase showmode | |
| :set noerrorbells novisualbell | |
| noremap <Up> <NOP> |
| { | |
| "Profiles": [ | |
| { | |
| "Use Non-ASCII Font" : false, | |
| "Tags" : [ | |
| ], | |
| "Ansi 12 Color" : { | |
| "Green Component" : 0.50962930917739868, | |
| "Red Component" : 0.44058024883270264, |
| :source C:\Users\tsengeagle\vimfiles\.gvimrc | |
| " ideavime specified | |
| map zso :source ~/.ideavimrc<CR> | |
| " run action | |
| nmap zra :action ReformatCode<CR>:action RunClass<CR> | |
| imap zra <ESC> :action ReformatCode<CR>:action RunClass<CR> | |
| nmap zrt :action ReformatCode<CR>:action RerunFailedTests<CR> | |
| imap zrt <ESC> :action ReformatCode<CR>:action RerunFailedTests<CR> |