Gogs has many issues that no one want to fix.
HN user
kerneldeveloper
Thanks for these researchers. They can save the world. Looking forward to the human-applicable treatment!
It seems like Source Insight for Linux/Mac.
This tutorial is brilliant. It explains the usage of lex and yacc very clearly. The second part of this video tutorial is here:
https://www.youtube.com/watch?v=__-wUHG2rfM
The source code for this tutorial can be downloaded from GitHub:
I will read the first few chapters to learn the basic knowledge. In the meantime, I will try my best to understand every example and run it. And then I will do something interesting such as writing a more complex program. Practice is my motivation to learn advanced topics. If I only read the book, I will lose interest quickly because this is very boring, especially for some difficult chapters.
After I think I have mastered the basic chapters, I will continue reading the subsequent contents. I won't try to understand everything in the advanced parts. Instead, I just read some useful content and treat other content as a technical dictionary so I can refer to it in the future.
I like learning a language/tool as quickly as possible, and then try to use it more skilled.
I once found a book called "Machine and Assembly Language Programming of the PDP-11" in our university library. It is very old and was published in the 1980s. It includes some interesting knowledge about two pass assembler, relocation and two pass linker.
There is also a tool which can convert Latex equations into images: http://www.sciweavers.org/free-online-latex-equation-editor
If you want to use a powerful gdb visual interface, you may want to try DDD. However, DDD has an old-fashioned GUI which is very crude. I have tried several visual debugging tools, such as RedHat Insight, DDD, Nemiver and kdbg, but none of them is enough powerful or stable. As far as I know, DDD can't display non-English comments in source code.
Now I'm using an awesome GDB init file to construct a convenient debugging interface. It's an open source project and you won't regret it: https://github.com/cyrus-and/gdb-dashboard
There is also a browser-based frontend for GDB: https://github.com/cs01/gdbgui
If you want to try more, search the keyword GDB on GitHub and sort by stars, then you will find many GDB enhancement tools.
You are lucky. Some projects have difficulty because everyone wants to use it but no one wants to contribute to it. The inbox of the maintainers may be full filled with bug reports and they have to spend one or two hours to handle these problems. They are tired.
Although China's copyright law indeed protects people's work, open source software is still a gray area. As far as I know, there is no clear stipulation in China's law to judge whether software complies GPL or other licenses.
In China, open source licenses don't have any legal effect, so it's hard to safeguard legal rights. In recent years some open source organizations have been founded and they hope their efforts can change the environment of open source in China. However, there is still a long way to go.
I think the Linux kernel source code is also very clean and it's worth reading. I prefer its coding style.
Here is the GitHub repository of the Ubuntu Kylin project: https://github.com/ukui
This is awesome! VisuAlgo don't have Red-Black tree, but this link fills the gap.
It's worth it! Pick a good domain name and set up a blog and then, write some awesome blogs! Hey, man, you won't regret it.
.me is suitable for personal site and it is indeed a problem for a company. However, a takeaway website in China owns the domain "ele.me" which is easier for Chinese to pronounce it with Chinese phonetic alphabet.
I have decided to buy a MYNAME.io domain. I will regret not buying it if it is taken by others.
Which TLD provider do you buy your domain from? I have bought two .me domains from namecheap and there will be many notifications before expiration.
Yeah, OpenGrok is also an awesome cross reference engine. However, its installation steps are a little difficult, especially for some non-web developer. I once wanted to host OpenGrok on my VPS, but I finally gave up :)
Maybe we have to concatenate some words and create a new word which doesn't exist in English dictionary to get a unique project name :)
When I submitted this topic, I hesitated about whether should I add "Elixir" to the title. I know this may confuse some people because "Elixir" is also a programming language. However, I think project's name may also help people to distinguish it from other projects, so I add it. It seems that this title indeed causes it to be mistaken for something else and I'm sorry for that.
How do I get notified when someone else replies my comment?
I must recommend two books, both of them are awesome. One is Algorithm by Sedgewick and the other is The Algorithm Design Manual by Steven S. Skiena. You can read the first book and then the other. If you want some challenges and practice, try LeetCode and HackerRank. By the way, it'd be better to keep a discrete math book at hand, it would help you if you encounter some mathematical proof problems. I would recommend Discrete Mathematics and Its Applications by Kenneth H. Rosen for reference.
Besides that, from the open source perspective, RedHat's contribution is greater than Canonical, especially the linux kernel.
I think some people may want to take over Unity 8 and continue developing it. An obvious characteristic of the open source community is divergence, which means forking an existing project or reinventing wheels. Although I'm a GTK developer, I also think Unity is a good desktop environment because of its usability to the non-technical user. But, I still don't like the Canonical's work style that reinvents too many things, such as Bazaar. I like Launchpad for its convenience, while I think Bazaar is awful compared with Git.
I read the code roughly. It seems that this project is just a wrapper of git commands :)
It seems that the effect of this APP depends heavily on the phone camera.