ender8848's Stars
meta-llama/llama
Inference code for Llama models
wondertrader/wondertrader
WonderTrader——量化研发交易一站式框架
Liam0205/hexo-theme-next
Elegant and powerful theme for Hexo.
skills/hello-github-actions
Create a GitHub Action and use it in a workflow.
kamranahmedse/developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
jzplp/Computer-Network-A-Top-Down-Approach-Answer
计算机网络-自顶向下方法 习题/编程/实验答案
xmu-xiaoma666/External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
crisxuan/bestJavaer
这是一个成为更好的Java程序员的系列教程
open-mmlab/mmcv
OpenMMLab Computer Vision Foundation
linsanityHuang/the_fluent_python
流畅的Python学习记录
implus/algorithm-base
专门为刚开始刷题的同学准备的算法基地,没有最细只有更细,立志用动画将晦涩难懂的算法说的通俗易懂!
implus/deep-finance
Deep Learning for Finance
implus/DeepLearning
DeepLearning Algorithm
implus/matchbase
996icu/996.ICU
Repo for counting stars and contributing. Press F to pay respect to glorious developers.
fanqibing/Automatic-punch
本着学习交流的精神,最近写了学校健康系统自动打卡程序(真的不是懒啊(●'◡'●))。当然啊,如果真的有发烧、感冒等其他情况,还是要自己上报呀,听从学校安排。实现原理实际上也不难,selenium其实就是模拟人工点击而已,Python的selenium库包含一些找到网页中的元素的函数,和一些填充信息、模拟点击的函数等。云服务器用于云端定时运行程序。用户只要每天看QQ邮箱推送的打卡结果即可,因为设置了较多异常处理机制,所以基本上不会有漏打的情况。