- Dell XPS 13'' (9350)
- Arch Linux 2017.10.01
- インストールガイド に従い作業を始める
- XPS 13'' 9350用のページも参考にする
- ダウンロードページ より最新のISOファイルをダウンロード
| import json | |
| import firebase_admin | |
| from firebase_admin import auth, credentials, db | |
| def main(): | |
| cred = credentials.Certificate("./secrets.json") | |
| app = firebase_admin.initialize_app(cred, options={ | |
| "databaseURL": "https://<projectId>.firebaseio.com/" | |
| }) | |
| print(app.name) |
| $ pip install jupyter | |
| Collecting jupyter | |
| Downloading jupyter-1.0.0-py2.py3-none-any.whl | |
| Collecting ipykernel (from jupyter) | |
| Downloading ipykernel-4.5.2-py2.py3-none-any.whl (98kB) | |
| 100% |################################| 102kB 497kB/s | |
| Collecting notebook (from jupyter) | |
| Downloading notebook-4.3.1-py2.py3-none-any.whl (6.8MB) | |
| 100% |################################| 6.8MB 131kB/s | |
| Collecting nbconvert (from jupyter) |
| * Android Wear 2.0 Developer preview tour | |
| https://www.youtube.com/watch?v=8gLwk8o9LW0 | |
| * What’s new in Android Wear 2.0? - Google I/O 2016 | |
| https://www.youtube.com/watch?v=L_Z3gSXGsyI | |
| * Android Wear 2.0 Developer Preview | |
| https://g.co/wearpreview | |
| * Material Design for Wearables |
| * AMP Project | |
| https://ampproject.org | |
| https://github.com/ampproject/amphtml | |
| * AMP validator | |
| https://validator.ampproject.org | |
| * Search Console | |
| https://www.google.com/webmasters/tools/ |
| // modified following file. | |
| // https://github.com/msc654/qmk_firmware/blob/master/keyboard%2Fergodox_ez%2Fkeymaps%2Fdefault%2Fkeymap.c | |
| #include "ergodox_ez.h" | |
| #include "debug.h" | |
| #include "action_layer.h" | |
| #define BASE 0 // default layer | |
| #define SYMB 1 // symbols | |
| #define MDIA 2 // media keys |