Difference between revisions of "User:Mukund-pondkule-6a11@uni-paderborn.de"

From HPC Wiki
Jump to navigation Jump to search
Line 42: Line 42:
 
Aristotle remained at the Academy for nearly twenty years, not leaving until  
 
Aristotle remained at the Academy for nearly twenty years, not leaving until  
 
after Plato's death in { 347 _3 } BC.
 
after Plato's death in { 347 _3 } BC.
|}
 
  
  
 
Select only one correct answer and no incorrect answers.
 
Select only one correct answer and no incorrect answers.
<quiz display=simple>
 
 
{<youtube>https://www.youtube.com/watch?v=DvjeIqkFMaE</youtube>
 
{<youtube>https://www.youtube.com/watch?v=DvjeIqkFMaE</youtube>
 
  What kind of fish are these?
 
  What kind of fish are these?
Line 67: Line 65:
 
|| Thats impossible as otherwise we won't be having this conversation.
 
|| Thats impossible as otherwise we won't be having this conversation.
 
</quiz>
 
</quiz>
 
+
|}
  
 
'''Example Code:'''
 
'''Example Code:'''

Revision as of 15:04, 17 September 2020

Introduction text here.


Template

{{{REAL-NAME}}}













THE EVENT FOR HIGH PERFORMANCE COMPUTING, MACHINE LEARNING AND DATA ANALYTICS


Warning:  bla blub


Info:  bla blub
Example
Example:
Solve the following system. 

Note: Again, it may be true


1 Complete the text from the Wikipedia article on Aristotle.

Early Years:
Aristotle was born in

in Chalcidice. His parents were

and

, who became physician
to King Amyntas of Macedon.
Aristotle was educated as a member of the aristocracy. At about the age of

, he went to

to continue his education
at

's Academy.

Later Years:
Aristotle remained at the Academy for nearly twenty years, not leaving until
after Plato's death in

BC.
Select only one correct answer and no incorrect answers.
{
What kind of fish are these?
| type="()" }
+ Herring
- Salmon
- Tunafish
- Goldfish

2 How many HPC center's are participating within the scope of #HPC.NRW project?

12
13
3
N/A

Example Code:

for(int i=0; i<4; i++){ 
    dosomething();
}


STR="HELLO WORLD!"
echo ${STR,}   #=> "hELLO WORLD!" (lowercase 1st letter)
echo ${STR,,}  #=> "hello world!" (all lowercase)

STR="hello world!"
echo ${STR^}   #=> "Hello world!" (uppercase 1st letter)
echo ${STR^^}  #=> "HELLO WORLD!" (all uppercase)