Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
angara
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
angara
6y ago
Fascinating, do you have any links to papers about machine-verifiable formalisms?
2.
▲
by
angara
7y ago
If you are following along with gcc on Linux and continuing to get linker errors even after adding -lfreetype, try passing it as the very last argument, e.g. gcc `pkg-config --cflags freetype2` -Wall -Werror -o main main.c -lfreetype
3.
▲
by
angara
7y ago
> This whole “study” is based on data gathered through a “viral Facebook quiz” in which people provided self-assestments of their own skills and learning process. The quiz (which you can take yourself at http://archive.gameswi
4.
▲
by
angara
8y ago
Regular expressions are also useful for lexing. I like to work from this example code from the Python standard library docs: https://docs.python.org/3.6/library/re.html#writing-a-tokeni...
5.
▲
by
angara
8y ago
Historically inaccurate flags are used for the Soviet Union, Germany pre-1949, and Libya as well. It seems the creator chose to use the modern flag in all cases for consistency.
6.
▲
by
angara
8y ago
> Java is not a good language for compilers Could you elaborate?