Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.
# CLOSURES IN RUBY Paul Cantrell http://innig.net | |
# Email: username "cantrell", domain name "pobox.com" | |
# I recommend executing this file, then reading it alongside its output. | |
# | |
# Alteratively, you can give yourself a sort of Ruby test by deleting all the comments, | |
# then trying to guess the output of the code! | |
# A closure is a block of code which meets three criteria: |
# requirement: create the txt file: zen_of_python.txt in the same directory that this python file | |
filename = 'zen_of_python.txt' | |
f = open(filename, 'r') | |
print("1st option 2 print content file") | |
print(f.read()) | |
f.close() | |
# two related operations which you’d like to execute as a pair, with a | |
# block of code in between. |
Manifest of Technical Product: genomixcloud docker images
Genomixcloud docker images: https://hub.docker.com/u/genomixcloud
Source code of the Genomixcloud docker images and AWS guidances: https://github.com/ldipotetjob/genomixcloud.bioinformatic
1. Introduction: