Created
January 10, 2021 16:02
-
-
Save ctrlcctrlv/a9f08f472ebcb5aba1e990ed1f07b690 to your computer and use it in GitHub Desktop.
Just a bit of Twitter fun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| D=dict();E=dict();[(E.__setitem__(float(v),u), (D.__setitem__(float(v), D.__getitem__(float(v))+1) if D.__contains__(float(v)) else D.__setitem__(float(v),1))) for (u, _, v) in [e.split()[:3] for e in list(filter(lambda s: re.match('^[0-9A-F]',s), dnv))] if len(u.split('..'))==1];(D.keys(),{k:(v,E[k],chr(int(E[k],16))) for (k,v) in D.items() if v==1}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment