Skip to content
View nopeless's full-sized avatar
  • 12:19 (UTC -05:00)

Highlights

  • Pro

Organizations

@stem-discord

Block or report nopeless

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nopeless/README.md

I like open source a lot

Cool ASCII Art

Pinned Loading

  1. multi-thread-proxy-server-blacklist-c multi-thread-proxy-server-blacklist-c Public

    C

  2. python-generic-shunting-yard-parser-evaluator python-generic-shunting-yard-parser-evaluator Public

    Python 2

  3. python-typesafe-resource-management python-typesafe-resource-management Public

    Python 1

  4. static prime checking using typescri... static prime checking using typescript types
    1
    // Prime checking regex, which this code is based off of
    2
    // https://regex101.com/r/RIJkGF/1
    3
     
    4
    type StringDivisible<n extends string, div extends string> = n extends `` ? true : n extends `${div}${infer r}` ? StringDivisible<r, div> : false;
    5
     
  5. usercss-collection usercss-collection Public

    CSS 2

  6. perfectionist perfectionist Public

    A repository with AI for the perfectionist game(https://louigiverona.com/perfectionist/)

    Python 3 1