Skip to content

Instantly share code, notes, and snippets.

@wildlarva
wildlarva / udp-port-forwarding.ps1
Last active February 5, 2026 17:21
WSL Port Forwarding Example for UDP
#--------------------------------------------------------
# Background: WSL UDP port forwarding
#--------------------------------------------------------
# Microsoft recommends "netsh interface portproxy" for port forwarding, but it does not support UDP for now.
# See https://learn.microsoft.com/en-us/windows/wsl/networking#accessing-a-wsl-2-distribution-from-your-local-area-network-lan.
# For UDP port forwarding, you can use Windows NAT mechanism.
# See https://gist.github.com/the-moog/e7a1b5150ce9017309afbcf91848e622.
@wildlarva
wildlarva / 3D解析ライブラリ.md
Last active November 19, 2023 06:27
3D解析ライブラリ
ライブラリ概要 言語サポート 3D解析/加工機能 3D Analysis & Processing 備考
ライブラリ名 レポジトリ 主な提供機能/主要用途 スター数 (k) Python C/C++ レイ・キャスティング Ray Casting / Tracing 3D投影 3D Projection 3D再構成 3D Reconstruction ポイントクラウド登録 Point Cloud Registration メッシュ単純化 Mesh Decimation / Simplification
# Copyright 2016 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,