Skip to content

Instantly share code, notes, and snippets.

View Erioifpud's full-sized avatar
🌴
On vacation

Erioifpud

🌴
On vacation
View GitHub Profile
@Treeki
Treeki / TurnipPrices.cpp
Last active February 6, 2026 05:30
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{
@PARC6502
PARC6502 / OpenSourceBaas.md
Last active March 9, 2026 21:26
List of open source, self hosted BaaS - Backend as a service

Backend as a Service

Note on sizes: a lot of those might be inaccurate as there might be many microservices required aside from the core release/docker image. I haven't tested these recently so I'm not sure

Supabase - ~94.9K stars

  • Designed explicitly as an open source Firebase alternative
  • Typescript based
  • Docker support
  • Full Postgres database with Realtime subscriptions

PocketBase - ~54.5K stars

@koukuko
koukuko / qq_message_xml.md
Last active August 15, 2024 06:02
发送XML消息的格式

QQ的XML消息格式整理

QQ可以使用xml的方式发送消息,以下为了方便描述统称为卡片。

发送方式

通过机器人的API进行发送xml即可,但是如果选择发送xml,那么其他如[image=xxx][@xxx]这些命令就不可使用了。整个消息只有XML。

基本结构

xml主要由msg,item,source这3部分组成

<?xml version='1.0' encoding='utf-8' standalone='yes'?>
@binderclip
binderclip / set-proxy-for-atom.md
Created September 12, 2015 04:27
set shadowsocks proxy for atom

~/.atom/.apmrc

strict-ssl = false
http-proxy = http://127.0.0.1:8090/proxy.pac
$ apm config list
...