Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewiszlw/hello-world
Demos in learning program languages, libraries and frameworks. 学习编程语言、库和框架的示例实现。
https://github.com/lewiszlw/hello-world
c dart dubbo flutter java netty python spring spring-boot
Last synced: 1 day ago
JSON representation
Demos in learning program languages, libraries and frameworks. 学习编程语言、库和框架的示例实现。
- Host: GitHub
- URL: https://github.com/lewiszlw/hello-world
- Owner: lewiszlw
- Created: 2019-03-29T03:33:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T04:11:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T15:31:38.610Z (about 2 months ago)
- Topics: c, dart, dubbo, flutter, java, netty, python, spring, spring-boot
- Language: C
- Homepage:
- Size: 4.16 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-world
主要记录编程学习实践(语言、数据结构与算法、技术书籍、框架等)## hello-world-java - Java 编程语言学习
- [《深入理解Java虚拟机》](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/_DeepUnderstandingOfJavaVirtualMachine)
- [《Netty实战》](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/_NettyInAction)
- [《Java并发编程的艺术》](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/_TheArtOfJavaConcurrencyProgramming)
- [Java8](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/java8)
- [JavaSE](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/javase)
- [Google Guava](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/guava)
- [Jmockit](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/jmockit) / [Mockito](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/mockito)
- [动态代理](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/dynamicproxy)## hello-world-c - C 编程语言学习
- [C11](https://github.com/lewiszlw/hello-world/tree/master/hello-world-c/c11)
- [Socket](https://github.com/lewiszlw/hello-world/tree/master/hello-world-c/socket)
- [pthread](https://github.com/lewiszlw/hello-world/tree/master/hello-world-c/pthread)
- [process](https://github.com/lewiszlw/hello-world/tree/master/hello-world-c/process)## hello-world-cpp - C++ 编程语言学习
- [C++11](https://github.com/lewiszlw/hello-world/tree/master/hello-world-cpp/cpp11)## hello-world-python - Python 编程语言学习
- [appium](https://github.com/lewiszlw/hello-world/tree/master/hello-world-python/appium)## hello-world-rust - Rust 编程语言学习
## hello-world-projects - 框架、库等等项目实践
- [Maven多模块项目实践](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/multi-module)
- [Dubbo 示例](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/dubbo-demo)
- [RocketMQ 示例](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/rocketmq-demo)
- [阿里面试题:租房中介系统](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/alibaba-interview-rental-intermediary)
- [Dagger 示例](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/dagger-demo)
- [学习 Spring Cloud](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/spring-cloud-demo)
- [学习 Spring Retry](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/spring-retry-demo)
- [学习 Prometheus](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/prometheus-demo)
- [学习 Arthas](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/arthas-demo)
- [学习 TarsosDSP 分析音频](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/tarsosdsp-demo)
- [学习 ELK](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/elk-demo)
- [JVM 性能分析](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/jvm-analysis-demo)
- [学习 gRPC](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/grpc-demo)
- [学习 Nginx](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/nginx-demo)
- [学习 CMake](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/cmake-demo)## hello_world_flutter - Flutter 框架学习
- [Whatsapp简单模仿](https://github.com/lewiszlw/hello-world/tree/master/hello_world_flutter/lib/apps/whatsapp)
- [常见Widget使用](https://github.com/lewiszlw/hello-world/tree/master/hello_world_flutter/lib/widgets)## hello-world-source-code-notes - 源码阅读笔记
## hello-world-assembly - 汇编语言学习
## 其他
- [Java 实现各类设计模式](https://github.com/lewiszlw/design-pattern)
- [平时写的一些有趣的脚本](https://github.com/lewiszlw/scripts)