Name | Author | Sensor Type | Construction | Controller Type | # of Controllers | # of Segments | LED Controller Type | # of LEDs/Pixels | Protocol | Open-source? |
---|---|---|---|---|---|---|---|---|---|---|
837-15275 | SEGA | Capacitive | FR4 PCB | CY8C22345-24SXI | 2 | 32 | THL3504 | 64/32 | sega-slider/UART/RS232 | No |
(No name) | benjilei | Capacitive | Pad hack (aggregated DS4 touchpad) | MXT series or TrueTouch series (DS4 Touchpad)+? | 4? | 80? (virtual) | None | 0 | maxTouch (or TrueTouch)/I2C | No (aggregation method unknown) |
[(No name)][fa40] | fa40 | Capacitive | Pad hack (copper foil on wood substrate) | ZET6223 (Brook Touchpad) | 1 | 17 | None | 0 | ZET6223/I2C | N/A |
(No name) | Mo10 | Capacitive | FR4 PCB | CY8C4104LQI-422 | 4 | 32 | WS2812 | 32 | Proprietary/I2C | No |
- https://rentry.co/9pgi2
- https://boards.4channel.org/g/thread/78034674
- Hidden git: https://noexit4237wjhu6v.onion
Windows XP/Server 2k3 Source master branch is meant to hold untouched source code for referencing. better to torrent then clone entire repo.
- Best:
国内从 Docker Hub 拉取镜像有时会遇到困难,此时可以配置镜像加速器。
Dockerized 实践 https://github.com/y0ngb1n/dockerized
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Personal Feeling: using the following jvm config is smoother than default | |
# My Machine: Macbook pro M1max 64GB | |
# More Info: https://github.com/FoxxMD/intellij-jvm-options-explained | |
# Prerequisite (Intellij < 2022.2) | |
# 1. Install JetBrain Runtime 17 osx-aarch64 for Apple Silicon, https://github.com/JetBrains/JetBrainsRuntime/releases | |
# 2. Switch the runtime from JetBrain Runtime 11 to 17, https://www.jetbrains.com/help/idea/switching-boot-jdk.html | |
# JetBrain Toolbox |
Credit Circle People for old skins
docker run -d -p 9000:9000 --name minio minio/minio server /export
docker logs minio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { | |
file { | |
path => [ "/data/minecraft/*/logs/latest.log" ] | |
tags => ["minecraft"] | |
} | |
} | |
filter { | |
if "minecraft" in [tags] { | |
grok { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
input { | |
file { | |
path => "/minecraft/logs/*/server.log" | |
type => "server" | |
# stacktrace java as one message | |
codec => multiline { | |
pattern => "^([0-9\-: ]+ \[[A-Z]+\] )?(((\w+\.)+\w+Exception.*)|((\s|\t)+at .+)|(\s+... \d+ more)|(\s*Caused by:.+))" | |
what => "previous" | |
multiline_tag => "stacktrace" |
NewerOlder