- データ視覚化のデザイン
- colorblind-friendly palette
- https://personal.sron.nl/~pault/
- This document is about Method 2 on https://github.com/Kattis/problemtools
- Replace
REPOwith the path to your local clone of the GitHub repository. - Assume the
REPOcontains theproblemsdirectory.
- Install and start Docker Desktop
- Download image:
docker pull problemtools/icpc
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| /* | |
| * Custom horizontal layout CSS running with OBS/Discord Streaming Kit. | |
| * | |
| * Recommended browser size: w2600 x h400 | |
| * URL: https://streamkit.discord.com/overlay/voice/{SERVER_ID}/{CHANNEL_ID}?icon=true&online=true&logo=white&text_color=%23ffffff&text_size=28&text_outline_color=%23000000&text_outline_size=0&text_shadow_color=%23000000&text_shadow_size=0&bg_color=%231e2124&bg_opacity=0.95&bg_shadow_color=%23000000&bg_shadow_size=0&invite_code=&limit_speaking=false&small_avatars=false&hide_names=false&fade_chat=0&streamer_avatar_first=false | |
| * (Replace {SERVER_ID} and {CHANNEL_ID} with your IDs.) | |
| */ | |
| [class*="Voice_voiceStates__"] { | |
| display: flex; |
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
| /* | |
| * Custom CSS for Feign running with OBS/Discord Streaming Kit. | |
| * | |
| * Recommended browser size: w2600 x h400 | |
| * | |
| * URL: https://streamkit.discord.com/overlay/voice/{SERVER_ID}/{CHANNEL_ID}?icon=true&online=true&logo=white&text_color=%23ffffff&text_size=28&text_outline_color=%23000000&text_outline_size=0&text_shadow_color=%23000000&text_shadow_size=0&bg_color=%231e2124&bg_opacity=0.95&bg_shadow_color=%23000000&bg_shadow_size=0&invite_code=&limit_speaking=false&small_avatars=false&hide_names=true&fade_chat=0&streamer_avatar_first=false | |
| * (Replace {SERVER_ID} and {CHANNEL_ID} with your IDs.) | |
| * | |
| * Modified based on: | |
| * - https://piyonyuxu.fanbox.cc/posts/4943228 |
OlderNewer