This file has been truncated, but you can view the full file.
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
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 re | |
| import sys | |
| def printf(format, *args): | |
| sys.stdout.write(format % args) | |
| # Open the SQL file | |
| f = open('input.sql', 'r') | |
| sql = f.read() |
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
| function delayed(timeout) { | |
| setTimeout(() => { | |
| console.log('Something'); | |
| return; | |
| }, timeout); | |
| } | |
| delayed(1000); // 1 sec | |
| console.log('Hello 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
| env: | |
| es6: true | |
| node: true | |
| jest: true | |
| extends: | |
| - standard | |
| - "eslint:recommended" | |
| overrides: | |
| [ | |
| { |
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
| - http://input.fontbureau.com/download/ |