Giter VIP home page Giter VIP logo

ahiddendonut's Introduction

Stacked backend developer and a noob frontend developer ._.

import datetime
import requests
import subprocess
import json
from users.types import Coders as NoLifers

class Sid(NoLifers):
    def __init__(self):
        self.name = "Siddhant Sharma"
        self.coding_languages = [
            'Python',
            'Javascript',
            'HTML',
            'CSS', # really really bad
        ]
        self.frameworks = [
            "ReactJS",
            "Tailwind CSS",
            "Django",
        ]
        self.expertise = "discord.py"
        self.started_coding_at = datetime.datetime.fromtimestamp(1604601788)

        self.likes = (
            "Women",
            "Aviation",
            "Physics"
        )
        self.dislikes = (
            "Anime",
            "Weebs",
            "MATLAB"
        )

    @property
    def _github_stats(self):
        resp = requests.get("https://api.github.com/users/AHiddenDonut")
        if resp.status_code == 200:
            _json = json.dumps(resp.json(), indent=4)
            return _json

    @property
    def _website_stats(self):
        host = "siddhantshr.me"
        ping = subprocess.Popen(
            ["ping", host, "-c", "1"],
            stdout = subprocess.PIPE,
            stderr = subprocess.PIPE
        )

        out, error = ping.communicate()
        return out.decode("utf-8")

S1D = Sid()

Some of my current projects

Connect with me

Discord

Coding Stats

GitHub Stats

ahiddendonut's People

Contributors

siddhantshr avatar

Stargazers

 avatar Parthiv avatar

Watchers

 avatar

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.