Skip to content
View Voklen's full-sized avatar
⌨️
Enjoying my custom keyboard
⌨️
Enjoying my custom keyboard

Block or report Voklen

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Voklen/README.md

👋Hello, I'm Alex

pubfnmain<'a>() -> Me<'a>{Me{name:"Alex Gorichev",uptime_years:20,pronouns:vec!["he","him"],favorite_languages:vec!["Rust","Python","GDScript"],software_preferences:SoftwarePreferences{os:"Arch linux",desktop_environment:"Hyprland",browser:"Firefox",search_engine:"Ecosia",editor:"Helix",},}}// Struct definitionspubstructMe<'a>{name:&'astr,uptime_years:u64,pronouns:Vec<&'astr>,// Vector because pronouns could be added or removed during human's runtimefavorite_languages:Vec<&'astr>,software_preferences:SoftwarePreferences<'a>,}pubstructSoftwarePreferences<'a>{os:&'astr,desktop_environment:&'astr,browser:&'astr,search_engine:&'astr,// Not local software, but software neverthelesseditor:&'astr,}

Pinned Loading

  1. Daily-DiaryDaily-DiaryPublic

    An app to create a diary entry every day

    Dart 88 5

  2. voklen.github.iovoklen.github.ioPublic

    The source code for my personal website.

    Astro 3 1

  3. Covalent-Molecule-SimulationCovalent-Molecule-SimulationPublic

    Visual simulation of PD-PD forces

    GDScript 2

  4. Space-simSpace-simPublic

    A simple space simulator made with Godot and writen in gdscript

    GDScript 3 1

  5. Output-SourceOutput-SourcePublic

    A python program that prints out it's own source code

    Python 2

  6. BearingsBearingsPublic

    Calculate bearings from coordinates (written in Uiua)