Skip to content

Latest commit

 

History

History
125 lines (121 loc) · 15 KB

2023-01-08.md

File metadata and controls

125 lines (121 loc) · 15 KB

2023-01-08

python

  • donnemartin / system-design-primer:Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
  • karpathy / minGPT:A minimal PyTorch re-implementation of the OpenAI GPT (Generative Pretrained Transformer) training
  • hpcaitech / ColossalAI:Colossal-AI: A Unified Deep Learning System for Big Model Era
  • AUTOMATIC1111 / stable-diffusion-webui:Stable Diffusion web UI
  • flet-dev / flet:Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
  • openai / openai-cookbook:Examples and guides for using the OpenAI API
  • public-apis / public-apis:A collective list of free APIs
  • Owez / yark:YouTube archiving made simple
  • ansible / ansible:Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.
  • helblazer811 / ManimML:ManimML is a project focused on providing animations and visualizations of common machine learning concepts with the Manim Community Library.
  • microsoft / unilm:Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities
  • testerSunshine / 12306:12306智能刷票,订票
  • Netflix / metaflow:🚀 Build and manage real-life data science projects with ease!
  • rwightman / pytorch-image-models:PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
  • bigb0sss / RedTeam-OffensiveSecurity:Tools & Interesting Things for RedTeam Ops
  • mouredev / Hello-Python:Curso para aprender el lenguaje de programación Python desde cero y para principiantes. Más de 30 clases, 25 horas en vídeo, código y grupo de chat. Desde sus fundamentos hasta la creación de un API Backend con base de datos.
  • NVIDIA / NeMo:NeMo: a toolkit for conversational AI
  • Megvii-BaseDetection / YOLOX:YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
  • lucidrains / muse-maskgit-pytorch:Implementation of Muse: Text-to-Image Generation via Masked Generative Transformers, in Pytorch
  • nonebot / nonebot2:跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python
  • 8080labs / ppscore:Predictive Power Score (PPS) in Python
  • getsentry / sentry:Developer-first error tracking and performance monitoring
  • t3l3machus / Villain:Villain is a Windows & Linux backdoor generator and multi-session handler that allows users to connect with sibling servers (other machines running Villain) and share their backdoor sessions, handy for working as a team.
  • tiangolo / fastapi:FastAPI framework, high performance, easy to learn, fast to code, ready for production
  • hwchase17 / langchain:⚡ Building applications with LLMs through composability ⚡

swift

javascript

go

  • sourcegraph / conc:Better structured concurrency for go
  • alist-org / alist:🗂️ A file list program that supports multiple storage, powered by Gin and Solidjs. / 一个支持多存储的文件列表程序,使用 Gin 和 Solidjs。
  • hashicorp / nomad:Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.
  • hashicorp / terraform:Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
  • spf13 / cobra:A Commander for modern Go CLI interactions
  • open-telemetry / opentelemetry-go:OpenTelemetry Go API and SDK
  • miniflux / v2:Minimalist and opinionated feed reader
  • gofiber / fiber:⚡️ Express inspired web framework written in Go
  • emirpasic / gods:GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
  • rancher / rancher:Complete container management platform
  • pulumi / pulumi:Pulumi - Universal Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀
  • stretchr / testify:A toolkit with common assertions and mocks that plays nicely with the standard library
  • prometheus / alertmanager:Prometheus Alertmanager
  • urfave / cli:A simple, fast, and fun package for building command line apps in Go
  • pion / webrtc:Pure Go implementation of the WebRTC API
  • projectcalico / calico:Cloud native networking and network security
  • docker / compose:Define and run multi-container applications with Docker
  • deepmap / oapi-codegen:Generate Go client and server boilerplate from OpenAPI 3 specifications
  • runatlantis / atlantis:Terraform Pull Request Automation
  • ent / ent:An entity framework for Go
  • kubernetes / dashboard:General-purpose web UI for Kubernetes clusters
  • tidwall / gjson:Get JSON values quickly - JSON parser for Go
  • hashicorp / raft:Golang implementation of the Raft consensus protocol
  • hashicorp / vault:A tool for secrets management, encryption as a service, and privileged access management
  • shopspring / decimal:Arbitrary-precision fixed-point decimal numbers in go