Skip to content

Instantly share code, notes, and snippets.

@NulAsh
NulAsh / codes3.txt
Created April 20, 2019 16:30
5-letter codes are made so that they do not have two consecutive identical characters, and there is not a single pair of codes that differ from each other only by one symbol, or by transposition of two consecutive characters. Sorted by time, required to transmit by Morse.
This file has been truncated, but you can view the full file.
ETETE
EIEIE
TETET
ETEIT
EITET
TETIE
TIETE
ETIEI
EIETI
IETEI
@NulAsh
NulAsh / vkid.py
Created October 31, 2018 22:29
Insert your phone number into VK id
n = 380501234567
uid = 278699285
m = 1
while True:
x = (uid - n) & 0xFFFFFFFF
if x < m:
print(n + x)
break
m *= 10
n *= 10
125 INFO: PyInstaller: 3.4.dev0+ab8fd9753
125 INFO: Python: 3.6.3
125 INFO: Platform: Windows-7-6.1.7601-SP1
126 INFO: wrote E:\HACK\file2codegrp\testprog\test.spec
126 DEBUG: Testing for UPX ...
151 INFO: UPX is not available.
178 DEBUG: script: E:\HACK\file2codegrp\testprog\test.py
179 INFO: Extending PYTHONPATH with paths
['E:\\HACK\\file2codegrp\\testprog', 'E:\\HACK\\file2codegrp\\testprog']
180 INFO: checking Analysis