Skip to content

Instantly share code, notes, and snippets.

View basictomonokai's full-sized avatar

basictomonokai

View GitHub Profile
@basictomonokai
basictomonokai / index.html
Created April 24, 2023 05:40
openai test
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- css -->
<link rel="stylesheet" href="style.css">
<title>ChatGPT test</title>
</head>
<body>
import requests
import xml.etree.ElementTree as ET
import folium
url = 'http://api.nmzu.jp/history.xml'
response = requests.get(url)
response.encoding = response.apparent_encoding
class: center, middle
### 人工音声
### ポッドキャスト
### メーカーを
### 作ってみた
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Radio</title>
class: center, middle
# XFREEは意外と便利
---
### 自己紹介
@basictomonokai
basictomonokai / 2020-02-27
Last active October 17, 2023 05:35
SF-OSブログのデータ
【その他】はじめに
このブログはSF-OS(Simple Fake OS(疑似OSもどき))に関する情報を掲載する場所として利用しています。
SF-OSに関する情報ポータルは以下のサイトです。
<a target="_blank" href="https://sf-os.landen.co/">Simple Fake OS(Mock OS)(疑似OSもどき)</a>
このブログではSF-OSに搭載可能だった世の中の便利なJSライブラリ等について投稿する予定です。
@basictomonokai
basictomonokai / 2020-02-01
Last active February 28, 2020 03:54
テスト用文書
テスト1文書
テスト1文書です。
class: center, middle
# OSもどきについて
---
### 1.OSもどきとは(1)
@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": "右の単語に移動" },