TECH |
Engadget Japanese |
勇者の旅路をパズル形式でサポート!『謎解きRPG-IQダンジョン』:発掘!スマホゲーム |
https://japanese.engadget.com/nazotoki-rpg-211043979.html
|
rpgiq |
2021-07-18 21:10:43 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] バイデン大統領、FacebookなどのSNSはコロナの誤情報で「人々を殺している」と発言 |
https://www.itmedia.co.jp/news/articles/2107/19/news057.html
|
facebook |
2021-07-19 06:30:00 |
TECH |
Techable(テッカブル) |
まもなく「バーチャルマーケット6」開幕! 年末開催のイベント情報も一部発表 |
https://techable.jp/archives/158350
|
hikky |
2021-07-18 22:00:04 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
インスピレーションが湧かない人へ。今日から作れる挑戦しがいのあるアプリのアイディア5選 |
https://qiita.com/baby-degu/items/c0a3784dc5285185484a
|
学べること段落、文、コードを有効なHTMLとしてフォーマットする方法イベントを受信し、そのイベントに基づいてアクションを実行する方法ユーザーアクセシビリティエディタのコントローラでキーボードを使用する方法などCPUアクティビティモニタハードウェアが好きな人には、これがお勧めです。 |
2021-07-19 06:17:56 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
LineBot作ったことのある方 |
https://teratail.com/questions/350182?rss=all
|
LineBot作ったことのある方rocklistLINEHANDLERaddPostbackEventdefonpostbacklineeventdatalineeventpostbackdataLINEBOTAPIreplymessagelineeventreplytokenTextSendMessagerockinlistLINEHANDLERhandlebodysignaturereturnnbspnbspLinebotでリストを送信したいのですが、どうすればいいでしょうか。 |
2021-07-19 06:41:07 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
pythonでエクセル保存する際の名前を定義した名前にしたい |
https://teratail.com/questions/350181?rss=all
|
pythonでエクセル保存する際の名前を定義した名前にしたい下記のコードで「コード桁」の値基準にデータフレーム作成し「コード桁」の値毎にエクセルを作成したいです。 |
2021-07-19 06:40:54 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Amazon Linux によるSSL化について |
https://teratail.com/questions/350180?rss=all
|
AmazonLinuxによるSSL化について下記内容でssl化するために実践しました。 |
2021-07-19 06:35:14 |
Ruby |
Rubyタグが付けられた新着投稿 - Qiita |
繰り返し処理 |
https://qiita.com/tatsuya-k/items/e35d6ff686d3fe3d0b89
|
putsiは中に入れればOK以下のプログラム実行後に出力される値postsあかみどり黄色オレンジ黒numpostseachdopostnumnumendputsnum答え解説each文を使用すると配列の要素分だけ処理が繰り返される。 |
2021-07-19 06:19:52 |
技術ブログ |
Developers.IO |
チャート描画ライブラリ『Plotly』をJavascriptで試す:インストール&環境設定編 |
https://dev.classmethod.jp/articles/plotly-js-overview-and-install/
|
plotly |
2021-07-18 21:37:42 |
海外TECH |
DEV Community |
Documenting Express REST APIs with OpenAPI and JSDoc |
https://dev.to/essentialrandom/documenting-express-rest-apis-with-openapi-and-jsdoc-m68
|
Documenting Express REST APIs with OpenAPI and JSDocAs usual this article isn t meant as an in depth guide as much as a documentation of the what why and how of certain architectural choices If you re trying to achieve the same thing and need help leave a comment Goals amp ConstraintsTo document BobaBoard s REST API Standardize and document both the parameters and the return values of various endpoints The documentation should be as close as possible to the source code it describes The documentation should be served through a docusaurus instance hosted on a different server Final Result Architecture Documentation How To Packages usedSwaggerJSDoc to turn JSDocs into the final OpenAPI spec served at open api json Redocusaurus to embed Redoc into Docusaurus There are other options for documentation like any OpenAPI Swagger compatible tool e g SwaggerUI but Redoc is the nicest feeling one Configuration Express OpenAPI Optionsconst options definition openapi info title BobaBoard s API documentation version Note indenting the description will cause the markdown not to format correctly description IntroWelcome to the BobaBoard s backend API This is still a WIP Example SectionThis is just to test that sections work It will be written better later contact name Ms Boba url email ms boba bobaboard com servers url http localhost description Development server These are used to group endpoints in the sidebar tags name posts description All APIs related to the posts endpoints name boards description All APIs related to the boards endpoints name todo description APIs whose documentation still needs work Special Redoc section to control how tags display in the sidebar x tagGroups name general tags posts boards Which paths to parse the API specs from apis types open api yaml server routes ts Open API endpointimport swaggerJsdoc from swagger jsdoc const specs swaggerJsdoc options app get open api json req res gt res setHeader Content Type application json res send specs Type Spec types open api contribution yaml Note the components schemas component name hierarchy This is used to refer to these types in the endpoint documentation components schemas Contribution type object properties post id type string format uuid parent thread id type string format uuid parent post id type string format uuid secret identity ref components schemas Identity required post id parent thread id secret identity Endpoint DocumentationThis should be repeated for every API endpoint you wish to document openapi posts postId contribute post summary Replies to a contribution description Posts a contribution replying to the one with id postId tags posts todo parameters name postId in path description The uuid of the contribution to reply to required true schema type string format uuid responses description User is not authorized to perform the action description The contribution was successfully created content application json schema type object properties contribution ref components schemas Contribution description Finalized details of the contributions just posted router post postId contribute isLoggedIn async req res gt The endpoint code Configuration Docusaurus docusaurus config js module exports other config stuff presets other presets redocusaurus specs routePath docs engineering rest api process env API SPEC is used to serve from localhost during development specUrl process env API SPEC prod server url open api json theme See options at redoc options object redocOptions expandSingleSchemaField true expandResponses pathInMiddlePanel true requiredPropsFirst true hideHostname true |
2021-07-18 21:25:06 |
Apple |
AppleInsider - Frontpage News |
How to tell your Mac what to do with Voice Control |
https://appleinsider.com/articles/21/07/18/how-to-tell-your-mac-what-to-do-with-voice-control?utm_medium=rss
|
How to tell your Mac what to do with Voice ControlIn those times where you have your hands full you d probably want some way to control your Mac verbally Here s how to get started with Voice Control One of the problems of everyday life is that sometimes you are encumbered with a task that prevents you from properly using your computer with both hands While this could be as serious as a medical condition or a disability it can also be from a more mundane and temporary issue that hampers your computing capabilities For some users it could be something as simple as needing both hands for feeding a baby or to prevent a kitten from interfering with someone else s practical task Even eating in front of the screen can get in the way of doing work Read more |
2021-07-18 21:51:17 |
海外TECH |
Engadget |
Grimes, Will.i.am and Alanis Morrissette will judge an avatar singing TV show |
https://www.engadget.com/grimes-alanis-will-i-am-avatar-singing-show-212603219.html?src=rss
|
Grimes Will i am and Alanis Morrissette will judge an avatar singing TV showAre you more comfortable singing behind a virtual persona than you are on a real stage Your reality TV show has arrived Pitchfork and AV Club report that Fox is launching a quot world s first quot avatar singing competition series Alter Ego that will have celebrity judges gather in real life to gauge the performances of amateur singers who use avatars to quot reinvent themselves quot You ll likely recognize the judge panel Canadian artists Grimes pictured above and Alanis Morrissette will join Will i am and Nick Lachey in critiquing the music while Emmy winner Rocsi Diaz will host the affair Alter Ego debuts sometime in the fall It s an unusual concept but not necessarily a bad one In theory this could help budding talent overcome stage fright or self esteem issues by using an avatar as a stand in It s certainly a fitting show for a tech savvy artist like Grimes It s just a question of whether or not audiences enjoy the concept Anonymizing music shows like The Masked Singer have been hits but they still involve a physical presence for the participants ーthere s a chance viewers might not be so thrilled about digital concerts View this post on InstagramA post shared by Alter Ego alteregoonfox |
2021-07-18 21:26:03 |
海外科学 |
NYT > Science |
How Climate Change Hit Wine Country |
https://www.nytimes.com/2021/07/18/climate/napa-wine-heat-hot-weather.html
|
extreme |
2021-07-18 21:38:41 |
ニュース |
BBC News - Home |
Johnson urges caution as Covid rules ease in England |
https://www.bbc.co.uk/news/uk-57882029
|
events |
2021-07-18 21:30:50 |
ニュース |
BBC News - Home |
Hamilton accused of disrespect after Grand Prix win |
https://www.bbc.co.uk/sport/formula1/57882235
|
lewis |
2021-07-18 21:40:24 |
LifeHuck |
ライフハッカー[日本版] |
『「超」整理法』から23年。野口悠紀雄氏の「超メモ」術はどう変わったか? |
https://www.lifehacker.jp/2021/07/238866book_to_read-800.html
|
中公新書ラクレ |
2021-07-19 07:00:00 |
北海道 |
北海道新聞 |
今年も海水浴場の4割開設せず コロナ禍で、海保まとめ |
https://www.hokkaido-np.co.jp/article/568611/
|
海上保安庁 |
2021-07-19 06:17:00 |
北海道 |
北海道新聞 |
同性カップル「家族」4割 五輪スポンサー82社調査 |
https://www.hokkaido-np.co.jp/article/568607/
|
lgbtq |
2021-07-19 06:07:00 |
ビジネス |
東洋経済オンライン |
観光列車のルート変更も?長崎新幹線の「光と影」 経費節減で非電化方針、「36ぷらす3」に影響 | 新幹線 | 東洋経済オンライン |
https://toyokeizai.net/articles/-/441389?utm_source=rss&utm_medium=http&utm_campaign=link_back
|
九州新幹線 |
2021-07-19 06:30:00 |
コメント
コメントを投稿