test
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
[app:main] | |
ckan.site_url=http://localhost | |
SECRET_KEY=secret | |
sqlalchemy.url=postgresql://ckan:test@localhost/ckan | |
solr_url=http://localhost:8983 | |
[formatters] | |
keys= | |
[handlers] | |
keys= |
文山包種 極品 水仙 春摘み
Taiwan Pouchong Super Grade
ブンザンホウシュ スイセン
6209 台湾・新北市
25g(5g) 5
Working example using envoy ProxyProtocol, not HTTP CONNECT.
+--------+ +-------+ +-------+ +--------+
| client +--(tcp)--+ envoy +--(ProxyProtocol)--+ envoy +--(tcp)--+ server |
+--------+ +-------+ +-------+ +--------+
See also envoy source configs/* files.
Working example using envoy HTTP CONNECT proxy, not ProxyProtocol.
+--------+ +-------+ +-------+ +--------+
| client +--(tcp)--+ envoy +--(HTTP CONNECT)--+ envoy +--(tcp)--+ server |
+--------+ +-------+ +-------+ +--------+
See also envoy source configs/* files.
M5Stack 開発環境は複数あるが、公式版は micropython に Microsoft Makecode を被せて web service 経由でコードを書き込む UIFlow が代表的。 arduino esp32 target として作る方法もあるし、espressif ライブラリと C++ で作る方法もある。
M5Stack の USB シリアル接続は一般的な esp32 直接接続ではなく、CP210x を経由するようになっている。 この USB ドライバが正常動作するようになると、シリアルポートとして見えるようになる。
M5 Burnerという公式ツールがあり、esp32のイメージ書き込みができる。 またいわゆるストアのような側面も持っており、UIFlowの公式イメージもこれで簡単に書き込める。 一般的な esptool を内蔵していて、それを呼び出している。
MicroPython Micro:bit で Weather:bit のコードの実装を試みた。
weatherbit.py でメモリ溢れした。
- deb ファイルを集める
- deb ファイルのメタ情報を集めた
Packages
ファイルを作る - mkdir -p main/binary-amd64
- dpkg-scanpackages で deb ファイルを検査して上記ディレクトリに Packages ファイルを出力する
- Packages を Release に載せる。apt-ftparchive release . > Release
- gpg --sign -b -a -o Release.gpg Release
https://wiki.debian.org/DebianRepository/Format#A.22Release.22_files
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
from flask import Flask | |
from flask_restplus import Api, Resource | |
from flask_sqlalchemy import SQLAlchemy | |
from flask_opentracing import FlaskTracing | |
from jaeger_client import Config | |
from opentracing_instrumentation import get_current_span | |
from opentracing_instrumentation.client_hooks import install_all_patches | |
import requests | |
import sqlalchemy_opentracing |
NewerOlder