Skip to content

Instantly share code, notes, and snippets.

View basictomonokai's full-sized avatar

basictomonokai

View GitHub Profile
@basictomonokai
basictomonokai / mosaic2.html
Created March 19, 2019 01:55
画像の一部を特定色で塗り潰すツール
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<link href="https://fonts.googleapis.com/earlyaccess/mplus1p.css" rel="stylesheet" />
<style>
html,body {
[
{ "syurui": "ace", "key": "Ctrl-Shift-U", "value": "小文字に変更します" },
{ "syurui": "ace", "key": "Ctrl-U", "value": "大文字に変更します" },
{ "syurui": "ace", "key": "Ctrl-F", "value": "検索・置換" },
{ "syurui": "ace", "key": "Ctrl-K", "value": "次を検索" },
{ "syurui": "ace", "key": "Ctrl-Shift-K", "value": "前を検索" },
{ "syurui": "ace", "key": "PageDown", "value": "ページダウン" },
{ "syurui": "ace", "key": "PageUp", "value": "ページアップ" },
{ "syurui": "ace", "key": "Ctrl-Left", "value": "左の単語に移動" },
{ "syurui": "ace", "key": "Ctrl-Right", "value": "右の単語に移動" },
@basictomonokai
basictomonokai / index5.html
Created December 17, 2017 02:56
英単語辞典 Python+Flask+Jinja2版
<!-- index.html -->
<!DOCTYPE html>
<html lang="ja">
<head>
<style>
#word {
background-color: #ecf0f1;
font-size: 1.5em;
margin: 10px 0px;
border-radius: 5px;
@basictomonokai
basictomonokai / testsamp.md
Created December 14, 2018 05:11
テスト用MD

【地震情報配信】なまずが素晴らしいと思う件

※カレンダーが空いてたのでショボイですが書きました

0.初めに

私はエンジニアではないただのドシロウトです。

  • ドシロウトなのでAPIの外の人になります。
  • ドシロウトなのでプログラミングの能力は低いです。
class: center, middle
# micro:bitの実験
# 2018/11/12
# 勉強結果
---
## はじめに
class: center, middle
# プログラミングが
# 苦手な方は
# .red[GAS]がおススメ
---
## 自己紹介
@basictomonokai
basictomonokai / hetenamicoro.gs
Last active October 25, 2018 05:47
ツイッター、Googleカスタムサーチ、youtube、はてなブックマーク、koboを検索してhatenaブログに投稿
function microghymainfm01() {
// ツイッター、Googleカスタムサーチ、youtube、はてなブックマーク、koboを検索してhatenaブログに出力する
// Googleカスタムサーチ 検索ワード
var words = [
'micro:bit',
'micro:bit site:qiita.com',
'micro:bit site:teratail.com',
'micro:bit site:chiebukuro.yahoo.co.jp',
];
@basictomonokai
basictomonokai / test.html
Created October 23, 2018 07:35
距離、経路地図表示GAS
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<link href="https://fonts.googleapis.com/earlyaccess/mplus1p.css" rel="stylesheet" />
<style>
body {
font-family: "Rounded Mplus 1c";
class: center, middle
# @bacictomonokai
@basictomonokai
basictomonokai / bitbucketget.html
Created October 2, 2018 04:40
bitbucketからソースプログラムを取得
<html>
<head>
<style>
#user,#pass,#source {
margin: 5px;
width: 30%;
}
#repo {