Jump to content

User:Jscripthacker

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

I allow users to edit this page whenever, but know that eventually I will get tired of it and change it back.

import base64 as B
def C(string):return len(string)
def D(string):return[A for A in string]
def E(char_list):return ''.join(char_list)
def F(char):return ord(char)
def G(ascii_code):return bin(ascii_code)[2:].zfill(8)
def H(binary_string):return int(binary_string,2)
def I(decimal_int):return hex(decimal_int)[2:]
def J(hex_string):return chr(int(hex_string,16))
K='SGVsbG8gV29ybGQ='
A=B.b64decode(K).decode('utf-8')
L=D(A)
O=C(A)
M=[J(I(H(G(F(A)))))for A in L]
N=E(M)
print(N)

For the above: Figure it out!

0.7This user has 0.7 centijimbos.
C#This user can program in C#.
This user can program in Python.
<html>This user can write HTML.
This user can program in JavaScript.
prog-xThis user is merely a humble programmer.