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
| <!--[if lt IE 8]> | |
| <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |
| <![endif]--> | |
| <!-- Add your site or application content here --> | |
| <div class="container fullheight"> | |
| <h1>Markdown Editor</h1> | |
| <div class="row"> | |
| <div class="six columns"> | |
| <textarea id="smde" class="CodeMirror"></textarea> |
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
| import mysql.connector | |
| import datetime | |
| import time | |
| from flask import jsonify | |
| def hello_world(request): | |
| """Responds to any HTTP request. | |
| Args: |