"ETS Syntax Highlighting provides syntax highlighting and basic language support for ETS (ArkTS) ...
The source repository of all translated content for MDN Web Docs
Official inference repo for FLUX.1 models
deploy package files to server
Next generation frontend tooling. It's fast!
✨✨✨ Geeker Admin,基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。
🎉 A Vue.js 3 UI Library made by Element team
Config files for my GitHub profile.
以下经过测试
1, 去 ruby 官网下载 ruby-2.3.3
2,安装 openssl,一般用 brew install openssl 安装后路径为/usr/local/Cellar/openssl/1.0.2j
3,安装 ruby:解压 ruby-2.3.3 后 (我解压之后直接放到桌面的),进入其目录,执行: ./configure --with-openssl-dir=/usr/local/Cellar/openssl/1.0.2j
make
sudo make install