{"id":15991953,"url":"https://github.com/lewiszlw/hello-world","last_synced_at":"2026-02-04T15:02:20.414Z","repository":{"id":37166394,"uuid":"178326493","full_name":"lewiszlw/hello-world","owner":"lewiszlw","description":"Demos in learning program languages, libraries and frameworks. 学习编程语言、库和框架的示例实现。","archived":false,"fork":false,"pushed_at":"2022-12-27T04:11:18.000Z","size":4367,"stargazers_count":3,"open_issues_count":24,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T17:18:21.315Z","etag":null,"topics":["c","dart","dubbo","flutter","java","netty","python","spring","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lewiszlw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-29T03:33:49.000Z","updated_at":"2022-11-16T08:26:29.000Z","dependencies_parsed_at":"2023-01-31T02:31:35.585Z","dependency_job_id":null,"html_url":"https://github.com/lewiszlw/hello-world","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewiszlw%2Fhello-world","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewiszlw%2Fhello-world/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewiszlw%2Fhello-world/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lewiszlw%2Fhello-world/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lewiszlw","download_url":"https://codeload.github.com/lewiszlw/hello-world/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675633,"owners_count":20977376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","dart","dubbo","flutter","java","netty","python","spring","spring-boot"],"created_at":"2024-10-08T06:04:39.306Z","updated_at":"2026-02-04T15:02:20.367Z","avatar_url":"https://github.com/lewiszlw.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hello-world\n主要记录编程学习实践（语言、数据结构与算法、技术书籍、框架等）\n\n## hello-world-java - Java 编程语言学习\n- [《深入理解Java虚拟机》](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/_DeepUnderstandingOfJavaVirtualMachine)\n- [《Netty实战》](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/_NettyInAction)\n- [《Java并发编程的艺术》](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/_TheArtOfJavaConcurrencyProgramming)\n- [Java8](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/java8)\n- [JavaSE](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/javase)\n- [Google Guava](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/guava)\n- [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)\n- [动态代理](https://github.com/lewiszlw/hello-world/tree/master/hello-world-java/src/main/java/lewiszlw/dynamicproxy)\n\n## hello-world-c - C 编程语言学习\n- [C11](https://github.com/lewiszlw/hello-world/tree/master/hello-world-c/c11)\n- [Socket](https://github.com/lewiszlw/hello-world/tree/master/hello-world-c/socket)\n- [pthread](https://github.com/lewiszlw/hello-world/tree/master/hello-world-c/pthread)\n- [process](https://github.com/lewiszlw/hello-world/tree/master/hello-world-c/process)\n\n## hello-world-cpp - C++ 编程语言学习\n- [C++11](https://github.com/lewiszlw/hello-world/tree/master/hello-world-cpp/cpp11)\n\n## hello-world-python -  Python 编程语言学习\n- [appium](https://github.com/lewiszlw/hello-world/tree/master/hello-world-python/appium)\n\n## hello-world-rust - Rust 编程语言学习\n\n## hello-world-projects - 框架、库等等项目实践\n- [Maven多模块项目实践](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/multi-module)\n- [Dubbo 示例](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/dubbo-demo)\n- [RocketMQ 示例](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/rocketmq-demo)\n- [阿里面试题：租房中介系统](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/alibaba-interview-rental-intermediary)\n- [Dagger 示例](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/dagger-demo)\n- [学习 Spring Cloud](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/spring-cloud-demo)\n- [学习 Spring Retry](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/spring-retry-demo)\n- [学习 Prometheus](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/prometheus-demo)\n- [学习 Arthas](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/arthas-demo)\n- [学习 TarsosDSP 分析音频](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/tarsosdsp-demo)\n- [学习 ELK](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/elk-demo)\n- [JVM 性能分析](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/jvm-analysis-demo)\n- [学习 gRPC](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/grpc-demo)\n- [学习 Nginx](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/nginx-demo)\n- [学习 CMake](https://github.com/lewiszlw/hello-world/tree/master/hello-world-projects/cmake-demo)\n\n\n## hello_world_flutter - Flutter 框架学习\n- [Whatsapp简单模仿](https://github.com/lewiszlw/hello-world/tree/master/hello_world_flutter/lib/apps/whatsapp)\n- [常见Widget使用](https://github.com/lewiszlw/hello-world/tree/master/hello_world_flutter/lib/widgets)\n\n## hello-world-source-code-notes - 源码阅读笔记\n\n## hello-world-assembly - 汇编语言学习\n\n## 其他\n- [Java 实现各类设计模式](https://github.com/lewiszlw/design-pattern)\n- [平时写的一些有趣的脚本](https://github.com/lewiszlw/scripts)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewiszlw%2Fhello-world","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flewiszlw%2Fhello-world","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flewiszlw%2Fhello-world/lists"}