YAML

Overview: YAML is YAML. Links: http://yaml.org/ Sequence (Array): Style: Block: - a - b - c Flow: [a, b, c] Result: ['a', 'b', 'c'] Style: Block: - a - - b1 -

wxWidgets

GUI
Overview: wxWidgets is wxWidgets. Links: https://www.wxwidgets.org/ version: - 3.1.1 2018-02-19 - 3.0.3 2017-05-02 license: modified L-GPL Platforms: wxGTK: The recommended port for Linux and other Unix variants, using GTK+ version 2.6 or

wxPython

Overview: wxPython is wxPython. Links: https://wxpython.org/ https://docs.wxpython.org/ version: - 4.0.1 2018-02-02 - 4.0.0 2018-01-31 license: modified L-GPL OS: Windows(Win32API),MacOS(Cocoa),Linux(GTK+) Install: $ pip install -U wxPython wxWidgets Windows build/msw/wx_vc14.sln macOS build/osx/wxcocoa.xcodeproj Ub

OpenGL

Overview: OpenGL is OpenGL. Links: https://www.opengl.org/ Install: NuGet: nupengl.core 座標: Opengl: 右手座標系(中指奥) DirectX: 左手座標系(中指

OpenCV

Overview: OpenCV is OpenCV. Links: https://opencv.org/ https://github.com/opencv/opencv Install: VC++ディレクトリ: インクルードディレクトリ:

Anaconda

Overview: Anaconda is Anaconda. Links: https://www.anaconda.com/ Install: # Install # info $ conda info $ conda info -e Creating an environment: $ conda create -n <NAME> [PACKAGE] $ conda create -n myenv

Regular Expression

Overview: Regular Expression is Regular Expression. Links: https://regexper.com/ https://regex101.com/ : Meta: - '.' # Any - '^' # Begin, []内先頭はNot - '$' # End

Tensorflow

Overview: Tensorflow is Tensorflow. Links: https://www.tensorflow.org/ https://github.com/tensorflow Install: $ pip3 install tensorflow $ pip3 install tensorflow-gpu $ pip3 install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.5.0-cp36-cp36m-linux_x86_64.whl Install(Compile): Debian Install JDK8: file: /etc/apt/sources.list.d/java.list edit: | deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main

Ethereum-Truffle

Overview: Truffle is Truffle. Links: http://truffleframework.com/ https://github.com/trufflesuite/truffle Install: $ npm install -g truffle $ truffle init $ truffle -v Truffle v4.0.6 Quick Start: $ truffle init ./ ├── contracts/ │

Ethereum-Solidity

Overview: Solidity is Solidity. Links: https://www.ethereum.org/ https://github.com/ethereum/browser-solidity Install: # dev $ apk --update add --no-cache boost-dev build-base cmake git $ apk --update add --no-cache boost-dev g++ make cmake git # Solidity $