-
-
multi_experiments Public
Forked from javonhe/multi_experimentsexperiments for study
C GNU General Public License v3.0 UpdatedJan 19, 2025 -
spider-flow Public
Forked from ssssssss-team/spider-flow新一代爬虫平台,以图形化方式定义爬虫流程,不写代码即可完成爬虫。
Java MIT License UpdatedOct 23, 2024 -
HotSecondsIDEA Public
Forked from Liubsyy/HotSecondsIDEAThis is a plug-in for remote hot deployment, which can realize hot parts and file uploads.
Java GNU General Public License v3.0 UpdatedSep 8, 2023 -
mybatis-plus Public
Forked from baomidou/mybatis-plusAn powerful enhanced toolkit of MyBatis for simplify development
Java Apache License 2.0 UpdatedJul 30, 2023 -
openvpn Public
Forked from OpenVPN/openvpnOpenVPN is an open source VPN daemon
C Other UpdatedJul 25, 2023 -
FXGL Public
Forked from AlmasB/FXGLJava / JavaFX / Kotlin Game Library (Engine)
Java MIT License UpdatedJul 15, 2023 -
FXGLGames Public
Forked from AlmasB/FXGLGamesThis repo contains sample games built with FXGL
Java MIT License UpdatedMay 21, 2023 -
ChatGLM-6B Public
Forked from zai-org/ChatGLM-6BChatGLM-6B: An Open Bilingual Dialogue Language Model | 开源双语对话语言模型
Python Apache License 2.0 UpdatedMay 20, 2023 -
TranslationPlugin Public
Forked from YiiGuxing/TranslationPluginTranslation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.
Kotlin MIT License UpdatedApr 19, 2023 -
CodeGuide Public
Forked from fuzhengwei/CodeGuide📚 本代码库是作者小傅哥多年从事一线互联网 Java 开发的学习历程技术汇总,旨在为大家提供一个清晰详细的学习教程,侧重点更倾向编写Java核心内容。如果本仓库能为您提供帮助,请给予支持(关注、点赞、分享)!
Apache License 2.0 UpdatedDec 28, 2022 -
guide-idea-plugin Public
Forked from fuzhengwei/guide-idea-pluginIDEA Plugin 插件开发可以帮助研发人员提升能效,解决一些实际场景中的共性问题。但最近在折腾IDEA插件开发的时候,市面的资料确实不多,也没有成体系完整的开发指导手册,所以就遇到了很多不知道就不会的事情,需要一点点查询搜索源码、验证API接口,最终把各项功能实现,当然在这个过程中也确实踩了不少坑!接下来在这个专栏会把一些关于 IDEA 插件开发用到的各项知识做成案例输出出来,帮助有需…
Java Apache License 2.0 UpdatedDec 27, 2022 -
build-your-own-x Public
Forked from codecrafters-io/build-your-own-xMaster programming by recreating your favorite technologies from scratch.
UpdatedDec 25, 2022 -
apisecurityinaction Public
Forked from NeilMadden/apisecurityinactionSource code that accompanies the book API Security in Action
MIT License UpdatedNov 27, 2022 -
SmartRefreshLayout Public
Forked from scwang90/SmartRefreshLayout🔥下拉刷新、上拉加载、二级刷新、淘宝二楼、RefreshLayout、OverScroll,Android智能下拉刷新框架,支持越界回弹、越界拖动,具有极强的扩展性,集成了几十种炫酷的Header和 Footer。
Java Apache License 2.0 UpdatedNov 15, 2022 -
java-8-lambdas-exercises Public
Forked from RichardWarburton/java-8-lambdas-exercisesExercises and Answers for Java 8 Lambdas book
Java MIT License UpdatedSep 21, 2022 -
MavenHelper Public
Forked from krasa/MavenHelperIntelliJ plugin - https://plugins.jetbrains.com/plugin/7179
Java Apache License 2.0 UpdatedJul 31, 2022 -
miniJVM Public
Forked from digitalgust/miniJVMDevelop iOS Android app in java, Cross platform java virtual machine , the minimal jvm .
C UpdatedMay 27, 2022 -
mini-jvm Public
Forked from guxingke/mini-jvm使用 JDK8 实现 JVM(Java Virtual Machine)
Java GNU Lesser General Public License v3.0 UpdatedMay 3, 2022 -
DingDongHelper Public
Forked from Skykai521/DingDongHelper叮咚买菜抢菜插件
Kotlin GNU General Public License v3.0 UpdatedApr 8, 2022 -
coder-kung-fu Public
Forked from yanfeizhang/coder-kung-fu开发内功修炼
C Apache License 2.0 UpdatedMar 12, 2022 -
-
fuzhengwei.github.io Public
Forked from fuzhengwei/fuzhengwei.github.io本仓库以基于 docsify 构建的所见即所得博客,程序员👨🏻💻伙伴可以通过克隆仓库,配置基础的信息就可以拥有一个这样的博客了!
Apache License 2.0 UpdatedMar 4, 2022 -
db-tutorial Public
Forked from dunwu/db-tutorial💾 db-tutorial 是一个数据库教程。
Java Creative Commons Attribution Share Alike 4.0 International UpdatedMar 1, 2022 -
flash-linux0.11-talk Public
Forked from dibingfa/flash-linux0.11-talk你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
C UpdatedJan 6, 2022 -
Cloudreve Public
Forked from cloudreve/cloudreve🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
Go GNU General Public License v3.0 UpdatedNov 30, 2021 -
-
-
oatpp Public
Forked from oatpp/oatpp🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
C++ Apache License 2.0 UpdatedSep 15, 2021 -
small-spring Public
Forked from fuzhengwei/small-spring🌱《 Spring 手撸专栏》,本专栏以 Spring 源码学习为目的,通过手写简化版 Spring 框架,了解 Spring 核心原理。在手写的过程中会简化 Spring 源码,摘取整体框架中的核心逻辑,简化代码实现过程,保留核心功能,例如:IOC、AOP、Bean生命周期、上下文、作用域、资源处理等内容实现。
Java Apache License 2.0 UpdatedAug 15, 2021