2019-09-10 BPLL #37 https://bpstudy.connpass.com/event/143999/
最近、「豚コレラ」という言葉を時々ニュースで聞くが、それが農家や農政に重大な危機であることがあまり知られてないのではないかと思う。 この危機を知ってもらいたい。
お前誰よ
2019-09-10 BPLL #37 https://bpstudy.connpass.com/event/143999/
最近、「豚コレラ」という言葉を時々ニュースで聞くが、それが農家や農政に重大な危機であることがあまり知られてないのではないかと思う。 この危機を知ってもらいたい。
お前誰よ
def qrsample(request): | |
import qrcode # pip install qrcode, pillow | |
from django.shortcuts import redirect | |
from django.http.response import HttpResponse | |
if request.method == "GET": | |
redirect('/') | |
qr = qrcode.QRCode( | |
error_correction=qrcode.constants.ERROR_CORRECT_H, |
#!/usr/bin/env python3 | |
import sys | |
import imageio | |
""" | |
Convert mp4 to (animation) gif. | |
Reference: http://imageio.readthedocs.io/en/latest/examples.html#convert-a-movie | |
pip install imageio, imageio-ffmpeg | |
""" | |
2019-06-05 bmxug.tokyo #10 LT https://bmxug.connpass.com/event/131569/
2019-06-11 Shinjuku Mokumoku Programming #47 https://shinjuku-moku.connpass.com/event/129675/
今日書いていたのは Db2 のデーターベースドライバー
Pure python なデーターベースドライバーを Django 2.2 LTS で使う
(参考)データーベースバックエンドを読む、そして書く https://gist.github.com/nakagami/098db7387d78ab9c6aa85d77a0eeecf5
package main | |
import ( | |
"database/sql" | |
"fmt" | |
"log" | |
"github.com/jmoiron/sqlx" | |
_ "github.com/nakagami/firebirdsql" | |
) |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
Elixir のプロジェクトに Pull Request を送った | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
tokyo.ex #9 https://beam-lang.connpass.com/event/103873/ | |
LT | |
2018-10-21 | |
============= | |
自己紹介 |
import hashlib | |
import hmac | |
import base64 | |
import binascii | |
password = 'foobar' | |
client_nonce = '9IZ2O01zb9IgiIZ1WJ/zgpJB' | |
server = { | |
'r': '9IZ2O01zb9IgiIZ1WJ/zgpJBjx/oIRLs02gGSHcw1KEty3eY', | |
's': 'fs3IXBy7U7+IvVjZ', |
mssql-scripter https://github.com/Microsoft/mssql-scripter