-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
109 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
## 2023-10-06 | ||
|
||
#### python | ||
* [mit-han-lab / streaming-llm](https://github.com/mit-han-lab/streaming-llm):Efficient Streaming Language Models with Attention Sinks | ||
* [dortania / OpenCore-Legacy-Patcher](https://github.com/dortania/OpenCore-Legacy-Patcher):Experience macOS just like before | ||
* [openai / openai-python](https://github.com/openai/openai-python):The official Python library for the OpenAI API | ||
* [danielgross / localpilot](https://github.com/danielgross/localpilot): | ||
* [ckan / ckan](https://github.com/ckan/ckan):CKAN is an open-source DMS (data management system) for powering data hubs and data portals. CKAN makes it easy to publish, share and use data. It powers catalog.data.gov, open.canada.ca/data, data.humdata.org among many other sites. | ||
* [m-bain / whisperX](https://github.com/m-bain/whisperX):WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization) | ||
* [SerCeMan / fontogen](https://github.com/SerCeMan/fontogen):Hey, Computer, Make Me a Font | ||
* [arc53 / DocsGPT](https://github.com/arc53/DocsGPT):GPT-powered chat for documentation, chat with your documents | ||
* [iam-veeramalla / aws-devops-zero-to-hero](https://github.com/iam-veeramalla/aws-devops-zero-to-hero):AWS zero to hero repo for devops engineers to learn AWS in 30 Days. This repo includes projects, presentations, interview questions and real time examples. | ||
* [LinkSoul-AI / AutoAgents](https://github.com/LinkSoul-AI/AutoAgents):Generate different roles for GPTs to form a collaborative entity for complex tasks. | ||
* [shengqiangzhang / examples-of-web-crawlers](https://github.com/shengqiangzhang/examples-of-web-crawlers):一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. ) | ||
* [airtai / faststream](https://github.com/airtai/faststream):FastStream is a powerful and easy-to-use Python framework for building asynchronous services interacting with event streams such as Apache Kafka, RabbitMQ and NATS. | ||
* [roboflow / supervision](https://github.com/roboflow/supervision):We write your reusable computer vision tools. 💜 | ||
* [aio-libs / aiohttp](https://github.com/aio-libs/aiohttp):Asynchronous HTTP client/server framework for asyncio and Python | ||
* [mindsdb / mindsdb](https://github.com/mindsdb/mindsdb):MindsDB connects AI models to databases. | ||
* [voxel51 / fiftyone](https://github.com/voxel51/fiftyone):The open-source tool for building high-quality datasets and computer vision models | ||
* [apache / airflow](https://github.com/apache/airflow):Apache Airflow - A platform to programmatically author, schedule, and monitor workflows | ||
* [testerSunshine / 12306](https://github.com/testerSunshine/12306):12306智能刷票,订票 | ||
* [assafelovic / gpt-researcher](https://github.com/assafelovic/gpt-researcher):GPT based autonomous agent that does online comprehensive research on any given topic | ||
* [airbytehq / airbyte](https://github.com/airbytehq/airbyte):Data integration platform for ELT pipelines from APIs, databases & files to warehouses & lakes. | ||
* [mne-tools / mne-python](https://github.com/mne-tools/mne-python):MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python | ||
* [ray-project / ray-llm](https://github.com/ray-project/ray-llm):RayLLM - LLMs on Ray | ||
* [fineanmol / Hacktoberfest2023](https://github.com/fineanmol/Hacktoberfest2023):Make your first Pull Request on Hacktoberfest 2023. Don't forget to spread love and if you like give us a ⭐️ | ||
* [python / mypy](https://github.com/python/mypy):Optional static typing for Python | ||
* [sqlfluff / sqlfluff](https://github.com/sqlfluff/sqlfluff):A modular SQL linter and auto-formatter with support for multiple dialects and templated code. | ||
|
||
#### swift | ||
* [daltoniam / Starscream](https://github.com/daltoniam/Starscream):Websockets in swift for iOS and OSX | ||
* [Swinject / Swinject](https://github.com/Swinject/Swinject):Dependency injection framework for Swift with iOS/macOS/Linux | ||
* [vapor / vapor](https://github.com/vapor/vapor):💧 A server-side Swift HTTP web framework. | ||
* [krzyzanowskim / CryptoSwift](https://github.com/krzyzanowskim/CryptoSwift):CryptoSwift is a growing collection of standard and secure cryptographic algorithms implemented in Swift | ||
* [pointfreeco / swift-composable-architecture](https://github.com/pointfreeco/swift-composable-architecture):A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. | ||
* [Alamofire / Alamofire](https://github.com/Alamofire/Alamofire):Elegant HTTP Networking in Swift | ||
* [groue / GRDB.swift](https://github.com/groue/GRDB.swift):A toolkit for SQLite databases, with a focus on application development | ||
* [ReactiveX / RxSwift](https://github.com/ReactiveX/RxSwift):Reactive Programming in Swift | ||
* [apple / swift-protobuf](https://github.com/apple/swift-protobuf):Plugin and runtime library for using protobuf with Swift | ||
* [realm / SwiftLint](https://github.com/realm/SwiftLint):A tool to enforce Swift style and conventions. | ||
* [apple / swift-syntax](https://github.com/apple/swift-syntax):A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code. | ||
* [pointfreeco / swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing):📸 Delightful Swift snapshot testing. | ||
* [nalexn / clean-architecture-swiftui](https://github.com/nalexn/clean-architecture-swiftui):SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more. | ||
* [danielgindi / Charts](https://github.com/danielgindi/Charts):Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart. | ||
* [Quick / Nimble](https://github.com/Quick/Nimble):A Matcher Framework for Swift and Objective-C | ||
* [apollographql / apollo-ios](https://github.com/apollographql/apollo-ios):📱 A strongly-typed, caching GraphQL client for iOS, written in Swift. | ||
* [creepymonster / GlucoseDirect](https://github.com/creepymonster/GlucoseDirect):App programmed in Swift/SwiftUI for using Libre blood glucose sensors. | ||
* [grpc / grpc-swift](https://github.com/grpc/grpc-swift):The Swift language implementation of gRPC. | ||
* [signalapp / Signal-iOS](https://github.com/signalapp/Signal-iOS):A private messenger for iOS. | ||
* [apple / swift-algorithms](https://github.com/apple/swift-algorithms):Commonly used sequence and collection algorithms for Swift | ||
* [nalexn / ViewInspector](https://github.com/nalexn/ViewInspector):Runtime introspection and unit testing of SwiftUI views | ||
* [yonaskolb / XcodeGen](https://github.com/yonaskolb/XcodeGen):A Swift command line tool for generating your Xcode project | ||
* [tuist / xcbeautify](https://github.com/tuist/xcbeautify):A little beautifier tool for xcodebuild | ||
* [Juanpe / SkeletonView](https://github.com/Juanpe/SkeletonView):☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting | ||
* [aws-amplify / amplify-swift](https://github.com/aws-amplify/amplify-swift):A declarative library for application development using cloud services. | ||
|
||
#### javascript | ||
* [ToolJet / ToolJet](https://github.com/ToolJet/ToolJet):Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀 | ||
* [usebruno / bruno](https://github.com/usebruno/bruno):Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia) | ||
* [ossamamehmood / Hacktoberfest2023](https://github.com/ossamamehmood/Hacktoberfest2023):Hacktoberfest 2023 OPEN FIRST Pull Request - FREE T-SHIRT🎉 | ||
* [badlogic / heissepreise](https://github.com/badlogic/heissepreise):Jo eh. | ||
* [ArchGPT / insomnium](https://github.com/ArchGPT/insomnium):Insomnium is a fast local API testing tool that is privacy-focus and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia | ||
* [ishwarrimal / frontend-interview-preps](https://github.com/ishwarrimal/frontend-interview-preps):Everything required to crack frontend interview | ||
* [Matt-Fontes / SendScriptWhatsApp](https://github.com/Matt-Fontes/SendScriptWhatsApp):Script para enviar o Roteiro do filme Shrek, linha por linha, no WhatsApp | ||
* [fineanmol / hacktoberfest](https://github.com/fineanmol/hacktoberfest):Make your first Pull Request on Hacktoberfest 2023. Don't forget to spread love and if you like give us a ⭐️ | ||
* [trekhleb / javascript-algorithms](https://github.com/trekhleb/javascript-algorithms):📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings | ||
* [EddieHubCommunity / BioDrop](https://github.com/EddieHubCommunity/BioDrop):Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe. | ||
* [cypress-io / cypress](https://github.com/cypress-io/cypress):Fast, easy and reliable testing for anything that runs in a browser. | ||
* [Hacker0x01 / react-datepicker](https://github.com/Hacker0x01/react-datepicker):A simple and reusable datepicker component for React | ||
* [odoo / odoo](https://github.com/odoo/odoo):Odoo. Open Source Apps To Grow Your Business. | ||
* [jellyfin / jellyfin-web](https://github.com/jellyfin/jellyfin-web):Web Client for Jellyfin | ||
* [facebook / lexical](https://github.com/facebook/lexical):Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance. | ||
* [hiteshchoudhary / apihub](https://github.com/hiteshchoudhary/apihub):Your own API Hub to learn and master API interaction. Ideal for frontend, mobile dev and backend developers. | ||
* [sahandghavidel / mern-estate](https://github.com/sahandghavidel/mern-estate):Real Estate app using MERN and tailwind css | ||
* [TryGhost / Ghost](https://github.com/TryGhost/Ghost):Turn your audience into a business. Publishing, memberships, subscriptions and newsletters. | ||
* [jonasschmedtmann / ultimate-react-course](https://github.com/jonasschmedtmann/ultimate-react-course):Starter files, final projects, and FAQ for my Ultimate React course | ||
* [facebook / react](https://github.com/facebook/react):The library for web and native user interfaces. | ||
* [zadam / trilium](https://github.com/zadam/trilium):Build your personal knowledge base with Trilium Notes | ||
* [github / docs](https://github.com/github/docs):The open-source repo for docs.github.com | ||
* [elementor / elementor](https://github.com/elementor/elementor):The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design. | ||
* [mschwarzmueller / nextjs-course-code](https://github.com/mschwarzmueller/nextjs-course-code):Source code for my NextJS course (https://acad.link/nextjs) | ||
* [Automattic / mongoose](https://github.com/Automattic/mongoose):MongoDB object modeling designed to work in an asynchronous environment. | ||
|
||
#### go | ||
* [ThangLeQuoc / vietnamese-provinces-database](https://github.com/ThangLeQuoc/vietnamese-provinces-database):A complete SQL dataset of Vietnamese administrative units, includes Vietnamese provinces, districts and wards | ||
* [argoproj / argo-cd](https://github.com/argoproj/argo-cd):Declarative continuous deployment for Kubernetes. | ||
* [cosmtrek / air](https://github.com/cosmtrek/air):☁️ Live reload for Go apps | ||
* [pressly / goose](https://github.com/pressly/goose):A database migration tool. Supports SQL migrations and Go functions. | ||
* [IBM / sarama](https://github.com/IBM/sarama):Sarama is a Go library for Apache Kafka. | ||
* [go-gitea / gitea](https://github.com/go-gitea/gitea):Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD | ||
* [stretchr / testify](https://github.com/stretchr/testify):A toolkit with common assertions and mocks that plays nicely with the standard library | ||
* [samber / lo](https://github.com/samber/lo):💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...) | ||
* [DataDog / KubeHound](https://github.com/DataDog/KubeHound):Kubernetes Attack Graph | ||
* [doitintl / kube-no-trouble](https://github.com/doitintl/kube-no-trouble):Easily check your clusters for use of deprecated APIs | ||
* [moby / buildkit](https://github.com/moby/buildkit):concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit | ||
* [kubernetes / dashboard](https://github.com/kubernetes/dashboard):General-purpose web UI for Kubernetes clusters | ||
* [kubevirt / kubevirt](https://github.com/kubevirt/kubevirt):Kubernetes Virtualization API and runtime in order to define and manage virtual machines. | ||
* [opencontainers / image-spec](https://github.com/opencontainers/image-spec):OCI Image Format | ||
* [mikefarah / yq](https://github.com/mikefarah/yq):yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor | ||
* [syncthing / syncthing](https://github.com/syncthing/syncthing):Open Source Continuous File Synchronization | ||
* [stakater / Reloader](https://github.com/stakater/Reloader):A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it! | ||
* [hyperledger / fabric](https://github.com/hyperledger/fabric):Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy. | ||
* [kubernetes / enhancements](https://github.com/kubernetes/enhancements):Enhancements tracking repo for Kubernetes | ||
* [traefik / traefik](https://github.com/traefik/traefik):The Cloud Native Application Proxy | ||
* [smartcontractkit / chainlink](https://github.com/smartcontractkit/chainlink):node of the decentralized oracle network, bridging on and off-chain computation | ||
* [TheAlgorithms / Go](https://github.com/TheAlgorithms/Go):Algorithms and Data Structures implemented in Go for beginners, following best practices. | ||
* [nektos / act](https://github.com/nektos/act):Run your GitHub Actions locally 🚀 | ||
* [googleapis / google-api-go-client](https://github.com/googleapis/google-api-go-client):Auto-generated Google APIs for Go. | ||
* [Dreamacro / clash](https://github.com/Dreamacro/clash):A rule-based tunnel in Go. |