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
;; -*- mode: emacs-lisp -*- | |
;; This file is loaded by Spacemacs at startup. | |
;; It must be stored in your home directory. | |
(defun dotspacemacs/layers () | |
"Configuration Layers declaration. | |
You should not put any user code in this function besides modifying the variable | |
values." | |
(setq-default | |
;; Base distribution to use. This is a layer contained in the directory |
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
{ | |
"id": "790300", | |
"action": "save", | |
"timestamp": 0, | |
"reasonCode": "bau", | |
"body": { | |
"meta": { | |
"version": 49254168, | |
"removed": false | |
}, |
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
#!/usr/bin/env node | |
const app = require('sade')('alert-toolkit'); | |
app | |
.version('1.0.0') | |
.option('--environment, -e', 'Environment to execute on', 'aslive') | |
.command('delete <id>') | |
.describe('Delete an alert with the given <id>') |
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
12c12 | |
< "must": [ | |
--- | |
> "should": [ | |
14,26c14,15 | |
< "bool": { | |
< "should": [ | |
< { | |
< "term": { | |
< "personalDetails.addresses.typeCode": "work" |
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
{ | |
"59fb3ab7cd535a0011ea6667": [ | |
{ | |
"bool": { | |
"should": [ | |
{ | |
"nested": { | |
"ignore_unmapped": true, | |
"path": "personalDetails.addresses", | |
"query": { |
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
{ | |
"59fb3ab7cd535a0011ea6667": [ | |
{ | |
"bool": { | |
"should": [ | |
{ | |
"nested": { | |
"ignore_unmapped": true, | |
"path": "personalDetails.addresses", | |
"query": { |
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
[ | |
"ADABTC", | |
"ADXBTC", | |
"AIONBTC", | |
"AMBBTC", | |
"APPCBTC", | |
"ARKBTC", | |
"ARNBTC", | |
"ASTBTC", | |
"BATBTC", |
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
jq -r '(.[0] | keys_unsorted) as $keys | $keys, map([.[ $keys[] ]])[] | @csv' plik.json >> plik.csv |
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
[color] | |
ui = true | |
[alias] | |
my = shortlog -w0,0,0 --author='Malik' --format='%ai %s' --no-merges | |
st = status | |
lg1 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold white)— %an%C(reset)%C(bold yellow)%d%C(reset)' --abbrev-commit --date=relative | |
lg2 = log --graph --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(bold white)— %an%C(reset)' --abbrev-commit | |
ci = commit | |
co = checkout | |
df = diff |
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
if-shell "test -f .tmux_line" "source .tmux_line" | |
unbind C-b | |
set -g prefix C-a | |
bind C-a send-prefix | |
set -g history-limit 30000 | |
setw -g alternate-screen on | |
set -s escape-time 50 |
NewerOlder