Skip to content

Instantly share code, notes, and snippets.

View souri-t's full-sized avatar

YOSUKE HIYOSHI souri-t

  • Tokyo, Japan
View GitHub Profile
@souri-t
souri-t / Dockerfile
Created May 20, 2018 18:05
GPIO installed raspbian image
FROM resin/rpi-raspbian:jessie
MAINTAINER souri-t <souri-t@github.com>
# Install dependencies
RUN apt-get update -y
RUN apt-get install -y --no-install-recommends python3-pip python3-dev gcc nano
RUN pip3 install rpi.gpio
# Define working directory
@souri-t
souri-t / Dockerfile
Created May 22, 2018 16:32
WiringPi on alpine image by Docker
FROM armhf/alpine:latest
MAINTAINER souri-t <souri-t@github.com>
# Install dependencies
RUN apk update
RUN apk add python3 python3-dev musl-dev gcc
RUN pip3 install --upgrade pip
RUN pip3 install rpi.gpio
RUN apk add wiringpi
@souri-t
souri-t / Dockerfile
Last active January 31, 2019 12:42
php7.0-fpm-alpine-pi
FROM resin/raspberry-pi-alpine:latest
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
file \
g++ \
gcc \
@souri-t
souri-t / Hieroglyph-Unicode.md
Last active March 12, 2024 14:38
ヒエログリフ変換表

ヒエログリフ変換表

ヒエログリフとは

ヒエログリフとは、紀元前3000年頃から紀元400年頃まで古代エジプトで使用された象形文字の一つ。現代でも使用されるアルファベットの原型。19世紀にフランスのシャンポリオンによって解読された。

この表について

ヒエログリフと現代文字の変換表を元に、Unicodeで記述した表です。
Unicode 5.2.0 (U+13000 - U+1342F Egyptian Hieroglyphs)に基づいています。

Unicode Egyptian Hieroglyphs

FROM armhf/alpine:latest
MAINTAINER souri-t <souri-t@github.com>
# Install Python
RUN apk --update --no-cache add git python3 python3-dev musl-dev
RUN pip3 install --upgrade pip
RUN pip3 install awscli
$(".element").animate({width: 'toggle'}, 400);
$(".element").hide('slow');
$(".element").show('slow');

概要

あいち旅eマネー地域ポイント店として指定されている名駅〜栄周辺の飲食店と小売店のリスト。

以下からスクレイピング。

加盟施設一覧

Google Mapにマッピングしたレイヤは以下。

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">