Skip to content

Instantly share code, notes, and snippets.

View wakita's full-sized avatar

Ken Wakita wakita

View GitHub Profile
@euske
euske / videotrimmer.html
Created October 11, 2021 02:27
Offline video editor
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Video Trimmer</title>
<style>
h1 { border-bottom: solid black 2px; }
.selector { border: solid black 1px; margin: 4px; padding: 4px; }
.player { border: solid black 1px; margin: 4px; padding: 4px; }
@wakita
wakita / r6rs-block-comments.scm
Created August 28, 2012 02:02
R6RSにもブロック式コメントがあるらしい.
(list
'phrases
'in
'a
'block
#|
(This is a comment)
(This is another comment)
(This is yet another comment)
|#