Skip to content
View Pandicon's full-sized avatar

Block or report Pandicon

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

Hi, I am Martin

I am a first-year student of Computer Science at the University of Cambridge.
Apart from school I am working on a sky-learning app called Stellar Guesser which you can check out here. From time to time I also solve some problems from Project Euler and take part in Advent of Code.

Skills

Overview

Languages: Rust, Python, Javascript + learning OCaml
Technologies: git, cargo toolchain, egui
Other: Writing documentation and tests

More detailed

For larger projects I use Rust since it provides a lot of safety measures with respect to types, which helps me write much more readable and maintainable code. I also use it when I expect performance to matter.
In the remaining cases I usually choose between Javascript and Python. If I want to keep the script I mostly use Python, if I want a quick and dirty script I use Javascript and run it in the browser console.

Contact

You can contact me on Discord, my tag is mkpanda. You can also click here to open my profile directly.

Pinned Loading

  1. stellar-guesser stellar-guesser Public

    A game-like way to learn the sky, from beginner to IOAA gold medal level

    Rust

  2. stellarguesser/spherical-geometry stellarguesser/spherical-geometry Public

    A library for handling geometry on the surface of a sphere

    Rust 12 3

  3. Advent-of-Code Advent-of-Code Public

    My Advent of Code solutions 🎄

    Rust 1

  4. The-Golden The-Golden Public

    A quite good Brainfuck superset

    Rust 2 1

  5. article-recommender article-recommender Public

    A miniproject for the University of Cambridge Python Bootcamp

    Python