This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let data_dir = has('nvim') ? stdpath('data') . '/site' : '~/.vim' | |
if empty(glob(data_dir . '/autoload/plug.vim')) | |
silent execute '!curl -fLo '.data_dir.'/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' | |
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC | |
endif | |
call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged') | |
Plug 'tpope/vim-sensible' | |
Plug 'junegunn/seoul256.vim' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
syntax on | |
filetype plugin indent on | |
"Get the 2-space YAML as the default when hit carriage return after the colon | |
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab | |
set is hlsearch ai ic scs | |
nnoremap <esc><esc> :nohls<cr> | |
"https://vim.fandom.com/wiki/Moving_lines_up_or_down |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package megaproject.backend.features.itex | |
import megaproject.backend.APPLICATION_JSON_UTF8 | |
import megaproject.backend.config.WithMockSuperuser | |
import megaproject.backend.convertAnyToJsonBytes | |
import megaproject.backend.core.cqrs.findOneOrThrow | |
import megaproject.backend.doLogJson | |
import megaproject.backend.features.catalog.command.AddOrganizationToCatalog | |
import megaproject.backend.features.catalog.command.CreateEstateObject | |
import megaproject.backend.features.catalog.command.CreateOrganizationPersonInCatalog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package net.akworks.prime.primedbfix.routines.v2 | |
import net.akworks.prime.primedbfix.config.appProps | |
import net.akworks.prime.primedbfix.db.v2.Playlist | |
import net.akworks.prime.primedbfix.db.v2.PlaylistEntity | |
import net.akworks.prime.primedbfix.db.v2.PlaylistPath | |
import net.akworks.prime.primedbfix.db.v2.Track | |
import net.akworks.prime.primedbfix.routines.UnitPrimeRoutine | |
import net.akworks.prime.primedbfix.routines.databaseUuid | |
import net.akworks.prime.primedbfix.routines.playlistPathToFilePath |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"externalId" : "fadf4558b22d11eab49f0242ac1a0006_f91b18a2b23311eab49f0242ac1a0006", | |
"changeDealArrangement" : { | |
"declarants" : [ { | |
"declarantId" : "f91af190-b233-11ea-b49f-0242ac1a0006", | |
"subject" : { | |
"subjectId" : "f9112cb0-b233-11ea-9385-6d9793782dca" | |
}, | |
"notification" : { | |
"email" : "[email protected]" |