中转站
号称比Chrome快400%的Avast浏览器
OKR 工具:
SugarOKR
Free OKR software for goal setting, tracking and management https://sugarokr.com
https://usefocus.co/?ref=producthunt
https://github.com/bdbdbdsbd/small_fontend_project
GoPlus - The Go+ language for engineering, STEM education, and data science
goplus.org
eastlakeside / awesome-productivity-cn
绝妙的个人生产力(Awesome Productivity 中文版)
eugeneyan / applied-ml
📚 Papers & tech blogs by companies sharing their work on data science & machine learning in production.
• cpufetch (https://github.com/Dr-Noob/cpufetch):获取 CPU 信息的命令行工具
• AduSkin (https://github.com/aduskin/AduSkin):一款简约漂亮的 WPF UI 库
• devices.css (https://github.com/marvelapp/devices.css):仅用 CSS 实现手机和平板设备的平面模型
• flat (https://github.com/netless-io/flat):前后端完全开源、功能丰富的在线教室项目
• icon-workshop (https://github.com/zhanghuanchong/icon-workshop):移动应用图标生成工具
• authpass (https://github.com/authpass/authpass):基于 Flutter 开发的适用于所有平台的密码管理器
• canvas-special (https://github.com/bxm0927/canvas-special):经典的 Canvas 实例集合
• milkdown (https://github.com/Saul-Mirone/milkdown):一款清爽所见即所得的 Markdown 编辑器
https://github.com/SweetInk/lagou-course-downloader 拉勾网/拉钩教育 课程视频下载器 Java项目
VSCode一个插件迅速提升代码质量: JavaScript Booster
http工具 https://httpie.io/
careercup / CtCI-6th-Edition-JavaScript
Cracking the Coding Interview 6th Ed. JavaScript Solutions
filebrowser / filebrowser
📂 Web File Browser
airbnb / javascript
JavaScript Style Guide
RustPython / RustPython
A Python Interpreter written in Rust
google / zx
A tool for writing better scripts
basarat / typescript-book
📚 The definitive guide to TypeScript and possibly the best TypeScript book 📖. Free and Open Source 🌹
cs-books / influential-cs-books
Most influential books on Computer Science/programming
shufflewzc / faker2
不知名大佬备份
shenzhengfang / kkndme_tianya
天涯 kkndme 神贴聊房价
yangshun / tech-interview-handbook
💯 Curated interview preparation materials for busy engineers
yt-dlp / yt-dlp
A youtube-dl fork with additional features and fixes
CorentinJ / Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
babysor / Realtime-Voice-Clone-Chinese
🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
goldbergyoni / nodebestpractices
✅ The Node.js best practices list (August 2021)
aria2 / aria2
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
用于 3D 数据处理的现代库 https://github.com/isl-org/Open3D
CSS 奇技淫巧 https://github.com/chokcoco/iCSS
值得关注的技术: https://www.graalvm.org/
Alpine.js 轻量级JS框架 https://www.alpinejs.cn/ https://alpinejs.dev/ https://github.com/alpine-collective/awesome
https://pearocr.com/ PearOCR 完全免费无限制的文字识别网站
http://www.axios-js.com/zh-cn/docs/
MLOps 基础教程:MLOps-Basics
(https://github.com/graviraja/MLOps-Basics)作者将通过 10 周的时间,带你了解 MLOps 的基础知识,如模型构建、监控、配置、测试、打包、部署、CI/CD(GitHub Actions)等内容
#生产力 #工具 清单:《绝妙的个人生产力》,Awesome Productivity 中文版
(https://github.com/eastlakeside/awesome-productivity-cn)收录了与生产力相关的各类书籍、网站、工具等内容,包含日常笔记、知识图谱、文件管理、任务管理、任务自动化、密码管理等类别。
清单偏向于国内中文用户喜好,会加入流行的中文工具,去掉过时或不太流行的老旧资源,保持一份State-of-the-Art的与时俱进的清单
FSNotes (https://fsnot.es/):适用于 macOS 和 iOS 的笔记管理器——原生、开源 github地址 (https://github.com/glushchenko/fsnotes) #工具
一个跨平台的DLNA投屏接收器,无打扰地运行在状态栏,快把你的电脑变成电视吧! https://gitee.com/xfangfang/Macast
The Machine Learning & Deep Learning Compendium is an open-source knowledge-sharing project compiled using Gitbook.
book.mlcompendium.com
https://github.com/cabaletta/baritone 谷歌地图块游戏
shufflewzc / faker2
不知名大佬备份
MonitorControl / MonitorControl
🖥 Control your external monitor brightness & volume on your Mac
doocs / source-code-hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
https://browser.geekbench.com/
https://github.com/linkedin/school-of-sre
Clone Wars (https://github.com/GorvGoyl/Clone-Wars):一份列表,收集了 100+ 个知名项目的克隆或替代品,包括 Airbnb,Amazon,Instagram, Netflix, Tiktok, Spotify, Whatsapp, Youtube 等。列表列出了源代码,教程,演示链接,技术栈。这些项目都非常适合作为进阶的学习材料。#Github #教程
1️⃣ Game Scripting Mastery (https://book.douban.com/subject/1851588/):这是一本一千多页的好书,作者打着游戏脚本的旗号,实际上是在教读者实现一门脚本语言。这本书的一大特点是细致,作者从工作原理出发,带领读者从头实现一个脚本语言(包括词法分析器、语法分析器、中间代码生成器、虚拟机、汇编器)。作者做得好的一点是处处都考虑到了读者的水平,在开始写代码之前总是会做大量的基础知识铺垫。如果跟着这本书认真学一遍,基本上就明白了脚本语言的工作原理了。#脚本语言 #编程
Google SEO 入门 (https://developers.google.com/search/docs/beginner/get-started):Google 官方的 SEO 学习网站。对于网站建设者来说,学习一些 SEO 知识是大有裨益的,毕竟搜索引擎的红利永远都不会少。#SEO #Google
Qv2ray / Qv2ray
⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐
babysor / Realtime-Voice-Clone-Chinese
🚀AI拟声: 5秒内克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
Brave (https://brave.com/zh):搜索引擎 Brave 开发了一款叫做 Brave 的浏览器,它在 ProductHub 上获得了很高的关注。Brave 的理念是“速度、安全性和隐私性”。除此之外,Brave 最大亮点是内置的 Brave Rewards,开启 Brave Rewards 后,用户可以通过浏览网站来赚取代币(Base Attention Token),用户也可以把代币打赏给你喜欢的网站。这个玩法还挺有趣的。#浏览器 #代币
https://github.com/RocketChat/Rocket.Chat The ultimate Free Open Source Solution for team communications.
rocket.chat/
<入口 (https://www.scalablepath.com/blog/software-project-estimation/)>软件项目估算的终极 #指南
从头开始开发的C编译器 (https://github.com/riicchhaarrd/ocean)
SQLBolt (https://www.i-programmer.info/news/84-database/14768-sqlbolt-learn-sql-the-interactive-way.html) - 以交互方式学习 #SQL
Learn-Algorithms # (https://github.com/nonstriater/Learn-Algorithms)算法 学习 #笔记
PuDB (https://documen.tician.de/pudb/):基于控制台的Python可视化调试器,支持暗黑风格
TextureLab (https://github.com/njbrown/texturelab):免费、跨平台、GPU加速的自动纹理 #生成器
一份高质量的 IOT 技术教程:IoT Technical Guide,包含从零搭建高性能物联网平台、物联网解决方案、以及 Thingsboard 源码分析等内容
Google 代码规范中文:http://zh-google-styleguide.readthedocs.io/en/latest/contents/
Java 规范中文:https://jervyshi.gitbooks.io/google-java-styleguide-zh/content/
google-research / google-research
Google Research
swisskyrepo / PayloadsAllTheThings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
0voice / Introduction-to-Golang
【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt
babysor / Realtime-Voice-Clone-Chinese
AI拟声: 克隆您的声音并生成任意语音内容 Clone a voice in 5 seconds to generate arbitrary speech in real-time
区块链项目:
🥞 Pancake 主要功能(农场、游泳池、IFO、彩票、简介) https://github.com/pancakeswap/pancake-frontend
pancakeswap.finance
https://github.com/GuidoBartoli/sherloq 开源数字图像取证工具集
https://github.com/alan2207/bulletproof-react 🛡️ ⚛️ 一个简单、可扩展且功能强大的架构,用于构建生产就绪的 React 应用程序。
home-assistant / frontend
🍭 Frontend for Home Assistant
webtorrent / webtorrent
⚡️ Streaming torrent client for the web
Chatterino / chatterino2
Chat client for https://twitch.tv
Qv2ray / Qv2ray
⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐
dromara / Sa-Token
这可能是史上功能最全的Java权限认证框架,权限架构设计的绝佳实践
ClickHouse / ClickHouse
ClickHouse® is a free analytics DBMS for big data
恶意PDF生成器 https://github.com/jonaslejon/malicious-pdf
https://github.com/e-maxx-eng/e-maxx-eng Translation of http://e-maxx.ru into English(算法, 数据结构)
https://github.com/nigo81/tools-for-auditor
https://github.com/xfirefly/Airplay-SDK Airplay Receiver For Android & Windows
该系列包括数组,链表,树,图,递归,DP,有序表等相关数据结构与算法的讲解及代码实现 https://github.com/Dairongpeng/algorithm-note
#AI 学习资料库:AI_Tutorial (https://github.com/cbamls/AI_Tutorial),整理了人工智能、机器学习、深度学习、搜索系统、推荐系统、广告系统等领域的学习资料
一份开源的机器学习思维导图 (https://github.com/dformoso/machine-learning-mindmap),整理了从数据分析到深度学习相关的开发流程、技术概念、速查清单等知识点 #机器学习 #思维导图
文章同步助手 (https://github.com/wechatsync/Wechatsync) - 一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布 #同步工具
Java 编程书籍:《深入浅出 Java 多线程 (https://github.com/RedSpider1/concurrent)》。
该书分为基础篇、原理篇、JDK 工具篇等三个篇章,并辅以图片和 Demo,让 Java 工程师可以更加轻松的理解 Java 多线程相关基础知识
Doks (https://github.com/h-enk/doks):Hugo现代文档主题
lona (https://github.com/fscherf/lona):用纯Python制作响应式网页
Realtime-Voice-Clone-Chinese (https://github.com/babysor/Realtime-Voice-Clone-Chinese) - AI拟声: 克隆您的声音并生成任意语音内容
GitHub 上一个技术分享类项目:Today I Learned (https://github.com/jbranchaud/til)。
作者是来自芝加哥的开发者 Josh Branchaud,该仓库的创建目的,在于收集其平日所学的一些碎片化编程知识和开发技巧。其中包括 Git、JavaScript、Linux、VSCode、Devops、Chrome 等不同技术领域的分类。
MeiliSearch (https://tech.marksblogg.com/meilisearch-full-text-search.html):极简的全文 #搜索引擎
MeiliSearch是一个快速、功能丰富的全文搜索引擎。它建立在LMDB键值存储之上,安装在 Ubuntu 或 MacOS 上时,它以 35 MB 的二进制文件形式存在。它带有内置的客户端、服务器和 WebUI。词干提取、停用词、同义词、排名、过滤器和分面等功能都是开箱即用的,使用合理的默认值并且可以轻松定制。
Opus (https://opus.nlpl.eu/) 一个开源的平行 #语料库
基于 FreeBSD 的类似 macOS 的操作系统:Airyx https://github.com/mszoek/airyx
iART (https://labs.tib.eu/iart):支持人文研究的艺术历史图片 #搜索引擎 ,内容来自 Amsterdam Rijksmuseum 和 Wikidata 等公开许可的大型收藏品的艺术历史文物
Java 编程书籍:《深入浅出 Java 多线程 (https://github.com/RedSpider1/concurrent)》。
该书分为基础篇、原理篇、JDK 工具篇等三个篇章,并辅以图片和 Demo,让 Java 工程师可以更加轻松的理解 Java 多线程相关基础知识
一份开源的机器学习思维导图 (https://github.com/dformoso/machine-learning-mindmap),整理了从数据分析到深度学习相关的开发流程、技术概念、速查清单等知识点 #机器学习 #思维导图
https://github.com/guanguans/favorite-link 收集喜欢的网址
listmonk
一个开源的新闻邮件和邮件列表发送服务,带有管理后台。
前端精读周刊。帮你理解最前沿、实用的技术 https://github.com/ascoders/weekly
AWS
https://boto3.amazonaws.com/v1/documentation/api/latest/index.html
https://github.com/awsdocs/aws-doc-sdk-examples
源码搜索服务 https://about.sourcegraph.com/get-started
#重要 https://github.com/danistefanovic/build-your-own-x#build-your-own-augmented-reality
https://github.com/ctf-wiki/ctf-wiki
近期看到一些社会科学相关的 GitHub repo。
unitedstates/congress-legislators (https://github.com/unitedstates/congress-legislators) 美国国会、国会委员会(congressional committee)成员,以及正副总统的信息收集。 @unitedstates (https://theunitedstates.io/) 项目是一个公共制作、公共使用的共有数据库。另有收集国会法案、修正案、唱名投票等资讯等数据库的项目 unitedstates/congress (https://github.com/unitedstates/congress)。
t-davidson/social-data-science-fall-2021 (https://github.com/t-davidson/social-data-science-fall-2021) 罗格斯大学社会数据科学2021年秋课件,授课者 Thomas R. Davidson,研究和教学方向之一是计算社会学。
SocratesAcademy/css (https://github.com/SocratesAcademy/css) 《计算社会科学》暑期课程的课件,授课者为南京大学新闻传播学院副教授王成军,也是项目维护者。
mtennekes/tmap (https://github.com/mtennekes/tmap) 绘制专题地图的开源 R 库。
echarts-provinces-map (https://github.com/leisureSkyblue) Echarts中国省份地图数据。
最全空降Golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt
https://github.com/0voice/Introduction-to-Golang
传递一次性消息,阅后即焚,国内可访问
https://share.doppler.com/
类似的见 https://t.me/tingtalk/350
从头开始开发的C编译器 (https://github.com/riicchhaarrd/ocean)
《Kubernetes 加固指南 (https://github.com/rootsongjc/kubernetes-hardening-guidance)》,由 NSA 发布,一名开发者将其译为了中文。 #指南
主要包含 #Kubernetes Pod 安全、网络隔离与加固、认证和授权、日志审计、应用安全实践等内容
#前端 页面调试神器:Eruda (https://github.com/liriliri/eruda)。专为手机前端页面设计的调试面板,类似 DevTools 的迷你版,主要功能包括:捕获 console 日志、检查元素状态、捕获 XHR 请求、显示本地存储和 Cookie 信息等等
Online 3D Viewer (https://github.com/kovacsv/Online3DViewer),一款可在 Web 页面上查看与调试 #3D 模型的开源 #工具 ,支持环绕、平移、缩放等交互。开发者还可将 3D 模型内嵌到个人网站上
一款开源的系统设计 #工具 :Systemizer (https://github.com/honzaap/Systemizer),可用于创建、模拟大规模分布式系统数据流。
国内一位开发者整理的计算机科学学习 #笔记 :CS-Xmind-Note (https://github.com/SSHeRun/CS-Xmind-Note)。其中包含计算机组成原理、数据结构、计算机网络、操作系统等技术分类。内容整理得十分详细,是份很不错的学习参考资料
一款比较实用的可视化编程 #工具 :Nodes (https://nodes.io/)。github地址
(https://github.com/nodes-io/nodes-io)该工具支持快速创建实时 3D 图形、可交互的 Web 应用、自定义和共享工具参数、可视化数据分析、构建复杂应用等功能
百度技术团队在 GitHub 上开源的一套丰富且实用的 OCR 工具库:PaddleOCR (https://github.com/PaddlePaddle/PaddleOCR)。最近新增了版面分析、表格提取等功能,可快速对富文本内容进行筛选分析,提取指定内容.对 OCR 技术原理、文档版面解析技术感兴趣的同学,可参加他们在 08.12(本周四)开放的一场技术分享
Cheatsheet for regex syntaxes (https://github.com/remram44/regex-cheatsheet),GitHub 上一份开源的 #正则表达式 语法速查清单
Composable Architecture (https://github.com/pointfreeco/swift-composable-architecture)(简称TCA)是一个库,用于以一致且易于理解的方式构建应用程序,并考虑到组合、测试和人体工程学。它可用于 SwiftUI、UIKit 等,以及任何 Apple 平台(iOS、macOS、tvOS 和 watchOS)
Scriptable (https://github.com/dersvenhesse/awesome-scriptable#readme)是一个使用 JavaScript 自动化 iOS 的应用程序
TypeDB (https://github.com/vaticle/typedb-awesome#readme)是一个强类型 #数据库 ,具有丰富的逻辑类型系统。TypeDB 赋予你解决复杂问题的能力,TypeQL 是它的查询语言。简而言之,这是个将大型复杂数据网络组织为一个知识体系的逻辑数据库
eBPF (https://github.com/zoidbergwill/awesome-ebpf#readme)允许您为 #Linux 系统编写更高效、更强大的跟踪和监控的虚拟机
AWS 云开发工具包 (AWS CDK (https://github.com/kolomied/awesome-cdk#readme)) 是一种开源软件开发框架,用于在代码中定义云基础设施。
<传送门 (https://github.com/Hack-with-Github/Awesome-Hacking)>为 #黑客 、 #渗透 测试人员和安全研究人员准备的一组资源列表
office激活 https://otp.landian.vip/zh-cn/
Alloyteam代码规范 https://github.com/AlloyTeam/CodeGuide
alloyteam.github.io/codeguide/
Open-Source Photo Management powered by Go and Google TensorFlow
photoprism.app/features
《 Spring 手撸专栏》https://github.com/fuzhengwei/small-spring
阿里云盘(https://www.aliyundrive.com/) 的webdav协议开源实现
zvm (https://github.com/5A59/Zvm),一个用python写的教学用jvm,实现了一些jvm基数的功能,可以用来研究jvm的一些实现原理
animista (https://animista.net/),一个 #CSS 动画 #工具 ,可在线调试并生成CSS动画代码
一位开发者将其在 2013-2018 年期间的信息学竞赛课件 (https://github.com/huzecong/oi-slides)在 GitHub 上开源了。
这份课件覆盖了 TopCoder 题目选讲、CodeChef 题目选讲、趣题选讲、网络流模型与例题、NOIp 图论、数据结构及应用等内容。
一个速成教学站:Learn X in Y minutes (https://learnxinyminutes.com/)(X现在包括各类编程语言、一些算法和编程工具等) 常见的语言都有,大部分有中文翻译
algorithm (https://github.com/douchuan/algorithm) 用rust实现《算法》里的 #算法
Java版 (https://github.com/kevin-wayne/algs4) python版 (https://github.com/shellfly/algs4-py) Go版 (https://github.com/shellfly/algo) Scala版 (https://github.com/garyaiki/Scala-Algorithms) .Net版 (https://github.com/nguyenqthai/Algs4Net)
🔐 Share end-to-end encrypted secrets with others via a one-time URL https://github.com/sniptt-official/ots
sniptt.com/ots/
https://github.com/TCM-Course-Resources/Practical-Ethical-Hacking-Resources Compilation of Resources from TCM's Practical Ethical Hacking Udemy Course
https://github.com/rootsongjc/awesome-cloud-native A curated list for awesome cloud native tools, software and tutorials. - https://jimmysong.io/awesome-cloud-native/
Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
中文算法 #指南 :Algorithm Guide (https://github.com/Xunzhuo/Algorithm-Guide)。
该仓库主要分为两大分支,主分支为 #算法 和数据结构教程,次分支为算法竞赛、数据结构相关的课件、论文、书籍、网站、习题整理
游戏平台: https://js13kgames.com/entries/2020
https://github.com/freeCodeCamp/freeCodeCamp
书享家(书籍资源) http://shuxiangjia.cn/
https://www.jiumodiary.com/
MAKA(热点搜查)
MVCAT(电影查找、电视直播)
考拉新媒体(导航)
https://github.com/Chia-Network/chia-blockchain Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
https://github.com/akullpp/awesome-java A curated list of awesome frameworks, libraries and software for the Java programming language.
https://github.com/jbhuang0604/awesome-tips
https://github.com/MunGell/awesome-for-beginners A list of awesome beginners-friendly projects.
国内一位开发者在 GitHub 维护的安全知识 #框架 :1earn (https://github.com/No-Github/1earn )。
内容包括但不仅限于 Web 安全、工控安全、取证、应急、蓝队设施部署、后渗透、Linux 安全、各类靶机 writup 等
内网穿透 #工具 :smarGate (https://github.com/lazy-luo/smarGate)。基于 C++ 实现,无需公网 IP,拥有小巧,易用,快速,安全,多链路聚合等功能
国内一位开发者整理的 LeetCode 题目分类与面试题答案解析 (https://github.com/yuanguangxin/LeetCode)。
涵盖链表、指针遍历、字符串操作、堆栈、递归、动态规划、二叉搜索树等知识点,题解代码基于 Java 实现 #LeetCode
论文阅读笔记 (https://github.com/curryandsun/neural_network_papers),主要记录作者读过的一些 #论文 ,给出个人对论文的评分情况并简述论文 insight #笔记
A BSD-based OS project that aims to provide an experience like and some compatibility with macOS https://github.com/mszoek/airyx
airyx.org
GitHub 上一款开源的数学白板 #工具 :Muboard (https://github.com/susam/muboard),可通过编写 Markdown + LaTeX,在 Web 页面上进行展示,方便用于教学、演讲、会议等场景
知识笔记列表 https://www.gingerdoc.com/
testFlight 分发平台: https://departures.to/
2021年ClickHouse数据分析引擎入门到精通课程 https://www.bilibili.com/video/BV1dy4y157op
Hands-On Examples for Working with DynamoDB, Boto3, and Python https://highlandsolutions.com/blog/hands-on-examples-for-working-with-dynamodb-boto3-and-python
DynamoDB 笔记 https://www.gingerdoc.com/dynamodb/dynamodb_overview
通过例子学 Rust https://rust-by-example.budshome.com/hello.html
Linux 命令行与 Shell 脚本教程(WIP) - ShellTutorial - Arch Linux Studio https://archlinuxstudio.github.io/ShellTutorial/#/
https://gitee.com/xianggaofei/git-hub-list GitHub榜单
https://github.com/amanbolat/awesome-go-with-stars Awesome-go list with stars. Automatically updated
https://markdown.budshome.com/index.html Markdown 指南 x Markdown 指南
「AirPano」可以免费观看世界各地风景名胜的360°全景图。 https://www.airpano.org.cn/
向大牛学习 Peter Norvig https://norvig.com/ https://github.com/norvig
Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach" https://github.com/aimacode/aima-java
https://github.com/public-api-lists/public-api-lists
A collective list of free APIs for use in software and web development 🚀
bit.ly/2rh2eu3
https://github.com/xcfcode/meeting_summarization_dataset
Streamlink is a CLI utility which pipes video streams from various services into a video player
streamlink.github.io/
Topics
https://github.com/microsoft/gctoolkit Tool for parsing GC logs
Apache Pinot (Incubating) - A realtime distributed OLAP datastore
pinot.apache.org
https://github.com/mytechnotalent/Reverse-Engineering
https://github.com/ryanmcdermott/clean-code-javascript
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
doocs.github.io/source-code-hunter https://github.com/doocs/source-code-hunter
🤗 JVM 底层原理最全知识总结
doocs.github.io/jvm
⭐ Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 ⭐
qv2ray.net https://github.com/Qv2ray/Qv2ray
https://github.com/yifeikong/reverse-interview-zh 技术面试最后反问面试官的话
geekxh / hello-algorithm
🌍 针对小白的算法训练 | 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 | 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)
用于在 AWS 上创建弹性 Kubernetes (EKS) 集群和关联工作线程实例的 Terraform 模块 https://github.com/terraform-aws-modules/terraform-aws-eks
registry.terraform.io/modules/terrafor

linux内核学习资料:200+经典内核文章,100+内核论文,50+内核项目,500+内核面试题,80+内核视频 https://github.com/0voice/linux_kernel_wiki

MeterSphere 是一站式开源持续测试平台,涵盖测试跟踪、接口测试、性能测试、团队协作等功能,全面兼容 JMeter、Postman、Swagger 等开源、主流标准。 https://github.com/metersphere/metersphere
metersphere.io/
🔧 基于 electron 的开源工具箱,自由集成丰富插件。 https://github.com/clouDr-f2e/rubick
cloudr-f2e.github.io/rubick
<入口 (https://sysprog21.github.io/lkmpg/)> #Linux 内核模块编程 #指南
如何实现 WhatsApp 之类的端到端加密? (https://blog.pankajtanwar.in/how-to-implement-whatsapp-like-end-to-end-encryption)
使用 Go 和 JavaScript 的现代负载测试 #工具 传送门 (https://k6.io/)
揭开图深度学习神秘面纱的尝试 (https://ericmjl.github.io/essays-on-data-science/machine-learning/graph-nets/) #图深度学习
为使人工智能和研究民主化,斯坦福大学医学和影像人工智能中心(AIMI)瞄准的是世界上最大的概念医学影像数据集的免费免费库。
Github 如何存储数百万个 repo 和数十亿个文件?
(https://blog.pankajtanwar.in/how-does-github-store-millions-of-repo-and-billions-of-files)——Github数据存储背后的系统设计
记录本人整理的一些数据集 https://github.com/liucongg/NLPDataSet
Meeting Summarization Dataset (https://github.com/xcfcode/meeting_summarization_dataset):会议摘要 #数据集
一个简单、功能齐全的 SpringBoot 博客系统:yblog (https://github.com/youzhengjie9/yblog)。主要拥有博文管理、图表统计、接口监控、访问记录、附件管理、用户管理、友链管理、监控管理、博文抓取,以及第三方登录等功能
开源 #工具 :Image to LaTeX (https://github.com/kingyiusuen/image-to-latex),可将 LaTeX 公式图片,快速转换为可复制的 LaTeX 代码公式
桌面 #工具 箱:Rubick (https://github.com/clouDr-f2e/rubick),支持快速搜索当前系统应用、截屏、取色、锁屏、右键增强等功能。开发者还可自行开发或安装更多插件,进一步增强工具箱功能
https://github.com/Tib3rius/AutoRecon AutoRecon 是一种多线程网络侦察工具,可自动枚举服务
https://github.com/mhadidg/software-architecture-books A comprehensive list of books on Software Architecture.
https://github.com/prometheus/alertmanager Prometheus Alertmanager
prometheus.io
⭐️ ⭐️ ⭐️ ⭐️ ⭐️ Tailwind Components https://github.com/saadeghi/daisyui
daisyui.com
Common Voice Dataset (https://github.com/common-voice/cv-dataset):开源、多语言语音数据集,让任何人都可以用来开发语音相关的应用。
文本挖掘与NLP学习资源大列表 (http://github.com/stepthom/text_mining_resources)
glusterfs-book (https://github.com/httaotao/glusterfs-book) - glusterfs分布式存储系统 #指南
Linux内核模块编程指南 (https://github.com/sysprog21/lkmpg) #指南
(传送门 (https://museum-fuer-ostasiatische-kunst.de/Start))德国科隆东方艺术 #博物馆 数字资源开放获取,馆藏丰富,清晰度一般
费城艺术博物馆 (https://philamuseum.org/)(Philadelphia Art Museum)数字资源开放获取,其中关涉中国藏品较多 #博物馆
如何提高 Docker 容器的安全性 [包括备忘单] (https://blog.gitguardian.com/how-to-improve-your-docker-containers-security-cheat-sheet/)
向日葵编辑器 (https://editor.sunflower.industries/?loadExample=basicExample)——就像在你的每一行代码中添加 console.log
Linux 命令行与 Shell 脚本教程 (https://archlinuxstudio.github.io/ShellTutorial/#/),本书以《Linux 命令行与 Shell 脚本编程大全(第 3 版)》,《鸟哥的 Linux 私房菜第四版》, Arch Wiki 以及维基百科为基准参考,精炼更新出一本实用教程,剔除过时内容与废话,并融入与时俱进的新内容。还没有全部写完。
NLPDataSet (https://github.com/liucongg/NLPDataSet) - 个人整理的一些数据集
Prophecis (https://github.com/WeBankFinTech/Prophecis):一站式 #机器学习 平台
Matft (https://github.com/jjjkkkjjj/Matft):swift用的类Numpy计算库
Mapus (https://github.com/alyssaxuu/mapus):实时协同 #地图 #工具
https://github.com/tans/push-bot 基于wechaty的微信推送机器人
Google的ACL 2021成果集 (https://ai.googleblog.com/2021/08/google-at-acl-2021.html)
FedLearn-algo (https://github.com/fedlearnAI/fedlearn-algo) -支持联邦学习前沿算法研发的 #Python #工具 库
fast.ai发布的数据集/档案快速下载、验证和提取库 (https://fastdownload.fast.ai/) 更多 (https://www.fast.ai/2021/08/02/fastdownload/)
VoxPopuli (https://ai.facebook.com/blog/voxpopuli-the-largest-open-multilingual-speech-corpus-for-ai-translation-and-more/):最大的开放多语言语音 #语料库 ,面向机器翻译等应用
Cross-Platform SDR Software https://github.com/AlexandreRouma/SDRPlusPlus
microsoft / ML-For-Beginners
12 weeks, 25 lessons, 50 quizzes, classic Machine Learning for all
巡云轻论坛系统包含论坛、问答模块。系统采用JAVA+MYSQL架构,自适应手机端和电脑端,界面简洁,性能高效。数据库表结构设计使用分表方案,提高系统的负载能力。后台数据库备份/还原、全站指定目录打包、一键自动升级等功能使维护简单方便。系统拥有强大的模板管理功能,布局版块支持设置输出条件,让前端页面展示方便快捷。 https://github.com/diyhi/bbs
https://github.com/MunGell/awesome-for-beginners A list of awesome beginners-friendly projects
iOS, macOS, Swift, Objective-C 心得 https://github.com/100mango/zen
JumpServer 是全球首款开源的堡垒机,是符合 4A 的专业运维安全审计系统。
www.jumpserver.org
A sandbox tower defense game https://github.com/Anuken/Mindustry
mindustrygame.github.io
Godot Engine – Multi-platform 2D and 3D game engine
godotengine.org
https://github.com/demopark/electron-api-demos-Zh_CN
一个 #Python 开源库:py (https://github.com/codebasics/py),里面包含诸多 Python 开源脚本及程序代码,覆盖了 Python 基础与进阶、数据科学、调试工具、深度学习等知识点
《Linux 内核揭秘 (https://github.com/MintCN/linux-insides-zh)》,收录并翻译了一系列关于 #Linux 内核及其内在原理的技术帖,旨在帮助那些对 Linux 内核内在机理感兴趣的人
EGADS Java Library (https://github.com/yahoo/egads):JAVA大规模时序数据异常自动检测库
https://github.com/amanbolat/awesome-go-with-stars
白板协作 #工具 :TheBoard (https://github.com/toger5/TheBoard),支持用户在 Web 页面上,绘制、涂改、标记并分享白板上的内容。目前该项目仍处于测试阶段,实时同步协作、身份验证、历史绘制记录、PDF 及图像托管等功能仍在持续完善中
信息收集自动化工具:水泽 (http://github.com/0x727/ShuiZe_0x727),只需输入根域名,即可全方位收集相关资产,并检测漏洞。也可以输入多个域名、C 段 IP 等。作用是协助红队人员快速的信息收集,测绘目标资产,寻找薄弱点
一款开源的 k8s 企业级云原生平台:Erda (https://github.com/erda-project/erda),主要提供 DevOps、微服务治理、多云管理以及快数据管理等云原生服务。主要目的是让复杂业务应用的开发、运维、监控以及问题诊断流程变得更为简单与高效
An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
mitmproxy.org/
https://github.com/seovchinnikov/clubhouse-web
Layoutit Grid (http://github.com/Leniolabs/layoutit-grid):CSS 网格布局 #生成器 ,用于快速设计网页布局
为开发和测试管道轻松部署数据库和服务 (https://github.com/Clivern/Peanut)
https://github.com/TKkk-iOSer/wechat-alfred-workflow About
wechat workflow for Alfred:微信快速发送消息 & 打开聊天窗口 & 查看聊天记录 & more…
\
Use React, Redux, Immutable to code Tetris. 🎮 俄罗斯方块游戏:
chvin.github.io/react-tetris/?lan=en
人人可用的开源数据可视化分析工具。
dataease.io/
科研心得分享合集 (https://github.com/jbhuang0604/awesome-tips)
机器学习面试资源整理 (https://github.com/wangyuGithub01/Machine_Learning_Resources),涵盖特征工程、算法基础、 #机器学习 算法、NLP、推荐系统等知识点
Open MLOps (https://github.com/datarevenue-berlin/OpenMLOps) 面向生产的开源机器学习框架,目标是简化用户进行 #机器学习 实验和部署机器学习模型的体验
开源技术书籍:《计算机系统要素 - 从零开始构建现代计算机 (https://github.com/woai3c/nand2tetris)》。
该书主要讲解了计算机原理、编译原理、操作系统相关知识。内容通俗易懂,翻译也很给力。每一章背后都有对应的练习,需要你手写代码去完成,堪称理论与实践结合的经典
轻量级前端监控系统:Webfunny (https://www.webfunny.cn/home.html)(GitHub地址 (https://github.com/a597873885/webfunny_monitor))
可实时分析前端项目健康状态,并生成数据概览。拥有无埋点监控前端日志、程序错误定位、用户行为记录及排查、性能分析等功能
https://github.com/kamranahmedse/developer-roadmap/tree/master/translations/chinese
Spring 手撸专栏 - 易学、好写、能懂! (https://github.com/fuzhengwei/small-spring)本仓库以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 #Spring 核心原理。
在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现
ttskit (Text To Speech Toolkit) (https://github.com/KuangDD/ttskit) 多种音色可供选择的语音合成 #工具
收集来自世界各地的5000多个公共可用IPTV频道。 要观看 #IPTV,您只需将此链接粘贴 https://iptv-org.github.io/iptv/index.m3u 到任何支持M3U播放列表的播放器。您也可以使用播放列表的SFW版本 https://iptv-org.github.io/iptv/index.sfw.m3u 开源代码地址:https://github.com/iptv-org/iptv
https://github.com/pointfreeco/swift-composable-architecture
微信防撤回插件,一键安装,仅MAC可用,支持新版3.0微信 https://github.com/a244573118/WeChatIntercept
一个随机头像生成器的纯前端实现 https://github.com/wave-charts/avatar-gen
avatar.gaoxiazhitu.com/
区块链开发用到的: https://github.com/CryptoBlades/cryptoblades
该网站收集了150多家著名公司早期的 Pitch Deck https://www.pitchdeckhunt.com/
A Better Resume for Developers : http://www.bennorthrop.com/Essays/2021/techrez-a-better-resume-for-tech.php
教其他老师如何更好地教授 CS. https://cacm.acm.org/magazines/2021/5/252164-teaching-other-teachers-how-to-teach-cs-better/fulltext
Ghidra (https://ghidra-sre.org/):由 NSA 开发的软件逆向工程工具套件
SSH/Telnet/Serial/Shell/Sftp 客户端:WindTerm (https://github.com/kingToolbox/WindTerm)拥有功能颇为全面的 GUI 界面,支持 SSH v2、Telnet、Shell 等协议,SSH 代理转发、本地文件管理工具集成、兼容 Linux 与 macOS 上的 bash、zsh、powershell 等命令行工具。
garfish (https://github.com/bytedance/garfish/blob/master/README.ch.md):微前端解决方案,主要用于解决现代 web 应用在前端生态繁荣和 web 应用日益复杂化两大背景下带来的跨团队协作、技术体系多样化、应用日益复杂化等问题,Garfish 已经经过大量的线上应用的打磨和测试,功能稳定可靠
一个可运行在 #树莓派 上的环境监测与调节系统:Mycodo (https://github.com/kizniche/Mycodo)。支持应用到种植植物,培养微生物,保持蜂蜜蜂房稳态,孵化动物和鸡蛋,维持水生系统等场景。监控收集的数据,能放在Web 界面进行可视化展示
AI 知识库,AiLearning-Theory-Applying (https://github.com/ben1234560/AiLearning-Theory-Applying)。帮助开发者快速上手 #AI 理论及应用实战:基础知识、机器学习、深度学习、自然语言处理 BERT,含大量注释及数据集,力求每一位能看懂并复现
任教于 MIT 的教授 Shervine Amidi 在 GitHub (https://github.com/shervinea/mit-15-003-data-science-tools) 上开放的一份数据科学工具指南 (https://www.mit.edu/~amidi/teaching/data-science-tools/)。涵盖了 SQL,R,Python,Git 和 Bash 等常用编程语言和工具的使用指南,其目的在于让开发者更便捷的理解数据检索、数据处理、数据可视化等技术概念
百度在 GitHub 上开源的一款前端低代码框架:amis (https://github.com/baidu/amis)。通过 JSON 配置即可生成各种后台页面,极大减少开发成本,甚至可以不需要了解前端
AI-Expert-Roadmap (https://github.com/AMAI-GmbH/AI-Expert-Roadmap),GitHub 上一份开源的 #AI 技术进阶路线图,由德国一家软件公司 AMAI GmbH 发起,里面包含了 AI 技术领域的相关知识点,每个知识点均附有详细文档。其主要目的在于帮助开发者更好的学习与掌握数据科学家、机器学习或者人工智能专家的必备知识
useful-scripts (https://github.com/oldratlee/useful-scripts) 为了提升工作效率,阿里一位后端工程师在 GitHub 上开源了一些比较实用的程序 #脚本 ,你可以用它来快速排查 Java CPU 的性能问题;统计各个 TCP 连接状态的个数,排查系统连接负荷;在命令行快速操作文件,优化命令行与其它应用间的操作流
网络安全报告:《2020 年中国互联网网络安全报告 (https://www.cert.org.cn/publish/main/46/2021/20210721130944504525772/20210721130944504525772_.html)》
内容涵盖我国互联网网络安全态势分析、监测数据分析、事件案例详解、政策和技术动态等多个方面。报告针对网站安全监测、DDoS 攻击监测、信息安全漏洞通报与处置、网络安全事件接收与处置等情况进行深入细致的分析,并对 2020 年的典型网络安全事件进行了专题介绍
一款开源的个人 #搜索引擎 与 Web #爬虫 :Apollo。 (https://github.com/amirgamil/apollo)在收录网站 url 后,程序会自动抓取网站文字内容、视频字幕并存储。而后,用户便可通过搜索,快速查看爬取内容或访问网站源页面
字节跳动在 GitHub 开源的一款 Flutter 应用内调试 #工具 平台:Flutter UME (https://github.com/bytedance/flutter_ume)。里面内置了 Widget 信息、颜色吸管、对齐标尺、代码查看、日志展示、内存及 CPU 信息等 10 个插件。开发者可自行创建插件,并集成进 UME 平台
GitHub (https://github.com/cstack/db_tutorial)上一个开源技术教程:《动手构建一个简单数据库 (https://cstack.github.io/db_tutorial/)》(Let's Build a Simple Database)。
作者将基于 C 语言,手把手构建一个类 SQLite 数据库,让你进一步了解数据库的工作原理,比如:
- 数据的保存格式;
- 数据从内存移动到磁盘的时机;
- 一张表为何只能有一个主键?
- 回滚事务的工作原理;
- 索引的格式化原理
python3写的综合扫描工具,主要用来存活验证,敏感文件探测(目录扫描/js泄露接口/html注释泄露),WAF/CDN识别,端口扫描,指纹/服务识别,操作系统识别,POC扫描,SQL注入,绕过CDN,查询旁站等功能,主要用来甲方自测或乙方授权测试,请勿用来搞破坏。 https://github.com/al0ne/Vxscan
#Go语言 开源书籍:《How To Code in Go (https://www.digitalocean.com/community/books/how-to-code-in-go-ebook)》,由知名云服务器厂商 Digital Ocean 撰写发布。
Open MLOps (https://github.com/datarevenue-berlin/OpenMLOps) 面向生产的开源机器学习框架,目标是简化用户进行 #机器学习 实验和部署机器学习模型的体验
前端精读周刊 (https://github.com/ascoders/weekly),每周了解最新前端技术
如何暴力破解网站管理员后台 (https://github.com/emadshanab/Acomplete-guide-to-dir-brute-force-admin-panel-and-API-endpoints)指南大全
MIT 近期热门公开课:微观经济学原理
(https://ocw.mit.edu/courses/economics/14-01-principles-of-microeconomics-fall-2018/)迅雷出品的资源小站 (https://zhan.xunlei.com/):资源分享集结地
一个 Kubernetes (https://github.com/kubesphere/kubesphere) 集群分布式管理系统
Scimago Graphica - Data visualization tool
(https://graphica.app/)musescore.com 上的曲谱破解 (https://github.com/Xmader/musescore-downloader)解析下载
Jetbrains.Rider是最适合开发Unity的编程工具
SREbook https://sre.google/books/
🌟 Wiki of OI / ICPC for everyone. (某大型游戏线上攻略,内含炫酷算术魔法) https://github.com/OI-wiki/OI-wiki
oi-wiki.org
goim 轻量级、高性能、支持集群的 IM 和实时推送服务。纯 Golang 实现支持广播消息、房间推送、安全验证和多协议支持等功能,还有基于 Kafka 的异步消息推送
• X-TRACK (https://github.com/FASTSHIFT/X-TRACK):开源的 GPS 自行车码表
• XboxDownload (https://github.com/skydevil88/XboxDownload):支持 Xbox 游戏加速下载、比价等功能
• ToastFish (https://github.com/Uahh/ToastFish):利用 Windows 通知栏背单词的软件
• etherpad-lite (https://github.com/ether/etherpad-lite):支持实时协作的富文本 WYSIWYG 编辑器
• rubick (https://github.com/clouDr-f2e/rubick):基于 Electron 开发的开源插件化工具箱
• FengYunWeather (https://github.com/wsj1024/FengYunWeather):开源的安卓天气 App
• 50projects50days (https://github.com/bradtraversy/50projects50days):50 个采用 HTML+CSS+JS 的前端小项目集合
• OnlineJudge (https://github.com/QingdaoU/OnlineJudge):青岛大学开源的在线评测系统
一些不知道能不能用上的杂七杂八小 #工具合集
爱资料工具 (https://www.toolnb.com/) 精准云工具 (https://jingzhunyun.com/) 独特工具箱 (https://www.dute.org/) 一个工具箱 (http://www.atoolbox.net/) 奇迹秀工具箱 (http://qijishow.com/down/efficiency.html) 简捷工具 (http://www.shulijp.com/) UZERME (https://uzer.me/u/signin) 太美工具网 (https://tiomg.org/) 在线工具 (https://tool.lu/) 在线助手 (https://www.it399.com/) 蛙蛙工具 (https://www.iamwawa.cn/)
xorro-p2p (https://xorro-p2p.github.io/),从零开始,做一个 P2P 文件传输系统。Xorro P2P 是用 Ruby 实现的,已在GitHub (https://github.com/xorro-p2p/xorro) 开源 #p2p #文件传输
从想法到输出,这 7 个网站串联我的 Keynote / PPT 设计工作流 (https://sspai.com/post/60690)
JBake (https://github.com/jbake-org/jbake)基于 Java 的开源静态网站、博客 #生成器
livego (https://github.com/gwuhaolin/livego):#Go语言 开发的简单高效的直播服务器
kkFileView (https://github.com/kekingcn/kkFileView/blob/master/README.md) 一个基于 Spring boot 打造的多类型文件在线预览项目。支持多种文件,例如:doc、ppt、xls、mp4、txt 等,功能强大便于快速开发和二次开发 #文件预览 官网及文档 (https://kkfileview.keking.cn/)
项目文档:wiki文档 (https://gitee.com/kekingcn/file-online-preview/wikis/pages) 中文文档 (https://gitee.com/kekingcn/file-online-preview/blob/master/README.md) 英文文档 (https://gitee.com/kekingcn/file-online-preview/blob/master/README.en.md)
windows工具 (https://github.com/stackia/best-windows-apps/blob/master/README.md) #工具 #软件
MrDoc (https://github.com/zmister2016/MrDoc/blob/master/README.md) 一个基于 Python 开发的 #在线文档系统 。支持 Markdown 语法、文集分类、科学公式、流程图、思维导图等内容。清爽的阅读界面,还可以把内容打包导出为 Markdown 文件、EPUB 文件、PDF 文件。适合作为个人和小型团队的私有文档服务
ctrl tab (https://chrome.google.com/webstore/detail/ctrl-tab/ijfnjhlohbehhlhhokgokabonpnlldon) 国外网站订阅聚合器,对于经常浏览国外网站安装此插件可以快速浏览相关新闻 #插件
大话计算机仓库 (https://github.com/Dongguage/bigtalk_about_computer/blob/master/readme.md)
#Twitter爬取 #工具 Twint (https://github.com/twintproject/twint) ,可以爬取某个推特用户的公开信息
对比通过 Twitter API 的数据抓取方式,Twint的特点是可抓取几乎所有推文信息(Twitter API 限制 3200 条);初始设置便捷快速;可匿名使用,无需注册 Twitter;无速率限制;拥有更为直观的可视化界面
Better-Python-59-Ways (https://github.com/SigmaQuan/Better-Python-59-Ways/blob/master/README.md) 是谷歌高级软件工 Brett Slatkin 编写的写好 #Python 59 个技巧。阅读此书最好的办法就是查看目录,然后看有哪些内容能够吸引到你。 条目是按组来编排的,但是你不需要按照指定的顺序去阅读 >by HelloGithub #经验
程序员编码指南 CodeGuid (https://github.com/fuzhengwei/CodeGuide) 是作者小傅哥多年从事一线互联网 #Java 开发的学习历程技术汇总,这是一个清晰详细的学习教程,侧重点更倾向编写 Java 核心内容。项目中包括了初级、中级、高级 源码分析 Netty4 专题、手写 RPC 框架等19个专题
subconverter (https://github.com/tindy2013/subconverter) 可以在各种翻墙 #工具 (Clash, Quantumult, Shadowsocks(R), Surge, V2Ray...)订阅格式之间进行转换
这个仓库包括了一系列精挑细选的超酷开源库,有助于配置、监控、扩展和保护生产环境 ML 入口 (https://github.com/EthicalML/awesome-production-machine-learning)
Ludwig (https://ludwig.guru/) 它是第一个以句子为基础的 #搜索引擎 ,从可靠来源中提供上下文的使用样例来提升英语写作水平
OpenSource Builders (https://opensource.builders/) (Github (https://github.com/junaid33/opensource.builders)) 该站站长是来自美国达沃斯的一名全栈工程师,也是电商运营系统 Openship 的创始人 Junaid Kabani。站点收集并汇总了各类知名产品(如GitHub、Slack、1Password、Facebook、YouTube、Shopify、Heroku 等 )的开源实现方案,可让开发者选择合适 #软件 的开源 #替代品 ,也能从中学到某款知名产品的业务代码实现逻辑。除了必备的产品搜索功能,你可以对项目的分类、开源协议、编程语言进行筛选,进一步提升信息检索效率。
一个开源项目:MVP.css (https://github.com/andybrewer/mvp/),在你引入项目提供的 CSS 样式之后,可直接编写语义化 HTML 元素。无需再编写多余的 CSS,便可生成一个简洁美观的网站。
该项目还拥有对移动端界面优化、开箱即用、易于定制等特点,适合各大处于 MVP 阶段的产品使用,以便提升产品迭代效率
Vulmap (https://github.com/zhzyker/vulmap) - Web漏洞扫描和验证工具,可对Web容器、Web服务器、Web中间件以及CMS等Web程序进行漏洞扫描,并且具备漏洞利用功能。 相关测试人员可以使用vulmap检测目标是否存在特定漏洞,并且可以使用漏洞利用功能验证漏洞是否真实存在
黑客相关资源列表
(https://github.com/Lifka/hacking-resources )备忘单:
DoS备忘单
#黑客 网上备忘单
NMap命令备忘单
会话劫持备忘单
欺骗网络备忘单
隐写术备忘单
系统骇客备忘单
GitLogs (https://www.gitlogs.com/awesome-topics) 是一个教育GitHub网站的内容 #搜索引擎 ,可以帮助工程师们快速找到相关的项目,及时提供最新的开发项目、开发新闻等资源
一个可运行在 #树莓派 上的环境监测与调节系统:Mycodo (https://github.com/kizniche/Mycodo)。支持应用到种植植物,培养微生物,保持蜂蜜蜂房稳态,孵化动物和鸡蛋,维持水生系统等场景。监控收集的数据,能放在Web 界面进行可视化展示
AI 知识库,AiLearning-Theory-Applying (https://github.com/ben1234560/AiLearning-Theory-Applying)。帮助开发者快速上手 #AI 理论及应用实战:基础知识、机器学习、深度学习、自然语言处理 BERT,含大量注释及数据集,力求每一位能看懂并复现
任教于 MIT 的教授 Shervine Amidi 在 GitHub (https://github.com/shervinea/mit-15-003-data-science-tools) 上开放的一份数据科学工具指南 (https://www.mit.edu/~amidi/teaching/data-science-tools/)。涵盖了 SQL,R,Python,Git 和 Bash 等常用编程语言和工具的使用指南,其目的在于让开发者更便捷的理解数据检索、数据处理、数据可视化等技术概念
百度在 GitHub 上开源的一款前端低代码框架:amis (https://github.com/baidu/amis)。通过 JSON 配置即可生成各种后台页面,极大减少开发成本,甚至可以不需要了解前端
AI-Expert-Roadmap (https://github.com/AMAI-GmbH/AI-Expert-Roadmap),GitHub 上一份开源的 #AI 技术进阶路线图,由德国一家软件公司 AMAI GmbH 发起,里面包含了 AI 技术领域的相关知识点,每个知识点均附有详细文档。其主要目的在于帮助开发者更好的学习与掌握数据科学家、机器学习或者人工智能专家的必备知识
useful-scripts (https://github.com/oldratlee/useful-scripts) 为了提升工作效率,阿里一位后端工程师在 GitHub 上开源了一些比较实用的程序 #脚本 ,你可以用它来快速排查 Java CPU 的性能问题;统计各个 TCP 连接状态的个数,排查系统连接负荷;在命令行快速操作文件,优化命令行与其它应用间的操作流 x
windows10 家庭版远程访问功能: https://github.com/stascorp/rdpwrap
总体思路:
首先搞清楚自己的计算机或者你要实现多用户同时远程桌面的计算机上面termsrv.dll版本(不要管你的计算机Windows是什么版本,RDPWrapper针对是termsrv.dll的版本),可以通过RDPWrapper软件中自带的RDPConf.exe软件直接检测,如果显示不支持not supported,那就说明当前配置文件不支持这个版本的termsrv.dll,上RDPWrapper的GitHub去Issue里面找,找到别人提供的和上面类似的配置代码或者配置文件,将它复制添加到我们自己计算机上面对应的配置文件rdpwrap.ini或者直接替换掉我们自己计算机里面的配置文件rdpwrap.ini,再重新执行一次 install.bat,再检测一下,OK了。
https://github.com/trekhleb/learn-python
Deskreen (https://github.com/pavlobu/deskreen):将任何带有网页浏览器的设备变成电脑的第二块屏幕
云原生高性能边缘/中间/服务代理 https://github.com/envoyproxy/envoy
www.envoyproxy.io
可以托管在您自己的服务器上的免费软件网络服务和 Web 应用程序列表 https://github.com/awesome-selfhosted/awesome-selfhosted
reddit.com/r/selfhosted
A curated list of references for MLOps https://github.com/visenger/awesome-mlops
ml-ops.org
https://github.com/verymeticulous/wikAPEdia
区块链
加密刀片 https://github.com/CryptoBlades/cryptoblades
loong132 / autojs-script
autojs脚本程序,用于完成安卓设备上的重复性操作.包含脚本: 1.2021年京东618任务脚本 2.2021年京东燃动夏季活动脚本
doocs / source-code-hunter
😱 从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
移动验证工具包 (MVT) 是一组实用程序,用于简化和自动化收集取证痕迹的过程,有助于识别 Android 和 iOS 设备的潜在危害 https://github.com/mvt-project/mvt
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots https://github.com/tinode/chat
【Vis: 交互式异步3D可视化工具,旨在让3D视觉和机器人应用开发更简单】'Vis: Asynchronous 3D Visualization Tool - Interactive & Asynchronous 3D Visualization Tool' by RVBUST GitHub: https:// github.com/rvbust/Vis
宇宙最全在线 #词典 网站导航
Github (https://github.com/Dictionaryphile/All_Dictionaries)上这个词典导航,中英文你知道的不知道的词典可能都有
一个开源项目:MVP.css (https://github.com/andybrewer/mvp/),在你引入项目提供的 CSS 样式之后,可直接编写语义化 HTML 元素。无需再编写多余的 CSS,便可生成一个简洁美观的网站。
该项目还拥有对移动端界面优化、开箱即用、易于定制等特点,适合各大处于 MVP 阶段的产品使用,以便提升产品迭代效率
frontend-advantage-roadmap (https://github.com/sl1673495/frontend-advantage-roadmap) 写给初中级前端的高级前端进阶路线,JavaScript 基础,算法和数据结构,Vue 进阶到源码,React 进阶,性能优化以及工程架构实战,涵盖入行 #前端 前几年要学习的所有精选路线
一个比较实用的 #机器学习 网站:TrustMLVis Browser (https://trustmlvis.lnu.se/)
收集了 200 多项机器学习模型的信任增强(Enhancing Trust)可视化调查,开发者可按照时间、领域、目标变量、机器学习方法等属性进行过滤筛选
一套基于 Spring Boot 2.X 开发的 #电商系统 newbee-mall (https://github.com/newbee-ltd/newbee-mall),含有功能完备、流程完整的前台商城系统及后台管理系统,适合各个阶段的 Java 开发者学习
Instant Search 2 Million Recipes (https://recipe-search.typesense.org/) 这个 #食谱 #搜索引擎 可以即时搜索200万个食谱。源代码GitHub地址 (https://github.com/typesense/showcase-recipe-search)
#Web 自动化 #测试工具 cypress (https://github.com/cypress-io/cypress),拥有完整的端到端测试流程。可通过测试快照进行时间回溯、可调试性强、并拥有实时重载、网络流量控制、自动截图和录屏等操作
project-guidelines
第 19 期 Star 25.3k Watch 640 Fork 2.7k 中文
JavaScript 项目规范,中文
kiwi
第 44 期 Star 1.8k Watch 53 Fork 145 中文
还在为前端的全球化多语言而发愁吗?可以试试阿里开源的这项目
genal-chat
第 53 期 Star 1.3k Watch 19 Fork 213 中文
适合前端新手学习的‘星空’聊天室项目。采用 Vue + socket.io 结合 TypeScript 语法构建,界面炫酷、良好的代码规范、支持群聊和好友搜索等功能
Ink-wash-docs
第 62 期 Star 302 Watch 10 Fork 84 中文
一款基于 egg.js+Vue.js 的在线文档管理平台。功能包含:文档编辑和预览、团队管理、访问权限、协作编辑等
———————————————
greys-anatomy
第 03 期 Star 3.7k Watch 454 Fork 1.2k 中文
Greys 是 Java 在线问题诊断工具。
MSEC
第 09 期 Star 2.8k Watch 342 Fork 790 中文
腾讯开源的毫秒服务引擎(Mass Service Engine in Cluster)。它是一个开源框架,适用于在廉价机器组成的集群上开发和运营分布式后台服务。毫秒服务引擎集 RPC、名字发现服务、负载均衡、业务监控、灰度发布、容量管理、日志管理、key-value 存储于一体,官网介绍
SSM
第 16 期 Star 3.4k Watch 272 Fork 1.4k 中文
基于现在流行的 Spring+SpringMVC+Mybatis 框架,逐步搭建一个现在互联网流行的项目架构。特点:
* 门槛低,绝对适合新手
* 从最基本的整合三大框架开始
* 逐步重构为用 dubbo 构建微服务
* 其中不乏实际开发中的实战 demo
* 持续更新,已经开始切换到 SpringBoot+SpringCloud 构建微服务应用
jvm-mon
第 11 期 Star 1.4k Watch 59 Fork 114
命令行模式的 JVM 监控
elasticsearch-sql
第 17 期 Star 6.5k Watch 475 Fork 1.5k 中文
用 SQL 查询 Elasticsearch
anychat
第 22 期 Star 690 Watch 34 Fork 187 中文
纯净的 WebSocket 聊天插件。服务器绝对控制权的推送机制,合理的线程设计,在线 Demo。功能如下:
* 对接任何身份系统
* 个人聊天、群聊天
* 查看聊天记录
* 离线消息推送
* 支持嵌入式,通过 iframe 即可进行嵌入
* 等等
awesome-java-leetcode
第 22 期 Star 8.2k Watch 376 Fork 1.7k 中文
LeetCode 上面主要收集了各大 IT 公司的笔试面试题。该项目为 LeetCode Java 语言的题解集合
canal
第 21 期 Star 19.9k Watch 1.2k Fork 6.0k 中文
MySQL 数据库 binlog 的增量订阅、消费组件。模拟 MySQL salve 方式,实现 MySQL 的主从同步,同时加入了增量日志解析等功能。MySQL 原始主备机制,示意图如下:
JCSprout
第 25 期 Star 26.3k Watch 1.7k Fork 7.1k 中文
该项目介绍的内容包含:Java 基础知识、底层原理、算法详解、大厂面试真题等
MyPerf4J
第 31 期 Star 2.2k Watch 113 Fork 362 中文
一个针对高并发、低延迟应用设计的高性能 Java 性能监控和统计工具。特性:
* 高性能: 单线程支持每秒 1000 万次 响应时间的记录,每次记录只花费 73 纳秒
* 无侵入:采用 JavaAgent 方式,对应用程序完全无侵入,无需修改应用代码
* 低内存:采用内存复用的方式,整个生命周期只产生极少的临时对象,不影响应用程序的 GC
* 高精度:采用纳秒来计算响应时间
* 高实时:支持秒级监控,最低 1 秒
QuestionAnsweringSystem
第 40 期 Star 1.8k Watch 220 Fork 1.3k 中文
一个 Java 实现的人机问答系统,能够自动分析问题并给出候选答案。在 2011 年的美国热门电视智力问答节目《Jeopardy》中,由 IBM 开发的 AI 问答系统 Watson 战胜了人类选手,而 QuestionAnsweringSystem 则是 Watson 的 Java 实现。从今天的眼光去看,它可能已经不够那么智能,不过由于它的简便性和易于部署运行,因此非常适合新手把玩,赶紧去你的应用中集成一个炫酷的智能问答系统吧
arthas
第 40 期 Star 26.6k Watch 1.1k Fork 5.8k 中文
阿里开源的 Java 诊断工具。当线上出现了奇怪的异常时,无需发版就能截获运行时的数据,包括参数、返回值、异常、耗时等等。上手简单、文档完备、无代码侵入式的可以对正在运行的 jvm 进程进行监控,简单易用的命令行工具。线上出 bug 了,有了 arthas 先喝口咖啡压压惊,问题分分钟定位不是梦
cim
第 37 期 Star 7.8k Watch 396 Fork 2.5k 中文
一款面向开发者的 IM 即时通讯系统。命令行通讯工具,对开发者友好。提供了一些组件让开发者易于扩展和定制功能。架构图如下:
generator-jhipster
第 38 期 Star 18.7k Watch 788 Fork 3.7k
用于在几秒钟内创建 Spring Boot + Angular/React 项目的开源应用程序生成器(脚手架)。它可以自动化生成一个完整 Web 应用或微服务架构,加快项目的开发效率。特点和技术栈:
* 基于 Spring Boot 框架的服务端,具备高性能和高可用的 Java 技术栈
* 基于 Angular、React、Bootstrap 的时尚、现代、移动优先的前端
* 基于 JHipster Registry、Netflix OSS、ELK 堆栈和 Docker 的强大的微服务架构
* 使用 Yeoman、Webpack 和 Maven/Gradle 构建应用程序的强大工作流程
rhizobia_J
第 38 期 Star 764 Watch 26 Fork 246 中文
陌陌开源的 Java 安全编码规范和 SDK
holer
第 45 期 Star 1.8k Watch 110 Fork 491 中文
一个将局域网中的应用映射到公网访问的端口映射软件,支持转发基于 TCP 协议的报文。内网穿透工具,包含 Web 后台管理系统。用到的技术如下:
* 服务端采用 SpringBoot 和 Netty 实现
* 客户端采用 Java Netty 和 Go 语言实现
miaosha
第 45 期 Star 21.2k Watch 783 Fork 5.5k 中文
一款秒杀系统设计与实现。高并发大流量的秒杀是面试常见问题,该项目不仅有具体问题的解决思路,还有具体代码实现和示例 demo,全部理解、学习后相信秒杀问题再也拦不住你啦
jodd
第 46 期 Star 3.6k Watch 270 Fork 719
一组以极简为原则的 Java 服务框架和实用工具的项目。这不是一个介绍 Java 项目的集合,而是把经常会用到的功能,用尽可能少的代码实现并封装成库,供开发人员选择使用。当你要用 Java 快速实现一些功能的时候,从而不需要引入繁重的库就可以快速实现功能。一个功能一个库,灵活使用、极简实用,便于学习和理解
Jodd = tools + ioc + mvc + db + aop + tx + json + html < 1.7 Mb
roncoo-pay
第 54 期 Star 4.1k Watch 400 Fork 2.4k 中文
开源的 Java 互联网业务支付系统。拥有独立的账户体系、用户体系、支付接入体系、支付交易体系、对账清结算体系等,想学习支付相关技术的同学可以看看这个项目
concurrent
第 49 期 Star 2.7k Watch 62 Fork 437 中文
RedSpider 社区开源的《深入浅出 Java 多线程》教程。在线阅读
toBeTopJavaer
第 49 期 Star 21.1k Watch 911 Fork 4.8k 中文
一份全面、系统的 Java 学习教程。推荐给刚入门 Java、需要进阶的小伙伴,在线阅读
jbake
第 50 期 Star 943 Watch 80 Fork 306
基于 Java 的开源静态网站、博客生成器。常用命令如下:
MusicPlayer
第 48 期 Star 761 Watch 46 Fork 287
一款开源的 Java 桌面版音乐播放器,使用 JavaFX/Java 8 技术开发的项目
JApiDocs
第 51 期 Star 1.4k Watch 53 Fork 286
一个无需额外注解、开箱即用的 SpringBoot 接口文档生成工具。特性:
* 代码即文档
* 支持导出 HTML
* 同步导出客户端 Model 代码
* 等等
concurrent
第 49 期 Star 2.7k Watch 62 Fork 437 中文
RedSpider 社区开源的《深入浅出 Java 多线程》教程。在线阅读
metersphere
第 52 期 Star 5.0k Watch 147 Fork 1.1k 中文
一站式的开源企业级持续测试平台。适应场景包括:测试跟踪、接口测试、性能测试等,兼容 JMeter 等开源标准,能够帮助开发和测试团队充分利用云弹性进行高度可扩展的自动化测试。测试同学的福音
java8-tutorial
第 53 期 Star 14.9k Watch 1.0k Fork 3.6k
手把手教你 Java8 的语言特性。项目中还更新了 Java11 的新特
fiction_house
第 56 期 Star 2.5k Watch 67 Fork 793 中文
一个基于 SpringBoot 实现的小说和漫画在线阅读网站。网站功能齐全、资源丰富,同时支持 Web、安卓、微信小程序多平台。服务端分为网站和管理后台,采用 SpringBoot、MyBatis、MySQL、Redis 等技术实现,可当作 Java 新手实战项目学习
java-design-patterns
java-design-patterns
第 58 期 Star 69.0k Watch 3.9k Fork 21.5k 中文
设计模式 Java 的最佳实践,出自开源社区大佬们之手。作为有梦想和追求的 Java 程序员,当然需要会一些设计模式啦。这个项目虽然是英文的但是先看代码和图,尝试理解含义那么英文描述也就能猜得八九不离十了。不要让英语作为你不努力的借口,努力变强吧!在线阅读
LogiKM
第 58 期 Star 2.8k Watch 77 Fork 590 中文
功能强大的 Kafka 集群监控和运维管理平台。强大到我一度以为它是付费的
jsoup
第 59 期 Star 8.9k Watch 412 Fork 1.9k
抓取和解析 HTML 的 Java 库。可能很多人都知道这个库,我就不多说什么了。想知道上手有多快?看完示例代码你就算会用了
Document doc = Jsoup.connect("https://en.wikipedia.org/").get();
log(doc.title());
Elements newsHeadlines = doc.select("#mp-itn b a");
for (Element headline : newsHeadlines) {
log("%s\n\t%s",
headline.attr("title"), headline.absUrl("href"));
}
https://icyfenix.cn 凤凰架构
airbyte
第 63 期 Star 3.5k Watch 83 Fork 400
一个开源的 EL(T) 平台。能简单快速地把用户提供的应用、数据库等地方的数据聚合到平台,从而可以在一个平台查询、展示、更新、管理这些数据
🔍An open source GitLab/Gitee/Gitea code search tool. Kooder 是一个为 Gitee/GitLab 开发的开源代码搜索工具,这是一个镜像仓库,主仓库在 Gitee。
gitee.com/koode/kooder
https://github.com/oschina/kooder 个开源的代码搜索服务。为包括 GitLab、Gitea 的代码托管系统提供源码、仓库、Issue 的搜索服务
design_patterns
第 01 期 Star 5.3k Watch 267 Fork 1.5k 中文
《图说设计模式》,在线阅读
linuxtools_rst
第 01 期 Star 4.6k Watch 232 Fork 1.3k 中文
《Linux 工具快速教程》,在线阅读
the_new_world_linux
第 01 期 Star 1.4k Watch 90 Fork 237 中文
《Linux 下的惬意生活》,在线阅读
build-web-application-with-golang
第 07 期 Star 38.2k Watch 2.5k Fork 10.2k 中文
《Go Web 编程》中文
react-naive-book
第 12 期 Star 3.5k Watch 128 Fork 503 中文
开源、免费、专业、简单的 React.js 教程
growth-ebook
第 13 期 Star 7.4k Watch 544 Fork 1.2k 中文
全栈增长工程师指南,在线阅读
free-programming-books-zh_CN
第 13 期 Star 81.6k Watch 5.9k Fork 23.8k 中文
免费的计算机编程类中文书籍
interpy-zh
第 01 期 Star 5.8k Watch 333 Fork 1.3k 中文
《Python 进阶中文版》,在线阅读
python3-cookbook
第 01 期 Star 9.4k Watch 511 Fork 2.6k 中文
《Python Cookbook 3rd 中文版》,在线阅读
Python-Guide-CN
第 01 期 Star 3.4k Watch 167 Fork 668
《Python 最佳实践指南中文版》,在线阅读
react-cookbook
第 11 期 Star 600 Watch 25 Fork 75 中文
编写简洁漂亮,可维护的 React 应用
rust-book-chinese
第 11 期 Star 1.3k Watch 74 Fork 193 中文
Rust 程序设计语言 中文版
explore-python
第 12 期 Star 1.8k Watch 91 Fork 408 中文
《Python 之旅》,该书总结了 Python 相关的知识点,力求深入浅出、条理清晰
The-Art-Of-Programming-By-July
第 12 期 Star 19.9k Watch 1.9k Fork 7.1k
《编程之法:面试和算法心得》
redis
第 15 期 Star 1.7k Watch 181 Fork 580
《Redis Command Reference》全文的中文翻译版,在线阅读
the-way-to-go_ZH_CN
第 09 期 Star 26.4k Watch 1.3k Fork 7.2k 中文
《The Way to Go》中文译本,中文正式名《Go 入门指南》
redisbook
第 10 期 Star 1.4k Watch 182 Fork 402 中文
Redis 设计与实现(网络版)
book
第 11 期 Star 11.7k Watch 1.3k Fork 3.4k 中文
雨痕大神写的学习笔记
nginx-book
第 11 期 Star 6.2k Watch 591 Fork 2.0k 中文
Nginx 开发从入门到精通——本书的作者为淘宝核心系统服务器平台组的成员
real-world-haskell-cn
第 11 期 Star 1.4k Watch 116 Fork 216 中文
《Real World Haskell》中文翻译项目
open-shell-book
第 11 期 Star 684 Watch 53 Fork 171 中文
《Shell 编程范例》,面向操作对象学 Shell!
python-data-structure-cn
第 11 期 Star 2.9k Watch 122 Fork 816 中文
《Problem Solving with Algorithms and Data Structures using Python》中文版
docker_practice
第 11 期 Star 19.0k Watch 867 Fork 5.0k 中文
Docker 从入门到实践
explore-flask-zh
第 11 期 Star 380 Watch 31 Fork 86 中文
《explore flask》中文翻译
yast-cn
第 23 期 Star 321 Watch 21 Fork 64
《Scheme入门教程》中译版,在线阅读
pydata-notebook
第 21 期 Star 4.2k Watch 244 Fork 1.6k 中文
《利用Python进行数据分析 2017 第二版》中文翻译笔记
microservices
第 19 期 Star 4.5k Watch 266 Fork 900 中文
《微服务:从设计到部署》中文版,在线阅读
op_practice_book
第 19 期 Star 332 Watch 23 Fork 105 中文
《运维实践指南》
kubernetes-handbook
第 19 期 Star 8.8k Watch 415 Fork 2.5k 中文
Kubernetes 中文指南/实践手册,在线阅读
tensorflow_cookbook
第 17 期 Star 5.9k Watch 343 Fork 2.5k
Tensorflow cookbook(英文)
pandas-cookbook
第 17 期 Star 5.3k Watch 302 Fork 2.0k
pandas cookbook(英文)
es6tutorial
第 15 期 Star 19.4k Watch 915 Fork 8.5k 中文
阮一峰老师的开源精品,ECMAScript 6 入门书籍,在线阅读
中文文案排版指北 https://github.com/sparanoid/chinese-copywriting-guidelines/blob/master/README.zh-CN.md
advanced-go-programming-book
第 25 期 Star 15.4k Watch 572 Fork 2.6k 中文
《Go语言高级编程》该书针对 Go 语言有一定经验,想更加深入了解 Go 语言各种高级用法的开发人员
ddia
第 33 期 Star 7.7k Watch 321 Fork 1.8k 中文
《Designing Data-Intensive Application》中文翻译版(设计数据密集型应用)
book
第 43 期 Star 2.0k Watch 84 Fork 325
(英文)《Cosmic Python》讲述如何管理复杂性的 Pythonic 应用程序结构的书籍
OnJava8
第 41 期 Star 16.6k Watch 631 Fork 5.2k 中文
《On Java 8》中文版又名《Java 编程思想》
go101
第 40 期 Star 3.8k Watch 117 Fork 263 中文
《Go语言101》是一本着重介绍 Go 语法和语义的编程指导书,中文版在线阅读
flutter-in-action
第 40 期 Star 8.5k Watch 229 Fork 1.7k
《Flutter 实战》,在线阅读
The-Hacker-Playbook-3-Translation
第 39 期 Star 2.0k Watch 77 Fork 409 中文
《The Hacker Playbook 3》中文翻译版(渗透测试实战红队第三版)
the-craft-of-selfteaching
第 37 期 Star 12.8k Watch 743 Fork 13.6k 中文
《自学是门手艺》一个编程入门者的自学心得。如今学习资源很多,对于初学者入门而言,最难的是如何自学,阅读本书打开编程自学大门吧
Go42
第 36 期 Star 3.9k Watch 148 Fork 590 中文
《Go语言四十二章经》Golang 入门书籍。书中作者总结了自己踩坑的经验总结和思考,在线阅读
prometheus-book
第 37 期 Star 2.4k Watch 111 Fork 797 中文
《Prometheus 操作指南》,在线阅读
PythonDataScienceHandbook
第 36 期 Star 30.2k Watch 1.7k Fork 13.4k
英文原版《Python Data Science Handbook》,该书对于希望或已经从事数据科学相关工作的 Python 工程师而言是重要的学习手册。在线阅读
cppwasm-book
第 35 期 Star 987 Watch 61 Fork 120 中文
《C/C++ 面向 WebAssembly 编程》,在线阅读
front-end-handbook-2019
第 45 期 Star 3.9k Watch 122 Fork 442
《Front-End Developer Handbook 2019》(前端开发者手册 2019 版)。该书适合任何阶段的人用来了解前端开发实践的指南,它概述和讨论了前端工程的实践:如何学习前端、在 2019 年进行前端实践时应该使用哪些工具。在线阅读
machine-learning-systems-design
第 45 期 Star 6.2k Watch 286 Fork 945
一本关于机器学习系统设计的小册子附有练习题
cookbook-2nd
第 47 期 Star 735 Watch 45 Fork 206
《IPython Cookbook 第二版》
webrtc-book-cn
第 49 期 Star 772 Watch 34 Fork 70 中文
《Real-Time Communication with WebRTC》中文翻译版,WebRTC 实时通信。在浏览器中提供丰富的音频和视频实时通信和点对点数据交换,不需要私有插件。这本书向您展示了如何使用新兴的 Web 实时通信(WebRTC)技术来构建一个浏览器到浏览器通信的应用程序
thinking-in-java-zh
第 50 期 Star 438 Watch 60 Fork 150 中文
《Java 编程思想》中文版。在线阅读
istio-handbook
第 49 期 Star 1.6k Watch 82 Fork 301 中文
ServiceMesher 社区出品的《Istio 服务网格进阶实战》。Istio 是由 Google、IBM、Lyft 等共同开源的 Service Mesh(服务网格)框架,作为云原生时代下承 Kubernetes、上接 Serverless 架构的重要基础设施层
trpl-zh-cn
第 54 期 Star 2.4k Watch 86 Fork 308 中文
《Rust 程序设计语言(第二版)》中文翻译。在线阅读
一份开源的小型金融知识图谱构建流程 (https://github.com/jm199504/Financial-Knowledge-Graphs),可帮助你更好的学习与理解知识图谱的使用
Mastering_Go_ZH_CN
第 55 期 Star 2.7k Watch 104 Fork 340 中文
《Mastering Go》的中文翻译版《玩转 Go》。在线阅读
zh.javascript.info
第 44 期 Star 4.9k Watch 107 Fork 700 中文
《现代 JavaScript 教程》是以最新的 JavaScript 标准为基准的教程。通过简单但详细的内容,讲解从基础到高阶的 JavaScript 相关知识,能够帮助初中级前端提升 JavaScript 等前端技术水平。在线阅读
BigData-Notes
第 43 期 Star 10.0k Watch 412 Fork 3.0k 中文
大数据入门教程,该教程介绍了大数据常用技术栈的基础和核心知识。内容涵盖:Hadoop、Spark、Storm、HBase、Hive、ZooKeeper、Kafka 等
c9-python-getting-started
第 42 期 Star 7.2k Watch 561 Fork 2.1k
微软出品的零基础 Python 入门教程,内容浅显易懂。包含示例代码、演示的 PPT、配套的 Youtube 视频
Nodejs-Roadmap
第 42 期 Star 2.1k Watch 73 Fork 360 中文
Node.js 技术栈学习指南。内容侧重于 Node.js 服务端,包含:Node.js 基础知识、Node.js 核心模块、主流框架实践、缓存、数据库、消息中间件、DevOps、HTTP 协议以及 Node.js 在微服务等,在线阅读
advanced-java
第 42 期 Star 55.5k Watch 2.6k Fork 15.3k 中文
一份 Java 工程师进阶知识点集合,内容涵盖:高并发、分布式、高可用、微服务等领域知识。这些知识点不局限于 Java 语言,后端的同学也可以从中收获很多,在线阅读
nginx-admins-handbook
第 37 期 Star 12.3k Watch 343 Fork 966
该项目描述了如何提高 Nginx 的性能、安全性等方面的步骤,让你的网站在 SSL Labs 的评级到达 A+
LearningNotes
第 06 期 Star 12.6k Watch 1.0k Fork 4.0k 中文
很全面的学习笔记,偏向 Android 和 Java
coding-interview-university
第 07 期 Star 186.1k Watch 8.5k Fork 50.4k 中文
一套完整的学习手册帮助自己准备 Google 的面试,中文翻译版
learning-react
第 07 期 Star 525 Watch 39 Fork 109 中文
yiminghe 的 react 中文教程,包含入门和进阶
static
第 07 期 Star 1.3k Watch 62 Fork 520 中文
这个项目是一个仓库,它尽可能全面收录优秀的开源库,并免费为之提供 CDN 加速服务,使之有更好的访问速度和稳定的环境。同时,它也提供开源库源接入的入口,让所有人都可以提交开源库,包括 JavaScript、CSS、image 和 swf 等静态文件。访问 Staticfile CDN
WebFundamentals
第 07 期 Star 12.1k Watch 663 Fork 2.5k
(英文)Google 的 Web 开发者最佳练习教程
How-to-Make-a-Computer-Operating-System
第 07 期 Star 19.5k Watch 1.6k Fork 3.4k
(英文)如何做一个操作系统在线阅读
How-To-Ask-Questions-The-Smart-Way
第 08 期 Star 16.8k Watch 424 Fork 4.1k 中文
提问的智慧,提出一个好的问题是解决问题的关键
jstraining
第 08 期 Star 18.2k Watch 1.2k Fork 4.7k 中文
阮一峰写的全栈工程师培训材料
gitignore
第 05 期 Star 121.2k Watch 3.2k Fork 67.2k
各种 gitignore 模版,特别全,应该能找到你需要的。什么是 gitignore 文件。
Solve-App-Store-Review-Problem
第 05 期 Star 3.0k Watch 164 Fork 447 中文
App Store 审核未通过的解决方案。
security-guide-for-developers
第 05 期 Star 19.8k Watch 1.1k Fork 1.5k
这是一个实际工作中会用到的安全 checklist。作为一个 real world web developer 你应该在实际工作中不断地谨慎使用这套列表,减少安全隐患。中文翻译版
Apollo-11
第 06 期 Star 51.2k Watch 1.4k Fork 6.6k 中文
阿波罗 11 号代码,中文介绍
weapp-ide-crack
第 06 期 Star 4.3k Watch 288 Fork 1.1k 中文
【应用号】IDE + 破解 + Demo
AndroidInterview-Q-A
第 04 期 Star 7.8k Watch 555 Fork 1.8k 中文
这个项目主要是国内一线互联网公司的 Java 和 Android 方面的内部面试题。
How-to-Be-A-Programmer-CN
第 04 期 Star 1.4k Watch 88 Fork 200 中文
如何做好一枚程序员(中文翻译版)
neural-networks-and-deep-learning
第 04 期 Star 12.7k Watch 1.1k Fork 5.8k
《神经网络与深度学习》相关代码 Python 实现,神经网络与深度学习-中文在线阅读,该书中的相关理论的 Python 代码实现
awesome-mac
第 04 期 Star 44.8k Watch 1.4k Fork 4.9k 中文
排版相当好的一个 awesome 系列文章,文中介绍了很多 Mac 上好用的工具。
Learning-SICP
第 01 期 Star 8.6k Watch 666 Fork 1.4k 中文
《计算机程序的构造和解释》公开课
awesome-python-cn
第 01 期 Star 22.6k Watch 2.1k Fork 7.1k 中文
awesome-python 中文版
leetcode-solutions
第 02 期 Star 596 Watch 48 Fork 184
Leetcode OJ 的 Python 算法实现
css-creating
第 03 期 Star 520 Watch 29 Fork 79 中文
CSS 创作指南
interview_python
第 04 期 Star 14.2k Watch 861 Fork 5.3k
关于 Python 的面试题
PyZh
第 04 期 Star 1.4k Watch 151 Fork 450
Python 经典的技术文章的翻译和收集,在线阅读
interview
第 04 期 Star 4.8k Watch 215 Fork 922 中文
笔试面试知识整理(涵盖:IOS、Android、计算机基础),在线阅读
Front-end-Web-Development-Interview-Question
第 04 期 Star 4.8k Watch 287 Fork 1.0k 中文
前端开发面试题大收集
chinese-copywriting-guidelines
第 14 期 Star 9.9k Watch 259 Fork 1.5k 中文
中文文案排版指南
alloyteam.github.com
第 13 期 Star 845 Watch 164 Fork 188 中文
腾讯 AlloyTeam 开源项目官网
be-a-professional-programmer
第 13 期 Star 8.7k Watch 658 Fork 2.1k 中文
成为专业程序员路上用到的各种优秀资料、神器及框架
gold-miner
第 13 期 Star 29.2k Watch 1.3k Fork 4.7k 中文
掘金翻译计划,翻译掘金上优质的英文文章
Awesome
第 13 期 Star 16.6k Watch 695 Fork 1.9k
一个 Windows 上优质和精选的最佳应用程序及工具列表。中文版
ResumeSample
第 14 期 Star 24.1k Watch 1.0k Fork 8.8k 中文
程序员简历模板系列(Markdown)
CodeGuide
第 14 期 Star 1.1k Watch 66 Fork 310 中文
腾讯前端团队代码规范
security-101-for-saas-startups
第 14 期 Star 4.3k Watch 134 Fork 284 中文
归纳总结了一个初创企业在各个阶段所期待的安全建议,初创企业所掌握的资金和数据越多,那么对于安全的投资也要越多,中文翻译版
https://github.com/TonnyL/Awesome_APIs
performance-column
第 12 期 Star 1.1k Watch 241 Fork 89 中文
阿里胡子哥写的《性能专栏》,旨在提升 PC/H5/Native 等多个端上对性能的认知,阅读地址
the-swift-programming-language-in-chinese
第 08 期 Star 20.2k Watch 1.3k Fork 5.1k 中文
中文版 Apple 官方 Swift 教程《The Swift Programming Language》
styleguide
第 08 期 Star 2.4k Watch 154 Fork 859 中文
百度前端研发团队的文档与源码编写风格
macOS-Security-and-Privacy-Guide
第 08 期 Star 18.2k Watch 782 Fork 1.3k 中文
MacOS 的安全和隐私指南,中文翻译版
freecodecamp.cn
第 09 期 Star 36.6k Watch 790 Fork 1.4k 中文
freecodecamp 是一个自由的开源编程社区,freecodecamp 中文社区
best-chinese-front-end-blogs
第 09 期 Star 3.5k Watch 326 Fork 608 中文
该项目是收集优质的中文前端博客
golang-open-source-projects
第 09 期 Star 8.8k Watch 662 Fork 2.0k 中文
中文版 awesome-go
Learn-Algorithms
第 09 期 Star 5.6k Watch 358 Fork 1.9k 中文
算法数据结构学习,C 语言实现
IntelliJ-IDEA-Tutorial
第 10 期 Star 18.4k Watch 1.8k Fork 7.1k 中文
IntelliJ IDEA 简体中文专题教程
English-level-up-tips-for-Chinese
第 15 期 Star 20.8k Watch 917 Fork 2.6k 中文
如何提高英语技能
feather
第 16 期 Star 20.4k Watch 268 Fork 950
简洁、清爽、免费的 icon 集合
Bash-Snippets
第 16 期 Star 8.4k Watch 237 Fork 756
实用、有趣的 shell 脚本集合
restful-api-design-references
第 16 期 Star 4.8k Watch 248 Fork 923 中文
RESTful API 设计参考文献列表,可帮助你更加彻底的了解 REST 风格的接口设计
useful-scripts
第 16 期 Star 5.3k Watch 396 Fork 2.4k 中文
一些平时实用的脚本
You-Dont-Need-jQuery
第 16 期 Star 19.9k Watch 546 Fork 1.8k 中文
前端发展很快,现代浏览器原生 API 已经足够好用。有些场景下我们并不需要为了操作 DOM、Event 等再学习一下 jQuery 的 API,该项目总结了大部分 jQuery API 替代的方法,中文
ios-dev-flow
第 19 期 Star 1.2k Watch 89 Fork 257 中文
iOS 开发流程,记录了 iOS 程序上架需要的方方面面
remote-working
第 19 期 Star 7.0k Watch 552 Fork 707 中文
收集整理国内远程工作相关的项目
Amazing-Windows-Apps
第 19 期 Star 1.1k Watch 62 Fork 114
该项目收录了众多 Windows 绝妙的项目、工具。这些软件都是经过测试,安全、免费、好用,在线阅读
open_source_team
第 18 期 Star 3.5k Watch 223 Fork 506 中文
国内顶尖团队的开源地址
china_area_mysql
第 18 期 Star 4.3k Watch 193 Fork 1.0k 中文
中国 5 级行政区域 MySQL 库
ctf-wiki
第 18 期 Star 4.8k Watch 161 Fork 1.0k 中文
一个自由的站点,主要包含了 CTF 的基础知识 、常见题型、解题思路以及常用工具等,希望可以帮助你更快地了解 CTF 竞赛以及网络安全相关知识
PythonSpiderNotes
第 17 期 Star 5.5k Watch 387 Fork 2.1k
Python 爬虫入门教程
games
第 17 期 Star 18.0k Watch 900 Fork 2.4k
GitHub 上游戏项目的合集
learn-regex
第 17 期 Star 38.4k Watch 926 Fork 5.4k 中文
易学的正则表达式教程,中文
sec-chart
第 17 期 Star 4.6k Watch 326 Fork 2.0k 中文
安全思维导图集合
hangzhouYunQi2017ppt
2017 杭州云栖大会精华 PPT,移步到阿里云下载与浏览
CS-Notes
第 24 期 Star 135.5k Watch 5.4k Fork 43.5k 中文
该项目整理了技术面试中需要掌握的基础知识,包含了网络、操作系统、算法、数据库、Java、分布式等
http-api-design
第 23 期 Star 13.5k Watch 538 Fork 1.1k
HTTP API 设计指南。这篇指南介绍描述了 HTTP+JSON API 的一种设计模式,最初摘录整理自 Heroku 平台的 API 设计指南。中文翻译版
Back-End-Developer-Interview-Questions
第 23 期 Star 2.2k Watch 96 Fork 347 中文
后端面试问题集合
hangzhou_house_knowledge
第 23 期 Star 25.7k Watch 1.4k Fork 5.4k 中文
《杭州房产知识扫盲》,作者 2017 年总结出来的买房购房知识,希望可以帮助到要在杭州买房的朋友
awesome-blockchain-cn
第 23 期 Star 15.7k Watch 1.0k Fork 3.2k 中文
区块链技术开发相关资料
vim-galore
第 23 期 Star 12.1k Watch 323 Fork 522
Vim 从入门到精通,中文
document-style-guide
第 22 期 Star 8.5k Watch 297 Fork 1.9k 中文
《中文技术文档的写作规范》
http2-explained
第 22 期 Star 2.0k Watch 91 Fork 268
这是一篇详细讲解 HTTP/2(RFC 7540)的文档,主要内容包括该协议的背景、思想、协议本身的内容、对一些现有实现的探讨与对协议未来的展望。中文
API-Security-Checklist
第 22 期 Star 15.8k Watch 499 Fork 1.8k 中文
开发安全的 API 所需要核对的清单,中文
git-flight-rules
第 21 期 Star 36.9k Watch 660 Fork 2.7k 中文
Git 飞行规则,所谓飞行规则就是特定场景的非常详细的标准处理流程。该项目记录了使用 Git 过程中,如果遇到问题的解决办法和步骤,中文
open-source-mac-os-apps
(英文)macOS 系统上的开源应用集合,并标注了应用通过那种编程语言实现
architect-awesome
《后端架构师技术图谱》
build-your-own-x
(英文)费曼:“我不能创造的東西,我就不了解。”该项目收集了不同编程语言造轮子的教程
Front-End-Checklist
一份在网站发布到生产环境之前,前端部分需要测试、检查的详尽清单。中文版
Android_Data
这个集合主要能够帮助初学者在初学 Android 开发的时候,能够快速、方便地找到适合自己的学习资料
practical-programming-books
实用的计算机相关技术书籍、入门的实用教程、技术网站、博文集合
public-apis
(英文)用于 Web 开发的公共 API 集合
architecture.of.internet-product
知名互联网公司的架构文档
Best-App
苹果系统下的优秀软件、硬件、技巧、周边设备的集合
zh-google-styleguide
Google 开源项目风格指南 (中文版)
HowToBeAProgrammer
成为一名好的程序员是困难的,将一个想法变为现实,最困难的地方在于与你的同事和顾客相处。编程能力很重要,但在好的程序员看来。相比构建一个让各种各样客户都满意的软件系统,纯粹的编程真的只是小孩子的玩意。在这篇文章里,我尝试尽可能简洁地总结那些当我 21 岁时,希望别人告诉我的事。中文版
chinese-xinhua
中华新华字典数据库。包括歇后语,成语,词语,汉字
project-based-learning
编程教程仓库,这些教程分别使用不同的编程语言,从零构建应用程序。使读者通过实际项目案例,学习编译原理、操作系统、计算机网络、数据库等等。面向项目学习,比面向书本学习可操作性更高,更容易获得正向反馈
Front-End-Performance-Checklist
前端性能清单,让你的网站跑的更快。性能问题不光是后端要考虑的,它也是前端需要关注的。该项目列举了在设计和编写前端项目时,性能方面需要考虑、检查的地方
DDFE-blog
滴滴前端技术分享
skill-map
程序员技能图谱是由极客邦科技发起的一个技术社区开源项目。汇集、整理、共建泛 IT 技术领域(人工智能,前端开发,移动开发、后端开发等)、互联网产品、运营等领域学习技能图谱,帮助程序员梳理知识框架结构。并尝试提供路径指导和精华资源,方便大家学习成长
system-design-primer
学习如何设计可扩展的系统将帮助你成为一个更好的工程师。这个仓库就是整理、收集系统设计方面的资源。中文版
HowToBeAProgrammer
成为一名好的程序员是困难的,将一个想法变为现实,最困难的地方在于与你的同事和顾客相处。编程能力很重要,但在好的程序员看来。相比构建一个让各种各样客户都满意的软件系统,纯粹的编程真的只是小孩子的玩意。在这篇文章里,我尝试尽可能简洁地总结那些当我 21 岁时,希望别人告诉我的事。中文版
search-engine-optimization
(英文)这个项目收集了很多 SEO 优化的建议
quick-SQL-cheatsheet
SQL 速查表,中文查阅
Back-End-Developer-Interview-Questions
《后端开发面试题》中文
Best-websites-a-programmer-should-visit
程序员应该放到收藏夹的网站。中文版
OI-wiki
免费、开放、持续更新的编程竞赛相关知识教程。包含竞赛的基础知识、常见题型、解题思路以及常用工具等内容,帮助大家更快速、深入地学习编程竞赛相关知识
translations
一些不错的英文资料、文章翻译项目
Micro8
浸淫渗透攻击的老鸟所写,内容一线深入浅出,主要是 Windows 系统场景。对于初中级安全从业人员、乙方安全测试、甲方安全自检、网络安全爱好者等提高都有很大的帮助
web-frameworks
该项目展示了不同编程语言的 Web 框架性能对比,持续更新。可以作为挑选 Web 框架的参照信息

awesome-scalability
一个系统的阅读列表,描述了可扩展、高可用、高性能的大型系统背后的东西。每部分都是基于真实案例,讲述了如何搭建一个可扩展、高可用、高性能的大型系统,案例都是来自于经过数百万甚至数十亿用户实战检验的系统。对于所有工程师而言都是一个很好的学习资料,开卷有益
hacker-laws
程序员工作中可能使用到的定律、原则的讲解,这些原则多应用于我们的开发和设计中,开卷有益
from_coder_to_expert
2019 年各互联网大厂最新内部技术分享的文档、PDF、PPT 集合。从程序员到 CTO,从专业走向卓越
fe-necessary-book
该项目主要是分享一些技术书籍,也会不定期分享一些开发者必备的软件、工具包、社区、相亲等程序员相关的资源。放松的时候来看看挺不错的
Administrative-divisions-of-China
中国行政区划(五级):省级、地级、县级、乡级和村级的数据集和爬虫程序
devops-exercises
这个仓库包含了 DevOps(开发运维)常见、流行服务相关的面试问题和回答,推荐给从事运维的同学
fullstackopen
免费开源的 Web 全栈编程课程。一站式学习 React、Redux、Node.js、MongoDB、GraphQL 以及 TypeScript,这门课程会向你介绍基于 JavaScript 的现代 Web 编程技术。让你可以利用 ReactJS 搭配 Node.js 开发的 REST API,来搭建单页面应用程序
analytics
一个开源的轻量级 Web 访问分析工具。如果你不想侵犯用户的隐私,只获取自己网站访问的基本数据,可以试试这个项目,用来代替谷歌分析
styleguide
谷歌的代码风格指南。每个大型项目都有自己的代码风格,当代码的风格统一时将更容易被理解。本项目是谷歌项目的代码风格说明,包含:C++、C#、Swift、Python、Java 等语言
upptime
一个免费开源的网站正常运行时间(uptime)监控服务。之所没有任何费用是因为实现方法都是完全基于 GitHub 提供的免费服务,比如:使用 GitHub 的 Action 每隔 5 分钟访问一次目标网站,获取网站最新的状态。然后通过 GitHub Issues 记录和报告异常,最后在 GitHub Pages 上可视化展示网站的运行状态。就很“绿色无公害”,我特别喜欢
tutorials
机器学习入门教程,十分详细包含视频教程、文字教程
machine-learning-for-software-engineers
自上而下的学习路线,软件工程师的机器学习,中文版
google-research
非官方整理的 Google AI Research 集合项目
https://github.com/vsouza/awesome-ios
https://github.com/BohdanOrlov/iOS-Developer-Roadmap
https://github.com/soapyigu/Swift-30-Projects
https://github.com/SwiftGGTeam/the-swift-programming-language-in-chinese
一份开源的小型金融知识图谱构建流程 (https://github.com/jm199504/Financial-Knowledge-Graphs),可帮助你更好的学习与理解知识图谱的使用
LTEX Extension for VS Code (https://github.com/valentjn/vscode-ltex): VS Code:扩展,支持LATEX, Markdown等格式的语法/拼写检查器
神经网络模型库与效率工具包 (https://github.com/quic/aimet-model-zoo)
Krill (https://github.com/chhzh123/Krill): 高效并发图处理系统
CKG (https://github.com/MannLabs/CKG):临床 #知识图谱 平台
3D重建/3D深度学习数据集列表 (https://github.com/sunbuny/3D-Recon_3D-DL_Datasets) #3D
Habitat (https://github.com/matterport/habitat-matterport-3dresearch): #3D 空间研究数据集
ONCE Benchmark (https://github.com/PointsCoder/ONCE_Benchmark):无人驾驶3D目标检测数据集
MoviePy (https://github.com/Zulko/moviepy)是一个用于视频编辑的 Python 库:剪切、串联、标题插入、视频合成(也称为非线性编辑)、视频处理和自定义效果的创建。MoviePy 可以读取和写入所有最常见的音频和视频格式,包括 GIF,并在 Windows/Mac/Linux 上运行,使用 Python 3.6+
#Leetcode 算法题解代码仓库:Play-Leetcode (https://github.com/liuyubobobo/Play-Leetcode),重在强调算法一题多解,同时标注简明的算法思想,时间复杂度和空间复杂度。项目里面包含的所有算法问题都会使用 C++ 进行解决,个别支持 Java 和 Python
Libimobiledevice (https://libimobiledevice.org/) 一个用 C 编写的跨平台 FOSS 库,用于与 iOS 设备进行本地通信
NLP 开源知识库:NLPer-Arsenal (https://github.com/TingFree/NLPer-Arsenal),主要收录 #NLP 竞赛经验贴、通用工具、学习资料等内容,覆盖文本分类、机器翻译、语义解析、实体识别等类别
SwiftUI 示例,技巧和技术集合,帮助我构建应用程序,解决问题以及了解SwiftUI的实际工作方式 https://github.com/jaywcjlove/swiftui-example
从源码层面,剖析挖掘互联网行业主流技术的底层实现原理,为广大开发者 “提升技术深度” 提供便利。目前开放 Spring 全家桶,Mybatis、Netty、Dubbo 框架,及 Redis、Tomcat 中间件等
doocs.github.io/source-code-hunter https://github.com/doocs/source-code-hunter
Topics

MicroK8s (https://microk8s.io/)–低运营,最小Kubernetes,用于云、集群、边缘和物联网
编写易于删除、不易扩展的代码 (https://programmingisterrible.com/post/139222674273/how-to-write-disposable-code-in-large-systems)
一份开源的《Web安全测试指南 (https://github.com/OWASP/wstg)》,可用于测试与检查 #Web 项目的安全性,便于对漏洞作出及时防护。 https://owasp.org/www-project-web-security-testing-guide/stable/
里面覆盖测试原理、源码审查、测试框架开发与部署、信息漏洞收集与检测、身份管理与权限认证测试等内容。该指南由 OWASP 基金会主导,来自世界各地的渗透测试人员与组织共同参与维护
#Python 爬虫 #脚本 :MLScraper (https://github.com/lorey/mlscraper),可基于机器学习自动从 HTML 页面中抓取数据。在给爬虫提供输出结果的示例后,它便会自动提取规则,对页面数据进行抓取,整个过程无需指定 CSS 选择器
AI on Ubuntu Platform (https://github.com/aimuch/iAI) 保姆级 #深度学习 从入门到放弃,怎么装系统、装驱动讲起,介绍了AI实验环境搭建和深度学习算法。
ViroReact: AR and VR using React Native https://github.com/viromedia/viro
https://github.com/collections/javascript-game-engines
Ciphey (https://github.com/Ciphey/Ciphey) 是一款基于自然语言处理和人工智能的全自动解密解码器,输入被加密后的文本,自动返回解密文本,支持五十一种密文和编码。
安装
python3 -m pip install ciphey --upgrade
直接使用
ciphey -f encrypted.txt
ciphey -t "Encrypted input"
调用案例
from ciphey.__main__ import main, main_decrypt, make_default_config
main_decrypt(make_default_config("SGVsbG8gbXkgbmFtZSBpcyBiZWUgYW5kIEkgbGlrZSBkb2cgYW5kIGFwcGxlIGFuZCB0cmVl"))
GitHub (https://github.com/Ciphey/Ciphey)
Ciphey/Ciphey
Jetbrains 官网工具explore
商业解决方案
行业解决方案
Qodana 是一个代码质量监控平台,可让您评估您拥有、签约或购买的代码的完整性。使用您喜爱的 JetBrains IDE 的所有智能功能以及项目级检查来丰富您的 CI/CD 管道
网易开发的多平台的 UI 自动化测试框架
访问网站查看代码
Open Source Insights
🔗 原链 deps.dev
谷歌开发的包管理依赖检查工具
——————————
092-****实战课-畅销3年的Python分布式爬虫课程-原版提取
https://www.aliyundrive.com/s/sGHrWfBvF3g
2019年基于VNPY2.0 30堂实战课跑通量化交易教程附源码讲义价值8000 30课
https://www.aliyundrive.com/s/pzUQBsfrXim
2020千峰前端HTML5基础课(9.21~9.30)
https://www.aliyundrive.com/s/3AfocnkaLGe
2020千锋Python入门视频全套全开源(最新版) 源码笔记
https://www.aliyundrive.com/s/9geset5ht9i
2020年6月最新千锋教育Python课程19天
https://www.aliyundrive.com/s/ahuY4PdiKtj
2020年Python自动化办公教程
https://www.aliyundrive.com/s/YEBKYXoc3n7
2020年最新Python零基础教程【无加密】
https://www.aliyundrive.com/s/1ncKEWf1i6d
3个月成为网络爬虫工程师
https://www.aliyundrive.com/s/ZcJjzVNkLYC
8天深入理解python教程-video
https://www.aliyundrive.com/s/3RkTCCsh98b
L022 - 全面系统Python3.8入门+进阶 (程序员必备第二语言)(少三章14 15 16) - 366元
https://www.aliyundrive.com/s/H6mDLVSqEMQ
L031 - Python3入门机器学习 经典算法与应用 轻松入行人工智能(完整版) - 499元
https://www.aliyundrive.com/s/ZSeGUuhS563
L171 - Google老师亲授 TensorFlow2.0 入门到进阶(完整版) - 399元
https://www.aliyundrive.com/s/LKhDo6whhtr
NPY打造专属量化交易系统视频2019.9.26
https://www.aliyundrive.com/s/ye21huPDc1h
PS五官及服装PSD素材
https://www.aliyundrive.com/s/9yGhFJ4nEGV
Python 网络爬虫数据采集 【优品课堂】
https://www.aliyundrive.com/s/3eqytRDgmRs
Python4天数据挖掘基础教程资料
https://www.aliyundrive.com/s/45WEgrx1icw
Python之web开发利刃1-video
https://www.aliDH2KQQ5xTrWyundrive.com/s/
Python之web开发利刃2-video
https://www.aliyundrive.com/s/jCT4DADi1pV
Python基础训练营(完结)
https://www.aliyundrive.com/s/4AJa8T5wc9u
Python基础趣讲精练
https://www.aliyundrive.com/s/PtvWv1Tw2pf
Python定向爬虫入门
https://www.aliyundrive.com/s/6L2GKW5pV4z
Python小白编程三季全
https://www.aliyundrive.com/s/e8xv9whjwbA
Python数字货币量化投资课程
https://www.aliyundrive.com/s/DAFsZPcT43D
Python爬虫+办公自动化+好玩DIY
https://www.aliyundrive.com/s/oM5i3jPHvgp
Python轻松入门到项目实战【经典完整版】
https://www.aliyundrive.com/s/nP1wpvL21sF
Python量化实操:数字货币量化投资课程
https://www.aliyundrive.com/s/5imKWnjdc7c
Python零基础入门动画课【全集】
https://www.aliyundrive.com/s/oxgTHxYfLQF
bennyhuo-新版Kotlin从入门到精通
https://www.aliyundrive.com/s/j6vJkjns4kZ
python
https://www.aliyundrive.com/s/7Zj62pGG9hM
python 基础
https://www.aliyundrive.com/s/xJFAKDZisas
python_最经典教程
https://www.aliyundrive.com/s/uSShgqxwQ1n
python之大数据开发奇兵-video
https://www.aliyundrive.com/s/KLSn8r2fiMD
python电子书
https://www.aliyundrive.com/s/bCHjP1yy8HH
《Python语言程序设计基础第2版-嵩天(PDF 课件 源代码)》
https://www.aliyundrive.com/s/pPZuZJR8Rfy
【51reboot】BAT级别讲师亲自授课+Python实战+自动化运维
https://www.aliyundrive.com/s/t9XXnhEjwzf
【外滩教育】【完结】python编程冬令营--入门级 48
https://www.aliyundrive.com/s/uTi7TnkaYxh
【外滩教育】【完结】python编程冬令营--进阶级 48
https://www.aliyundrive.com/s/ag7Du472uBE
【尹成学院】Python3 从菜鸟到高手
https://www.aliyundrive.com/s/pqwiMJ6kcVp
李笑来《自学Python入门训练营》
https://www.aliyundrive.com/s/dX3FwUzn9Cd
李笑来丨糖果商城金卡会员
https://www.aliyundrive.com/s/bU3GjftT7F4
【52讲轻松搞定网络爬虫【完结】
https://www.aliyundrive.com/s/R3wPwwtQXsS
Python基础知识详解
https://www.aliyundrive.com/s/KNxjFpzf9Nr
Python爬虫18天基础课程
https://www.aliyundrive.com/s/UXcUqxisidB
Python爬虫零基础到爬啥都行
https://www.aliyundrive.com/s/thf5TTkJUnV
网易云课堂 - python机器学习-乳腺癌细胞挖掘【资料完整】
https://www.aliyundrive.com/s/GrE3fzc43mh
黑马Python爬虫教程
https://www.aliyundrive.com/s/5TzZtEmieVG
三小时变身python极客
https://www.aliyundrive.com/s/L8Lu1mxB572
九章Python
https://www.aliyundrive.com/s/gosrqxNvmaR
人工智能+Python基础班-video
https://www.aliyundrive.com/s/5PgN9VfhxQG
人工智能、大数据与复杂系统教程
https://www.aliyundrive.com/s/yk8xq7SQvWH
全民python
https://www.aliyundrive.com/s/h3CKPGjbY9U
全面系统Python3入门+进阶课程
https://www.aliyundrive.com/s/tSGAj2mE4Zr
千风
https://www.aliyundrive.com/s/CMePLAcQjpb
小白也能听懂的Python入门课
https://www.aliyundrive.com/s/8TS4Ad8949t
开课吧廖雪峰Python3商业爬虫案例实战(二期)
https://www.aliyundrive.com/s/426GVQLUQXN
****Python就业班
https://www.aliyundrive.com/s/CVvyciWzSYu
最全Python编程基础+简单爬虫+进阶项目+开发培训全套视频教程
https://www.aliyundrive.com/s/CgjhQJkxLZk
2021最新从0到1学Web前端【完整资料】
https://www.aliyundrive.com/s/mYN5mKFYTMz
提取码:3j94
——————————
freeCodeCamp/freeCodeCamphttps://github.com/freeCodeCamp/freeCodeCamp
goldbergyoni/javascript-testing-best-practiceshttps://github.com/goldbergyoni/javascript-testing-best-practices
kamranahmedse/developer-roadmaphttps://github.com/kamranahmedse/developer-roadmap
sindresorhus/awesomehttps://github.com/sindresorhus/awesome
tuvtran/project-based-learninghttps://github.com/tuvtran/project-based-learning
客户参与套件,是 Intercom、Zendesk、Salesforce Service Cloud 等的开源替代品。 https://github.com/chatwoot/chatwoot
前端精读周刊。帮你理解最前沿、实用的技术 https://github.com/ascoders/weekly
https://github.com/headkaze/Hackintool
网站传送门 https://sharkle.com/
https://www.dexigner.com/directory/
钟馗之眼

生财有术项目库
【001期】知乎好物
【002期】淘宝蓝海
【003期】外卖CPS
【004期】社群运营
【005期】TikTok电商
【006期】视频号运营
【007期】线下拉新
【008期】抖音小程序
【009期】企微引流
【010期】私域流量
【011期】抖音直播带货
【012期】跨境电商
【013期】社群淘客
【014期】实体生意
【015期】热点引流
发现有趣的网站
名称 简介
只读 分享网站和软件的地方
奇趣网址 奇趣网站收藏家
有趣网址之家 收藏全球最有趣的网站
linkfind 优质资源聚合
挖互联网 发现有趣实用的互联网
jike 共同分享各种优惠消息
书签地球 海量书签共享交换
发现产品
名称 简介
新趣集 发现有趣的新产品
小众软件 - 发现 寻找应用、软件
v2ex - 发现 分享好玩的,并获取灵感
炒饭 发现有趣的内容
创造者日报 每天发现有趣的产品
producthunt 每天发现有趣的新产品 (EN)
找到 AI 找到你喜爱的作品
52 破解 找到你想要的软件
妹子图库
名称 简介
LALA の图库 私人妹子图库
mmkk 图库 不一样的美女图库
cosplay 写真 精选优质 cosplay 美图
看小姐姐 一个专门看小姐姐的网站
福利兔 一个图片收集网站
硬盘少女 收藏在你硬盘中的美少女
图图 acg 分享二次元和一些妹子图
花瓣美女 花瓣网美女标签下的采集
let searchDom = document.getElementById("search");
let insiteDom = document.getElementById("insite");
let insiteZoneDom = document.getElementById("insiteZone");
let outsiteDom = document.getElementById("outsite");
let outsiteZoneDom = document.getElementById("outsiteZone");
let dowDom = document.getElementById("dow");
let dowBtnDom = document.getElementById("dowBtn");
dowDom.innerText = "用 Artor 激发创意";
dowDom.style.cssText = "margin:40px; text-align:center; color: rgba(229, 231, 235, 1);";
searchDom.addEventListener("keydown", e => {
if(e.code === "Enter"){
window.open("https://www.google.com/search?q=" + searchDom.value, "_blank");
}
});
insiteDom.addEventListener("click", e => {
outsiteDom.style.cssText = "font-weight:normal; border: none;";
insiteDom.style.cssText = "font-weight:bold; border-bottom: 2px solid gray";
insiteZoneDom.style.display = "block";
outsiteZoneDom.style.display = "none";
})
outsiteDom.addEventListener("click", e => {
insiteDom.style.cssText = "font-weight:normal; border: none;";
outsiteDom.style.cssText = "font-weight:bold; border-bottom: 2px solid gray";
outsiteZoneDom.style.display = "block";
insiteZoneDom.style.display = "none";
});
dowBtnDom.style.cssText = "position: absolute; top: 66%; left: 0;cursor: wait; height:40px; width:40px;";
dowBtnDom.addEventListener("click", e => {alert("Yes, you win")})

randomlinks[0]="https://landscapes.littleworkshop.fr/"
randomlinks[1]="http://oos.moxiecode.com/js_webgl/half_spheres/"
randomlinks[2]="https://ambicular.com/"
randomlinks[3]="https://hostrider.com/"
randomlinks[4]="http://rainyscope.com/"
randomlinks[5]="http://treksit.com/"
randomlinks[6]="http://threejs.org/examples/webgl_shaders_ocean.html"
randomlinks[7]="http://mrdoob.neocities.org/022/"
randomlinks[8]="http://oos.moxiecode.com/js_webgl/spring/"
randomlinks[9]="https://larsberg.github.io/_lsr/2017/20160506_bubblesTwo/index.html"
randomlinks[10]="http://oos.moxiecode.com/js_webgl/particles_morph/"
randomlinks[11]="http://zoomquilt.org/"
randomlinks[12]="http://oos.moxiecode.com/js_webgl/autumn/"
randomlinks[13]="https://larsberg.github.io/_lsr/2018/1014_laserBagPipe/index.html"
randomlinks[14]="https://larsberg.github.io/_lsr/2018/1016_longOne/index.html"
randomlinks[15]="http://robotics.ovh/"
randomlinks[16]="https://larsberg.github.io/_lsr/2018/1015_slugLuv/index.html"
randomlinks[17]="http://soulwire.github.io/Muscular-Hydrostats/"
randomlinks[18]="https://bongo.cat/"
randomlinks[19]="http://soulwire.github.io/Unwrapageddon/"
randomlinks[20]="http://asmrion.com/"
randomlinks[21]="http://ikeryou.jp/demoworks/tower/"
randomlinks[22]="https://larsberg.github.io/2018_nov_sketches/1010_ribWorm/index.html"
randomlinks[23]="https://codepen.io/ste-vg/full/BazEQbY"
randomlinks[24]="http://arodic.github.io/p/jellyfish/"
randomlinks[25]="https://larsberg.github.io/2018_nov_sketches/1004_gltf/index.html"
randomlinks[26]="http://virtocean.com"
randomlinks[27]="https://www.adultswim.com/etcetera/choir/"
randomlinks[28]="http://pluvior.com/"
randomlinks[29]="https://larsberg.github.io/_lsr/2017/2017/1007_thumptember/index.html"
randomlinks[30]="https://larsberg.github.io/2018_nov_sketches/1002_gltf/index.html"
randomlinks[31]="http://labs.fluuu.id/stars/"
randomlinks[32]="https://larsberg.github.io/_lsr/2017/2017/XmasXperiment/index.html"
randomlinks[33]="http://starrior.com/"
randomlinks[34]="http://rainbowhunt.com/"
randomlinks[35]="https://relaxcalm.netlify.app/"
randomlinks[36]="https://larsberg.github.io/_lsr/2017/20161129_puff/index.html"
randomlinks[37]="https://blocks.ovh/"
randomlinks[38]="https://larsberg.github.io/_lsr/2017/20161128_triboids/index.html"
randomlinks[39]="https://larsberg.github.io/_lsr/2017/20161127_skinDeep/index.html"
randomlinks[40]="https://larsberg.github.io/_lsr/2017/20161115_huckleberry/index.html"
randomlinks[41]="http://mrdoob.neocities.org/025/"
randomlinks[42]="https://larsberg.github.io/_lsr/2017/20161121_withSticks/index.html"
randomlinks[43]="https://stephaneginier.com/sculptgl/"
randomlinks[44]="https://larsberg.github.io/_lsr/2017/20161114_rollers/index.html"
randomlinks[45]="https://larsberg.github.io/_lsr/2017/20161112_emanation/index.html"
randomlinks[46]="https://larsberg.github.io/_lsr/2017/20161111_winding/index.html"
randomlinks[47]="https://ykob.github.io/sketch-threejs/sketch/instancing.html"
randomlinks[48]="http://soulwire.co.uk/experiments/recursion-toy/"
randomlinks[49]="http://2016.makemepulse.com/"
randomlinks[50]="https://larsberg.github.io/_lsr/2017/20161108_bronco/index.html"
randomlinks[51]="https://codepen.io/alexlesubmarine/full/aBzzRZ/"
randomlinks[52]="https://soulwire.co.uk/kinetic-canvas/"
randomlinks[53]="https://larsberg.github.io/_lsr/2017/20160315_jointz/index.html"
randomlinks[54]="https://larsberg.github.io/_lsr/2017/PaperLayers_rainbow/index.html"
randomlinks[55]="https://alexanderperrin.com.au/paper/shorttrip/"
randomlinks[56]="https://lab.colinpeyrat.com/dissolve/"
randomlinks[57]="https://larsberg.github.io/_lsr/2017/ldProjectionSketch/index.html"
randomlinks[58]="https://larsberg.github.io/_lsr/2017/20161107_dongles/index.html"
randomlinks[59]="https://ykob.github.io/sketch-threejs/sketch/aura.html"
randomlinks[60]="http://labs.fluuu.id/box-physics/"
randomlinks[61]="https://larsberg.github.io/_lsr/2017/ProjectionCubes/index.html"
randomlinks[62]="https://ykob.github.io/sketch-threejs/sketch/crystal.html"
randomlinks[63]="https://ykob.github.io/sketch-threejs/sketch/sun.html"
randomlinks[64]="http://slices.ovh/"
randomlinks[65]="https://ykob.github.io/sketch-threejs/sketch/newyear2019.html"
randomlinks[66]="http://defonic.com/"
randomlinks[67]="http://skuawk.com/"
randomlinks[68]="https://hipstersound.com/ambient.html"
randomlinks[69]="http://projects.defmech.com/codevember_2016/03/"
randomlinks[70]="http://codepen.io/cathbailh/full/pbXgkr/"
randomlinks[71]="http://www.staggeringbeauty.com/"
randomlinks[72]="https://mybearlove.com/"
randomlinks[73]="http://www.georgeandjonathan.com/#3"
randomlinks[74]="https://codepen.io/enxaneta/full/NqaBGy/"
randomlinks[75]="http://www.georgeandjonathan.com/#4"
randomlinks[76]="http://www.georgeandjonathan.com/#2"
randomlinks[77]="https://codepen.io/zadvorsky/full/PNXbGo/"
randomlinks[78]="https://ykob.github.io/sketch-threejs/sketch/planet.html"
randomlinks[79]="http://cabbi.bo/Bees/"
randomlinks[80]="https://codepen.io/gregh/full/zNzvOm/"
randomlinks[81]="https://ykob.github.io/sketch-threejs/sketch/webcam.html"
randomlinks[82]="https://ykob.github.io/sketch-threejs/sketch/flame.html"
randomlinks[83]="https://codepen.io/BenjiStander/full/Pzaggx/"
randomlinks[84]="https://demo.marpi.pl/eyes/"
randomlinks[85]="https://www.uberviz.io/viz/word-problems/"
randomlinks[86]="https://codepen.io/jcoulterdesign/full/xOOeMN/"
randomlinks[87]="https://ykob.github.io/sketch-threejs/sketch/attract.html"
randomlinks[88]="https://www.adultswim.com/etcetera/elastic-man/"
randomlinks[89]="https://zombiball.com"
randomlinks[90]="https://ykob.github.io/sketch-threejs/sketch/transform.html"
randomlinks[91]="https://demo.marpi.pl/archan/black_rain/"
randomlinks[92]="https://ykob.github.io/sketch-threejs/sketch/metal_cube.html"
randomlinks[93]="https://codepen.io/maneeshc/full/dXqdGz/"
randomlinks[94]="https://ykob.github.io/sketch-threejs/sketch/distort.html"
randomlinks[95]="https://codepen.io/Mombasa/full/leiGu/"
randomlinks[96]="https://ykob.github.io/sketch-threejs/sketch/image_data.html"
randomlinks[97]="https://ykob.github.io/sketch-threejs/sketch/comet.html"
randomlinks[98]="https://codepen.io/giana/full/LVvaNQ/"
randomlinks[99]="https://codepen.io/Yakudoo/full/oXJYxy/"
randomlinks[100]="https://ykob.github.io/sketch-threejs/sketch/fire_ball.html"
randomlinks[101]="https://island.goodboydigital.com/"
randomlinks[102]="https://dev.scottdarby.com/chaos-ink/"
randomlinks[103]="http://pluvior.com"
randomlinks[104]="https://www.hiteshsahu.com/MunichMetro"
randomlinks[105]="https://www.hiteshsahu.com/Snow"
randomlinks[106]="https://haxiomic.github.io/GPU-Fluid-Experiments/html5/"
randomlinks[107]="https://codepen.io/ScavengerFrontend/full/xxGwjox"
randomlinks[108]="https://www.adultswim.com/etcetera/soup/"
randomlinks[109]="https://paveldogreat.github.io/WebGL-Fluid-Simulation/"
randomlinks[110]="https://codepen.io/edball/full/GoYeQZ/"
randomlinks[111]="http://rugs.grindselect.com/"
randomlinks[112]="https://codepen.io/ykob/full/ojMwrv/"
randomlinks[113]="https://rainyscope.com/"
randomlinks[114]="http://mrdoob.com/files/temp/xplsv_obsidian/"
randomlinks[115]="https://sketches.vlucendo.com/cube/"
randomlinks[116]="https://codepen.io/shubniggurath/full/xxxQozp"
randomlinks[117]="http://ommexperience.com/"
randomlinks[118]="http://audiograph.xyz/"
randomlinks[119]="http://asmrion.com/"
randomlinks[120]="https://larsberg.github.io/2019sketchBook/sketches/13_pullmearound/build/"
randomlinks[121]="http://cabbi.bo/huldra/"
randomlinks[122]="http://touchpianist.com/"
randomlinks[123]="https://domenicobrz.github.io/webgl/projects/Volumetric%20art/"
randomlinks[124]="https://domenicobrz.github.io/webgl/projects/Sidescroller%20anim/"
randomlinks[125]="https://sombras.app"
randomlinks[126]="https://mrdoob.neocities.org/036/"
randomlinks[127]="https://domenicobrz.github.io/webgl/projects/wolf-header/"
randomlinks[128]="http://mrdoob.neocities.org/023/"
randomlinks[129]="https://codepen.io/tksiiii/full/VOEKLQ"
randomlinks[130]="http://magickeyboard.io/"
randomlinks[131]="http://calm.ovh/"
randomlinks[132]="http://mrdoob.neocities.org/020/"
randomlinks[133]="https://codepen.io/mephysto/full/yapYNX/"
randomlinks[134]="http://mrdoob.neocities.org/019/"
randomlinks[135]="https://codepen.io/al-ro/full/xxxxgxK"
randomlinks[136]="http://mrdoob.neocities.org/018/"
randomlinks[137]="https://domenicobrz.github.io/webgl/projects/gpu-fluid-sim/"
randomlinks[138]="http://mrdoob.neocities.org/016/"
randomlinks[139]="http://mrdoob.neocities.org/024/"
randomlinks[140]="https://domenicobrz.github.io/webgl/projects/marching%20cubes/"
randomlinks[141]="http://mrdoob.neocities.org/006/"
randomlinks[142]="http://mrdoob.neocities.org/015/"
randomlinks[143]="https://domenicobrz.github.io/webgl/projects/testportfolio/"
randomlinks[144]="https://domenicobrz.github.io/webgl/projects/Thomas%20de%20vos/"
randomlinks[145]="http://mrdoob.neocities.org/013/"
randomlinks[146]="https://codepen.io/iamjoshellis/full/KVdQqm/"
randomlinks[147]="http://mrdoob.neocities.org/012/"
randomlinks[148]="https://amsxyz.github.io/three-multifaceted-refraction/"
randomlinks[149]="http://mrdoob.neocities.org/007/"
randomlinks[150]="https://paveldogreat.github.io/WebGL-Fluid-Simulation/"
randomlinks[151]="https://ykob.github.io/sketch-threejs/sketch/instancing.html"
randomlinks[152]="http://mrdoob.neocities.org/004/"
randomlinks[153]="https://codepen.io/jhnsnc/full/GRJeOWZ"
randomlinks[154]="https://insecretgarden.com/"
randomlinks[155]="https://muda.co/collection/melt/"
randomlinks[156]="http://mrdoob.neocities.org/003/"
randomlinks[157]="https://robpayot.github.io/glowing-tree/build/"
randomlinks[158]="https://whiteflashwhitehit.com/content/2011/02/anisotropic_webgl.html"
randomlinks[159]="http://mrdoob.neocities.org/017/"
randomlinks[160]="https://codepen.io/shubniggurath/full/ERjXqy/"
randomlinks[161]="https://webglsamples.org/aquarium/aquarium.html"
randomlinks[162]="https://codepen.io/raurir/full/pjaEbj/"
randomlinks[163]="http://rainbowhunt.com"
randomlinks[164]="https://www.clicktorelease.com/code/io15/"
randomlinks[165]="https://tympanus.net/Tutorials/codrops-kinetic-typo/"
randomlinks[166]="https://codepen.io/chrisgannon/full/RwWVJWd"
randomlinks[167]="https://codepen.io/ycw/full/ExKyJdR"
randomlinks[168]="http://mrdoob.neocities.org/005/"
randomlinks[169]="https://r3f-bubbles.netlify.app/"
randomlinks[170]="https://domenicobrz.github.io/webgl/projects/SSRefractionDepthPeeling/"
randomlinks[171]="https://www.hiteshsahu.com/AudioAnalysis"
randomlinks[172]="https://codepen.io/rocbear/full/rWdmWm/"
randomlinks[173]="http://wxs.ca/studies/001/"
randomlinks[174]="https://demo.marpi.pl/archan/eutow/"
randomlinks[175]="https://2019.makemepulse.com/"
randomlinks[176]="http://pluvior.com/"
randomlinks[177]="https://codepen.io/ge1doot/full/LRwXZV/"
randomlinks[178]="https://demo.marpi.pl/archan/aroha/"
randomlinks[179]="https://2018.makemepulse.com/"
randomlinks[180]="https://codepen.io/ycw/full/xxVPMwB"
randomlinks[181]="http://starrior.com/"
randomlinks[182]="https://mgz.me/?scene=CircuitGlass"
randomlinks[183]="https://sombras.app"
randomlinks[184]="http://ikeryou.jp/works/gobo/"
randomlinks[185]="https://codepen.io/Godje/full/RobJyX/"
randomlinks[186]="https://hipstersound.com/ambient.html"
randomlinks[187]="https://codepen.io/Mamboleoo/full/qqQbzv/"
randomlinks[188]="http://mrdoob.neocities.org/021/"
randomlinks[189]="https://classes.marpi.pl/camp/"
randomlinks[190]="https://codepen.io/seanfree/full/ZpYGJd/"
randomlinks[191]="https://codepen.io/cl4ws0n/full/YXXjWe/"
randomlinks[192]="http://guillaumegouessan.com/sketches/dancing-instances/"
randomlinks[193]="http://guillaumegouessan.com/sketches/ecailles/"
randomlinks[194]="http://guillaumegouessan.com/sketches/subsurface-scattering/"
randomlinks[195]="http://calm.ovh/"
randomlinks[196]="https://neal.fun/deep-sea"
randomlinks[197]="http://species-in-pieces.com/"
randomlinks[198]="https://christmasexperiments.com/2018/01/plume-and-the-forgotten-letter/"
randomlinks[199]="https://christmasexperiments.com/2018/02/louvre-2043/"
randomlinks[200]="https://threejs.org/examples/webgl_shaders_ocean.html"
randomlinks[201]="https://morphing.encharm.studio/"
randomlinks[202]="http://hostrider.com/"
randomlinks[203]="https://codepen.io/ge1doot/full/PaMdZE/"
randomlinks[204]="http://harmony.ovh/"
randomlinks[205]="http://stampede.it/"
randomlinks[206]="https://codepen.io/isladjan/full/zYqLxeG"
randomlinks[207]="https://mrdoob.neocities.org/037/"
randomlinks[208]="https://sciecode.github.io/soothe/"
randomlinks[209]="https://aidn.jp/twintail/"
randomlinks[210]="https://codepen.io/shubniggurath/full/GVQqjz"
randomlinks[211]="https://codepen.io/Yakudoo/full/rVGraP"
randomlinks[212]="https://codepen.io/Yakudoo/full/pgPgeb"
randomlinks[213]="https://codepen.io/Yakudoo/full/YGxYZj"
randomlinks[214]="https://codepen.io/Yakudoo/full/YXxmYR"
randomlinks[215]="https://codepen.io/chrisgannon/full/gNpWLZ"
randomlinks[216]="https://codepen.io/aaroniker/full/YoqNRB"
randomlinks[217]="https://codepen.io/jkantner/full/wLMoWx"
randomlinks[218]="https://artsandculture.google.com/experiment/blob-opera/AAHWrq360NcGbw"
randomlinks[219]="https://codepen.io/alexzaworski/full/xMvEVr"
randomlinks[220]="http://arkadia.xyz/"
randomlinks[221]="https://calm.ovh/"
randomlinks[222]="http://robotics.ovh/"
randomlinks[223]="https://cdn.gitcdn.link/cdn/aatishb/drape/df7db9ef321b75b21bd01de2e977644d5666da9c/index.html"
randomlinks[224]="https://mrdoob.neocities.org/017/"
randomlinks[225]="https://codepen.io/ge1doot/full/VwvvgYx"
randomlinks[226]="https://codepen.io/ge1doot/full/Kbrajm"
randomlinks[227]="https://rainbowhunt.com/relaxing-raindrop-sounds.html"
randomlinks[228]="https://calming.netlify.app/"
randomlinks[229]="https://bubblespop.netlify.app/"
randomlinks[230]="https://physicsofbeauty.art"
randomlinks[231]="https://codepen.io/ge1doot/full/LXPaME"
randomlinks[232]="http://eelslap.com/"
randomlinks[233]="https://smashthewalls.com/"
randomlinks[234]="http://www.koalastothemax.com/"
randomlinks[235]="http://defonic.com/"
randomlinks[236]="https://codepen.io/yuanchuan/full/yrobOe"
randomlinks[237]="http://codrops-svg.surge.sh/"
randomlinks[238]="https://mrdoob.neocities.org/035/"
randomlinks[239]="https://www.clicktorelease.com/code/codevember-2017/supershape/"
randomlinks[240]="https://landemy.netlify.app/"
randomlinks[241]="https://vaporwaves.netlify.app/"
randomlinks[242]="https://musiclab.chromeexperiments.com/Spectrogram/"
randomlinks[243]="https://musiclab.chromeexperiments.com/Rhythm/"
randomlinks[244]="https://musiclab.chromeexperiments.com/Shared-Piano/"
randomlinks[245]="https://musiclab.chromeexperiments.com/Arpeggios/"
randomlinks[246]="https://musiclab.chromeexperiments.com/Kandinsky/"
randomlinks[247]="https://codepen.io/yuanchuan/full/wZJqNK"
randomlinks[248]="https://tympanus.net/Development/ExplodingObjects/index-egg.html"
randomlinks[249]="https://tympanus.net/Development/ExplodingObjects/index-icosahedron.html"
randomlinks[250]="https://lumina.goodboydigital.com/"
randomlinks[251]="https://sketches.vlucendo.com/morphed-sphere/"
randomlinks[252]="https://sketches.vlucendo.com/portal/"
randomlinks[253]="https://codepen.io/shubniggurath/full/LaVmGP"
randomlinks[254]="https://codepen.io/soju22/full/ywLZPV"
randomlinks[255]="https://codepen.io/mwmwmw/full/wNWoMV"
randomlinks[256]="http://samsy.ninja/odd/index.html"
randomlinks[257]="https://codepen.io/Tibixx/full/mvLrqe"
randomlinks[258]="https://clickclickclick.click/"
randomlinks[259]="https://mgz.me/?scene=Patterns"
randomlinks[260]="https://mgz.me/?scene=TheLightCycles"
randomlinks[261]="https://mgz.me/?scene=TheCity"
randomlinks[262]="https://mgz.me/?scene=CosmicClouds"
randomlinks[263]="http://madebyevan.com/webgl-water/"
randomlinks[264]="https://tympanus.net/Tutorials/InteractiveParticles/"
randomlinks[265]="https://codepen.io/sdras/full/PVjPKa"
randomlinks[266]="https://codepen.io/DonKarlssonSan/full/ALyQBk/"
randomlinks[267]="https://2017.makemepulse.com/"
randomlinks[268]="https://codepen.io/tmrDevelops/full/gaRPbg/"
randomlinks[269]="https://tympanus.net/Tutorials/apple-fifth-avenue/?debug=true"
randomlinks[270]="https://tympanus.net/Development/MusicalInteractions/"
randomlinks[271]="http://ikeryou.jp/works/b/"
randomlinks[272]="https://massmigrations.com/agle"
randomlinks[273]="https://demo.marpi.pl/spider/index.html"
randomlinks[274]="https://odra.city/klessoi"
randomlinks[275]="https://demo.marpi.pl/explosion/"
randomlinks[276]="https://demo.marpi.pl/flower/"
randomlinks[277]="https://demo.marpi.pl/shattered_cube/"
randomlinks[278]="https://demo.marpi.pl/nefertiti/"
randomlinks[279]="https://classes.marpi.pl/camp/"
randomlinks[280]="https://codepen.io/xorxor_hu/full/vyXLJV/"
randomlinks[281]="http://mrdoob.neocities.org/008/"
randomlinks[282]="http://a-way-to-go.com/"
randomlinks[283]="https://origamisimulator.org/"
randomlinks[284]="https://demos.littleworkshop.fr/infinitown"
randomlinks[285]="https://threejs.org/examples/webgl_animation_keyframes"
randomlinks[286]="https://surface-floater.lusion.co/"
randomlinks[287]="https://threejs.org/examples/webgl_decals.html"
randomlinks[288]="https://threejs.org/examples/webgl_effects_anaglyph.html"
randomlinks[289]="https://threejs.org/examples/webgl_loader_gltf.html"
randomlinks[290]="https://demo.marpi.pl/ocean_desert/"
randomlinks[291]="https://codepen.io/Mamboleoo/full/GNvWwj/"
randomlinks[292]="https://aaron-bird.github.io/demo/rubiks-cube/"
randomlinks[293]="https://www.uberviz.io/viz/splice/"
randomlinks[294]="https://threejs.org/examples/webgl_materials_bumpmap.html"
randomlinks[295]="https://threejs.org/examples/webgl_materials_cubemap_dynamic.html"
randomlinks[296]="https://ykob.github.io/sketch-threejs/sketch/cyberspace.html"
randomlinks[297]="https://www.spielzeugz.de/html5/sticky-thing/"
randomlinks[298]="https://demos.littleworkshop.fr/track"
randomlinks[299]="http://www.dennis.video/"
randomlinks[300]="https://oguzeroglu.github.io/ROYGBIV/demo/villneuvedascq/application.html"
randomlinks[301]="https://david.li/paint/"
randomlinks[302]="https://hughsk.io/popcorn/"
randomlinks[303]="https://adventuremachine.4thfloorcreative.co.uk/"
randomlinks[304]="https://david.li/fluid/"
randomlinks[305]="https://david.li/flow/"
randomlinks[306]="https://www.hiteshsahu.com/SinkHole"
randomlinks[307]="https://codepen.io/iamjoshellis/full/qbBKZB/"
randomlinks[308]="https://codepen.io/xorxor_hu/full/woKBwo/"
randomlinks[309]="https://ykob.github.io/sketch-threejs/sketch/hole.html"
randomlinks[310]="https://codepen.io/frost084/full/QWbNyjN"
randomlinks[311]="https://codepen.io/Godje/full/mOzpEY/"
randomlinks[312]="https://yiwenl.github.io/Sketches/exps/67/"
randomlinks[313]="https://hextunel.netlify.app/"
randomlinks[314]="https://codepen.io/supah/full/XWdyLjb"
randomlinks[315]="https://codepen.io/nanoshrine/full/NWNazBL"
randomlinks[316]="https://5f6221884c2c4800dae91d92--threejslines.netlify.app/"
randomlinks[317]="https://adinunz.io/supershape/"
randomlinks[318]="http://codepen.io/bali_balo/full/yJOmgv/"
randomlinks[319]="https://alexanderperrin.com.au/triangles/ballooning/"
randomlinks[320]="https://prototypes.sennep.com/experiments/squeeshy/"
randomlinks[321]="https://boytchev.github.io/mannequin.js/examples/example-dynamic.html"
randomlinks[322]="https://raymarchingmatcaps.netlify.app/"
randomlinks[323]="https://boytchev.github.io/mannequin.js/examples/example-point.html"
randomlinks[324]="http://typedrummer.com/"
randomlinks[325]="https://christmasexperiments.com/2018/04/hatsumode/"
randomlinks[326]="https://christmasexperiments.com/2018/05/the-forest-spirits/"
randomlinks[327]="https://christmasexperiments.com/2018/06/xmas-tree/"
randomlinks[328]="https://christmasexperiments.com/2018/07/lithos/"
randomlinks[329]="https://christmasexperiments.com/2018/08/reflect/"
randomlinks[330]="https://rockpaperscissors.ai/"
randomlinks[331]="https://meowmart.mailchimp.com/"
randomlinks[332]="https://adinunz.io/translucentPearls/"
randomlinks[333]="https://ykob.github.io/sketch-threejs/sketch/fire_ball_2.html"
randomlinks[334]="https://smashthewalls.com/"
randomlinks[335]="http://cabbibo.com/"
randomlinks[336]="https://musiclab.chromeexperiments.com/Song-Maker"
randomlinks[337]="http://www.edshark.com/ocean-of-words/"
randomlinks[338]="https://morse.withgoogle.com/learn/"
randomlinks[339]="https://www.patatap.com/"
randomlinks[340]="https://knots.netlify.app/"
randomlinks[341]="https://pudding.cool/2017/03/music-history/"
randomlinks[342]="https://www.micro-pano.com/pearl/index.html"
randomlinks[343]="https://synesthesia.rikard.io/"
randomlinks[344]="https://codepen.io/Hornebom/full/RjdyJr"
randomlinks[345]="https://codepen.io/Hornebom/full/oOavpd"
randomlinks[346]="https://codepen.io/cvaneenige/full/wNbRxW"
randomlinks[347]="http://2018.makemepulse.com/"
randomlinks[348]="https://codepen.io/hiteshsahu/full/jOqyPJG"
randomlinks[349]="https://www.yanlinma.com/flat-ui-and-a-half/"
randomlinks[350]="https://sokyokuban.com/"
randomlinks[351]="https://hostrider.com/"
randomlinks[352]="https://demo.marpi.pl/dark_haze/"
randomlinks[353]="https://codepen.io/elsemeow/full/gOwYMNR"
randomlinks[354]="https://codepen.io/tr13ze/full/PNWwVB"
randomlinks[355]="https://glitchy.website/"
randomlinks[356]="https://2020game.io/"
randomlinks[357]="https://codepen.io/miocene/full/rNOVWor"
randomlinks[358]="https://anengineer.netlify.app/"
randomlinks[359]="https://daftisland.netlify.app/"
randomlinks[360]="https://apocalyptic.netlify.app/"
randomlinks[361]="https://vaporwaver.netlify.app/"
randomlinks[362]="https://www.clicktorelease.com/code/polygon-shredder/"
randomlinks[363]="https://www.clicktorelease.com/code/codevember-2017/chromeography/"
randomlinks[364]="https://www.clicktorelease.com/code/codevember-2017/glow-worms/"
randomlinks[365]="https://sequencer.henryfellerhoff.com/"
randomlinks[366]="https://rainbowhunt.com/relaxing-raindrop-sounds.html"
randomlinks[367]="https://virtocean.com"
randomlinks[368]="https://wetclap.com"
randomlinks[369]="https://slideventura.com/"
randomlinks[370]="https://recollection.ukon.dev/"
randomlinks[371]="https://codepen.io/amit_sheen/full/XWMXwvJ"
randomlinks[372]="https://javier.xyz/pintr/"
roncoo-pay
开源的 Java 互联网业务支付系统。拥有独立的账户体系、用户体系、支付接入体系、支付交易体系、对账清结算体系等,想学习支付相关技术的同学可以看看这个项目