techyian's Stars
dotnet/coreclr
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
phoboslab/jsmpeg
MPEG1 Video Decoder in JavaScript
accord-net/framework
Machine learning, computer vision, statistics and general scientific computing for .NET
StephenCleary/AsyncEx
A helper library for async/await.
RickStrahl/MarkdownMonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
waveform80/picamera
A pure Python interface to the Raspberry Pi camera module
TrilonIO/aspnetcore-Vue-starter
*NEW* Asp.net Core & Vue.js (ES6) SPA Starter kit - Vuex, webpack, Web API, Docker, and more! By @TrilonIO
machine/machine.specifications
Machine.Specifications is a Context/Specification framework for .NET that removes language noise and simplifies tests.
flaviusmatis/simplePagination.js
A simple jQuery pagination plugin.
pinout-xyz/Pinout.xyz
Source files for the Raspberry Pi Pinout documentation website.
Marfusios/websocket-client
🔧 .NET/C# websocket client library
etlegacy/etlegacy
ET: Legacy is an open source project based on the code of Wolfenstein: Enemy Territory which was released in 2010 under the terms of the GPLv3 license.
etlegacy/etlegacy-deprecated
Archived repository. For current repo, see: https://github.com/etlegacy/etlegacy
SlapperAutoMapper/Slapper.AutoMapper
Slapper.AutoMapper maps dynamic data to static types. Slap your data into submission!
grandchamp/Identity.Dapper
Identity package that uses Dapper instead EntityFramework for use with .NET Core
raspberrypi/raspiraw
Example app directly receiving raw data from CSI2 sensors
joaoportela/CircularBuffer-CSharp
A simple, single file, implementation of a circular buffer in C#.
jcputney/scorm-again
A modern SCORM JavaScript runtime library.
techyian/MMALSharp
C# wrapper to Broadcom's MMAL with an API to the Raspberry Pi camera.
microsoft/BingMapsV8CodeSamples
This is a collection of over two hundred code samples an growing for the Bing Maps V8 web control.
pedrosland/rascam
Rust library for the Raspberry Pi Camera
cdev-tux/q3lite
Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
jswigart/omni-bot
Omni-bot is a first person shooter bot frameworkfor AI controlled multiplayer opponents in several popular FPS games and engines
sarathkcm/Pluralize.NET
:blue_book: Pluralize or singularize any English word.
brianmhunt/knockout-fast-foreach
Foreach. Faster. For Knockout.
sandreas/Avalonia.SimpleRouter
Cross platform view (model) router library for AvaloniaUI
xeger/quill-image
Delightful editing of rich-text image embeds in the Quill editor.
TanvirArjel/AspNetCoreMvcIdentity
ASP.NET Core identity has been implemented as MVC for version greater than 2.0
ZolutionSoftware/Rezolver
.Net IOC container built from the ground up to support the .Net Standard 1.1 profile (and therefore supporting Asp.Net Core and Xamarin environments). It's fast, very extensible, and has a lot of cool features. Try it now!
brookpatten/Mono.Linux.I2C
A lightweight Mono/.Net/C# Wrapper over i2c for linux. Shamelessly borrowed from https://github.com/cody82/QuadroschrauberSharp and refactored to fit my OOP OCD