内容简介:Download Font Here
WT64
A Commodore 64 Experience for Windows Terminal
Features
- Native C64 style commands like LOAD "$",8
- Native C64 LIST layout for directory listing with size reporting and Blocks free indication.
- Startup screen with actual PowerShell version and memory reporting
Supported commands:
- LIST [Lists the files in local or path directory in C64 disk style]
- LOAD "$",8 [Shows the classic loading sequence]
- SYS64738 [Shows the opening prompt]
- EDIT [Shorthand for nano]
PREREQUISITES
- Windows Terminal
- PowerShell 7
- C64 font Download Here https://www.dafont.com/commodore-64.font © Devin Cook
INSTALLATION
- Clone the repo
- Open Profile.json and cut paste the list item and colorschemen into your Windows Terminal Settings file
- Change the places in your WT Settings where it says [INSERT YOUR REPO PATH HERE]
- Start Windows Terminal open the WT64 teminal
Download Font Here https://www.dafont.com/commodore-64.font © Devin Cook
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
图解Java多线程设计模式
[日] 结城浩 / 侯振龙、杨文轩 / 人民邮电出版社 / 2017-8 / 89.00元
本书通过具体的Java 程序,以浅显易懂的语言逐一说明了多线程和并发处理中常用的12 种设计模式。内容涉及线程的基础知识、线程的启动与终止、线程间的互斥处理与协作、线程的有效应用、线程的数量管理以及性能优化的注意事项等。此外,还介绍了一些多线程编程时容易出现的失误,以及多线程程序的阅读技巧等。在讲解过程中,不仅以图配文,理论结合实例,而且提供了运用模式解决具体问题的练习题和答案,帮助读者加深对多线......一起来看看 《图解Java多线程设计模式》 这本书的介绍吧!