This file contains 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
#!/usr/bin/python | |
import socket, time, threading | |
TCP_IP = '0.0.0.0' | |
TCP_PORT = 6789 | |
BUFFER_SIZE = 1024 | |
REPEAT = 100 | |
content = "<test>\n" |
This file contains 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
commit bc50b70e4cb8e17c4764380d26290d1f5834c774 | |
Author: C7 <[email protected]> | |
Date: Sat Feb 3 04:53:36 2024 +0000 | |
Larger emojis | |
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss | |
index 5f773c1cf..48326e9ff 100644 | |
--- a/app/javascript/styles/mastodon/components.scss | |
+++ b/app/javascript/styles/mastodon/components.scss |