Search

You can find the results of your search below.

week3
6 Hits, Last modified:
- ''$ cd ~/.ssh'' - then type this command: <code text>$ cat id_rsa.pub >> authorized_keys</code> * for more information about ssh and public key authe... ng your C/UPC programs, add the following to your code <code c> #include <time.h> int main() { clock_t startTime = clock();
week5
6 Hits, Last modified:
//verlagen// ("to decrease") * Definition: <code text> < await (s > 0) s = s - 1; > </code> * signal(s) * Traditional: V(s) * origina... //verhogen// ("to increase") * Definition: <code text> < s = s + 1; > </code> * ''wait(s)'' and ''signal(s)'' work the same for binary and counting (
top
2 Hits, Last modified:
]]. Since this course is concerned with composing code, the guidelines that apply to writing in general ... ting of computer programs. Copying someone else's code without attribution amounts to plagiarism. So gi
week4
1 Hits, Last modified:
each other to enter their own CS! * hard-coded for a specific number of processes (i.e., 2)! w