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
| #!/usr/bin/env bash | |
| USER=adopisoft | |
| echo "=== $BASH_SOURCE on $(hostname -f) at $(date)" >&2 | |
| sudo apt update -y | |
| sudo apt install postgresql postgresql-contrib -y | |
| echo start the postgres | |
| sudo /etc/init.d/postgresql start |
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
| Present=1 | |
| HostName= | |
| LogFileName=putty.log | |
| LogType=0 | |
| LogFileClash=-1 | |
| LogFlush=1 | |
| SSHLogOmitPasswords=1 | |
| SSHLogOmitData=0 | |
| Protocol=serial | |
| PortNumber=0 |
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
| [Unit] | |
| Description=Ngrok | |
| After=network.service | |
| [Service] | |
| type=simple | |
| User=pi | |
| WorkingDirectory=/home/pi | |
| ExecStart=/usr/bin/ngrok start --all --config=/home/pi/.ngrok/ngrok.yml | |
| Restart=on-failure |
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
| authtoken: <REPLACE_WITH_YOUR_OWN_TOKEN> | |
| tunnels: | |
| default: | |
| proto: http | |
| addr: 80 |
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
| Game Number | type | date | time | home | home score | away | away score | surface | location | location address | division_id | status | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | regular_season | 28/08/18 | 8:30 PM | Brno | 9 | Pribram | 1 | 46847 | played | ||||
| 2 | regular_season | 02/09/18 | 7:00 PM | Staropramen Praha | 5 | Plzen | 1 | 46847 | played | ||||
| 3 | regular_season | 02/09/18 | 3:00 PM | Blanensko | 5 | Olomouc | 3 | 46847 | played | ||||
| 4 | regular_season | 03/09/18 | 8:00 PM | Pardubice | 7 | Most | 1 | 46847 | played | ||||
| 5 | regular_season | 16/09/18 | 2:00 PM | Most | 0 | Brno | 7 | 46847 | played | ||||
| 6 | regular_season | 17/09/18 | 8:00 PM | Plzen | 2 | Pardubice | 1 | 46847 | played | ||||
| 7 | regular_season | 18/09/18 | 4:55 PM | Pribram | 1 | Blanensko | 6 | 46847 | played | ||||
| 8 | regular_season | 20/09/18 | 7:00 PM | Olomouc | 5 | Jihlava | 0 | 46847 | played | ||||
| 9 | regular_season | 23/09/18 | 11:00 AM | Brno | 14 | Plzen | 0 | 46847 | played |
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
| [{ | |
| "id": 1, | |
| "Name": "Apples" | |
| }, { | |
| "id": 2, | |
| "Name": "Oranges" | |
| }] |
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
| [ | |
| [ 0] { | |
| "id" => 49950, | |
| "order_id" => 42420, | |
| "account_id" => 48037, | |
| "organization_id" => 988, | |
| "record_id" => 200994, | |
| "record_type" => "OrganizationPerson", | |
| "membership_subscription_id" => 93577, | |
| "fee_id" => nil, |
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
| [ | |
| [ 0] { | |
| "id" => 49941, | |
| "order_id" => 42184, | |
| "account_id" => 47861, | |
| "organization_id" => 987, | |
| "record_id" => 200850, | |
| "record_type" => "OrganizationPerson", | |
| "membership_subscription_id" => 93434, | |
| "fee_id" => nil, |
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
| first_name | last_name | mobile_number | street | city | state | zip | planned_start_on | region_code | liquid_capital | best_contact_time | franchise_name | franchise_description | franchise_location | franchise_industry | comment | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| User1 | User1 | [email protected] | 9103907717 | Talamban Cebu | Cebu City | PH | 6000 | July 31,2016 | 6344 | Hello World Franchise | Hello Word Franchise Description | Cebu City | IT | hello world | |||
| User2 | User2 | [email protected] | 9103907717 | Talamban Cebu | Cebu City | PH | 6000 | July 31,2016 | 6344 | Hello World Franchise | Hello Word Franchise Description | Cebu City | IT | hello world | |||
| User3 | User3 | [email protected] | 9103907717 | Talamban Cebu | Cebu City | PH | 6000 | July 31,2016 | 6344 | Hello world 2 | Hello Word Franchise Description | Cebu City | IT | hello world |
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
| class Sport < ActiveRecord::Base | |
| # == Constants ========================================================== | |
| BASKETBALL_ID = 8 | |
| BASKETBALL_5_PERIOD_ID = 58 | |
| INLINE_HOCKEY = 'Inline Hockey (2P)' | |
| INLINE_HOCKEY_2P = INLINE_HOCKEY | |
| INLINE_HOCKEY_3P = 'Inline Hockey (3P)' | |
| ICE_HOCKEY = 'Ice Hockey' |
NewerOlder