5 Matching Annotations
- Mar 2016
-
software-carpentry.org software-carpentry.org
-
Through Safari Books Online, O'Reilly books are free for K-12 students.
-
- Feb 2016
-
docs.pylonsproject.org docs.pylonsproject.org
-
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.
-
- Jan 2016
-
linkeddata.uriburner.com linkeddata.uriburner.com
-
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 >
Tags
Annotators
URL
-
- May 2015
-
developer.zendesk.com developer.zendesk.com
-
sudo: false makes travis use its docker infrastructure, which means builds start faster and have more CPU available
-
- Jul 2014
-
docs.saltstack.com docs.saltstack.com
-
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
-