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
| # use hyperv driver on windows | |
| docker-machine create development --driver virtualbox | |
| --virtualbox-disk-size "5000" --virtualbox-cpu-count 2 | |
| --virtualbox-memory "4096" | |
| docker-machine env development | |
| export DOCKER_TLS_VERIFY="1" | |
| export DOCKER_HOST="tcp://123.456.78.910:1112" | |
| export DOCKER_CERT_PATH="/Users/me/.docker/machine/machines/development" | |
| export DOCKER_MACHINE_NAME="development" |
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
| {% for post in blog_posts %} | |
| {{ post.description }} | |
| {% endfor %} |
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
| Environment: | |
| Request Method: POST | |
| Django Version: 1.7.1 | |
| Python Version: 2.7.6 | |
| Installed Applications: | |
| ('django.contrib.admin', | |
| 'django.contrib.auth', |
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
| void gamewinsound(); | |
| void GSharp2(int time) | |
| { | |
| int i; | |
| TMOD = 0x10; | |
| for(i=0; i < time; i++) | |
| { | |
| TH1 = -1387 >> 8; | |
| TL1 = -1387; |
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
| <h2>Visualizer Links</h2> | |
| <p> | |
| Visualizers are available for download. The date next to the download indicates when it was built. It's probably a good idea to get the latest one. | |
| </p> | |
| <div class="btn-group"> | |
| <a href="http://download.megaminerai.com:8080/visualizers/droids/windows/" class="btn btn-info"> | |
| Windows <i class="fa fa-windows"></i> | |
| </a> | |
| <a href="http://download.megaminerai.com:8080/visualizers/droids/linux/" class="btn btn-warning"> |
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
| <!-- carousel --> | |
| <div id="carousel" class="carousel slide hidden-sm hidden-xs"> | |
| <!-- carousel Indicators --> | |
| <ol class="carousel-indicators"> | |
| <li data-target="#carousel" data-slide-to="0" class="active"></li> | |
| <li data-target="#carousel" data-slide-to="1"></li> | |
| <li data-target="#carousel" data-slide-to="2"></li> | |
| <li data-target="#carousel" data-slide-to="3"></li> | |
| <li data-target="#carousel" data-slide-to="4"></li> | |
| </ol> |