Skip to content
View haocdp's full-sized avatar

Block or report haocdp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. qgis_dev_hao qgis_dev_hao Public

    qgis二次开发

    C++ 5 1

  2. trajectory_handle trajectory_handle Public

    Python 2

  3. LifeGame LifeGame Public

    生命游戏是英国数学家约翰·何顿·康威在1970年发明的细胞自动机,它包括一个二维矩形世界,这个世界中的每个方格居住着一个活着的或死亡的细胞。一个细胞在下一个时刻生死取决于相邻八个方格中活着的或死了的细胞的数量。如果相邻方格活着的细胞数量过多,这个细胞会因为资源匮乏而在下一个时刻死去;相反,如果周围活细胞过少,这个细胞会因太孤单而死去。游戏在一个类似于围棋棋盘一样的,可以无限延伸的二维方格网中…

    1

  4. CsvBatchImport CsvBatchImport Public

    qgis中的插件,可以批量读取一个文件夹下的csv文件,但是csv中必须要有longitude和latitude标题

    Python 1

  5. hello-world hello-world Public

    the first repository

  6. Storm_Kafka_demo Storm_Kafka_demo Public

    该项目是在学习storm集群部署和storm与kafka集成过程中所写的或者其他人的demo。有一定借鉴意义,但是可能借鉴意义并不大,学习技术还是需要自己动手进行实践。加油

    Java