Hello Mundo or Hola World ?
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
try: | |
from local_settings import * | |
except ImportError, e: | |
pass | |
# You can override what needed in local_settings.py; it should stay out of your version control then. |
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
hello world!! |
The following tanfile
will provision and deploy a multi-tiered application via docker-compose
. It implicitly copies via ssh the file docker-compose.yml
from current directory into a new provisioned GCE micro instance.
<gce-vm name="test-vm" size="f1-micro" image="container-vm" zone="au-syd-1">
<docker-compose></docker-compose>
</gce-vm>
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
{ | |
"type": "node", | |
"request": "launch", | |
"name": "Electron: Main", | |
"protocol": "inspector", | |
"cwd": "${workspaceFolder}/cloudaction-ide", | |
"runtimeExecutable": "${workspaceFolder}/cloudaction-ide/node_modules/.bin/electron", | |
"runtimeArgs": ["--remote-debugging-port=9223", "."], | |
"windows": { | |
"runtimeExecutable": "${workspaceFolder}/cloudaction-ide/node_modules/.bin/electron.cmd" |
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
[ | |
{ | |
"type": "EventListener", | |
"category": "general", | |
"label": "EventListener", | |
"icon": "iVBORw0KGgoAAAANSUhEUgAAAIIAAABkCAYAAABKHuhiAAABgmlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rRFEUxz8zQzRGFGFhMWlYIT9qYqPMJJQ0jVF+bWae+aHmzbzee5MmW2WrKLHxa8FfwFZZK0WkZGVhTWzQc56nRjLndu753O+953TvueCOZRXVqOgBNWfq0dGQf2Z2zl/1iJsmvLTQHFcMbTgSmaCsvd3gsuNVl12r/Ll/rWYxaSjgqhYeUjTdFB4Tnlg2NZs3hRuVTHxR+Fi4U5cLCl/besLhJ5vTDn/YrMeiYXDXC/vTvzjxi5WMrgrLywmo2YLycx/7Jb5kbnpKYpt4KwZRRgnhZ5wRwgTpZVDmIF300S0ryuT3fOdPkpdcRWaNIjpLpMlg0ilqQaonJaZET8rIUrT7/7evRqq/z6nuC0Hlg2W9tEPVBnyuW9b7vmV9HoDnHs5ypfz8Hgy8ir5e0gK7ULcKJ+clLbEFp2vQcqfF9fi35BF3p1LwfAS1s9BwCd55p2c/+xzeQmxFvuoCtnegQ87XLXwBJZ1nyCelkRcAAAAJcEhZcwAADsQAAA7EAZUrDhsAABROSURBVHic7Z19nF7jmce/M3mZiENICJqUEyIbS9A2SqrUu66qraLaT20p2t12g9ZLfbD6ONWVovhYqVLbiqWrqlTXS1dRLEFLvMZLvSQnTbwnMTgZSTOZ2T9+95NMJs99Xc8zeRIzk+f3+eTDZ8495z5zznVfL7/ruq8bGmiggQYaaKCBBlZFU71vWGTprsBfklLeWu97r8sosnQIsCXQmpTyt+p9/+Z63qzI0j2A/wCyIks3rue912UUWdoCHABcAhxXZOkm9Z6jboJQZ |
OlderNewer