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
| function main() { | |
| const sheetUrl = "SHEET_URL"; | |
| const spreadsheet = SpreadsheetApp.openByUrl(sheetUrl); | |
| const targetSheet = spreadsheet.getSheetByName("RSA"); | |
| const report = AdWordsApp.report( | |
| 'SELECT ResponsiveSearchAdDescriptions, ResponsiveSearchAdHeadlines ' + | |
| 'FROM AD_PERFORMANCE_REPORT ' + | |
| 'WHERE AdType = RESPONSIVE_SEARCH_AD ' + | |
| 'DURING LAST_7_DAYS' | |
| ); |
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
| # https://reeborg.ca/reeborg.html | |
| DIR_PATTERNS = [ | |
| (0, 1), # ↑ | |
| (-1, 0), # ← | |
| (0, -1), # ↓ | |
| (1, 0) # → | |
| ] | |
| dir_idx = None | |
| def face_north(): |
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
| LAST_N_MONTH = 1 | |
| const days = () => { | |
| const result = [] | |
| for (let m of [...Array(LAST_N_MONTH).keys()]) { | |
| const today = new Date() | |
| const dt = new Date(today.setMonth(today.getMonth() - m)) | |
| const lastDay = new Date(dt.getFullYear(), dt.getMonth() + 1, 0).getDate() | |
| for (let d of [...Array(lastDay).keys()].map(d => d + 1).sort((a, b) => b - a)) { | |
| result.push({ |
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
| const get_login_options = () => { | |
| const LOGIN_URL = "https://www.kurashi.tepco.co.jp/kpf-login"; | |
| const payload_data = { | |
| ACCOUNTUID: 'test@gamil.com', | |
| PASSWORD: 'secure-password-1234', | |
| HIDEURL: '/pf/ja/pc/mypage/home/index.page?', | |
| LOGIN: 'EUAS_LOGIN' | |
| }; |
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
| ### Tap ### | |
| tap "argon/mas" | |
| tap "buo/cask-upgrade" | |
| tap "delphinus/sfmono-square" | |
| tap "ethereum/ethereum" | |
| tap "fishtown-analytics/dbt" | |
| tap "github/gh" | |
| tap "heroku/brew" | |
| tap "homebrew/bundle" |
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
| ### Tap ### | |
| tap "argon/mas" | |
| tap "buo/cask-upgrade" | |
| tap "caskroom/cask" | |
| tap "caskroom/versions" | |
| tap "caskroom/fonts" | |
| tap "ethereum/ethereum" | |
| tap "fishtown-analytics/dbt" | |
| tap "heroku/brew" | |
| tap "homebrew/bundle" |
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
| ### Tap ### | |
| tap "argon/mas" | |
| tap "buo/cask-upgrade" | |
| tap "caskroom/cask" | |
| tap "caskroom/versions" | |
| tap "caskroom/fonts" | |
| tap "ethereum/ethereum" | |
| tap "fishtown-analytics/dbt" | |
| tap "heroku/brew" | |
| tap "homebrew/bundle" |
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
| ### Tap ### | |
| tap "argon/mas" | |
| tap "buo/cask-upgrade" | |
| tap "caskroom/cask" | |
| tap "caskroom/versions" | |
| tap "caskroom/fonts" | |
| tap "ethereum/ethereum" | |
| tap "fishtown-analytics/dbt" | |
| tap "heroku/brew" | |
| tap "homebrew/bundle" |
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
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "net/http" | |
| ) | |
| func main() { | |
| http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { |
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
| {"lastUpload":"2021-02-06T04:56:37.489Z","extensionVersion":"v3.4.3"} |
NewerOlder