Skip to content

Instantly share code, notes, and snippets.

View n0bisuke's full-sized avatar
🌴
On vacation

n0bisuke n0bisuke

🌴
On vacation
View GitHub Profile
@voluntas
voluntas / ekinet_webrtc.md
Last active January 14, 2023 13:33
えきねっとの WebRTC

えきねっとの WebRTC

経緯

えきねっとで予約しようと思ったとき chrome://webrtc-internals にえきねっとが表示されていた。

注意

これは別に WebRTC を使ってローカルアドレスを取得するのが悪いとかではなく、自分が気持ち悪いという話です。

@DavidWells
DavidWells / netlify.toml
Last active February 7, 2024 08:50
All Netlify.toml & yml values
[Settings]
ID = "Your_Site_ID"
# Settings in the [build] context are global and are applied to all contexts unless otherwise overridden by more specific contexts.
[build]
# This is the directory to change to before starting a build.
base = "project/"
# NOTE: This is where we will look for package.json/.nvmrc/etc, not root.
# This is the directory that you are publishing from (relative to root of your repo)
@gishi-yama
gishi-yama / Button.html
Created September 7, 2017 03:42
WioNode実習の手本コード
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<script type="text/javascript">
"use strict";
window.onload = function() {
@azu
azu / Incremental DOM.md
Last active July 13, 2022 16:07
Incremental DOM ざっと見たやつ。追記: 初期バージョンのコードなので最新では異なる場合があります。

Incremental DOM

Introducing Incremental DOM — Google Developers — Medium

Reactやvirtual-dom、Glimmer(Ember)などVirtual DOMの実装は色々あるが、これらのVirtual DOM実装には2つの問題がある

  • 既存のテンプレート言語を利用していない(しにくい)
  • モバイルでのパフォーマンス、特にメモリに関しては大きすぎる

これらを解決するためにIncremental DOMと言うものを作っている(WIP)

@jacobrosenthal
jacobrosenthal / gist:11a20b87d9da65c46ee5
Created May 29, 2015 17:32
Minidrone Rolling Spider UUIDS
Discovered characteristic 9a66fa000800919111e4012d1540cb8e
Discovered characteristic 9a66fa010800919111e4012d1540cb8e
Discovered characteristic 9a66fa020800919111e4012d1540cb8e
Discovered characteristic 9a66fa030800919111e4012d1540cb8e
Discovered characteristic 9a66fa040800919111e4012d1540cb8e
Discovered characteristic 9a66fa050800919111e4012d1540cb8e
Discovered characteristic 9a66fa060800919111e4012d1540cb8e
Discovered characteristic 9a66fa070800919111e4012d1540cb8e
Discovered characteristic 9a66fa080800919111e4012d1540cb8e
Discovered characteristic 9a66fa090800919111e4012d1540cb8e
@voluntas
voluntas / shiguredo_webrtc_sfu_log.rst
Last active March 27, 2024 14:13
時雨堂 WebRTC SFU Sora 開発ログ
@ericelliott
ericelliott / essential-javascript-links.md
Last active March 28, 2024 23:01
Essential JavaScript Links
@nulltask
nulltask / 20140826.md
Last active September 13, 2020 09:08
Express / Socket.IO をスケールアウトしてみよう