ShreyanshDaga's Stars
microsoft/dotnet
This repo is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
maximegris/angular-electron
Ultra-fast bootstrapping with Angular and Electron :speedboat:
IonicaBizau/cli-github
:smile_cat: A fancy GitHub client for command line.
leonvanbokhorst/RepositoryPatternEntityFramework
The Repository pattern adds a separation layer between the data and domain layers of an application. It also makes the data access parts of an application better testable.
Felbourn/Odyssey
KSP GameData
avivr/search-parser
Parse search queries, using free-text, keywords and boolean operators.
ShreyanshDaga/ImageProcessing-2
Special Effect filters like pencil sketch, cartoonization etc, Morphological operations like thinning, skeletonization, shrinking. And application of them to various cases like counting number of stars, skeletonising a dinosaur, counting number of walls, number of left right turns, in a PACMAN game.
mohamed265/Adaptive-Huffman-coding
Adaptive Huffman coding (also called Dynamic Huffman coding) is an adaptive coding technique based on Huffman coding. It permits building the code as the symbols are being transmitted, having no initial knowledge of source distribution, that allows one-pass encoding and adaptation to changing conditions in data.