Skip to content
View wiktorwojcik112's full-sized avatar

Block or report wiktorwojcik112

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
wiktorwojcik112/README.md

Hi - I’m Wiktor Wójcik

I build everything that feels interesting and/or useful. I'm fascinated by everything that is related to computers. Cybersecurity, systems and machine learning are of particular interest to me.

🧪 What I work on

  • CodeMenu - my macOS snippets manager; probably my biggest polished project.
  • Hier - learning project: a Lisp-like language (open source).
  • centigrad - learning project: a neural network library in C (open source).
  • Snippets Store / ExtiriServer / extiri-web - open-source snippet sharing platform (open source).
  • PlatiniumOS - learning project: OS in Rust (open source).
  • And other interesting ones like Chitneek, Space Train, ClipGuru, Słówko.

🔧 Technologies that I use

  • Rust, Swift, Python, JavaScript, C++, C, Dart
  • SwiftUI, Svelte, React, Flutter

📫 Where to find/reach me

  • 🌐 Extiri - my hub for projects.
  • 💼 LinkedIn
  • 🐦 Twitter/X: @WiktorW2
  • GitHub: wiktorwojcik112 (you're here)

Pinned Loading

  1. Extiri/Suggestions Extiri/Suggestions Public

    [BETA] An app that allows you to get code suggestions everywhere. It currently supports CodeMenu.

    Swift 9 2

  2. hier hier Public

    A programming language that I created to learn more about their development.

    Rust 1

  3. Extiri/extiri-web Extiri/extiri-web Public

    Extiri's web apps.

    Svelte 2

  4. Extiri/ExtiriServer Extiri/ExtiriServer Public

    The server for all Extiri services.

    Swift 2

  5. PlatiniumOS PlatiniumOS Public

    A operating system in Rust built using phil-opp's os tutorial.

    Rust 1

  6. centigrad centigrad Public

    A neural network library from scratch

    C