Skip to content
View S9npai's full-sized avatar
🌊
Quiet
🌊
Quiet

Highlights

  • Pro

Block or report S9npai

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

About Me

Generalist · SWE · Linux & nvim user btw


CS Student & Competitive Programmer Passionate about Software Engineering, Algorithms & Mathematics

package main

import (
	"fmt"
	"time"
)

type Senpai struct {
	Identity  string
	Education string
	Editor    string
	Kernel    string
}

const (
	Stability = "Experimental"
	Uptime    = "24/7"
)

func main() {
	me := Senpai{
		Identity:  "Software Engineer & CS Student",
		Education: "B.Sc in Computer Science",
		Editor:    "Neovim (v0.10+)",
		Kernel:    "Linux x86_64",
	}

	stack := map[string][]string{
		"Languages": {"C++", "Python", "Golang"},
		"Core":      {"Algorithms", "Mathematics", "Machine Learning"},
		"Tools":     {"Git", "Linux"},
	}


	go func() {
		CurrentEndeavours := []string{
			"Machine Learning & Mathematics",
			"Competitive Programming",
			"Computer Systems & Low-Level"
		}
	}
}

🦾 Featured Projects

  • Katana Shell — A POSIX-compliant UNIX shell
  • AniXapi — An Anime platform RESTful API for managing & rating Anime collections
  • Dotfiles — My linux dots

Find me on X Gmail Codeforces Leetcode

Pinned Loading

  1. Katana-Shell Katana-Shell Public

    The modern UNIX shell — built because I wanted it to exist

    C++ 2

  2. Dotfiles Dotfiles Public

    These are fancy linux dots

    Lua 7