int16_t dataSeg04_XGDrumMap [31][128]| name | baseAddr | comment |
|---|---|---|
| None | 0x00000000 | |
| Roland GS Drum Set Standard | 0x00000100 | |
| Roland GS Drum Set Room Set | 0x00000200 | |
| Roland GS Drum Set Power Set | 0x00000300 |
int16_t dataSeg04_XGDrumMap [31][128]| name | baseAddr | comment |
|---|---|---|
| None | 0x00000000 | |
| Roland GS Drum Set Standard | 0x00000100 | |
| Roland GS Drum Set Room Set | 0x00000200 | |
| Roland GS Drum Set Power Set | 0x00000300 |
| #!/usr/bin/env python3 | |
| import os | |
| import sys | |
| import re | |
| INNER=r'(?P<name>.+)\](?P<content>.+)' | |
| class Parser(): | |
| def __init__(self, cheatfile): |
| # TODO: STILL WIP | |
| # use `traefik.ingress.kubernetes.io/router.tls.certresolver: default` annotation for kubernetes ingress. | |
| --- | |
| apiVersion: v1 | |
| kind: Secret | |
| metadata: | |
| name: cloudflare-api-token-secret | |
| namespace: kube-system | |
| data: | |
| api-token: OMITTED |
| # Usage in k3s | |
| # set k3s server with `--flannel-backend=none --disable-network-policy --service-cidr=10.43.0.0/16,fd01::00/112` | |
| # restart all k3s component, containerd included. | |
| # use this manifest with `kubectl apply -f <manifest> | |
| # set `net.ipv6.conf.all.forwarding=1` and `net.ipv4.conf.all.forwarding=1` via sysctl | |
| # ALL done. | |
| --- | |
| # Source: calico/templates/calico-config.yaml | |
| # This ConfigMap is used to configure a self-hosted Calico installation. | |
| kind: ConfigMap |