Skip to content

Instantly share code, notes, and snippets.

@rtomaszewski
rtomaszewski / README.md
Created January 27, 2016 15:10 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@rtomaszewski
rtomaszewski / 0_reuse_code.js
Created January 11, 2014 00:00
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
def myfunc(message):
"""
This is external function
@param message: this is string that is going to be printed
@return: none
"""
print("myfunc: %s" % message)