New pages
Jump to navigation
Jump to search
(newest | oldest) View (newer 4 | older 4) (20 | 50 | 100 | 250 | 500)
- 03:31, 14 May 2025 Test (hist | edit) [744 bytes] Grug (talk | contribs) (Created page with " === YouTube === <div style="display: flex; flex-wrap: wrap; justify-content: flex-start;"> <div style="padding: 0px 5px 5px 0px;">{{#evt:service=youtube|id=https://www.youtube.com/watch?v=PwZ4QdjMjIc|autoresize=true|alignment=left|dimensions=250|urlargs="modestbranding=1&version=3&rel=0&origin=https://www.funtoo.org"}}</div> <div style="padding: 0px 5px 5px 0px;">{{#evt:service=youtube|id=https://www.youtube.com/watch?v=t--zWCMBftA|autoresize=true|alignment=left|dimens...")
- 18:50, 8 May 2025 Drainage (hist | edit) [81 bytes] Grug (talk | contribs) (Created page with "center|600px")
- 00:11, 2 May 2025 Termux IRC Client SP (hist | edit) [52,029 bytes] Grug (talk | contribs) (Created page with "irc_sp.py <pre> import socket import ssl import threading import sys import time import queue from datetime import datetime import readline import hashlib class IRCClient: def __init__(self): self.server = "irc.rizon.net" self.port = 6697 self.channels = ["#/sp/"] # Only #/sp/ channel self.active_channel = self.channels[0] self.nickname = "LullSac" self.realname = "Termux IRC Client for #/sp/" self.irc = Non...")
- 00:07, 2 May 2025 Termux IRC Client GTV (hist | edit) [18,469 bytes] Grug (talk | contribs) (Created page with "<pre> import socket import ssl import threading import sys import time import queue from datetime import datetime import readline import hashlib class IRCClient: def __init__(self): self.server = "irc.rizon.net" self.port = 6697 self.channels = ["#/g/tv"] # Only #/g/tv channel self.active_channel = self.channels[0] self.nickname = "LullSac" self.realname = "Termux IRC Client for #/g/tv" self.irc = None...")