Fortran
0 Some basic properties Fortran code is case insensitive Fortran code must be written in a program, similar to the main() function in C Example 1 Hello World 1 2 3 program hello_world print *,'Hello World' end program hello_world ...
0 Some basic properties Fortran code is case insensitive Fortran code must be written in a program, similar to the main() function in C Example 1 Hello World 1 2 3 program hello_world print *,'Hello World' end program hello_world ...
之前一直是vim原教旨主义者,只用官方的vim,但是vim9推出之后看到网上的评价是重新做了一份插件语言,而neovim可以兼容vim还可以用lua配置,其次neovim内置lsp,想起之前配置语言自动补全的失败经历,尝试了下neovim的配置,果然方便太多了。 下面记录配置python lsp的过程。 ...
AList My personal drive, based on this project. Physics folder username “liucy”, password “liucy”. Mathematics folder username “cyliu”, password “cyliu”. TE (The Economist magazine) folder username “TE”, password “theeconomist”. Code folder username “codecyl”, password “codecyl”. Languages folder username “cyllang”, password “cyllang”.
内网穿透 最简单的方案为ssh端口转发,但是ssh断掉之后不会自动重连,我们需要autossh,它可以监控本地端口状态自动重连 ...
前天把阿里云服务器的Ubuntu重装成了ArchLinux ...