We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rang Name 1970 1980 1990 2000 2010 2018/2019 Bundesland | |
1. Berlin 3.208.719 3.048.759 3.433.695 3.382.169 3.460.725 3.669.491 Berlin | |
2. Hamburg 1.793.640 1.645.095 1.652.363 1.715.392 1.786.448 1.847.253 Hamburg | |
3. München 1.311.978 1.298.941 1.229.026 1.210.223 1.353.186 1.471.508 Bayern | |
4. Köln 849.451 976.694 953.551 962.884 1.007.119 1.087.863 Nordrhein-Westfalen | |
5. Frankfurt am Main 666.179 629.375 644.865 646.550 679.664 761.561 Hessen | |
6. Stuttgart 634.202 580.648 579.988 583.874 606.588 634.830 Baden-Württemberg | |
7. Düsseldorf 660.963 590.479 575.794 569.364 588.735 621.877 Nordrhein-Westfalen | |
8. Leipzig 583.885 562.480 511.079 493.208 522.883 593.145 Sachsen | |
9. Dortmund 640.642 608.297 599.055 588.994 580.444 588.250 Nordrhein-Westfalen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Sometimes QML still surprise by really just doing the right thing. | |
// For instance the following lines: | |
// | |
// console.info("Status:", Status.Unknown, Status.Good, Status.Warning, Status.Failing); | |
// console.info("Sensor:", Sensor.Unknown, Sensor.Good, Sensor.Warning, Sensor.Failing); | |
// | |
// really print: | |
// | |
// qml: Status: 0 1 2 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# set variable identifying the git branch you work in (used in the prompt below) | |
bashrc_update_prompt() { | |
git_branch=$( | |
while [ "$PWD" != "/" ]; do | |
if [ -d ".git/objects" ]; then | |
git-branch 2>/dev/null | sed -ne 's/^\* //p' | |
break | |
fi | |
cd .. |
NewerOlder