- run git bash
- apply
Pin this program to task bar - right ckick icon -> right click
Git Bash-> Properties - type following into
Start in:%HOMEDRIVE%%HOMEPATH%
$ conda skeleton pypi docxtpl
$ conda build docxtpl
$ conda install --use-local docxtpllink is broken from above page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!DOCTYPE eagle SYSTEM "eagle.dtd"> | |
| <eagle version="7.5.0"> | |
| <drawing> | |
| <settings> | |
| <setting alwaysvectorfont="yes"/> | |
| <setting verticaltext="up"/> | |
| </settings> | |
| <grid distance="0.1" unitdist="mm" unit="mm" style="dots" multiple="1" display="yes" altdistance="0.1" altunitdist="mm" altunit="mm"/> | |
| <layers> |
-
https://developer.mbed.org/users/jmar7/code/LSM9DS1_Library/
-
https://developer.mbed.org/users/MACRUM/code/BME280/docs/ddcaa259e65b/classBME280.html
-
Adafruit 10-DOF IMU - (L3GD20 + LSM303 + BMP180)
This is a note of link to an article about git-submodule
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body { | |
| font-family: Source Han Sans L, Helvetica, arial, sans-serif; | |
| font-size: 14px; | |
| line-height: 1.6; | |
| padding-top: 10px; | |
| padding-bottom: 10px; | |
| background-color: white; | |
| padding: 30px; } | |
| body > *:first-child { |
- python and Make to generate a scatter plot from csv file
- http://sinhrks.hatenablog.com/entry/2015/11/15/222543
- https://heavywatal.github.io/python/matplotlib.html
#-*- coding: utf-8 -*-