walbourn /
directx-sdk-samples-reworked
This repo contains Direct3D 11, XInput, and XAudio2 samples C++ samples from the legacy DirectX SDK updated to build using the Windows 10 SDK
Loading repository data…
terrajobst / repository
This repo contains Minsk, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.
Have you considered Minsk? -- Worf, naming things.
This repo contains Minsk, a handwritten compiler in C#. It illustrates basic concepts of compiler construction and how one can tool the language inside of an IDE by exposing APIs for parsing and type checking.
This compiler uses many of the concepts that you can find in the Microsoft C# and Visual Basic compilers, code named Roslyn.
This code base was written live during streaming. You can watch the recordings on YouTube or browse the episode PRs.
If you want to browse the code, check out the symbolic source browser.
Some people kindly asked me whether I accept donations. I have the luxury of working for a great employer and I make a good salary. That means I have got the time and means to produce these videos and share my passion for open source and .NET.
But not everyone has that luxury. If you find these videos helpful and you want to give back, consider donating to organizations that help the less fortunate to get into the tech industry, such as Black Girls Code.
Thank you ❤
Selected from shared topics, language and repository description—not editorial ratings.
walbourn /
This repo contains Direct3D 11, XInput, and XAudio2 samples C++ samples from the legacy DirectX SDK updated to build using the Windows 10 SDK
circuitvalley /
Source and Documentation files for USB C Industrial Camera Project, This repo contains PCB boards, FPGA , Camera and USB along with FPGA Firmware and USB Controller Firmware source.
lsecqt /
This repo contains C/C++ snippets that can be handy in specific offensive scenarios.
checkedc /
This repo contains a version of clang that is being modified to support Checked C. Checked C is an extension to C that lets programmers write C code that is guaranteed by the compiler to be type-safe.
JoshuaJakowlew /
This repo contains useful information for newbies in C++ chats
cboudereau /
This repo contains all c++ / haskell samples from Bartosz Milewski's book (Category Theory for Programmers) converted to csharp and fsharp