Skip to content
View XboxBedrock's full-sized avatar
Why?
Why?

Highlights

  • Pro

Organizations

@hackclub @BuildTheEarth @BuildTheEarth-South-Asia @ASEAN-Build-The-Earth @Cal-Commit @calhighrobotics

Block or report XboxBedrock

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

Hello, I'm Sushrut

I'm a student who likes to solve problems

Visit my blog @ blog.sushrut.dev


Projects

buildtheearth/main-bot:

  • The main discord bot for the BuildTheEarth project, catering a peak of 250k users
  • Written in TypeScript with Discord.js making use of TypeORM
  • Efficient and scalable

block-color-api:

  • A project intended to give information of the closest Minecraft blocks that match a given color
  • Written in Golang using VIPS for image processing
  • Extremely efficient being able to generate and serve images on the scale of 1-10 milliseconds

buildtheearth/bot-utils:

  • Utility library for the BuildTheEarth bots
  • Used in all the BuildTheEarth bots, contains a variety of useful and scalable utilities

notsocubicchunks-wip:

  • Work in progress fork of PaperMC to add infinite height support to Minecraft without client mods
  • Uses RocksDB for world storage

aoc2022:

  • Advent of Code 2022 solutions
  • Did the first 15 days in a new programming language each day to expand my skills and pick up new syntactical patterns

calhighrobotics/1516a

  • WIP Public code to be uploaded soon
  • All the code for Cal High robotics team 1516A
  • Extensive use of C++ to write fast and efficient code
  • Optimizing autonomous routines using python pathgen scripts

buildtheearth/terrabungee:

  • Temporarily Private
  • Efficient platform to scale and deploy minecraft servers
  • Working on migrating to the Velocity proxy platform and PaperMC server platform

CACSoccerTracker:

  • Project that is tied to a PCB in order to collect statistics from a soccer player
  • Small device that is intended for power efficiency

Pinned Loading

  1. BuildTheEarth/main-bot BuildTheEarth/main-bot Public

    The main bot for the BuildTheEarth Discord servers.

    TypeScript 22 12

  2. minecraft-block-info minecraft-block-info Public

    JavaScript

  3. xboxbedrock.github.io xboxbedrock.github.io Public

    My website

    HTML

  4. BuildTheEarth/bot-utils BuildTheEarth/bot-utils Public

    A utility library for the bots!

    TypeScript

  5. aoc2022 aoc2022 Public

    My Advent of Code 2022 solves

    Python 2

  6. block-color-api block-color-api Public

    An application written in GoLang to find the blocks closest matching to a color

    Go