上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 83 下一页
摘要: #!/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 阅读(25) 评论(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 阅读(97) 评论(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 阅读(853) 评论(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 阅读(34) 评论(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 阅读(69) 评论(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 阅读(30) 评论(0) 推荐(0)
摘要: https://github.com/kenjihiranabe/The-Art-of-Linear-Algebra 阅读全文
posted @ 2024-02-24 00:25 profesor 阅读(85) 评论(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 阅读(20) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/375214064 至于冷门非通用语种劝退是另一回事 https://www.zhihu.com/question/369699567/answer/1303657100 阅读全文
posted @ 2024-02-23 14:16 profesor 阅读(22) 评论(0) 推荐(0)
摘要: 博库旗舰店https://bokuts.tmall.com/?spm=a1z10.1-b-s.1997427721.d4918089.58134454Cp1I2o 当当网官方旗舰店https://dangdang.tmall.com/?spm=a312a.7700824.0.0.5c792f9daD 阅读全文
posted @ 2024-02-22 22:15 profesor 阅读(62) 评论(0) 推荐(0)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 83 下一页