Open16
Desktopアプリ開発、Web開発用、便利サイト集
JSONPlaceholder - Free Fake REST API
{
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": false
}
ip address in raw text
ifconfig.me/ip
v6.ipinfo.io
Site info
ipinfo.io/112.69.153.xxx
112.69.153.xxx
or
2001:ce8:156:eb0e:d75:1cf1:4f43:xxxx
ルーターのIPv6アドレス取得
> ip -6 neigh | grep "2001.*eth0.*router" | cut -f 1 -d " " # Linux
2001:ce8:156:eb0e:569b:49ff:fe07:xxxx
Cmanから
curl -s 'https://www.cman.jp/network/support/go_access.cgi' | sed -n 's|<div class="outIp">\(.*\)</div>|\1|p'
httpbin.org
curl -s https://httpbin.org
フォトコンバイン - オンライン画像編集ツール集
画像結合、base64変換などなど
FLAT ICON DESIGN -フラットアイコンデザイン- | フラットデザインに最適!WEBサイトやDTPですぐ使える商用利用可能なフラットアイコン素材がフリー(無料)ダウンロードできるサイト『FLAT ICON DESIGN』
画像への直リンクアドレスを使えばLazyVStackの実装練習が出来そう。直リンクアドレスには画像を特定するための数字が2箇所に現れている。
日用品生物カテゴリには160個以下の画像がありそうだが連番が振られていない様だ。170番台の画像があるからだ。
SVGイラスト、1024pxのPNGへ変換すればiOSアプリのiconとして使える
WebサイトURLリンクをMarkdown形式で生成するBookmark Let
document.title, location.hrefを適当に文字列にする。文字列をprompt命令でPopup表示する。
javascript:(function(){void(prompt(document.title,"["+
document.title
.replace(/[\[\]]/g,"\\$&")
.replace(/\\$/, "")+"]("+location.href+")"))})()
http://www.littleforest.jp/webtext/pentomino_3/login.html
POST時formデータがRequest Bodyに格納されることを確認する方法
POST /webtext/pentomino_3/login.html HTTP/1.1
Content-Type: application/x-www-form-urlencoded; charset=utf-8
Host: www.littleforest.jp
Connection: close
User-Agent: RapidAPI/4.1.5 (Macintosh; OS X/13.5.0) GCDHTTPRequest
Content-Length: 23
user=satou&pass=webtext
Web APIカタログ
JSON 2 Codable Struct
JSON to Swift Struct / Class Generator Online (POJO Swift Class/Struct)
お菓子の虜 Web API
‐‐‐
お菓子の虜 Web API – お菓子の虜
The Cat API
Cats as a service.
‐‐‐
The Cat API - Cat as a Service
Free 10,000 requests/mo
Weather API
下記のAPI Keyは例示であって動作しません。
const apikey="b613407f48da4f6d8be1125621210🔹"
fetch(`https://api.weatherapi.com/v1/current.json?key=${apikey}&q=${city}&aqi=no`)
🔹=2
HTML Color Name