Skip to content

Highlights

  • Arctic Code Vault Contributor

Popular repositories

  1. Python library to load dynamically typed data into statically typed data structures

    Python 104 3

  2. IRC gateway for slack, running on localhost for one user

    Python 67 14

  3. Educational tool for relational algebra

    Python 52 15

  4. Shares files using the HTTP protocol http://ltworf.github.io/weborf/

    C 32 3

  5. Take actions when specific devices appear/disappear from your LAN

    C++ 15

  6. Funny unix manpages

    Makefile 12 1

789 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2020

Created a pull request in ltworf/localslackirc that received 2 comments

Switch to asyncio

I hope CPU usage will be much lower, because right now it is insanely high at times.

+450 −540 2 comments

Created an issue in python/mypy that received 3 comments

Not None checks ignored when passing to a lambda

from typing import * def f(p: Optional[str]) -> Callable[[str], bool]: assert p if p is None: raise Exception('asd') return lambda a: p.startswith(a)

3 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.