Difference between revisions of "User:Mukund-pondkule-6a11@uni-paderborn.de"
Jump to navigation
Jump to search
| Line 57: | Line 57: | ||
- Goldfish | - Goldfish | ||
| − | { | + | {How many HPC center's are participating within the scope of #HPC.NRW project? |
|type="()"} | |type="()"} | ||
| − | + | + | + 12 |
| − | || | + | || There are 3 Tier-2 centers and 9 Tier-3 centers paticipating. |
| − | + | - 13 | |
| − | - | + | || Check the https://www.dh.nrw/ #HPC.NRW website and count correctly |
| − | || | + | - 3 |
| − | + | || Are you for real? | |
| − | + | - N/A | |
| − | + | || Thats impossible as otherwise we won't be having this conversation. | |
| − | |||
| − | - | ||
| − | || | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | - | ||
| − | || | ||
| − | |||
| − | |||
</quiz> | </quiz> | ||
Revision as of 13:59, 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 |
|
|
Select only one correct answer and no incorrect answers.
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)