xiaowu5759's Stars
lsqy/taro-music
🎉基于taro + taro-ui + redux + react-hooks + typescript 开发的网易云音乐小程序,taro3已升级完毕,目前正在使用react-hooks重构中(不定时更新)
kubesphere/kubesphere
The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️
eyunzhu/vatfs
影视全搜索|提供全网影视m3u8资源搜索,影视资源api,无广告快速播放
AnyListen/tools-ocr
树洞 OCR 文字识别(一款跨平台的 OCR 小工具)
jumper2014/lianjia-beike-spider
链家网和贝壳网房价爬虫,采集北京上海广州深圳等21个**主要城市的房价数据(小区,二手房,出租房,新房),稳定可靠快速!支持csv,MySQL, MongoDB,Excel, json存储,支持Python2和3,图表展示数据,注释丰富 ,点星支持,仅供学习参考,请勿用于商业用途,后果自负。
any86/any-rule
🦕 常用正则大全, 支持web / vscode / idea / Alfred Workflow多平台
alibaba/easyexcel
快速、简洁、解决大文件内存溢出的java处理Excel工具
iMeiji/shadowsocks_install
Auto install shadowsocks server,thanks 秋水逸冰
i-www/baidupankey
在线查询网盘提取码(维护中 rm repo)
joeldenning/coexisting-vue-microfrontends
A repo showing separate vue apps coexisting as microfrontends with single-spa
crawlab-team/artipub
Article publishing platform that automatically distributes your articles to various media channels
GeneralNewsExtractor/GeneralNewsExtractor
新闻网页正文通用抽取器 Beta 版.
iptv-org/iptv
Collection of publicly available IPTV channels from all over the world
feixiao/learn-ffmpeg
学习音视频知识,整理资料,编写技术手册。
gxtrobot/bustag
a tag and recommend system for old bus driver 给老司机用的一个番号推荐系统
zhaoyingjun/chatbot
ChatGPT带火了聊天机器人,主流的趋势都调整到了GPT类模式,本项目也与时俱进,会在近期更新GPT类版本。基于本项目和自己的语料可以训练出自己想要的聊天机器人,用于智能客服、在线问答、闲聊等场景。
xluohome/phonedata
手机号码归属地信息库、手机号归属地查询 phone.dat 最后更新:2023年02月
ShusenTang/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
dragen1860/TensorFlow-2.x-Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
zhoutaoo/SpringCloud
基于SpringCloud2.1的微服务开发脚手架,整合了spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway等。服务治理方面引入elasticsearch、skywalking、springboot-admin、zipkin等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。持续更新中
public-apis/public-apis
A collective list of free APIs
shadowsocks/shadowsocks-android
A shadowsocks client for Android
spmallick/learnopencv
Learn OpenCV : C++ and Python Examples
ytdl-org/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
Chalarangelo/30-seconds-of-python
Short Python code snippets for all your development needs
Licoy/pic-gather
🎨 Image collector, support for custom acquisition source, compatible with Windows and MacOS!| 图像采集器,支持自定义采集源,兼容Windows和MacOS!
uknowsec/Active-Directory-Pentest-Notes
个人域渗透学习笔记
Vay-keen/Machine-learning-learning-notes
周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
water8394/flink-recommandSystem-demo
:helicopter::rocket:基于Flink实现的商品实时推荐系统。flink统计商品热度,放入redis缓存,分析日志信息,将画像标签和实时记录放入Hbase。在用户发起推荐请求后,根据用户画像重排序热度榜,并结合协同过滤和标签两个推荐模块为新生成的榜单的每一个产品添加关联产品,最后返回新的用户列表。