sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
SELECT | |
* | |
FROM | |
dbo. STATUS; | |
SELECT | |
leads.Ref, |
SELECT SUM(CONVERT(DECIMAL(29, 4), retentions.PremiumPolicy)) AS 'OldValue', | |
SUM(CONVERT(DECIMAL(29, 4), retentions.Premium)) AS 'NewValue', | |
SUM(CONVERT(DECIMAL(29, 4), retentions.PremiumDiff)) AS 'PremiumDiff', | |
retentions.OutcomeID, | |
users1.Username, | |
users1.FirstName, | |
users1.LastName, | |
retentions.CreatedDate | |
FROM dbo.Retention AS retentions | |
-- LEFT JOIN dbo.LEAD AS leads ON retentions.LeadID = leads.ID |
--- Statuses Changes | |
SELECT leads.Ref, | |
statuses.Name, | |
leads.StatusDate, | |
leads.StatusChangeReason, | |
users.Username AS 'Status Changed By' | |
FROM dbo.LEAD AS leads | |
INNER JOIN dbo.STATUS AS statuses ON leads.StatusID = statuses.ID | |
LEFT JOIN dbo.Users AS users ON leads.StatusChangedBy = users.ID | |
WHERE(leads.StatusDate >= '2019-12-04' |
{ | |
"apps": [ | |
{ | |
"name": "web", | |
"script": "C:\\ws\\engineer\\titan-web\\app.js", | |
"args": [], | |
"cwd": "C:\\ws\\engineer\\titan-web", | |
"merge_logs": true, | |
"instances": 1, | |
"exec_mode": "cluster_mode", |
To configure IIS as reverse proxy you need to install the URL Rewrite extension and the Application Request Routing extension.
https://www.iis.net/downloads/microsoft/application-request-routing
Open IIS Manager
Select your website
Select URL Rewrite
Select Reverse Proxy
wget https://download.geofabrik.de/asia/gcc-states-latest.osm.pbf
docker run -t -v "${PWD}:/data" osrm/osrm-backend osrm-extract -p /opt/car.lua /data/gcc-states-latest.osm.pbf