Skip to content
View dannas's full-sized avatar

Block or report dannas

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. rr-debugger/rr rr-debugger/rr Public

    Record and Replay Framework

    C++ 10.3k 642

  2. rsc rsc Public

    Random source code

    Standard ML 2

  3. uva uva Public

    Solutions to UVA problems

    C++

  4. scopehal scopehal Public

    Forked from ngscopeclient/scopehal

    Oscilloscope / logic analyzer platform abstraction library. This is the library only. Most users should use scopehal-apps.

    C++

  5. scopehal-apps scopehal-apps Public

    Forked from ngscopeclient/scopehal-apps

    glscopeclient and other client applications for libscopehal.

    C++

  6. AoC solutions. In heavy need of editing AoC solutions. In heavy need of editing
    1
    import re
    2
    from itertools import permutations, combinations, count
    3
    from collections import defaultdict
    4
    from functools import lru_cache
    5
    from math import prod