Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
learn
| Date | Stars |
|---|---|
| 2026-07-24 | 1338 |
| 2026-07-25 | 1338 |
| 2026-07-28 | 1338 |
| 2026-07-30 | 1338 |
| 2026-08-09 | 1339 |
| 2026-08-18 | 1340 |
| 2026-08-22 | 1341 |
| 2026-08-25 | 1342 |
| 2026-08-26 | 1343 |
| 2026-09-03 | 1343 |
| 2026-09-16 | 1343 |
| 2026-09-17 | 1343 |
| 2026-09-20 | 1343 |
Today
— stars today
This week
— stars this week
This month
+3 stars this month
Momentum
0.0
growth rate 0.00%/day
I am an endless, active learner. I embrace challenges beyond my current abilities to broaden my knowledge the most. I want to know a little about a lot, and a lot about little: my favorites are C++ and Go. **The best way to learn is to teach what you have learned to other people.** I tried [YouTube channel](https://www.youtube.com/channel/UCWzSgIp_DYRQnEsJuH32Fww), which was *hard to maintain*. So I decided to write my own textbook. **I am still learning, and I may say things out of ignorance.** Every post is *working in progress*, non-committal on a timeline. The point is to review and improve over time. This is a **_personal white-board_** where I *scribble* anything, *organize* my code, learning experiences. I appreciate any kind of *feedback* or *suggestions*. Please email <a href="mailto:[email protected]" target="_blank">[email protected]</a>, [`issues`](https://github.com/gyuho/learn/issues), or [`pull request`](https://github.com/gyuho/learn/pulls). <br><hr> ### Contents - [Articles](#articles) - [Unix, linux](#unix-linux) - [Assembly](#assembly) - [C](#c) - [C++](#c-1) - [Go](#go) - [Python](#python) - [Computer systems](#computer-systems) - [Security systems](#security-systems) - [Database systems](#database-systems) - [Linguistics, natural language processing](#linguistics-natural-language-processing) - [Mathematics, statistics](#mathematics-statistics) - [Data structures and algorithms](#data-structures-and-algorithms) [↑ top](#contents) <br><br> ## Articles - [etcd: distributed key-value store with grpc/http2](https://github.com/gyuho/learn/tree/master/doc/etcd_distributed_key_value_store_with_grpc_http2) [↑ top](#contents) <br><br> ## Unix, linux Unix is essential in software development. > This is the Unix philosophy: Write programs > that do one thing and do it well. > > *Doug McIlroy* - [*linux setup*](https://github.com/gyuho/learn/tree/master/doc/linux_setup) [↑ top](#contents) <br><br> ## Assembly > An assembly language (or assembler language) is a low-level programming > language for a computer, or other programmable device, in which there is a > very strong (generally one-to-one) correspondence between the language and > the architecture's machine code instructions. Each assembly language is > specific to a particular computer architecture, in contrast to most > high-level programming languages, which are generally portable across > multiple architectures, but require interpreting or compiling. > > [*Assembly language*](https://en.wikipedia.org/wiki/Assembly_language) *by Wikipedia* - [*Assembly: introduction*](https://github.com/gyuho/learn/tree/master/doc/assembly_introduction) - [*Assembly: arithmetics, if*](https://github.com/gyuho/learn/tree/master/doc/assembly_arithmetics_if) [↑ top](#contents) <br><br> ## C C is a small language. And it helps you better understand how system works in low-level. It's still being used everywhere. I only wish I had more time to learn more about C. - [*C: introduction, printf, scanf*](https://github.com/gyuho/learn/tree/master/doc/c_introduction_printf_scanf) - [*C: type, variable, operator*](https://github.com/gyuho/learn/tree/master/doc/c_type_variable_operator) - [*C: logic, loop*](https://github.com/gyuho/learn/tree/master/doc/c_logic_loop) - [*C: array, pointer*](https://github.com/gyuho/learn/tree/master/doc/c_array_pointer) [↑ top](#contents) <br><br> ## C++ [**_Is learning C++ still worthwhile?_**](http://www.quora.com/Is-learning-C++-still-worthwhile) Yes! I really want to learn more about C++: > C++ is one of the most widely used programming languages > in the world. Well-written C++ programs are fast and efficient. > The language is more flexible than other languages because you > can use it to create a wide range of apps—from fun and exciting > games, to high-performance scientific software, to device drivers, > embedded programs, and Windows client apps. For more than 20 years, > C++ has been used to solve problems like these an
Excerpt of 13,067 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:e75db956ee1cf453, topic:tutorial, topic:learning