geek

1
2
3
4
5
6
7
8
welcome = '''scxb cx idv tkpw njv hxwi ipwl tth di scjdgp zdda ihjY
             tbdw uathgjdn tzpb scp vcxgpwh ud sagdl rxvpb twi di tbdratL'''
shift = 15
def dec(s):
    print ''.join([chr((ord(x)-0x41-shift+26)%26+0x41) if x.isupper() else chr((ord(x)-0x61-shift+26)%26+0x61) if x.isalpha() else x for x in s[::-1]])

dec(welcome)
        

Welcome to Jsongo's github page.

This is a new place where I'll collect most part of my favorite content named coding, geeking, hacking or something else that may give you much interest and fun.

Who am I?

A boy who's spending much time in exploring the magic of code and hack, and sometimes, of life. I'd been working in Tencent for the past two years till last June(2014-06). And that is the first station beyond my school life. Oh, yeah, I'm quite young but not ignorant. And I've been coding since my college for the past 6 years in C/C++, Java, Php, python(my favorite one), javascript(which is my current job). I've written lots of blogs everywhere most of which were lost due to my carelessness and unsteady mind. Some were lost with the server, and some with the blog website, and some with no memory of where they'd been written, and others with the wind. But anyway this is the new beginning. I'll collect my future blogs here as long as the github lives. And my private ones are still be going into the evernote.

I majored in information security. I chose it because I've been always curious about that. And I'm learning all the time to feed my curiosity.

To reach me

Just mail to jsongo@jsong.com