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
[ | |
'The Big Five Marathon', 'The Dipsea Race', 'Niagara Falls Marathon', 'Star Wars Half Marathon', | |
'Vienna City Marathon', 'We Ran It: French Riviera Marathon', 'Ultra Trail du Mont Blanc', | |
'Sea Wheeze Half Marathon', 'Moscow Marathon', 'Inca Trail Marathon', 'Jungfrau Marathon', '13-17 The Majors', | |
'Galapagos Marathon', 'Mount Everest Marathon', 'We Ran It: Marathon du Médoc', 'Two Oceans Race', | |
'North Pole Marathon', 'Volcano Marathon', 'Western States 100', 'Eiger Ultra Trail', 'Kilimanjaro Marathon', | |
'Antarctic Ice Marathon', 'Borneo International Marathon', 'Melbourne Half Marathon', 'The Red Bull 400', 'Outback Marathon', | |
'Maratón de Quito', 'Bahamas Marathon', 'Maui Oceanfront Marathon', 'Creemore Vertical Challenge', | |
'Satara Hill Half Marathon', 'Waiheke Half Marathon', 'Oman Desert Marathon', 'Bagan Temple Marathon', | |
'Cruce de los Andes', 'Sao Paulo Marathon', 'Seychelles Eco Friendly Marathon', 'Mongolia Sunrise to Sunset', |
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
git subtree split --prefix=app -b split-app | |
cd ../octo-app-scaffold/ | |
git pull ../octo-app split-app:master | |
git subtree split --prefix=ui/dev -b split-dev | |
cd ../octo-app-docs/ | |
git pull ../octo-app split-dev:master |
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
#!/bin/bash | |
### all php | |
sudo apt-get install software-properties-common | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt-get install -y php7.4 | |
sudo apt install openssl php-common php-curl php-json php-mbstring php-gd php-mysql php-xml php-zip | |
sudo apt install openssl php7.2-common php7.2-curl php7.2-json php7.2-mbstring php7.2-gd php7.2-mysql php7.2-xml php7.2-zip |
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
[ | |
{ | |
"cid": "A15", | |
"parecer_favoravel": 1, | |
"parecer_desfavoravel": 2, | |
"total": 3 | |
}, | |
{ | |
"cid": "A16", | |
"parecer_favoravel": 1, |
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
<script src="zoologicMonitor.js"></script> | |
<script lang="javascript"> | |
const dog = makeDog( | |
{ | |
name:"Laio", | |
id: 1, | |
} | |
); | |
dog.walk() | |