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
| # Certification Subject: Home Network | |
| # Author: Cody Hanson <chanson@uwalumni.com> | |
| # Date: 10/1/2016 | |
| # Version: 1.0 | |
| define host myRouter as 192.168.1.1 | |
| define network myNetwork as 192.168.1.0/24 | |
| define network DMZ as 10.0.0.0/24 | |
| define host ftpSite as speedtest.tele2.net |
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
| NETCDL Certifier Implementation Standards | |
| This document, while not a formal RFC, should serve as a guide for implemen- | |
| tors of future NETCDL Certifier Software. The key words ”MUST”, ”MUST NOT”, | |
| ”REQUIRED”, ”SHALL”, ”SHALL NOT”, ”SHOULD”, ”SHOULD NOT”, ”REC- | |
| OMMENDED”, ”MAY”, and ”OPTIONAL” in this document are to be interpreted | |
| as described in RFC2119[7]. | |
| A NETCDL certifier MUST recognize and parse a body of text that conforms to the official NETCDL grammar specification. | |
| If a parse error occurs, the certifier SHOULD inform the user the cause of the error, so that they may fix it. | |
| During certification the certifier SHALL evaluate every assertion in the input document. |
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
| db.cases.aggregate([{"$group":{"_id":"$guid", "count": {"$sum":1}}}, {"$match": {"count":{"$gt":1}}}]) |
OlderNewer