去中心化的安全通信软件 GNU Ring
Post in
Sat 29 July 2017
去年底进入 GNU 项目的即时通讯软件,GNU Ring 今天刚刚更新了 1.0 版本。
GNU Ring 的特点是去中心化和强加密,能用于文字传输、语 …
CycleUser去年底进入 GNU 项目的即时通讯软件,GNU Ring 今天刚刚更新了 1.0 版本。
GNU Ring 的特点是去中心化和强加密,能用于文字传输、语 …
GeoPython,一个将 Python 用于地质学的日常工作的计划
https://github.com/cycleuser/GeoPython
| MileStone | Date | Function |
|---|---|---|
| Beginning Date | 2016-07-07 6 … |
本文是针对PyCUDA的新手用户。此处特点是使用了Pyenv构建了多个工作环境,并且指导如何在各个不同的Python环境中安装PyCUDA。
下载PyCUDA代码需要用Git,管理多版本 …
This post is a guide for newbie users of PyCUDA. We use Pyenv here and that means we can build different versions of working environments.
In order to download the PyCUDA code, we need to install Git …
CycleUser 翻译
在你使用PyCuda之前,要先用import命令来导入并初始化一下。
import pycuda.driver as cuda
import pycuda.autoinit
from pycuda.compiler import SourceModule
这里要注意,你并不是必须使用pycuda.autoinit …
Finally I finished the translation of ThinkPython. All the files can be found here.
我总算是翻译完了这本 ThinkPython。所有文件都可以在这里下载。
There are there different formats of the translated book, which contains an epub …
« Page 2 / 2