This file contains 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
$ sudo apt-get install git && git clone https://github.com/surajmandalcell/elementary-x.git ~/.themes/elementary-x && mkdir ~/.icons && git clone https://github.com/keeferrourke/la-capitaine-icon-theme.git && gsettings set org.gnome.desktop.interface gtk-theme 'elementary-x' && gsettings set org.gnome.desktop.interface icon-theme 'la-capitaine-icon-theme' && gsettings org.pantheon.desktop.gala.appearance button-layout 'close,minimize,maximize' |
This file contains 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
Support status summary of 'master': | |
You have 1360 packages (84.8%) supported until April 2023 (Canonical - 5y) | |
You have 240 packages (15.0%) supported until April 2021 (Community - 3y) | |
You have 2 packages (0.1%) supported until April 2021 (Canonical - 3y) | |
You have 0 packages (0.0%) that can not/no-longer be downloaded | |
You have 2 packages (0.1%) that are unsupported | |
Supported until April 2023 (Canonical - 5y): |
This file contains 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
#include <iostream> | |
int main() | |
{ | |
cout << "End\n"; | |
return 0; | |
} |
This file contains 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
#include <iostream> | |
int main() | |
{ | |
cout << "Hoi\n" << endl; | |
return 0; | |
} |
This file contains 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
dsds | |
sas | |
asa | |
sas | |
a |
This file contains 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
{ | |
for(i=1; i<=NF; i++){ | |
if($i ~ /^[[:digit:]]+/) | |
print $i | |
} | |
} |