- 博客(275)
- 收藏
- 关注
原创 github proxy clone and download util
【代码】github proxy clone and download util。
2025-08-19 01:43:50
79
原创 implement unpack zipped program in c and go, wrap go as dll(1)
因为Windows缺少非常通用的解压缩包cli程序,现在来搞一个cli程序,使得c调用go编译出来的dll以完成解压,因为go对解包非常便捷,虽然使用纯c的话会性能更好,但是工作量太大了,性能不好就不好吧。
2025-08-18 01:14:36
294
原创 wrap go qrcode generator as dll for c to use
/ 纠错级别(与Go代码中定义一致)QR_EC_LEVEL_L = 0, // 7%纠错能力QR_EC_LEVEL_M = 1, // 15%纠错能力QR_EC_LEVEL_Q = 2, // 25%纠错能力QR_EC_LEVEL_H = 3 // 30%纠错能力// 错误码(与Go代码中定义一致)QR_ERROR_INVALID_PARAM = 1, // 参数无效QR_ERROR_CREATE_FAILED = 2, // QR码创建失败。
2025-08-17 02:50:42
234
原创 reuse: python script: 1. telnet server 2. remove c comment
【代码】reuse: python script: 1. telnet server 2. remove c comment。
2025-08-17 01:05:43
428
原创 implement copy file content to clipboard on Windows
【代码】implement copy file content to clipboard on Windows。
2025-08-16 23:41:22
271
原创 raylib java jni linux probe
/ 加载JNI库static {// 工具类型常量// Native方法声明while (!#include <stdlib.h> // 提供malloc和free函数声明// 定义主键盘数字键的ASCII值49505152535455// 工具类型定义TOOL_LINE,TOOL_FILL} ToolType;// 全局状态变量// 字符串转换函数if (jstr!= NULL) {
2025-08-12 17:46:21
301
原创 wrap cpp variant as dll for c to use
【代码】wrap cpp variant as dll for c to use。
2025-08-11 22:05:44
1022
1
原创 reuse: for booting my spring project with mvn in Windows command line
【代码】reuse: for booting my spring project with maven in Windows command line。
2025-08-10 16:05:44
270
原创 gnu smalltalk is damn shit language, but I create a todo program
【代码】gnu smalltalk is damn shit language, but I create a todo program。
2025-08-10 02:14:09
260
原创 android13打基础: 接收自定义广播并在接收到广播时触发设备震动
【代码】android13打基础: 接收自定义广播并在接收到广播时触发设备震动。
2025-03-04 16:07:17
331
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人