Entries by admin

remotely monitor a computer

Discuss tools that could be used to remotely monitor a computer (with or without the computer owner’s awareness). You can discuss the technical solutions and the legal impacts. Also will this kind of evidence admissible? Are they admissible under which conditions?

Replacing parser technology: COP4020/compiler/parser.c) with a parser generated by the Lemon parser generator.

Replacing parser technology =========================== Your project is to replace Pleasant’s recursive descent parser (found in the accompanying tarfile in language-COP4020/compiler/parser.c) with a parser generated by the Lemon parser generator. While the canonical reference is the recursive descent parser in the tar file distributed with this assignment (it’s in language-COP4020/compiler/parser.c), a rough BNF-like grammar for Pleasant […]