jack0fshad0ws's Stars
usebruno/bruno
Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
amazon-science/auto-cot
Official implementation for "Automatic Chain of Thought Prompting in Large Language Models" (stay tuned & more will be updated)
promptfoo/promptfoo
Test your prompts, agents, and RAGs. Red teaming, pentesting, and vulnerability scanning for LLMs. Compare performance of GPT, Claude, Gemini, Llama, and more. Simple declarative configs with command line and CI/CD integration.
phdowling/openai_multi_tool_use_parallel_patch
Quick monkey-patching fix for OpenAI's hallucinated multi_tool_use.parallel
RageAgainstThePixel/OpenAI-DotNet
A Non-Official OpenAI RESTful API Client for DotNet
vlad-ds/whisper-keyboard
Integrate OpenAI's speech-to-text Whisper with your computer's keyboard
Significant-Gravitas/AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
microsoft/semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps
Azure-Samples/azure-search-openai-demo
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
tryAGI/LangChain
C# implementation of LangChain. We try to be as close to the original as possible in terms of abstractions, but are open to new entities.
coreybutler/nvm-windows
A node.js version management utility for Windows. Ironically written in Go.
DuendeSoftware/Support
Support for Duende Software products
Azure/azure-sdk-for-java
This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
Azure/azure-webjobs-sdk
Azure WebJobs SDK
Azure/Azurite
A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
yv989c/BlazarTech.QueryableValues
This library allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server database provider.
sshnet/SSH.NET
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
martinjw/Holiday
Calculate Public Holidays
amachanic/sp_whoisactive
sp_whoisactive
josdejong/jsoneditor
A web-based tool to view, edit, format, and validate JSON
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
OAI/OpenAPI-Specification
The OpenAPI Specification Repository
zenorocha/clipboard.js
:scissors: Modern copy to clipboard. No Flash. Just 3kb gzipped :clipboard:
Azure/Azure-Functions
force-net/DeepCloner
Fast object cloner for .NET
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite
romantitov/MockQueryable
Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
dotnet/efcore
EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
khellang/Scrutor
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
AnthonyGiretti/aspnetcore-multitenant-injectiondependency
Example of how to handle multinenant services and repositories in ASP.Net Core 2.2 WebAPI