Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
omakase
Web development as you like it!
-
text-buffer
Forked from atom/text-buffer
Atom's underlying text buffer - with markers and file operations removed.
JavaScript 1
-
traceur-compiler
Forked from google/traceur-compiler
Traceur is a JavaScript.next-to-JavaScript-of-today compiler
JavaScript
-
Dominulator
Forked from NathanTeeuwen/Dominulator
Dominulator - A Dominion Simulator
C#
-
rhino
Forked from mozilla/rhino
Rhino is an open-source implementation of JavaScript written entirely in Java
Java
-
pjs
Hack PhP to JavaScript.
Hack
53 contributions in the last year
Contribution activity
April - May 2019
March 2019
Created an issue in python/typeshed that received 2 comments
TypeVar stub is incorrect
https://github.com/python/typeshed/blob/master/stdlib/3/typing.pyi#L13
Should be something like:
class TypeVar(object): __name__: str def __init__(…