Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View bise86's full-sized avatar

Block or report bise86

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • Marlin Public

    Forked from MarlinFirmware/Marlin

    Marlin is a firmware for RepRap 3D printers optimized for both 8 and 32 bit microcontrollers. Marlin supports all common platforms. Many commercial 3D printers come with Marlin installed. Check wit…

    C++ GNU General Public License v3.0 Updated Dec 30, 2025
  • PrusaSlicer Public

    Forked from prusa3d/PrusaSlicer

    G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)

    C++ GNU Affero General Public License v3.0 Updated Nov 7, 2025
  • qlib Public

    Forked from microsoft/qlib

    Qlib is an AI-oriented Quant investment platform that aims to use AI tech to empower Quant Research, from exploring ideas to implementing productions. Qlib supports diverse ML modeling paradigms, i…

    Python MIT License Updated May 29, 2025
  • ta-lib Public

    Forked from TA-Lib/ta-lib

    TA-Lib (Core C Library)。生成各炒股指标的。

    C BSD 3-Clause "New" or "Revised" License Updated Apr 24, 2025
  • Unified Executors

    C++ Other Updated Apr 24, 2025
  • seastar Public

    Forked from scylladb/seastar

    High performance server-side application framework.支持高并发和低延迟的异步编程高性能库。

    C++ Apache License 2.0 Updated Apr 24, 2025
  • codon Public

    Forked from exaloop/codon

    A high-performance, zero-overhead, extensible Python compiler using LLVM。将python 编译成二进制直接可运行的,无需虚拟机来执行。

    Python Apache License 2.0 Updated Mar 13, 2025
  • 量化研究-券商金工研报复现

    Jupyter Notebook Updated Feb 7, 2025
  • WonderTrader——量化研发交易一站式框架。基于C++核心模块的量化交易开发框架,旨在为专业机构提供高效、高可用的量化交易解决方案。

    C++ MIT License Updated Jan 15, 2025
  • haystack Public

    Forked from deepset-ai/haystack

    AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data…

    Python Apache License 2.0 Updated Jan 9, 2025
  • ragflow Public

    Forked from infiniflow/ragflow

    RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.RAG生成框架。

    Python Apache License 2.0 Updated Jan 9, 2025
  • TinyTorch Public

    Forked from keith2018/TinyTorch

    A tiny deep learning training framework implemented from scratch in C++ that follows PyTorch's API.学习大牛写的torch框架。

    C++ MIT License Updated Jan 3, 2025
  • Scalable and user friendly neural 🧠 forecasting algorithms.用于基于神经网络对时间序列数据进行建模。 它建立在PyTorch之上,并受到Facebook Prophet和AR-Net库的极大启发。

    Python Apache License 2.0 Updated Jan 2, 2025
  • workflow Public

    Forked from sogou/workflow

    C++ Parallel Computing and Asynchronous Networking Framework。搜狗一个比较好用的c++库。

    C++ Apache License 2.0 Updated Dec 15, 2024
  • kcp Public

    Forked from skywind3000/kcp

    ⚡ KCP - A Fast and Reliable ARQ Protocol。可靠的UDP,传输速度比TCP快。

    C MIT License Updated Nov 23, 2024
  • goref Public

    Forked from cloudwego/goref

    Go heap object reference analysis tool。字节go内存泄露工具。

    Go Apache License 2.0 Updated Nov 20, 2024
  • TradeMaster is an open-source platform for quantitative trading empowered by reinforcement learning 🔥 ⚡ 🌈.基于强化学习的开源量化交易平台。为了更全面地评价和提升算法性能,我们推出了沙盒工具箱,同时搭配了易于使用的网页端平台.

    Jupyter Notebook Apache License 2.0 Updated Oct 29, 2024
  • wtpy Public

    Forked from wondertrader/wtpy

    wtpy是基于wondertrader为底层的针对python的子框架。量化交易相关。

    Python MIT License Updated Aug 19, 2024
  • rqlite Public

    Forked from rqlite/rqlite

    The lightweight, distributed relational database built on SQLite.一个轻量级分布式数据库。

    Go MIT License Updated Jun 5, 2024
  • A fast multi-producer, multi-consumer lock-free concurrent queue for C++11。无锁队列C++实现。

    C++ Other Updated May 23, 2024
  • sonic Public

    Forked from bytedance/sonic

    A blazingly fast JSON serializing & deserializing library.一个速度奇快的 JSON 序列化/反序列化库,由 JIT (即时编译)和 SIMD (单指令流多数据流)加速。字节出品。

    Assembly Apache License 2.0 Updated May 22, 2024
  • PhotonLibOS Public

    Forked from alibaba/PhotonLibOS

    Probably the fastest coroutine lib in the world!阿里的协程库,并且封装了文件io和网络io的操作。

    C++ Apache License 2.0 Updated May 21, 2024
  • hnswlib Public

    Forked from nmslib/hnswlib

    Header-only C++/python library for fast approximate nearest neighbors.强大的近邻搜索(ANN)库,为向量化数据库milvus提供HNSW检索。

    C++ Apache License 2.0 Updated May 15, 2024
  • mesos Public

    Forked from apache/mesos

    Apache Mesos。资源管理系统,类似于yarn。

    C++ Apache License 2.0 Updated May 13, 2024
  • doris Public

    Forked from apache/doris

    Apache Doris is an easy-to-use, high performance and unified analytics database.

    Java Apache License 2.0 Updated May 11, 2024
  • milvus Public

    Forked from milvus-io/milvus

    Vector database for scalable similarity search and AI applications.向量化数据库,文档:https://www.bookstack.cn/books/Milvus-0.9

    Go Apache License 2.0 Updated May 11, 2024
  • ClickHouse® is a free analytics DBMS for big data

    C++ Apache License 2.0 Updated May 11, 2024
  • An Efficient Enterprise-class Container Engine。阿里出的容器产品。

    Go Apache License 2.0 Updated May 6, 2024
  • cccl Public

    Forked from NVIDIA/cccl

    CUDA C++ Core Libraries。主要面向的是云环境中的深度学习计算。CCCL的目标是简化GPU集群管理,提升CUDA应用程序在容器化环境下的性能和可移植性。

    C++ Other Updated Apr 29, 2024
  • pytorch版本的word2vec,如果是中文需要分词。

    Python Updated Apr 26, 2024