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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Execution Log Monitor</title> | |
</head> | |
<body> | |
<div id="log-container"></div> |
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
FROM docker.elastic.co/elasticsearch/elasticsearch:7.9.0 | |
# Install plugins for Chinese support | |
RUN bin/elasticsearch-plugin install analysis-smartcn | |
RUN bin/elasticsearch-plugin install --batch https://github.com/medcl/elasticsearch-analysis-ik/releases/download/v7.9.0/elasticsearch-analysis-ik-7.9.0.zip |
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
config = { | |
'updateInterval' : 33, | |
'autoRestart' : false, | |
'restartTimeout' : 1000, | |
'intergateArduino' : true | |
}; | |
littleDinoLoaded = false; | |
function loadLittleDino() { |
NewerOlder