Giter Site home page Giter Site logo

👋Hello, I'm Alex

pub struct SoftwarePreferences<'a> {
    os: &'a str,
    desktop_environment: &'a str,
    browser: &'a str,
    search_engine: &'a str, // Not local software, but software nevertheless
    IDEs: Vec<&'a str>,
}

pub struct Me<'a> {
    name: &'a str,
    uptime_years: u128,     // A u128 might be a biiit exccessive for age...
    pronouns: Vec<&'a str>, // Vector because pronouns could be added or removed during human's runtime
    favorite_languages: Vec<&'a str>,
    software_preferences: SoftwarePreferences<'a>,
}

pub fn main<'a>() -> Me<'a> {
    Me {
        name: "Alex Gorichev",
        uptime_years: 18,
        pronouns: vec!["he", "him", "they", "them"],
        favorite_languages: vec!["Rust", "Python", "GDScript"],
        software_preferences: SoftwarePreferences {
            os: "Arch linux",
            desktop_environment: "Hyprland",
            browser: "Firefox",
            search_engine: "Ecosia",
            IDEs: vec!["Helix", "VSCodium"],
        },
    }
}

Alex Gorichev's Projects

bearings icon bearings

Calculate bearings from coordinates (written in Uiua)

chess icon chess

What can i say? It's chess!

chords icon chords

A flutter app to save and show song chords & lyrics

compile-manjaro icon compile-manjaro

A bash script to make compiling Manjaro from source more accessible.

go-spot icon go-spot

A Go (board game) app made with Godot

haggis-interpreter icon haggis-interpreter

A Interpreter for the SQA's (Scottish Qualifications Authority) programming language 'Haggis' writen in Rust

laseggio icon laseggio

A webapp to interactively teach some music theory basics

mathp icon mathp

Parse mathematical expressions encoded with a lisp syntax

messaging icon messaging

Cross-platform P2P messaging app written with Flutter

mitrella icon mitrella

Graphing calculator with a custom stack-based mathematical notation

organicmaps icon organicmaps

🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Your donations and positive reviews motivate and inspire our small team!

passwordgen icon passwordgen

An offline password generator, written in python 3.0

peiteriana icon peiteriana

A dead-simple static site generator writen in rust

perfect-fifths icon perfect-fifths

Little experiment for myself, no real use other than to use code from it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.