Cond. | |||||||
祝日? | y | y | y | n | n | n | |
土曜日? | y | n | n | y | n | n | |
日曜日? | y | n | y | n | |||
平日? | y | y | |||||
Act. | |||||||
N/A | y | y | y | y | y | y | |
Result. |
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 python | |
import os | |
import sys | |
import argparse | |
import asyncio | |
from langchain_openai import ChatOpenAI | |
from browser_use import Agent | |
import httpx | |
# "Save your OpenAI API key in a file named `.openai` in your home folder." | |
def set_openai_api_key(): |
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 Kettle { | |
constructor() { | |
this.temperature = 25; // 初期温度 | |
this.keepWarmMode = 'High'; // 初期保温モード | |
this.timer = 0; // 初期タイマー | |
this.isLocked = true; // 初期状態はロック | |
this.isBoiling = false; // 初期状態は沸騰していない | |
} | |
setTemperature(temp) { |
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
あなたは優秀なテストエンジニアです。 | |
次の文章からmermaid形式の状態遷移図と状態遷移表を出力してください。 | |
入力: | |
[ここに仕様の文章を挿入] | |
入力例: | |
ストップウォッチの仕様を以下に示します。 | |
「スタート/ストップボタン」と「リセットボタン」の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
あなたは優秀なテストエンジニアです。 | |
次の文章からディシジョンテーブルを出力してください。 | |
入力: | |
[ここに仕様の文章を挿入] | |
入力例: | |
タクシーの割増料金の仕様が、以下のように定義されています。 | |
月曜~金曜は通常料金、土日および祝祭日は割増料金 |
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 crawlISTQBGlossary() { | |
const sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet(); | |
const sheetLast = sheet.getLastRow(); | |
const sheetValues = sheet.getDataRange().getValues(); | |
const sheetHeaders = sheetValues.shift(); | |
const API_URL = "https://glossary.istqb.org/api/v2/search"; | |
let newData = []; | |
let finish = false; | |
let page = 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
Sub Create_TCs() | |
'Extract Value From Dashboard | |
Dim min, max As Integer | |
Dim given, when As String | |
min = Worksheets("Dashboard").Range("C2").Value | |
max = Worksheets("Dashboard").Range("C3").Value | |
given = Worksheets("Dashboard").Range("C4").Value | |
when = Worksheets("Dashboard").Range("C5").Value | |
'Filter min and max |
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 SPREADSHEET_ID = "1RbjK9i7aMsEUi5rdaPHk-BmOyV-muYJdWWx-i9nzbuM"; | |
const sheet = SpreadsheetApp.openById(SPREADSHEET_ID); | |
const conditions = sheet.getSheetByName("conditions"); | |
const status = sheet.getSheetByName("status"); | |
const conditionsLastRow = conditions.getLastRow(); | |
function doGet(e) { | |
const output = ContentService.createTextOutput(); | |
if (e.parameter.callback === undefined) { |
Cond. | |||||||||
平日? | y | y | y | y | n | n | n | n | |
8:45~17:59? | y | y | n | n | y | y | n | n | |
特別会員? | y | n | y | n | y | n | y | n | |
Act. | |||||||||
N/A | y | y | y | y | y | y | y | y | |
Result. | |||||||||
手数料 | 0円 | 0円 | 0円 | 108円 | 0円 | 108円 | 0円 | 108円 |
Cond. | |||||||
7点以上? | y | y | y | n | n | n | |
ワイシャツあり? | y | y | n | y | y | n | |
ネクタイあり? | y | n | y | n | |||
Act. | |||||||
N/A | y | y | y | y | y | y | |
Result. | |||||||
割引率 | 12% | 7% | 7% | 5% | 0% | 0% |
NewerOlder