-
Updated
May 3, 2021 - Python
#
typing
Here are 471 public repositories matching this topic...
Optional static typing for Python 3 and 2 (PEP 484)
为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers
-
Updated
Apr 28, 2021 - TypeScript
Differences between Flowtype and TypeScript -- syntax and usability
-
Updated
Feb 29, 2020
Typing animations with React
-
Updated
Apr 21, 2021 - JavaScript
Animated typing in ~400 bytes 🐡 of JavaScript
-
Updated
Mar 29, 2020 - JavaScript
Work related to PEP 484: typing.py and typing_extensions.py (both released via PyPI) and issue tracker for type system bugs/features.
-
Updated
May 1, 2021 - Python
React typing animation in ~400 bytes 🐡 of JavaScript.
-
Updated
Apr 30, 2021 - JavaScript
Python 3.5+ runtime type checking for integration testing and data validation
-
Updated
Nov 8, 2019 - Python
Strong Dynamically Typed Object Modeling for JavaScript
-
Updated
Mar 19, 2021 - JavaScript
Typeracer-like console app for measuring your WPM
-
Updated
Jun 6, 2020 - Python
Command line tool for improving typing skills (programmers friendly)
-
Updated
Nov 15, 2020 - Python
Mithil467
commented
Oct 21, 2020
Runtime inspection utilities for Python typing module
-
Updated
Mar 21, 2021 - Python
-
Updated
Feb 3, 2017 - JavaScript
-
Updated
May 29, 2019 - Java
-
Updated
Mar 30, 2018 - CoffeeScript
Tishka17
commented
Sep 24, 2020
Just fix tests to use Factory instead of old style
mz8i
commented
Mar 23, 2021
It might be useful to provide some kind of error classes as part of this package.
For example, I use code like this:
from argparse import ArgumentError, ArgumentParser
def file_path(x: str):
d = Path(x)
if d.is_dir:
raise ArgumentError(f"{d} is a directory")
return d
parser = ArgumentParser()
parser.add_argument('output_file', type=file_path, help="Path to
Python library to load dynamically typed data into statically typed data structures
-
Updated
Apr 29, 2021 - Python
seandstewart
commented
Jul 3, 2019
We get the return annotation for free, so we should allow users to do something with it.
A JavaScript typing library with sexy syntax and diddly dependencies.
-
Updated
Feb 15, 2021 - JavaScript
Norman keyboard layout - alternative to QWERTY for touch typing in English
keyboard
keyboard-layout
typing
keyboards
norman
repetitive-strain-disorder
norman-keyboard-layout
norman-altgr
-
Updated
Mar 8, 2021 - Shell
Improve this page
Add a description, image, and links to the typing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typing topic, visit your repo's landing page and select "manage topics."
e.g.
while