Hao He

Results 12 comments of Hao He

Also want to ask the same question. Libraries.io dataset has become one of the most important datasets in the academic field of software engineering and is being used in all...

Thank you for your comment. Regarding your suggestions: * I have added the case when the Bonacich centrality simplifies to the eigenvector centrality in the documentation. * I added them...

Ocean的代码在src/Water3.cpp,里面的全局变量gPause默认为true,需要按P切换暂停 这应该是一个bug,之前可能某个时候改成了true然后忘改了...

很久以前找的,已经忘了...

I think it is a link error which typically results from two cases 1. Your system do not have libbz2 installed in your computer 2. Your system have libbz2 installed...

这是C++编译时由于没有找到freetype库报的链接错误,具体怎么解决会依赖于你这边的操作系统和开发环境。 一般而言,首先需要在你的系统里安装freetype库,然后修改`CMakeList.txt`,让它能够找到freetype库,可能还需要添加include path和library path。我自己的环境是Mac OS X,这个CMakeList.txt不一定能在所有环境下运行,可能需要根据你这边的环境做一些别的修改,具体可以参考CMake的官方文档。

这个是编译的时候已经能找到freetype的include头文件,但是还是没有找到freetype的库文件(.so/.a/.dll之类)的表现。可以尝试找到你安装的那个库文件的位置,用add_library把他手动加进来并在add_executable里加上这个库,然后再看能不能编译。 如果还不能的话,可能是库版本问题或者什么别的问题,可以直接在代码里删掉全部freetype库有关的内容(主要是与输出文字有关的),应该不影响运行。如果要添加简单的控制台和GUI,强烈推荐只有GUI的imgui库,不用考虑复杂的编译链接问题。

Another option is to design a new logo that is self-explanatory (or we explain it somewhere in the repo and in the website) :-)

> Could you assign the tasks to people? :-) Runzhi has invited Haonan for some of the frontend tasks, but we are not sure which one he will work on...

[GFI-Bot] Predicted as Good First Issue with probability 52.29%.