Skip to content

Instantly share code, notes, and snippets.

View akaydev-coder's full-sized avatar
:electron:
Life is Sort of Passing by

Akay Devel Coder akaydev-coder

:electron:
Life is Sort of Passing by
  • Dev.root
  • Germany
  • 12:57 (UTC +02:00)
View GitHub Profile
@r14c
r14c / README.md
Last active July 29, 2023 17:15
Autoscroll Userscript
@Manouchehri
Manouchehri / rfc3161.txt
Last active October 9, 2025 14:52
List of free rfc3161 servers.
https://rfc3161.ai.moda
https://rfc3161.ai.moda/adobe
https://rfc3161.ai.moda/microsoft
https://rfc3161.ai.moda/apple
https://rfc3161.ai.moda/any
http://rfc3161.ai.moda
http://timestamp.digicert.com
http://timestamp.globalsign.com/tsa/r6advanced1
http://rfc3161timestamp.globalsign.com/advanced
http://timestamp.sectigo.com
@egel
egel / auto-remove-sublime-license-popup
Last active July 27, 2025 03:55
Auto-remove Sublime's license popup
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sublime_plugin
import subprocess
from time import sleep
import sys
cl = lambda line: subprocess.Popen(line, shell=True, stdout=subprocess.PIPE).communicate()[0].strip()
log = lambda message: sys.stderr.write("Log: %s\n" % message)
@consti
consti / hosts
Last active May 14, 2025 15:51
/etc/hosts to block shock sites etc.
# This hosts file is brought to you by Dan Pollock and can be found at
# http://someonewhocares.org/hosts/
# You are free to copy and distribute this file for non-commercial uses,
# as long the original URL and attribution is included.
#<localhost>
127.0.0.1 localhost
127.0.0.1 localhost.localdomain
255.255.255.255 broadcasthost
::1 localhost