提交 f7e619a4 编写于 作者: kingreatwill's avatar kingreatwill

up.

上级 6a9b2e4a
...@@ -213,6 +213,23 @@ https://github.com/merken/Prise 172 ...@@ -213,6 +213,23 @@ https://github.com/merken/Prise 172
### CoolCat ### CoolCat
https://github.com/lamondlu/CoolCat 190 https://github.com/lamondlu/CoolCat 190
## language
### IronPython
https://github.com/IronLanguages/ironpython3
https://github.com/IronLanguages/ironpython2
### ironruby
https://github.com/IronLanguages/ironruby
### IronJS
https://github.com/fholm/IronJS
### Pyjion
[Pyjion - A JIT for Python based upon CoreCLR](https://github.com/tonybaloney/Pyjion)
### peachpie
[PeachPie - the PHP compiler and runtime for .NET and .NET Core](https://github.com/peachpiecompiler/peachpie)
## dotnet社区 ## dotnet社区
......
...@@ -244,6 +244,14 @@ https://github.com/facebookresearch/hiplot ...@@ -244,6 +244,14 @@ https://github.com/facebookresearch/hiplot
### 数据可视化工具 ### 数据可视化工具
#### 缺失值可视化 #### 缺失值可视化
https://github.com/ResidentMario/missingno https://github.com/ResidentMario/missingno
#### Kepler.gl
[Kepler.gl](https://kepler.gl/)相信很多人都听说过,作为Uber几年前开源的交互式地理信息可视化工具,kepler.gl依托WebGL强大的图形渲染能力,可以在浏览器端以多种形式轻松展示大规模数据集。
https://github.com/keplergl/kepler.gl
##### Geo Data Viewer
https://github.com/RandomFractals/geo-data-viewer
#### python的matplotlib #### python的matplotlib
- [D3渲染Matplotlib图形](https://github.com/mpld3/mpld3) 新版的matplotlib自带了mpld3 - [D3渲染Matplotlib图形](https://github.com/mpld3/mpld3) 新版的matplotlib自带了mpld3
#### 高维数据的可视化分析 #### 高维数据的可视化分析
......
...@@ -111,6 +111,11 @@ go install 安装可执行程序 ...@@ -111,6 +111,11 @@ go install 安装可执行程序
如果你在模块目录中,并且你不带 `@version` 执行安装的话,只能安装 go.mod 中已经包含的版本。并且不能安装未出现在 go.mod 中的包。 如果你在模块目录中,并且你不带 `@version` 执行安装的话,只能安装 go.mod 中已经包含的版本。并且不能安装未出现在 go.mod 中的包。
## Workspace Mode(工作区模式)
https://mp.weixin.qq.com/s/S3I919YZb-bgaEnHgKq7fg
https://go.googlesource.com/proposal/+/master/design/45713-workspace.md
## Module dependencies ## Module dependencies
![](../img/go/module_gopath.png) ![](../img/go/module_gopath.png)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册