Skip to content

Instantly share code, notes, and snippets.

View ryosuzuki's full-sized avatar

Ryo Suzuki ryosuzuki

View GitHub Profile
@ryosuzuki
ryosuzuki / index.html
Created April 4, 2026 19:56
Ami Suzuki - Pickleball Player Website
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>鈴木亜美 | Pickleball Player</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
--green: #2d6a4f;
@ryosuzuki
ryosuzuki / shonan-excursion-guide.html
Created April 2, 2026 16:40
Shonan Meeting 244 Excursion Guide - Kamakura Options
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NII Shonan Meeting 244 - Kamakura Excursion Guide</title>
<style>
:root {
--bg: #f5f1ea;
--paper: #fffdf9;
@ryosuzuki
ryosuzuki / DJI_0007.MP4
Created February 2, 2020 14:08
Jan 29 Wed, 3:39 PM GMT-07:00
ExifTool Version Number : 11.85
File Name : DJI_0007.MP4
Directory : .
File Size : 20 MB
File Modification Date/Time : 2020:02:02 07:03:42-07:00
File Access Date/Time : 2020:02:02 07:03:41-07:00
File Inode Change Date/Time : 2020:02:02 07:03:49-07:00
File Permissions : rw-r--r--
File Type : MP4
File Type Extension : mp4
ExifTool Version Number : 11.85
File Name : DJI_0007.MP4
Directory : .
File Size : 20 MB
File Modification Date/Time : 2020:02:02 07:03:42-07:00
File Access Date/Time : 2020:02:02 07:03:41-07:00
File Inode Change Date/Time : 2020:02:02 07:03:49-07:00
File Permissions : rw-r--r--
File Type : MP4
File Type Extension : mp4
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A-Frame Examples</title>
<script src="https://aframe.io/releases/0.9.1/aframe.min.js"></script>
</head>
<body>
<a-scene>
@ryosuzuki
ryosuzuki / rvo.js
Last active October 22, 2023 18:29
/*
* RVO Demonstration
* cf. http://gamma.cs.unc.edu/RVO/icra2008.pdf
*/
// parameters
const acceleration = 1;
const avoidanceTendency = 10;
class Agent {
using System;
using System.Collections;
using System.Collections.Generic;
using RVO;
using UnityEngine;
using Random = System.Random;
using Vector2 = RVO.Vector2;
public class GameAgent : MonoBehaviour
{
using UnityEngine;
using System.Net.Sockets;
using System.Text;
public class UDPClient : MonoBehaviour {
public string host = "192.168.1.158";
public int port = 8883;
private UdpClient client;
private class Command {
// make sure to select "Box Colider" option at the Inspector panel
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DragObject : MonoBehaviour {
//float distance = 10;