- Download & Install Sublime Text 3.2.2 Build 3211
- Visit https://hexed.it/

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
[ | |
{ | |
"code": "-30", | |
"shortTitleUa": "Повне медичне обстеження", | |
"preferred": "Medical examination/health evaluation complete", | |
"shortTitle": "Medical examin/health eval complete", | |
"inclusionUa": "повне обстеження однієї сиссистеми органів або цілого організму; повний медичний огляд; медогляд немовлят; медогляд школярів / молоді", | |
"inclusion": "complete examination of one body system or the whole body; complete check-up; well-baby exam; school health care exam for children/youth", | |
"exclusionUa": "", | |
"exclusion": "", |
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
<?php | |
/** | |
* This script is for easily deploying updates to Github repos to your local server. It will automatically git clone or | |
* git pull in your repo directory every time an update is pushed to your $BRANCH (configured below). | |
* | |
* Read more about how to use this script at http://behindcompanies.com/2014/01/a-simple-script-for-deploying-code-with-githubs-webhooks/ | |
* | |
* INSTRUCTIONS: | |
* 1. Edit the variables below | |
* 2. Upload this script to your server somewhere it can be publicly accessed |