10 2025 档案

摘要:https://www.norvig.com/21-days.html 中文翻译版: https://web.archive.org/web/20090216071944/http://www.javaresearch.org/article/12568.htm 10年编程无师自通 FooSleep 阅读全文
posted @ 2025-10-30 20:19 profesor 阅读(9) 评论(0) 推荐(0)
摘要:sudo mkdir audi We trust you have received the usual lecture from the local SystemAdministrator. It usually boils down to these three things: #1) Resp 阅读全文
posted @ 2025-10-30 07:21 profesor 阅读(4) 评论(0) 推荐(0)
摘要:opkg update opkg install wget-ssl https://forum.openwrt.org/t/install-wget-ssl/166587/2 https://blog.csdn.net/thinshootout/article/details/134466421 h 阅读全文
posted @ 2025-10-30 01:34 profesor 阅读(5) 评论(0) 推荐(0)
摘要:下载地址:https://github.com/vim/vim-win32-installer/releases/tag/v9.0.0494 If you need the last version of GVim (the GUI build of Vim) that officially sup 阅读全文
posted @ 2025-10-27 19:16 profesor 阅读(3) 评论(0) 推荐(0)
摘要:Version 5.15 explicitly lists compatibility with Windows XP/Vista/7/8 下载地址: https://www.download3k.com/Install-Honeyview.html?utm_source=chatgpt.com h 阅读全文
posted @ 2025-10-27 06:13 profesor 阅读(2) 评论(0) 推荐(0)
摘要:python 3.4.4 https://www.python.org/downloads/release/python-344/ I found that Python 2.7.9 and Python 3.4.4 are the newest versions of Python that wo 阅读全文
posted @ 2025-10-27 05:52 profesor 阅读(3) 评论(0) 推荐(0)
摘要:https://cspsyco.blogspot.com/p/tasm-download.html https://www.youtube.com/watch?v=m1e8RfmsCNI TASM or Turbo Assembler/Turbo Debugger By Borland , is o 阅读全文
posted @ 2025-10-25 03:47 profesor 阅读(5) 评论(0) 推荐(0)
摘要:In MS-DOS, the command to copy all files from drive A: (typically a floppy disk) to the directory C:\TBASIC is: COPY A:\*.* C:\TBASIC Explanation: COP 阅读全文
posted @ 2025-10-25 00:44 profesor 阅读(4) 评论(0) 推荐(0)
摘要:http://www.bitsavers.org/pdf/microsoft/msdos_6.22/DOS_6.22_Users_Manual_1994.pdf Microsoft book: http://www.bitsavers.org/pdf/microsoft 阅读全文
posted @ 2025-10-24 05:49 profesor 阅读(3) 评论(0) 推荐(0)
摘要:https://bitsavers.org/bits/Borland/ https://winworldpc.com/search?vendor=Borland 阅读全文
posted @ 2025-10-24 02:27 profesor 阅读(3) 评论(0) 推荐(0)
摘要:on DOS, is using borland turbo assembler to learn Assembly still meaningful to understanding today's Intel CPU architecture? Absolutely, but let me be 阅读全文
posted @ 2025-10-24 01:38 profesor 阅读(4) 评论(0) 推荐(0)
摘要:没想到最后居然还是得用最原始的DOS 详细参考这里: https://blog.csdn.net/sxhelijian/article/details/54845039 资料下载见这里: https://github.com/ChHsiching/8086-Assembly-DevEnv 非常合适— 阅读全文
posted @ 2025-10-24 01:37 profesor 阅读(65) 评论(0) 推荐(0)
摘要:In Unix-like systems, stdout (standard output) is stream 1, and stderr (standard error) is stream 2. By default, grep reads from stdin, which typicall 阅读全文
posted @ 2025-10-23 19:22 profesor 阅读(6) 评论(0) 推荐(0)
摘要:If you want to use sed to replace the first line of a file with <div id="lexicoEntryPage"> then the proper command is: sed '1s/.*/<div id="lexicoEntry 阅读全文
posted @ 2025-10-23 18:17 profesor 阅读(4) 评论(0) 推荐(0)
摘要:Yes—but with very important caveats. Windows XP is extremely outdated, and modern web standards and security measures make most current browsers incom 阅读全文
posted @ 2025-10-23 06:02 profesor 阅读(121) 评论(0) 推荐(0)
摘要:持续增加中 firefox: https://ftp.mozilla.org/pub/firefox/releases/52.9.0esr/win32/en-US/Firefox%20Setup%2052.9.0esr.exe everything https://www.voidtools.com 阅读全文
posted @ 2025-10-23 05:23 profesor 阅读(6) 评论(0) 推荐(0)
摘要:https://www.resilio.com/sync/download/ 这里可以下载tar ball自行编译安装 https://help.resilio.com/hc/en-us/articles/206178924-Installing-Sync-package-on-Linux .deb 阅读全文
posted @ 2025-10-22 18:25 profesor 阅读(10) 评论(0) 推荐(0)
摘要:下载地址: https://archive.org/details/ms-dos-6.22-with-cd-rom-driver.ver.6.22.english MS-DOS 6.22 with CD-ROM Driver.ver.6.22.English 安装视频: How to Install 阅读全文
posted @ 2025-10-22 18:02 profesor 阅读(16) 评论(0) 推荐(0)
摘要:Learn Perl in about 2 hours 30 minutes https://qntm.org/perl_en https://learn.perl.org/tutorials/ https://perlmaven.com/perl-tutorial https://www.mode 阅读全文
posted @ 2025-10-22 09:04 profesor 阅读(4) 评论(0) 推荐(0)
摘要:chatgpt Excellent — let’s write what I’d call the “Bash Survival Guide for Python Programmers.” It’s structured as a practical cheat sheet, not a tuto 阅读全文
posted @ 2025-10-22 07:05 profesor 阅读(2) 评论(0) 推荐(0)
摘要:Absolutely — Bash feels strange because it blends shell commands, programming constructs, and POSIX quirks. If you come from Python, it’s easy to trip 阅读全文
posted @ 2025-10-22 05:24 profesor 阅读(6) 评论(0) 推荐(0)
摘要:来自chatgpt Ah, yes — Bash’s conditional syntax is notoriously confusing because it has several different “types” of tests, and each has subtle differen 阅读全文
posted @ 2025-10-22 05:19 profesor 阅读(2) 评论(0) 推荐(0)
摘要:推荐方法: If you’re on a Unix-like system (FreeBSD, Linux, macOS), use :14,19!tac. 来自chatgpt To reverse the display order of lines 51 to 54 in Vim, you ca 阅读全文
posted @ 2025-10-20 20:37 profesor 阅读(5) 评论(0) 推荐(0)
摘要:来源:https://debian-handbook.info/browse/stable/sect.filesystem-hierarchy.html B.2.2. The User's Home Directory The contents of a user's home directory 阅读全文
posted @ 2025-10-20 19:00 profesor 阅读(3) 评论(0) 推荐(0)
摘要:https://www.google.com/chrome/?platform=linux To download Chrome browser for the enterprise: Go to the Chrome browser packages download page and click 阅读全文
posted @ 2025-10-20 17:00 profesor 阅读(23) 评论(0) 推荐(0)
摘要:https://letras.rae.es/libros-electronicos/180-diccionario-del-estudiante-aplicacion-movil.html Diccionario del estudiante El Diccionario del estudiant 阅读全文
posted @ 2025-10-19 22:44 profesor 阅读(5) 评论(0) 推荐(0)
摘要:Business leaders who play along with Beijing call to mind author Upton Sinclair’s observation that “it is difficult to get a man to understand somethi 阅读全文
posted @ 2025-10-19 18:17 profesor 阅读(3) 评论(0) 推荐(0)
摘要:To install the DateTime module in Perl, you have a few options depending on your system setup. I’ll outline the most reliable and professional methods 阅读全文
posted @ 2025-10-18 22:05 profesor 阅读(7) 评论(0) 推荐(0)
摘要:graphical user interfaces make easy tasks easy, while command line interfaces make difficult tasks possible. That statement is both concise and profou 阅读全文
posted @ 2025-10-17 23:06 profesor 阅读(6) 评论(0) 推荐(0)
摘要:You want to wrap your JSON file content in an array by adding an opening [ at the very beginning and a closing ] at the very end (assuming your curren 阅读全文
posted @ 2025-10-17 15:57 profesor 阅读(6) 评论(0) 推荐(0)
摘要:https://wiki.tlgetin.cc/doku.php/nfo_incomplete [[nfo_incomplete]] TorrentLeech.org Wiki Trace: » hnr » start » outside_seeding_with_utorrent » upload 阅读全文
posted @ 2025-10-16 13:20 profesor 阅读(5) 评论(0) 推荐(0)
摘要:https://forums.torrentleech.org/t/the-world-of-torrents-how-it-works/10189 The World of Torrents (How it Works?) General discussion Apr 2011 20d ​ Pet 阅读全文
posted @ 2025-10-16 13:16 profesor 阅读(7) 评论(0) 推荐(0)
摘要:[[rtorrent]] TorrentLeech.org Wiki Trace: » hnr » start » outside_seeding_with_utorrent » uploaders_wanted » about_clients » rtorrent Table of Content 阅读全文
posted @ 2025-10-16 12:59 profesor 阅读(5) 评论(0) 推荐(0)
摘要:[[user_classes]] TorrentLeech.org Wiki Trace: » hnr » start » outside_seeding_with_utorrent » uploaders_wanted » about_clients » rtorrent » nfo_incomp 阅读全文
posted @ 2025-10-16 12:55 profesor 阅读(4) 评论(0) 推荐(0)
摘要:FROM CHATGPT, OF COURSE. An .NFO file (short for info file) is a plain text file traditionally used to provide information, metadata, and notes about 阅读全文
posted @ 2025-10-16 12:24 profesor 阅读(3) 评论(0) 推荐(0)
摘要:The term “8.3 filenames” refers to the legacy file-naming convention used by MS-DOS and early versions of Windows (as well as FAT file systems) in whi 阅读全文
posted @ 2025-10-16 12:23 profesor 阅读(7) 评论(0) 推荐(0)
摘要:https://www.ft.com/content/96e14cb0-f49f-4632-b94f-2d1cdc625f8b The world should prepare for the looming quantum eraNew breakthroughs underscore the t 阅读全文
posted @ 2025-10-16 01:53 profesor 阅读(4) 评论(0) 推荐(0)
摘要:https://www.ft.com/content/583de986-a295-4697-a2fe-3c6b13c99145 The lamentable decline of readingChildhood encouragement, libraries and government sup 阅读全文
posted @ 2025-10-16 01:51 profesor 阅读(8) 评论(0) 推荐(0)
摘要:http://www.legittorrents.info/ is dead. but that site recommends the following ones: PlaneShift Revision3 gameupdates.org vodo.net Pure Pwnage Cube 2: 阅读全文
posted @ 2025-10-15 15:43 profesor 阅读(7) 评论(0) 推荐(0)
摘要:https://time.com/archive/6815646/japan-the-decline-of-sex/ JAPAN: The Decline of Sex 4 minute read TIME July 31, 1972 12:00 AM EDT Not long ago, a sma 阅读全文
posted @ 2025-10-15 14:29 profesor 阅读(24) 评论(0) 推荐(0)
摘要:10.1.6 MINIX One property that all modern UNIX systems have is that they are large and complicated, in a sense the antithesis of the original idea beh 阅读全文
posted @ 2025-10-13 02:55 profesor 阅读(10) 评论(0) 推荐(0)
摘要:当有内存、硬盘变动时,每次开机ASUS Z170-A主板都提示需要按F1进行重新设置,即使在主板BIOS的设置中把F1提示关闭,依旧不行。 同时Intel Virutalization选择enable,都无法生效。 这时可能是CMOS battery failure,要更换主板上面的CR2032电池 阅读全文
posted @ 2025-10-12 01:38 profesor 阅读(18) 评论(0) 推荐(0)
摘要:一句话: 像python那样,在''里面使用'\'abc\'',在bash中不行 需要把 \' 换成 '\'' 这样问题解决 You can make that command into a Bash alias by editing your shell configuration file (t 阅读全文
posted @ 2025-10-12 01:07 profesor 阅读(5) 评论(0) 推荐(0)
摘要:http://potplayer.tv/ https://potplayer.daum.net/ 64 BIT: https://t1.daumcdn.net/potplayer/PotPlayer/Version/Latest/PotPlayerSetup64.exe 阅读全文
posted @ 2025-10-09 04:24 profesor 阅读(28) 评论(0) 推荐(0)
摘要:http://www.oldversion.com/windows/utorrent/ http://www.oldversion.com/windows/utorrent-2-2-1-build-25273-1 怎么下载? 阅读全文
posted @ 2025-10-05 16:10 profesor 阅读(10) 评论(0) 推荐(0)
摘要:来源:https://www.zhihu.com/question/22052999/answer/1951943976878858842 1、PowerToys(微软官方的工具) 这个绝对是被低估的软件,大部分人根本不知道他的强大,这是微软亲儿子工具集。 很多人一听是微软出的工具,就嗤之以鼻,其实 阅读全文
posted @ 2025-10-04 14:50 profesor 阅读(27) 评论(0) 推荐(0)
摘要:A site’s favicon is usually stored in one of a few predictable places, but it isn’t always straightforward. Here’s how you can grab it: 1. Check the s 阅读全文
posted @ 2025-10-03 13:37 profesor 阅读(18) 评论(0) 推荐(0)
摘要:The URL you provided points to a specific version of the jQuery library (v2.0.0) hosted on Baidu's CDN. However, Baidu's CDN for jQuery has been depre 阅读全文
posted @ 2025-10-03 13:27 profesor 阅读(5) 评论(0) 推荐(0)
摘要:Name: IV J.K. Rowling - Harry Potter et la coupe de feuFile: 00A65AA6A928DDF585FDB69F2077B33A3A37C4FF.torrent GENERAL Name: IV J.K. Rowling - Harry Po 阅读全文
posted @ 2025-10-01 16:12 profesor 阅读(13) 评论(0) 推荐(0)