Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View roseckyj's full-sized avatar
🐒
Persuading trained monkeys into writing articles for him
🐒
Persuading trained monkeys into writing articles for him

Organizations

@collboard @azduha @emcify @GameDevDungeon2023 @craft-my-street @legtvar

Block or report roseckyj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
roseckyj/README.md

Hello, stranger!

Come sit by the fire with me. We can roast some s'mores and chat about anything. Jk, I hate s'mores, let's do sausages instead!

A dark entity approaches from the shadows. What do you do, stranger?!

Caution

  • Run away, I am affraid of darkness...
  • Stay and fight, I am not affraid of anything!

You pull out your crossbow and shoot the monster right between the eyes. It falls dead to the ground. I turn the head to you:

Wow, you are so brave, stranger! Now, that we are not in danger, let me tell you something about myself

I am a PhD candidate at the Faculty of Informatics, Masaryk University, Brno. My research focuses on the visualization of geospatial data and the study of the impact of game elements on their perception and understanding. The topic involves collaboration with international experts from the Faculty of Architecture, Planning & Environmental Policy at University College Dublin as part of the Craft-my-Street project. I also collaborate with the group Formela at FI MUNI, where I helps visualize strategies for patrolling games.

Apart from the time in lab, I spends weekends and summer as a counselor in a non-profit organization. I also enjoys playing board games as well as sandbox video-games.

Caution

  • Meh, I don't care
  • Wow, what an impressive introduction, tell me more!

I blush and continue speaking

I mostly work with TypeScript, partially on backend, but mostly on frontend with React. I have experience with Docker, ... Well, here is the list:

TypeScript JavaScript React Chakra Apollo-GraphQL Vite .Net

Godot Engine Unity

Affinity Designer Gimp Gnu Image Manipulation Program Blender Figma

Fedora

... and many more

Caution

  • Uuuu, cool! I will check out the projects then!
  • Stop bragging

Pinned Loading

  1. react-minecraft-render react-minecraft-render Public

    A simple component for displaying a part of Minecraft region file with React.js.

    TypeScript 2

  2. TerraTinker TerraTinker Public

    TerraTinker is a node-based tool for transforming geospatial data into Minecraft maps

    TypeScript 2

  3. azduha/ukologram azduha/ukologram Public

    Vizualizační nástroj na organizaci úkolů a plánování akcí a táborů

    JavaScript 1

  4. minecraft-bingo minecraft-bingo Public

    A Python script and a datapack skeleton allowing you to generate a simple Bingo board.

    mcfunction

  5. The everyday AutoHotkey script The everyday AutoHotkey script
    1
    #NoEnv
    2
    #SingleInstance Force
    3
    #InstallKeybdHook
    4
    #KeyHistory 10
    5
    SendMode Input
  6. A single-file script to generate ima... A single-file script to generate images of different puzzlehunt symbols
    1
    <?
    2
    // Accept #rrggbb #rrggbbaa #rgb #rgba rgba(r, g, b, a) rgb(r, g, b)
    3
    function parse_color($raw, $default_transparent = false) {
    4
        $color = null;
    5
        if ($color === null || $color[0] === null || $color[1] === null || $color[2] === null) $color = sscanf($raw, "#%2x%2x%2x%2x");