Skip to content
View samarthkulshrestha's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report samarthkulshrestha

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
samarthkulshrestha/README.md

samarth kulshrestha

about me

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Human:

    def __init__(self):
        self.name = "Samarth Kulshrestha"
        self.pronouns = ["He", "Him"]
        self.interests = ["Technology", "Software", "Literature", "Art", "Mathematics", "Physics"]
        self.personality_type = "INTP-T"
        self.os = ["GNU + Linux (Arch BTW)"]
        self.code = ["Python", "TypeScript", "JavaScript", "C", "C++", "HTML", "CSS"]
        self.architecture = ["REST APIs", "GraphQL APIs", "Linux Sysadmin", "Frontend"]
        self.tech = ["Flask", "Node", "Express", "Apollo", "TypeGraphQL", "React", "Next"]
        self.tools = ["NeoVim", "Tmux", "Alacritty", "Git", "DWM"]

    def greet(self, name):
        print(f"Hello, {name} :D")


me = Human()
me.greet(input("Enter you name: "))

streak stats

streak stats

socials

Discord Reddit Instagram Spotify Twitter

Pinned

  1. million_digits_of_pi million_digits_of_pi Public

    calculates pi and e (euler's constant) upto millions of digits

    C++ 2

  2. eclisp eclisp Public

    a lisp dialect that focuses on minimalism, simplicity, and clarity

    C 2

  3. random_walk random_walk Public

    visual and numeric implementations of 1D & 2D random walk

    Python 1

  4. game-of-life game-of-life Public

    a conway's game of life simulation

    TypeScript 1

  5. blockrypt blockrypt Public

    minimal blockchain implemented in python. communicates over a REST API

    Python 1

  6. monkkey monkkey Public

    an AES-256 encryped, locally stored, terminal based password manager

    Python