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
| var cycles = [ | |
| { | |
| id: 1, | |
| name: "Cycle 1", | |
| start_date: "01/01/2017", | |
| end_date: "02/28/2017", | |
| }, | |
| { | |
| id: 2, |
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
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "version": "0.1.0", | |
| "title": "SSMS Worker API" | |
| }, | |
| "host": "34.250.112.30:3001", | |
| "paths": { | |
| "/api/systemtoken": { | |
| "post": { |
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
| { | |
| "swagger": "2.0", | |
| "info": { | |
| "version": "0.2.0", | |
| "title": "SSMS Worker API" | |
| }, | |
| "host": "18.194.193.140:3001", | |
| "paths": { | |
| "/api/systemtoken": { | |
| "post": { |
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
| using System; | |
| using Xamarin.Forms.Platform.iOS; | |
| using Xamarin.Forms; | |
| using UIKit; | |
| using System.Diagnostics; | |
| [assembly: ExportRenderer(typeof(SearchBar), typeof(Namespace.iOS.Renderers.ExtendedSearchBarRenderer))] | |
| namespace Namespace.iOS.Renderers | |
| { |
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
| sudo mkdir /opt/oracle | |
| sudo chown -R $USER:$USER /opt/oracle | |
| cd /opt/oracle | |
| wget https://github.com/bumpx/oracle-instantclient/raw/master/instantclient-basiclite-linux.x64-18.3.0.0.0dbru.zip | |
| sudo apt-get install unzip | |
| sudo apt-get install libaio1 | |
| unzip instantclient-basiclite-linux.x64-18.3.0.0.0dbru.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
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - | |
| sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | |
| sudo apt-get update | |
| sudo apt-get install -y docker-ce | |
| sudo usermod -aG docker ${USER} | |
| su - ${USER} | |
| sudo usermod -aG docker deploy |
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
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <meta content="telephone=no" name="format-detection" /> | |
| <title></title> | |
| <style data-premailer="ignore"> | |
| @media screen and (max-width: 600px) { |
OlderNewer