Skip to content

Instantly share code, notes, and snippets.

View buresj's full-sized avatar
💭
I may be slow to respond.

Jiří Bureš buresj

💭
I may be slow to respond.
  • Czechia
View GitHub Profile
[
{
"_id": 2021,
"category": [
{
"category": "VV",
"count": 5
}
]
},
[
{ count: 18977, category: 'ZV' },
{ count: 16987, category: '' },
{ count: 7745, category: 'AP' },
{ count: 4350, category: 'NV' },
{ count: 3169, category: 'VV' },
{ count: 1635, category: 'IF' },
{ count: 325, category: 'PV' },
{ count: 157, category: 'IN' }
]
const fetch = require('node-fetch');
//EXECUTION
(async () => {
const limit = 5000;
const yearFrom = 1991;
const yearTo = 2002;
const firsPage = 1;
const maxPages = 2;
[
{
entryId: 'RIV/68378068:_____/19:00500608!RIV19-AV0-68378068',
allAuthors: [
{
name: 'Lucie Kořínková',
vedidk: '7922507',
researcherid: 'H-6924-2014',
orcid: null
}
<div if.bind="selectedStep === 1"class="mdc-select mdc-select--outlined" style="align-self: flex-end;float: right;">
<div class="mdc-select__anchor">
<i class="mdc-select__dropdown-icon"></i>
<select class="mdc-select__native-control" value.bind="locale" change.delegate="changeLocale(locale)">
<option class="mdc-select__selected-text" model.bind="'cs'" t="onboarding.cs">CS</option>
<option class="mdc-select__selected-text" model.bind="'en'" t="onboarding.en">EN</option>
</select>
</div>
</div>
//MULTIPLE CONFIGS (ads/analytics)
<script async
src="https://www.googletagmanager.com/gtag/js?id=GA_TRACKING_ID">
</script>
<script>
window.dataLayer = window.dataLayer || [ ] ;
function gtag(){dataLayer.push(arguments);}
@buresj
buresj / VS code
Last active October 2, 2019 21:09
#shortcuts
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
ALT + Z ... break line
super + arrows (change size)
CTRL + B ... toggle directories
CTRL + SHIFT + X ... toggle extensions