Skip to content
View L273's full-sized avatar

Block or report L273

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. LibCap_Analyze LibCap_Analyze Public

    基于Libcap的一个C的网络流量分析器。这里利用网卡的混杂模式抓包,并对包的大部分头都进行的了解析,可以在此基础上进行更大的拓展。

    C 4 3

  2. SpidarAndDataAnalyse SpidarAndDataAnalyse Public

    基于Selenuium的爬虫,以及利用pandas实现的部分数据分析。由于这里还没有使用sklearn的包。所以,线性回归的拟合函数是根据公式手动实现的

    Python 1

  3. Cryptology- Cryptology- Public

    各种密码算法的实现,其中,既有分组密码,也有公钥密码,并且,对于古典的hill密码,进行了改良,以便能够应对不同长度的字符串输入

    Python 1

  4. DiyTomcat DiyTomcat Public

    一个仿Tomcat的项目,其中,完成了Servlet的装配(使用了URL装载器)、JSP(中间JSP页面转化成Servlet的中间件是用现成代码)。其中对于xml使用jsoup进行处理,而对项目文件的相关目录使用了watcher进行监听,以此实现reload的热加载。监听器listener是利用函数依附在request、response、context、sessionManger中等,当然这…

    Java 1

  5. HelloWorld HelloWorld Public

    Java

  6. BMP_Exchange BMP_Exchange Public

    可以删除和修改24位BMP位图的头。当然由于程序里对头进行了结构体的解析。所以本程序还可以在此基础上进行其他拓展

    C