sandeshkg's Stars
The-Art-of-Hacking/h4cker
This repository is primarily maintained by Omar Santos (@santosomar) and includes thousands of resources related to ethical hacking, bug bounties, digital forensics and incident response (DFIR), artificial intelligence security, vulnerability research, exploit development, reverse engineering, and more.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
microsoft/tigertoolbox
Toolbox repository for Tiger team
sodafoundation/api
SODA Terra Project API module : is an open source implementation of SODA API connecting storage to platforms like Kubernetes, OpenStack, and VMware
awslabs/aws-iam-generator
Generate Multi-Account IAM users/groups/roles/policies from a simple YAML configuration file and Jinja2 templates.
quay/clair
Vulnerability Static Analysis for Containers
jqlang/jq
Command-line JSON processor
hjacobs/kubernetes-failure-stories
Compilation of public failure/horror stories related to Kubernetes
opsdroid/opsdroid
🤖 An open source chat-ops bot framework
minimaxir/person-blocker
Automatically "block" people in images (like Black Mirror) using a pretrained neural network.
Habbie/hello-dns
Hello and welcome to DNS!
tayllan/awesome-algorithms
A curated list of awesome places to learn and/or practice algorithms.
cockroachdb/cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
openfaas/faas
OpenFaaS - Serverless Functions Made Simple
GoogleCloudPlatform/training-data-analyst
Labs and demos for courses for GCP Training (http://cloud.google.com/training).
fffaraz/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
cipto-hd/angularjsfire-with-reg-confirmation
It is AngularJS seed with Firebase backend and a feature for account registration confirmation via email.
jlmakes/scrollreveal
Animate elements as they scroll into view.
getify/You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
continuoustests/AutoTest.Net
AutoTest.NET is a tool for automatically running builds and test in the background when code changes. This practice gives you immediate feedback and helps facilitate real test driven development.
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.
telerik/kendo-ui-core
An HTML5, jQuery-based widget library for building modern web apps.
handsontable/handsontable
JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚡
codecadwallader/codemaid
CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
protocolbuffers/protobuf
Protocol Buffers - Google's data interchange format
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
StackExchange/StackExchange.Redis
General purpose redis client
redis/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
TaoK/BinarySerializationAnalysis
A quick demo project showing how to parse the .Net BinaryFormatter's serialized output streams to explore the serialized content