huang3eng's Stars
LeapLabTHU/Agent-Attention
Official repository of Agent Attention (ECCV2024)
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
sjtug/SJTUThesis
上海交通大学 LaTeX 论文模板 | Shanghai Jiao Tong University LaTeX Thesis Template
andravin/wincnn
Winograd minimal convolution algorithm generator for convolutional neural networks.
Project-HAMi/HAMi
Heterogeneous AI Computing Virtualization Middleware
skim-rs/skim
Fuzzy Finder in rust!
eip-work/kuboard-press
Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。
aplyc1a/blogs
PentestNotes
turingplanet/leetcode-answers
GuangfuWang/geometric-deep-learning-chinese-translation-scripts
PreSenseRadar/OpenRadar
An open source library for interacting with and processing radar data, specialized for MIMO mmWave radars
mission-peace/interview
Interview questions
prcwcy/sjtu-canvas-video-download
SJTU Canvas 视频 (批量) 下载器
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
YiiGuxing/TranslationPlugin
Translation plugin for IntelliJ based IDEs/Android Studio.
zjw-swun/AppMethodOrder
一个能让你了解所有函数调用顺序以及函数耗时的Android库(无需侵入式代码)
CymChad/BaseRecyclerViewAdapterHelper
BRVAH:Powerful and flexible RecyclerAdapter
luqinx/Numbric
Numberic 是一个数字处理工具,不仅可以进行int,byte和字符串相互转换, 还可以对一个int进行按位取数或者按位改数功能,一个整型int在java中占4个字节 32个bit位,按位取数是取整型int中从参数from位开始长度为参数len这段比特位代表 的数字,按位改数同理是将这段比特位数字修改为指定值.
luqinx/TabLayout
TabLayout是对Google Material Design中的TabLayout的升级改造,使支持设置padding,文字样式等规格的灵活调整。
luqinx/DebugHelper
DebugHelper是一个简单的debug调试工具,目前有辅助界面调试和调试log输出2块功能。DebugHelper可以只编译到debug包中,这样可以减少release包大小,还有最重要的是避免了调试信息泄漏