Base UI is an open-source library of accessible, unstyled UI components for React.Base UI From the creators of Radix, Floating UI, and Material UI, Base UI is an unstyled UI component library for building accessible user interfaces. Documentation To get started, check out the Base UI documentation. Contributing Read our contributing guide to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes. Releases To see the latest updates…
Sunset as of December 2024Konfig The monorepo that holds everything... Getting started Get the repository on your local machine. Takes a minute. git clone https://github.com/konfig-dev/konfig --recursive cd konfig This repository has submodules so pull all of them. Also take a few minutes. git submodule update --init --recursive --remote --merge Environment Setup Run Postgres as a background process # in /konfig brew install postgresql mkdir -p postgres/data initdb -D ./postgres/data pg_ctl -…
frp跨平台桌面客户端,可视化配置,轻松实现内网穿透! 支持所有frp版本 Frpc-Desktop 🎉 FRP跨平台桌面客户端,可视化配置,轻松实现内网穿透! 支持所有frp版本 / 开机自启 / 可视化配置 / 免费开源 使用教程 TODO 开机自启动 适配多用户 user & meta_token 便携版 增加udp代理类型 支持快速分享frps 增加快速选择本地端口 支持stcp代理类型 通过镜像站下载frp 支持所有配置的导入导出 一键清空所有配置 支持导入识别frpc.toml tcp、udp协议支持批量端口 常见问题 Mac提示已损坏 执行命令:sudo xattr -cr Frpc-Desktop.app 里程碑 2024-12-04: 发布v1.1.5版本 优化体验、支持修改webport、解决github限流问题、日志优化 2024-11-08: 发布v1.1.4版本 修复已知BUG 2024-10-14: 发布v1.1.3版本 支持xtcp协…
Reference implementation of AnomaAnoma This is an implementation of the Anoma protocol, whose specs can be found here. Docs Contributors documentation Specification Developer Docs (Coming Soon™) User Docs (Coming Soon™) Following Development Work is merged into base on a bi-weekly (once every two weeks) schedule. Development can be followed in multiple ways: Issues are put into the project overview This is a good way to see what work is assigned and the various views into how goals are bein…
Unitree RL GYM This is a simple example of using Unitree Robots for reinforcement learning, including Unitree Go2, H1, H1_2, G1 Isaac Gym Mujoco Physical 1. Installation Create a new python virtual env with python 3.8 Install pytorch 2.3.1 with cuda-12.1: pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu121 Install Isaac Gym Download and install Isaac Gym Preview 4 from https://developer.nvidia.com/isaac-gym cd isa…
Xiaomi Home Integration for Home AssistantXiaomi Home Integration for Home Assistant English | 简体中文 Xiaomi Home Integration is an integrated component of Home Assistant supported by Xiaomi official. It allows you to use Xiaomi IoT smart devices in Home Assistant. Installation Home Assistant version requirement: Core $\geq$ 2024.11.0 Operating System $\geq$ 13.0 Method 1: Git clone from GitHub cd config git clone https://github.com/XiaoMi/ha_xiaomi_home.git cd ha_xiaomi_home ./install.sh /co…
OpenTelemetry Collector Getting Started • Getting Involved • Getting In Touch Vision • Configuration • Monitoring • Security • Package OpenTelemetry Collector The OpenTelemetry Collector offers a vendor-agnostic implementation on how to receive, process and export telemetry data. In addition, it removes the need to run, operate and main…
Getting Started First, run the development server: npm run dev # or yarn dev Open http://localhost:3000 with your browser to see the result. You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file. Adding your RPC If you wish to add your RPC, please follow this PR template
Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.Gorilla WebSocket Gorilla WebSocket is a Go implementation of the WebSocket protocol. Documentation API Reference Chat example Command example Client and server example File watch example Status The Gorilla WebSocket package provides a complete and tested implementation of the WebSocket protocol. The package API is stable. Installation go get github.com/gorilla/websocket Protocol Compliance The…