add

add - TheJavaSea Forum, Gaming Laptops & PCs Reviews, Linux Tutorials, Network Hacks, Hacking, Leaks, Proxies, Domains & Webhosting, Coding Tutorials, SEO Tips & Hacks, Security TIPS and much more.
  1. Marks-Man

    Python Add TCP Congestion Control algorithm (Shadowsocks)

    Edit "tcprelay.py" Find: self._remote_address = None fd_to_handlers[local_sock.fileno()] = self local_sock.setblocking(False) add after it : if sys.platform.startswith('linux') and 'cc_algo' in config: TCP_CONGESTION = getattr(socket, 'TCP_CONGESTION', 13)...
  2. Marks-Man

    Tutorials Add Scroll Bar to XenForo

    :root { --basecolor: #045690; --pagewidth: 90%; } ::-webkit-scrollbar { width: 15px; } ::-webkit-scrollbar-thumb { background: var(--basecolor); } ::-webkit-scrollbar-track { background: #032238; }
  3. Marks-Man

    Tutorials Add Font icon to Widget Block

Top