bingozhu0197's Stars
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
TheAlgorithms/Python
All Algorithms implemented in Python
mlabonne/llm-course
Course to get into Large Language Models (LLMs) with roadmaps and Colab notebooks.
tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
plotly/plotly.py
The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
PySimpleGUI/PySimpleGUI
Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users.
brendangregg/perf-tools
Performance analysis tools based on Linux perf_events (aka perf) and ftrace
PanDownloadServer/Server
PanDownload的个人维护版本
python-eel/Eel
A little Python library for making simple Electron-like HTML/JS GUI apps
microsoft/GSL
Guidelines Support Library
google/orbit
C/C++ Performance Profiler
fluentpython/example-code-2e
Example code for Fluent Python, 2nd edition (O'Reilly 2022)
tvjsx/trading-vue-js
💹 Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts. [Not Maintained]
sngyai/Sequoia
A股自动选股程序,实现了海龟交易法则、缠中说禅牛市买点,以及其他若干种技术形态
pydoit/doit
CLI task management & automation tool
CppCon/CppCon2017
Slides and other materials from CppCon 2017
CppCon/CppCon2015
Presentation Materials from CppCon 2015
moyuanz/DevilYuan
DevilYuan可视化股票量化系统,支持选股,历史数据自动下载,策略回测及参数优化,实盘交易和常用的统计功能
boost-ext/sml
C++14 State Machine library
brinesoftwares/Flutter-AI-Rubik-cube-Solver
Flutter-Python rubiks cube solver.
kkoomen/qbr
A webcam-based 3x3x3 rubik's cube solver written in Python 3 and OpenCV.
P1sec/pycrate
A Python library to ease the development of encoders and decoders for various protocols and file formats; contains ASN.1 and CSN.1 compilers.
nondanee/weiboPicDownloader
Download weibo images without logging-in
bradtraversy/electronshoppinglist
Shopping list desktop app built on electron
bluealert/MetaNN-book
《C++模板元编程实战:一个深度学习框架的初步实现》
dwalton76/rubiks-cube-tracker
Given an image of a rubiks cube, find the RGB value for each square.
Wiston999/python-rubik
Rubik solving algorithms implemented in Python
smketterer/vue-eel-starter
A demo project for my talk on Creating Python GUIs with Eel and Vue.
arcosuc3m/clang-contracts
Experimental support for contracts programming in clang++
DoDoENT/modern-cpp-example
Example how using modern C++ approach can increase performance of your app, whilst making it more readable and easier to understand