これは、仕様駆動開発によってアイデアを製品コードに変えるAI IDE「Kiro」を、開発者が探求するためのチャレンジです。
注意:
- 参加または受賞にあたり、購入や支払いは一切必要ありません。購入や支払いをしても、受賞の確率が上がることはありません。
- エントリーを提出することにより、参加者(および参加者の各個人メンバー)、ハッカソン主催者、およびDevpost間の契約として、これらの公式ルールに同意したものとみなされます。
| import urllib.request #ライブラリをインポートします | |
| from bs4 import BeautifulSoup | |
| import threading | |
| import os | |
| class UniqloMask: | |
| """ | |
| Uniqloエアリズムマスクの購入ボタン監視のスクレイピングクラス | |
| """ | |
| def __init__(self, url): |
| const json = JSON.parse('{"id":"vhUfi3t31goA","string":"root","number":1,"arrayString":["string1","string2"],"arrayNumber":[1,2],"object":{"childId":"boihF33gS3","childString":"child","childNumber":1,"childArrayString":["child_string1","child_string2"],"childArrayNumber":[1,2]}}'); | |
| SetNullRecursiveAllProperties(json); | |
| function SetNullRecursiveAllProperties(obj) { | |
| for (var property in obj) { | |
| if (obj.hasOwnProperty(property) && typeof obj[property] === 'object') { | |
| SetNullRecursiveAllProperties(obj[property]); | |
| } | |
| else if (obj.hasOwnProperty(property)) { |
| // https://stackoverflow.com/questions/63231817/custom-flexiblespacebar-widget/63407374#63407374 | |
| import 'dart:math' as math; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/rendering.dart'; | |
| void main() { | |
| runApp(MyApp()); | |
| } |
| // https://stackoverflow.com/questions/50909791/flutter-change-text-when-flexiblespacebar-is-collapsed/63407889#63407889 | |
| import 'dart:math' as math; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/rendering.dart'; | |
| void main() { | |
| runApp(MyApp()); | |
| } |
| import sys | |
| result_str = '' | |
| for val1 in sys.argv[1].split(): | |
| for val2 in sys.argv[2].split(): | |
| result_str += val1 + '*' + val2 | |
| result_str += '+' | |
| if result_str[-1] == '+': |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title> | |
| <% if content_for?(:title) %><%= yield(:title) %> | <%= Settings.service_name %> | |
| <% else %><%= Settings.service_name %> | |
| <% end %></title> | |
| <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" charset="UTF-8"> |