Skip to content

Instantly share code, notes, and snippets.

View EnderAvaritia's full-sized avatar
💭
醉后不知天在水 满船清梦压星河

EnderAvaritia EnderAvaritia

💭
醉后不知天在水 满船清梦压星河
  • Suzhou University of Science and Technology
  • SuZhou JiangSu China
View GitHub Profile
@shenjackyuanjie
shenjackyuanjie / requirement.txt
Last active April 25, 2025 04:43
ica db sqlite -> pg
lib_not_dr
psycopg
@zRains
zRains / mineStatus.js
Created September 17, 2022 17:12
Get Minecraft server info by LSP using nodejs.
const { Socket } = require('net')
class MineStatus {
/** @type {Socket} */
socket
/** @type {string} */
host
/** @type {number} */
@stokito
stokito / OpenWrt_Virtualbox.md
Last active May 5, 2025 19:09 — forked from jayluxferro/OpenWrt_Virtualbox.md
How to run OpenWrt in VirtualBox

The official doc seems too complicated OpenWrt on VirtualBox HowTo

  1. Download and install VirtualBox. On Windows add to PATH envs C:\Program Files\Oracle\VirtualBox
  2. Get an OpenWrt image openwrt-x86-64-combined-ext4.img.gz from targets/x86/64/ folder. Direct snapshot download
  3. Uncompress the image: gunzip openwrt.img.gz
  4. Convert it to native VirtualBox format:
VBoxManage convertfromraw --format VDI openwrt.img openwrt.vdi
@moelody
moelody / feedbro-locale-zh_CN.json
Last active February 8, 2025 10:57
feedbro中文翻译
{
"meta": {
"manifest_version": 3,
"locale_version": "1.3",
"locale_name": "简体中文",
"locale_type": "zh_CN",
"locale_last_updated": "2020-08-07 18:00:00 UTC",
"locale_author_name": "moelody",
"locale_author_email": "[email protected]",
"locale_source_url": "https://gist.github.com/moelody/3159316ce726fc629fae15278bbce429"