Difference between revisions of "User:Mukund-pondkule-6a11@uni-paderborn.de"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 108: | Line 108: | ||
| echo ${STR^^}  #=> "HELLO WORLD!" (all uppercase) | echo ${STR^^}  #=> "HELLO WORLD!" (all uppercase) | ||
| </syntaxhighlight> | </syntaxhighlight> | ||
| + | |||
| + | '''Example Table '''  | ||
| + | {| class="wikitable" style="" | ||
| + | !colspan="2" | Linux ([[Debian]]) || colspan="2"| Windows ([[10]]) | ||
| + | |- | ||
| + | ! Pros || Cons || Pros || Cons | ||
| + | |- | ||
| + | | Linux is better || No cons || Looks colourful || will cost money | ||
| + | |- | ||
| + | | Linux || No cons || windows || slow | ||
| + | |- | ||
| + | |  Linux || No cons || windows | windows down  | ||
| + | | slow to start with | ||
| + | |- | ||
| + | |  || || complicated start-up | ||
| + | |} | ||
Revision as of 17:51, 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 | 
 Warning: no warning in this section
Warning: no warning in this section
 Exercises in Terminal: no exercises in this section
Exercises in Terminal: no exercises in this section
What is your role?
- REDIRECT Template:Note
| 
 | 
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)
Example Table
| Linux (Debian) | Windows (10) | ||
|---|---|---|---|
| Pros | Cons | Pros | Cons | 
| Linux is better | No cons | Looks colourful | will cost money | 
| Linux | No cons | windows | slow | 
| Linux | No cons | windows down | slow to start with | 
| complicated start-up | |||

