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
Anax: Uncaught exception: | |
Call to undefined function Anax\Url\mb_strtolower() | |
Code: 0 | |
#0 /home/efo/htdocs/dbwebb.se/vendor/mos/anax/src/Content/CFileBasedContent.php(843): Anax\Url\CUrl->slugify('') | |
#1 /home/efo/htdocs/dbwebb.se/vendor/mos/anax/src/Content/CFileBasedContent.php(866): Anax\Content\CFileBasedContent->contentForInternalRoute('') | |
#2 /home/efo/htdocs/dbwebb.se/vendor/mos/anax/config/routes/default.php(13): Anax\Content\CFileBasedContent->contentForRoute() | |
#3 [internal function]: Anax\App\CAnaxDefault->{closure}() |
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
WARNING pylint failed: './example/cgi/execute-another-file.cgi' | |
Usage: pylint [options] module_or_package | |
Check that a module satisfies a coding standard (and more !). | |
pylint --help | |
Display this help message and exit. | |
pylint --help-msg <msg-id>[,<msg-id>] |
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 _makefile_targets { | |
local curr_arg; | |
local targets; | |
# Find makefile targets available in the current directory | |
targets='' | |
if [[ -e "$(pwd)/Makefile" ]]; then | |
targets=$( \ | |
grep -oE '^[a-zA-Z0-9_-]+:' Makefile \ | |
| sed 's/://' \ |
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
[32;01m---> Run container= with what= one off command.[0m | |
[ ! -f docker-compose.yaml ] || docker-compose -f docker-compose.yaml run cli make inspect what=kmom06 options='--yes' | |
Pulling cli (dbwebb/courserepo:cli)... | |
cli: Pulling from dbwebb/courserepo | |
[32;01m---> Execute dbwebb inspect what=kmom01.[0m | |
env PATH='/home/dbwebb/repo/bin:/home/dbwebb/repo/vendor/bin:/home/dbwebb/repo/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' bin/dbwebb-inspect --yes . kmom06 | |
# | |
# Thu Mar 14 10:26:53 UTC 2019 | |
# dbwebb-inspect version v2.4.0 (2019-03-05) | |
# |
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
[0;30;42m>>> ======= GUI Inspect =======[0m | |
Thu Mar 14 11:26:22 CET 2019 | |
algn18 kmom06 | |
download, docker | |
Inspect GUI v1.3.1 (2019-03-12) | |
http://www.student.bth.se/~algn18/dbwebb-kurser/databas/me/redovisa |
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
#!/usr/bin/env bash | |
PASS=$(pass BTH\ Studkonto) | |
ssh [email protected] -i /home/efo/.ssh/dbwebb.pub -t "echo $PASS | sudo -S setpre-dbwebb-kurser.bash $3" | |
dbwebb --yes inspect $1 $2 $3 |
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
0|app | ::ffff:127.0.0.1 - - [11/Apr/2019:10:52:19 +0000] "GET /v2/orders?api_key=6d7459cbc693d238e7a9eb9a1dae1bce HTTP/1.1" 304 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0" | |
0|app | ::ffff:127.0.0.1 - - [11/Apr/2019:10:52:24 +0000] "PUT /v2/orders HTTP/1.1" 204 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0" | |
0|app | ::ffff:127.0.0.1 - - [11/Apr/2019:10:52:24 +0000] "PUT /v2/products HTTP/1.1" 401 108 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0" | |
0|app | ::ffff:127.0.0.1 - - [11/Apr/2019:10:52:24 +0000] "PUT /v2/products HTTP/1.1" 401 108 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0" | |
0|app | ::ffff:127.0.0.1 - - [11/Apr/2019:10:53:05 +0000] "GET /v2/products?api_key=6d7459cbc693d238e7a9eb9a1dae1bce HTTP/1.1" 304 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0" | |
0|app | ::ffff:127.0.0.1 - |
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
> !"hej hopp" | |
false | |
> !process.env.node | |
true | |
> !process.env.node == "production" | |
false | |
> !process.env.node == "development" | |
false |
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
[GCC 5.4.0 20160609] on linux | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> !"hej hopp" | |
File "<stdin>", line 1 | |
!"hej hopp" | |
^ | |
SyntaxError: invalid syntax | |
>>> |
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
var axis = null; | |
var flattening = null; | |
var lat_of_origin = null; | |
var central_meridian = null; | |
var scale = null; | |
var false_northing = null; | |
var false_easting = null; | |
function math_cosh(value) { | |
return 0.5 * (Math.exp(value) + Math.exp(-value)); |