Pinned Repositories
browser-ext-github-monaco
This extension brings the famous Monaco editor to Github
easy-attach
If the desired entry point to debugging is unclear (e.g. within webpack configurations) this tool will help you by not just waiting for a debugger to connect but also launching it from scratch. Don't use the excuse that attaching a debugger is cumbersome next time you use console.log for debugging!
node-reload
An advanced hot reload solution for Node apps. Works very well for developing VSCode extensions and automating websites with puppeteer.
slideo
This tool uses OpenCV to automatically synchronize slides with videos that show these slides.
ts-typed-sql
A fully typed sql builder. Not maintained anymore, use it for your inspiration.
visualization
A framework for visualizing data encoded as json.
vscode-debug-visualizer
An extension for VS Code that visualizes data during debugging.
vscode-drawio
This unofficial extension integrates Draw.io (also known as diagrams.net) into VS Code.
vscode-realtime-debugging
An extension for VS Code that visualizes how a program is being executed in real time.
hediet's Repositories
hediet/csharp-UnitsOfMeasure
A Units of Measure library for .Net
hediet/HowNodeJsModulesShouldHaveBeenDesigned
Demonstrates how the Node JS Module Loader could work if it had been designed properly.
hediet/Neo2Net
Neo2 Keyboard Layout implemented in C#
hediet/PredicateLogicProofValidator
A validator for predicate logic proofs that can be extended with custom axioms and rules.
hediet/CodeItDebugger
hediet/ext-vs-ProjectAsCustomTool
Provides a custom tool that enables to use projects in the active solution for code generation.
hediet/GrammarTools
hediet/LambdaCalculus
hediet/php-contracts
An assertion library for PHP to validate arguments and invariants.
hediet/php-type-reflection
A library which provide classes to reflect php types in an unified way.
hediet/ts-react-svg-demo
An application that demonstrates how react and svg can be used together.
hediet/ArbeitszeitDokumentation
Ein Tool um seine Arbeitszeit zu dokumentieren.
hediet/DefinitelyTyped
The repository for high quality TypeScript type definitions.
hediet/LambdaCalculus2
hediet/language-server-protocol
Defines a common protocol for language servers.
hediet/mobx
Simple, scalable state management.
hediet/react-codemirror
Codemirror Component for React.js
hediet/sample-typesystem
A sample implementation of a generic typesystem with union types
hediet/ts-remoting
A typed remoting library for browsers and nodejs