Skip to content

Instantly share code, notes, and snippets.

View andriyl's full-sized avatar

Andriy Leliv andriyl

View GitHub Profile
@andriyl
andriyl / ONIX.xml
Last active December 18, 2024 21:26
ONIX
<?xml version="1.0" encoding="UTF-8"?>
<ONIXMessage release='3.0' xmlns='http://ns.editeur.org/onix/3.0/reference'>
<Header>
<Sender>
<SenderIdentifier>
<SenderIDType>23</SenderIDType><!--00-->
<IDValue>40875673</IDValue>
</SenderIdentifier>
<SenderName>ТОВ &quot;ЯКАБУ ПАБЛІШИНГ&quot;</SenderName>
<ContactName>Горбай Богдан Олегович</ContactName>
@andriyl
andriyl / testme.sh
Created May 29, 2024 14:22
testme.sh
#!/bin/bash
echo "test app"
@andriyl
andriyl / run.sh
Created December 14, 2023 20:37
grafana run.sh
#!/bin/bash -e
PERMISSIONS_OK=0
if [ ! -r "$GF_PATHS_CONFIG" ]; then
echo "GF_PATHS_CONFIG='$GF_PATHS_CONFIG' is not readable."
PERMISSIONS_OK=1
fi
if [ ! -w "$GF_PATHS_DATA" ]; then
@andriyl
andriyl / ref.json
Last active January 29, 2022 13:52
{
"type": "string"
}
components:
schemas:
Id:
x-internal: true
description: id
components:
schemas:
Id:
x-internal: true
x-internal: true