Skip to content
View hediet's full-sized avatar

Sponsors

Sponsoring

@gjsjohnmurray

Organizations

@microsoft @tyml @comprakt

Block or report hediet

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. vscode-debug-visualizer vscode-debug-visualizer Public

    An extension for VS Code that visualizes data during debugging.

    TypeScript 8k 422

  2. vscode-drawio vscode-drawio Public

    This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.

    TypeScript 9.2k 432

  3. slideo slideo Public

    This tool uses OpenCV to automatically synchronize slides with videos that show these slides.

    Rust 101 5

  4. Proof that TypeScript's Type System ... Proof that TypeScript's Type System is Turing Complete
    1
    ```typescript
    2
    type StringBool = "true"|"false";
    3
    
                  
    4
    
                  
    5
    interface AnyNumber { prev?: any, isZero: StringBool };