All public logs
Jump to navigation
Jump to search
Combined display of all available logs of blogginpedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:16, 30 April 2025 Grug talk contribs created page Termux IRC Client (Created page with "{{DISPLAYTITLE:<font face="courier"><font color="hotpink">termux irc client</font></font>}} A page to document the various attempts at creating an irc client in Termux. <h3>termux IRC client first try</h3> <hr style="border-top: .5px solid #ff69b4; background: transparent;"> '''irc_client_advanced.py''' <poem> <small><small> import socket import ssl import threading import sys import time import queue from datetime import datetime class IRCClient: def __ini...")