Skip to content

Instantly share code, notes, and snippets.

View niquola's full-sized avatar

Nikolai Ryzhikov niquola

View GitHub Profile
@niquola
niquola / example.sql
Last active December 20, 2021 19:52
select * from list
where
resource#>'{code,coding}'
@> jsonb_build_array(
jsonb_build_object(
'system', 'http://physicianslab.com/fhir/List/testing-method',
'code', {{params.teting-method}}),
jsonb_build_object(
'system', 'http://physicianslab.com/fhir/List/testing-category',
'code', {{params.teting-category}}),
:tags #{profile}
:title "Организация "
:id "urn:ru:organization"
:created "2021-12-05"
:authors ^people[niquola kogan timur]
:summary /
;;; zd-mode.el --- Major mode for Zd code -*- lexical-binding: t; -*-
;; Copyright © 2007-2020 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
;; Copyright © 2013-2020 Bozhidar Batsov, Artur Malabarba
;;
;; Authors: Jeffrey Chu <jochu0@gmail.com>
;; Lennart Staflin <lenst@lysator.liu.se>
;; Phil Hagelberg <technomancy@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
;; Artur Malabarba <bruce.connor.am@gmail.com>
:tags #{special-tag}
:title "This is my document"
:date "????"
:author persons.niquola
:details {:key "value"}
:votes #{^niquola }
;; comment
:summary md/
:tags #{special-tag}
:title "This is my document"
:date "????"
:author persons.niquola
:details {:key "value"}
:votes #{^niquola }
;; comment
:summary md/
;;; zd-mode.el --- Major mode for Zd code -*- lexical-binding: t; -*-
;; Copyright © 2007-2020 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
;; Copyright © 2013-2020 Bozhidar Batsov, Artur Malabarba
;;
;; Authors: Jeffrey Chu <jochu0@gmail.com>
;; Lennart Staflin <lenst@lysator.liu.se>
;; Phil Hagelberg <technomancy@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
;; Artur Malabarba <bruce.connor.am@gmail.com>
:tags #{special-tag}
:title "This is my document"
:date "????"
:author persons.niquola
:details {:key "value"}
;; comment
:summary md/
# Sub Title
:tags #{special-tag}
:title "This is my document"
:date "????"
:author persons.niquola
:details {:key "value"}
;; comment
:summary md/
## Sub Title
;;; zd-mode.el --- Major mode for Zd code -*- lexical-binding: t; -*-
;; Copyright © 2007-2020 Jeffrey Chu, Lennart Staflin, Phil Hagelberg
;; Copyright © 2013-2020 Bozhidar Batsov, Artur Malabarba
;;
;; Authors: Jeffrey Chu <jochu0@gmail.com>
;; Lennart Staflin <lenst@lysator.liu.se>
;; Phil Hagelberg <technomancy@gmail.com>
;; Bozhidar Batsov <bozhidar@batsov.com>
;; Artur Malabarba <bruce.connor.am@gmail.com>
{:infrabox/matrix {ns ["prod" "staging"]}
:gcp {}
:helm {}
:k8s
{:monitoring
{:infrabox/service
{:kibana {:image "docker.elastic.co/kibana/kibana:7.13.2"
:proxy {:port 5601
:host (str "kibana." domain)
:user (secret-src [:kibana :user] "admin")