Search
You can find the results of your search below.
Fulltext results:
- week3
- - ''$ 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
- //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
- ]]. 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
- each other to enter their own CS! * hard-coded for a specific number of processes (i.e., 2)! w