-
Updated
Apr 9, 2021 - Shell
assessment
Here are 242 public repositories matching this topic...
new aws question
CNCF Cloud Native Security Map Vanilla
For a much more detailed guide on this project and how to start contributing, please comment on the issue and take a look at https://docs.google.com/document/d/1ytshTEnoKqP0m0JFKO4IB2qEFaIAZc9jDet6VdeT3sE/
Description:
We have discussed the vision of the cloud native security map (#348), the ideas and discussions are available in this [google
-
Updated
Mar 16, 2021 - Shell
-
Updated
Apr 9, 2021 - Smalltalk
-
Updated
Apr 9, 2021 - XSLT
Now that we've moved PrairieLib back into the monorepo, we should use direct requires. That is, everywhere that we do this: https://github.com/PrairieLearn/PrairieLearn/blob/89d265461da214d773b722b5e0465e00396f52b1/lib/question.js#L20 we should change it to:
const sqldb = require('../prairielib/sql-db');
and similarly for any require with @prairielib.
This would be a nice function to have, instead of having to rewrite it each time I write a question that needs it.
u is a scalar multiple of v if there is a scalar k such that u = k*v. You could find this k by computing the ratio u_i / v_i for each non-zero component i, then check that the ratios are all equal. This should work similarly to isclose, allowing given relative and a
-
Updated
Apr 9, 2021 - Java
Read-only submission
A student should be able to get an anonymised link of their submission so that they could share it (e.g. on social network). The view would be a readonly view with the feedback of the submission still visible. The link should only contain the submission id.
There should be an option in the task conf to allow or not this feature on a par-task basis.
If an admin follow such a link, he should be r
-
Updated
Apr 9, 2021 - Ruby
-
Updated
Jan 21, 2021 - Shell
-
Updated
Jun 8, 2016 - JavaScript
-
Updated
Oct 6, 2017 - Shell
-
Updated
Dec 28, 2018
-
Updated
May 25, 2016 - Python
-
Updated
Mar 27, 2021 - Python
-
Updated
Jul 13, 2020 - Python
-
Updated
Apr 10, 2021 - PHP
-
Updated
Apr 13, 2018 - JavaScript
-
Updated
Dec 19, 2019 - Python
-
Updated
Dec 28, 2020 - Objective-C
"Information only" parts don't do marking or accept an answer submission, so the stock options for the availability condition on next parts in explore mode don't make sense. Don't display these when the part doesn't do marking.
-
Updated
Jan 18, 2021 - Jupyter Notebook
-
Updated
Mar 23, 2021 - Python
-
Updated
Feb 17, 2021 - Shell
-
Updated
Apr 5, 2021 - R
Improve this page
Add a description, image, and links to the assessment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the assessment topic, visit your repo's landing page and select "manage topics."
Q54. You have a fleet of IoT devices that send telemetry to a server-side application provided by your IoT vendor for decoding a proprietary messaging format. The devices are provisioned to send telemetry reports to your server via UDP on port 6339. What is the best way scale this server as more Iot devices are added to your fleet?