Difference between revisions of "User:Mukund-pondkule-6a11@uni-paderborn.de"
Jump to navigation
Jump to search
| Line 8: | Line 8: | ||
| REAL-NAME = Schwimmeuropameisterschaften 2014 | | REAL-NAME = Schwimmeuropameisterschaften 2014 | ||
| image = Schwimmeuropameisterschaften 2014 | | image = Schwimmeuropameisterschaften 2014 | ||
| − | | | + | | Feldnamehead1 = table name |
| Feldname1 = Gastgeberort | Daten2 = Berlin | | Feldname1 = Gastgeberort | Daten2 = Berlin | ||
| Feldname2 = Gastgeberland | Daten3 = Germany | | Feldname2 = Gastgeberland | Daten3 = Germany | ||
| Feldname3 = Beginn | Daten4 = 13. August 2014 | | Feldname3 = Beginn | Daten4 = 13. August 2014 | ||
| Feldname4 = Ende | Daten5 = 24. August 2014 | | Feldname4 = Ende | Daten5 = 24. August 2014 | ||
| − | | Feldname5 = Veranstaltungsorte | | + | | Feldnamehead2 = sports activities |
| − | | Feldname6 = Disziplinen | | + | | Feldname5 = Veranstaltungsorte | Daten6 = [[Schwimm- und Sprunghalle im Europasportpark]],<br>[[Velodrom]],<br>[[Regattastrecke Berlin-Grünau]] |
| − | | Feldname7 = Teilnehmende Nationen | | + | | Feldname6 = Disziplinen | Daten7 = [[Schwimmen]], [[Freiwasserschwimmen]], [[Synchronschwimmen]], [[Wasserspringen]] |
| − | | Feldname8 = Athleten | | + | | Feldname7 = Teilnehmende Nationen | Daten8 = 45 |
| − | | Feldname9 = - | | + | | Feldname8 = Athleten | Daten9 = 2.000<!--nur ausgedacht--> |
| − | | Feldname10 = - | | + | | Feldname9 = - | Daten10 = ←<span style="font-size:90%"> [[Schwimmeuropameisterschaften 2012|2012 Debrecen]] • [[Schwimmeuropameisterschaften 2016|London 2016]] </span>→ |
| + | | Feldname10 = - | Daten11 = <span style="font-size:80%; font-weight:lighter"> [[d:Q14409501|Auf Wikidata bearbeiten]]</span> | ||
}} | }} | ||
Revision as of 15:39, 12 October 2020
Introduction text here.
| Schwimmeuropameisterschaften 2014 | |
|---|---|
| table name | |
| Gastgeberort | Berlin |
| Gastgeberland | Germany |
| Beginn | 13. August 2014 |
| Ende | 24. August 2014 |
| sports activities | |
| Veranstaltungsorte | Schwimm- und Sprunghalle im Europasportpark, Velodrom, Regattastrecke Berlin-Grünau |
| Disziplinen | Schwimmen, Freiwasserschwimmen, Synchronschwimmen, Wasserspringen |
| Teilnehmende Nationen | 45 |
| Athleten | 2.000 |
| - | ← 2012 Debrecen • London 2016 → |
| - | Auf Wikidata bearbeiten
|
Template
THE EVENT FOR HIGH PERFORMANCE COMPUTING, MACHINE LEARNING AND DATA ANALYTICS
| Warning: | no warning in this section |
| Info: | no tips in this section |
Warning: no warning in this section
Exercises in Terminal: no exercises in this section
Quizes
|
|
Select only one correct answer and no incorrect answers.
Type 1
What kind of fish are these? (edit) |
|---|
|
How many HPC center's are participating within the scope of #HPC.NRW project? (edit) |
|---|
|
How many HPC center's are participating within the scope of #HPC.NRW project? (edit) |
|---|
What kind of fish are these? (edit) |
|---|
|
Type 2
What kind of fish are these?
Type 3
Type 4
Answer A: The no of HPC center's are:
| #HPC.NRW |
| There are 3 Tier-2 centers and 9 Tier-3 centers paticipating. |
#HPC.NRW
There are 3 Tier-2 centers and 9 Tier-3 centers paticipating.
A sample question to be used for quiz? A. option a B. option b C. option c
| Answer |
B
Explanation -
1. ......
2. ......
|
A sample question to be used for quiz? A. option a B. option b C. option c
Answer
B
Explanation -
1. ......
2. ......
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 | |||
| Description | table to use |
| Date |
<script> async function fetchAndDisplayCourses() { const url = 'https://api.veranstaltungen.hpc-in-deutschland.de/events'; try {
const response = await fetch(url);
if (!response.ok) {
throw new Error(`Failed to fetch courses: ${response.status}`);
}
const events = await response.json(); const today = new Date(); const twoMonthsLater = new Date(); twoMonthsLater.setMonth(today.getMonth() + 2); // Filter upcoming courses within next 2 months
let upcomingCourses = events.filter(event => {
const startDate = new Date(event.startDate || event.date);
return startDate >= today && startDate <= twoMonthsLater;
});
// Sort by start date ascending upcomingCourses.sort((a, b) => new Date(a.startDate || a.date) - new Date(b.startDate || b.date));let html = '
document.getElementById('course-list').innerHTML = html;
} catch (error) {
document.getElementById('course-list').innerText = 'Error loading courses: ' + error.message;
}
} fetchAndDisplayCourses(); </script> |
| File source | HPC.NRW |
| Author | HPC.NRW |
| license-information-permission |
no |
| Other Versions |
no |
Graphs
What is your role? Show with a Piechart
In which field are you working? Show with a Barchart
How important are the following programming languages for your work? Show with a Piechart