请问HN:你制作过的最奇怪的程序是什么?

4作者: 90s_dev大约 1 个月前原帖
我在过去做过一些奇怪的应用程序:<p>* 一个命令行工具,可以在你的屏幕上显示一只彩虹独角兽飞过,适合在所有测试通过时运行<p>* 一个仅使用命名文件管道的IRC客户端,这样频道就是你可以通过标准输出管道和通过标准输入写入的文件<p>(我记不清其他的了。)<p>你呢?
查看原文
I made a few odd apps in my time:<p>* cli utility that shows a rainbow unicorn flying across your screen, useful to run when all tests passed<p>* irc client using only named file pipes, so that channels were files you could pipe to stdout and write to via stdin<p>(Can&#x27;t remember any others.)<p>What about you?