上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 55 下一页
摘要: https://hypercache.net/ https://hypercache.net/metadata/E5D8A7D8D81A311FCF5DD81F8384A76C99272793/ 阅读全文
posted @ 2024-03-09 13:31 profesor 阅读(9) 评论(0) 推荐(0) 编辑
摘要: #!/usr/local/bin/perl -w use strict; use v5.10; my $torrent = shift; foreach ( `btcheck -li 2>/dev/null $torrent` ) { /Torrent Hash : ([a-f0-9]{40})$/ 阅读全文
posted @ 2024-03-05 23:55 profesor 阅读(2) 评论(0) 推荐(0) 编辑
摘要: say会自动增加“\n”,而print不会。 perl默认不支持say,如何启动say呢? 程序的开头,添加: use feature "say"; 或 use v5.10; 其他方法,参照:https://stackoverflow.com/questions/37694988/how-do-i- 阅读全文
posted @ 2024-03-05 23:50 profesor 阅读(43) 评论(0) 推荐(0) 编辑
摘要: FreeBSD上安装 pkg search btcheck pkg install btcheck man btcheck 使用: btcheck -li ABF-073.torrent Announce URL : https://eu.org/AnnounceDir. Name : ABF-07 阅读全文
posted @ 2024-03-05 23:40 profesor 阅读(378) 评论(0) 推荐(0) 编辑
摘要: Elementary Number Theory & its applications, 7th editionPublished by Pearson (November 18, 2022) © 2023 https://www.pearson.com/en-us/subject-catalog/ 阅读全文
posted @ 2024-03-03 20:23 profesor 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 莱昂氏UNIX源代码分析https://book.douban.com/subject/1231822/ 日本人开办过一个阅读此书源码的兴趣小组,可以使用google搜索下 搭配这个虚假机去理解内核代码:PDP-11虚拟机和UNIX V5,V6,V7的源代码https://book.douban.c 阅读全文
posted @ 2024-02-28 13:16 profesor 阅读(16) 评论(0) 推荐(0) 编辑
摘要: Understanding the Linux Kernel, Third Edition 3rd Edition by Daniel Bovet (Author), Marco Cesati (Author)https://www.amazon.com/Understanding-Linux-Ke 阅读全文
posted @ 2024-02-28 13:15 profesor 阅读(5) 评论(0) 推荐(0) 编辑
摘要: https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra 阅读全文
posted @ 2024-02-24 00:25 profesor 阅读(60) 评论(0) 推荐(0) 编辑
摘要: Half of College Grads Are Working Jobs That Don’t Use Their Degrees Choice of major, internships and getting the right first job after graduation are 阅读全文
posted @ 2024-02-23 15:04 profesor 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/375214064 至于冷门非通用语种劝退是另一回事 https://www.zhihu.com/question/369699567/answer/1303657100 阅读全文
posted @ 2024-02-23 14:16 profesor 阅读(3) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 55 下一页