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
version: '3' | |
services: | |
opal: | |
image: obiba/opal:latest | |
ports: | |
- "8843:8443" | |
- "8880:8080" | |
links: | |
- rock | |
- mongo |
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
1.4 | 2.2 | 5.7 | 9.6 | 13.5 | 16.7 | 18.7 | 18.4 | 14.3 | 9.9 | 5.2 | 2.3 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
3.8 | 5.2 | 9.8 | 14.4 | 18.4 | 21.7 | 23.9 | 23.5 | 19 | 13.5 | 7.7 | 4.5 | |
-1 | -0.7 | 2 | 5.1 | 8.7 | 11.8 | 13.8 | 13.6 | 10.3 | 6.6 | 2.8 | 0 | |
71.5 | 59.5 | 56.6 | 49.4 | 73.3 | 73 | 72.1 | 71.9 | 66.6 | 76.2 | 71.7 | 89.5 | |
52 | 79.5 | 137.1 | 197.5 | 226.3 | 241.2 | 257.6 | 237.1 | 174.9 | 106.7 | 51.1 | 41.9 |
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
def openfile_dialog(): | |
from PyQt5 import QtGui | |
from PyQt5 import QtGui, QtWidgets | |
app = QtWidgets.QApplication([dir]) | |
fname,_filter = QtWidgets.QFileDialog.getOpenFileName(None, "Select a file...", '.', filter="All files (*)") | |
return str(fname) |
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
cd | |
cd Desktop/ | |
cd emSigner/ | |
java -jar emsigner_WS_OMM |
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
<form method="POST" class="ajax"> | |
<input type="text" name ="URL Location" id="urlLoc" style="display:none"> | |
<input type="text" name="name" placeholder="Your Name" required> | |
<input type="email" name="email" placeholder="Your Email" required> | |
<input type="submit" value="Submit"> | |
<div class="alert-success"></div> | |
</form> |
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
<form method="POST" class="ajax"> | |
<input type="text" name ="URL Location" id="urlLoc" style="display:none"> | |
<input type="text" name="name" placeholder="Your Name" required> | |
<input type="email" name="email" placeholder="Your Email" required> | |
<input type="submit" value="Submit"> | |
<div class="alert-success"></div> | |
</form> |