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
{ | |
"enabled": true, | |
"messages": [ | |
{ | |
"id": "summer-holidays-2025", | |
"text": "Chirurgická a gastroenterologická ambulancia sú z dôvodu čerpania dovoleniek v dňoch od 28. 7. 2025 do 8. 8. 2025 zatvorené. Akútne stavy vybavuje Chirurgická ambulancia MUDr. Juraja Šalinga v Detve.", | |
"type": "warn", | |
"startDate": "2025-07-28", | |
"endDate": "2025-08-08", | |
"xactionUrl": "/ordinacne-hodiny", |
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
# Bezpečnostné spevnenie SSH servera | |
# Zmena portu (voliteľné, pre nižší šum zo skenovania) | |
Port 2211 | |
# Zakázanie prihlásenia root používateľa | |
PermitRootLogin no | |
# Povolenie iba autentifikácie cez verejné kľúče | |
PasswordAuthentication no |
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
{ | |
"minVer": "21.11", | |
"Dell Inc.": "https://www.dell.com/support/home/sk-sk", | |
"OptiPlex 3070": { | |
"v": "1.12.0", | |
"url": "https://www.dell.com/support/home/sk-sk/product-support/product/optiplex-3070-desktop/drivers" | |
}, | |
"PowerEdge T40": { | |
"v": "1.7.0", | |
"url": "https://www.dell.com/support/home/sk-sk/product-support/product/poweredge-t40/drivers" |
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
hostname_replace: | |
'(.*\.)?codegrepper\.com': false | |
'(.*\.)?w3schools\.com': false | |
'(.*\.)?geeksforgeeks\.org': false | |
'(.*\.)?stackshare\.io': false | |
'(.*\.)?tutorialspoint\.com': false | |
'(.*\.)?answeright\.com': false | |
'(.*\.)?askdev\.info': false | |
'(.*\.)?askdev\.io': false | |
'(.*\.)?blogmepost\.com': 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 bash | |
set -e | |
# !!! this folder is only for build | |
# TODO make it parameter of script | |
XDRIP_PATH=/tmp/xdrip-build | |
# !!! public JSON file you are able to publish | |
# this is useful if you include k2s/customUpdater feature and then you are able to update to next releases | |
UPDATE_URL=https://gist.githubusercontent.com/k2s/aa7928197d8ea508135bc20bb9bdd664/raw/xdrip.json |
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
{ | |
"latestVersion":"0267669c0-k2s-release-21.0315.020027", | |
"url":"http://bit.do/xdrip-k2s", | |
"releaseNotes": [ | |
"builds on https://github.com/NightscoutFoundation/xDrip/releases/tag/2020.06.11b", | |
"with added pull requests:", | |
"- karelinoleg/feature/NotificationGraph", | |
"- k2s/upgrade-gradle", | |
"- k2s/customUpdater", | |
"- k2s/widget", |
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
const request = require('request-promise-native') | |
let key = 'key' | |
let secret = 'secret' | |
let r = await request('https://api.example.com/data/next/', { | |
method: 'POST', | |
{ idradu: 4 }, | |
json: true, | |
httpSignature: { |
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
{"lastUpload":"2018-09-18T16:20:57.930Z","extensionVersion":"v3.1.2"} |
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
yarn | |
npm-check-updates | |
webpack-cli | |
webpack-dev-server | |
firebase-tools | |
firebase | |
node-gyp | |
node-pre-gyp | |
prebuild-install | |
less |
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
"use strict"; | |
const _ = require('lodash') | |
const jsonic = require('jsonic') | |
function defaultPin(options) { | |
} | |
// Has to be preloaded as seneca.add does not wait for plugins to load. | |
defaultPin.preload = function parambulator_preload(plugin) { | |
this.decorate('pinaddition', function (pinAddition) { |
NewerOlder