Through Safari Books Online, O'Reilly books are free for K-12 students.
http://software-carpentry.org/blog/2015/07/effective-physics-book.html
Through Safari Books Online, O'Reilly books are free for K-12 students.
http://software-carpentry.org/blog/2015/07/effective-physics-book.html
When an exception is raised and the debugtoolbar.intercept_exc setting is display or debug, Pyramid presents a pretty traceback page. If the setting value is debug, you will be able to examine locals in each frame in the traceback and execute code in the context of each frame.
http://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/#exception-handling
http://www.w3.org/2002/07/owl#http://www.w3.org/2002/07/owl#
from "OpenLink Virtuoso SPARQL Query Editor Predefined Inference Rules" .. should it say name: owl: http://www.w3.org/2002/07/owl#
... sh:entailment https://www.w3.org/TR/shacl/#entailment >
sudo: false makes travis use its docker infrastructure, which means builds start faster and have more CPU available
25.12.3. RUNNING THE TESTS IN A DOCKER CONTAINER The test suite can be executed under a docker container using the --docked option flag. The docker container must be properly configured on the system invoking the tests and the container must have access to the internet. Here's a simple usage example: tests/runtests.py --docked=ubuntu-12.04 -v
"RUNNING THE TESTS IN A DOCKER CONTAINER"
Here's a simple usage example:
tests/runtests.py --docked=ubuntu-12.04 -v
The full docker container repository can also be provided:
tests/runtests.py --docked=salttest/ubuntu-12.04 -v