- 授权协议: GPL
- 开发语言: SHELL
- 操作系统: 跨平台
- 软件首页: https://github.com/xiaoxq/codiad-docker
- 软件文档: https://github.com/xiaoxq/codiad-docker/blob/master/README.md
软件介绍
Codiad 是一款基于 Web 的 IDE。与 Google 内部使用的 Cider 相似,使用它,你可以方便地在任何地方、从任何设备上访问开发机,管理文件、编辑代码或文档。它支持几乎所有编程语言,并且拥有丰富的第三方插件和皮肤。
Codiad-Docker 则将 Codiad 及其需要的运行环境打包发行,并在Docker Hub上保持更新,使用户只需一行命令即可启动。
docker run -d -p 80:80 -v ${YOUR_WORKSPACE}:/var/www/html/workspace xiangquan/codiad
Coding the Matrix
Philip N. Klein / Newtonian Press / 2013-7-26 / $35.00
An engaging introduction to vectors and matrices and the algorithms that operate on them, intended for the student who knows how to program. Mathematical concepts and computational problems are motiva......一起来看看 《Coding the Matrix》 这本书的介绍吧!
