Skip to content

Instantly share code, notes, and snippets.

一个简单的 monika fortune 生成器

如何使用

假设你有 Common Lisp 和 Quick Lisp 环境, 那么直接运行上面的 monika.lisp 即可. 或者可以使用我处理好的结果 monika, monika.dat 亦可, 只是角色名称为 MC 而已.

你可能需要使用的命令:

strfile -c % monika # 对 monika 进行索引
@li-yiyang
li-yiyang / fricas.rb
Last active June 10, 2023 08:08
My Homebrew configuration for FriCAS installation on macOS.
class Fricas < Formula
desc "FriCAS is a general purpose computer algebra system (CAS)."
homepage "https://github.com/fricas/fricas/tree/master"
url "https://github.com/fricas/fricas.git"
version "1.3.8"
license "https://github.com/fricas/fricas/blob/master/license/LICENSE.AXIOM"
# Change them to false if you don't need them
LISP = 'sbcl'
WITH_GMP = true
# 关于:
# + 这个是一个简单的 UCAS 课表生成程序,
# 因为很简单, 所以可能有 bug. 目前没有改的动力.
# + 可能需要额外安装的 gem:
# + icalender
# + nokogiri
# + 这个是一个 Ruby 程序
# 使用说明:
# 因为学校的登录部分我还没有一个很好的解决方法, 所以就放弃了.