Skip to content
View joegasewicz's full-sized avatar

Organizations

@nottoboard
Block or Report

Block or report joegasewicz

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

Pinned

  1. gomek gomek Public

    A tiny http framework

    Go 8 1

  2. stacks stacks Public

    A stack structure static library written in C with a few extra features

    C 3

  3. react-google-oauth2.0 react-google-oauth2.0 Public

    React frontend login with OAuth 2.0 & integrates a Rest API backend.

    TypeScript 20 7

  4. flask-jwt-router flask-jwt-router Public

    Flask JWT Router is a Python library that adds authorised routes to a Flask app.

    Python 54 11

  5. bobtail bobtail Public

    A little Python WSGI http framework

    Python 17 1

  6. Double Pointers (pointer to a pointer) Double Pointers (pointer to a pointer)
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    
    
    4
    int main()
    5
    {