Skip to content

Instantly share code, notes, and snippets.

View zhukovdm's full-sized avatar
💻
Tinkering with bits and bytes

Dmitry Zhukov zhukovdm

💻
Tinkering with bits and bytes
  • Prague, Czech Republic
  • 15:24 (UTC +02:00)
  • LinkedIn in/zhukovdm
View GitHub Profile
@zhukovdm
zhukovdm / mff-courses.md
Last active April 15, 2024 09:41
Courses accomplished while being a student at Charles University

See courses search for more details on syllabi.

2023/2024 Winter
  NDBI007 Principles of Data Organization
  NPRG073 Programming in Rust Language
2022/2023 Summer
@zhukovdm
zhukovdm / docker-compose.elasticsearch.yaml
Created September 13, 2023 13:09
Setting up a single-node Elasticsearch cluster (for testing purposes)
version: '3.8'
services:
search-engine:
image: elasticsearch:7.17.10
ports:
- 9200:9200
environment:
discovery.type: single-node
ES_JAVA_OPTS: -Xms512m -Xmx512m
xpack.security.enabled: false
@zhukovdm
zhukovdm / build.csproj
Last active February 13, 2023 19:03
.csproj tips and tricks
<Target Name="CopyBuild" BeforeTargets="Build">
<ItemGroup>
<Assets Include=".\Resources\**\*.*" />
</ItemGroup>
<Copy SourceFiles="@(Assets)" DestinationFolder="$(OutputPath)\%(RecursiveDir)" SkipUnchangedFiles="true" />
</Target>

Keybase proof

I hereby claim:

  • I am zhukovdm on github.
  • I am zhukovdm (https://keybase.io/zhukovdm) on keybase.
  • I have a public key ASCTP5tsmt_NlQP_cL0FBDzU-JB2WyZg_g_vA_1i_hNF4Qo

To claim this, I am signing this object: