- 授权协议: BSD
- 开发语言: Lua
- 操作系统: Linux
- 软件首页: https://github.com/facebook/iTorch
- 官方下载: https://github.com/facebook/iTorch
软件介绍
iTorch 是 Torch 的 IPython 内核,包括图片可视化,绘画(使用 Bokeh.js),视频和音频。
主要特性
iTorch notebook 模式跟任意的 IPython notebook 一样
提供有用的在线自动完成,无论什么时候都可以使用 TAB 键
提供在线帮助,使用 ? 符号
itorch.image(img)
itorch.audio(path)
itorch.video(path)
[window-id] = itorch.html(htmlstring, [window-id])
iTorch 要求
Mac OS X 或者 Linux (支持 Ubuntu 14.04)
IPython 2.2 及其以上版本 (使用 ipython --version 检测 ipython 版本)
ZeroMQ
使用命令行启动 iTorch:
itorch notebook # notebook mode
OR
itorch # console mode
OR
itorch qtconsole # Qt mode
Principles of Object-Oriented JavaScript
Nicholas C. Zakas / No Starch Press / 2014-2 / USD 24.95
If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to defin......一起来看看 《Principles of Object-Oriented JavaScript》 这本书的介绍吧!
