Skip to content
View Hypro999's full-sized avatar

Highlights

  • Pro

Organizations

@zulip @dvm-bitspilani
Block or Report

Block or report Hypro999

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

Welcome to my repositories 👋

It's pretty empty around here nowadays.

I've archived a lot of my repos because even though they had decent code, they were mostly for my personal reference (e.g. snippets from when I was trying out other programming languages, old college assignments and projects, club/department work, etc.).

You can find these archived repos at:

Don't forget to checkout my gists too!

Pinned

  1. racy-django racy-django Public archive

    A demonstation of race conditions to look out for when using Django.

    Python 1 1

  2. synflood.c synflood.c Public archive

    A TCP SYN flooding tool written in C for Unix-based systems.

    C 5 2

  3. zulip/zulip zulip/zulip Public

    Zulip server and web application. Open-source team chat that helps teams stay productive and focused.

    Python 20.2k 7.5k

  4. deque deque Public archive

    An implementation of deques in golang using generic doubly linked lists.

    Go