投稿時間:2020-04-22 22:43:36 RSSフィード2020-04-22 22:00 分まとめ(73件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT 気になる、記になる… 「Xcode」だけでなく「Final Cut Pro」や「Logic Pro」もiPad Pro向けにリリースか https://taisy0.com/2020/04/22/120857.html final 2020-04-22 12:31:12
IT 気になる、記になる… 「Xbox Series X」のロゴデザインが明らかに − 「Xbox Series S」もまもなく発表か https://taisy0.com/2020/04/22/120851.html microsoft 2020-04-22 12:14:39
TECH Engadget Japanese Steam版PUBBGのS7配信で列車で戦うマップ「Vikendi」が再登場、50%オフのキャンペーンも実施 https://japanese.engadget.com/jp-2020-04-22-steam-pubbg-s7-vikendi-50.html Steam版PUBBGのS配信で列車で戦うマップ「Vikendi」が再登場、オフのキャンペーンも実施月日、「PLAYERUNKNOWNSBATTLEGROUNDSPUBBG」のSteam版においてSeasonが配信されました。 2020-04-22 12:33:00
AWS AWS Government, Education, and Nonprofits Blog Happy Earth Day: The Fix This podcast April round up https://aws.amazon.com/blogs/publicsector/happy-earth-day-fix-this-podcast-april-round-up/ Happy Earth Day The Fix This podcast April round upHappy Earth Day In April the Fix This podcast focused on how the cloud can help people and organizations further understand human impact on the environment and help them to achieve their sustainability goals All episodes are available for streaming and download on Spotify Apple Podcasts nbsp Google Play nbsp Stitcher nbsp TuneIn nbsp Overcast nbsp iHeartRadio and via nbsp RSS 2020-04-22 12:54:27
AWS lambdaタグが付けられた新着投稿 - Qiita SSMパラメータストアから10件以上のデータを取得する https://qiita.com/Kept1994/items/9ba0afc8e969f2e78bbf SSMパラメータストアから件以上のデータを取得するSSMパラメータストアから複数のパラメータを一括で取得したいというときにはgetparametersやgetparametersbypathを使うといい感じに取れる。 2020-04-22 21:47:05
python Pythonタグが付けられた新着投稿 - Qiita Herokuでgit push heroku masterした時にrejectされたら見る記事 https://qiita.com/flour/items/985b4628672a85b8e4f3 Herokuでgitpushherokumasterした時にrejectされたら見る記事herokuでgitpushしたらrejectされた時の対処gitに不慣れなのに頑張ってherokuを使おうとしてpushしたらrejectedと言われて何が悪いのかわからない時に見る記事ですコメント、いいね大歓迎です。 2020-04-22 21:56:51
python Pythonタグが付けられた新着投稿 - Qiita SSMパラメータストアから10件以上のデータを取得する https://qiita.com/Kept1994/items/9ba0afc8e969f2e78bbf SSMパラメータストアから件以上のデータを取得するSSMパラメータストアから複数のパラメータを一括で取得したいというときにはgetparametersやgetparametersbypathを使うといい感じに取れる。 2020-04-22 21:47:05
python Pythonタグが付けられた新着投稿 - Qiita Pythonを使ってOpenCVで画像を『平滑化』してみた https://qiita.com/ayuma/items/07ec25f1d50629fed698 画像処理でノイズの除去が必要になった際には、平滑化を試してみて下さい。 2020-04-22 21:28:01
python Pythonタグが付けられた新着投稿 - Qiita 新型コロナウイルスの感染力のピークを推定してみる https://qiita.com/oki_mebarun/items/ae7ea7e37df60843c87f このことから、つ目の研究のグラフと合わせて考えると、発症日よりも前に感染力のピークがある可能性が示唆されます。 2020-04-22 21:27:44
python Pythonタグが付けられた新着投稿 - Qiita 言語処理100本ノック 2020 第9章: RNN, CNN https://qiita.com/nymwa/items/4542b45837a10766890b 言語処理本ノック第章RNNCNN先日言語処理本ノックが公開されました私自身自然言語処理を初めてから年しか経っておらず細かいことはよくわかっていませんが技術力向上のために全ての問題を解いて公開していこうと思いますすべてjupyternotebook上で実行するものとし問題文の制約は都合よく破っていいものとしますソースコードはgithubにもありますあります章はこちら環境はPythonとUbuntuです第章RNNCNN第章と同じでPyTorchを使いますID番号への変換問題で構築した学習データ中の単語にユニークなID番号を付与したい学習データ中で最も頻出する単語に番目に頻出する単語に……といった方法で学習データ中で回以上出現する単語にID番号を付与せよそして与えられた単語列に対してID番号の列を返す関数を実装せよただし出現頻度が回未満の単語のID番号はすべてとせよコードimportreimportspacyimporttorchspacyモデルとラベルを用意コードnlpspacyloadencategoriesbtemcategorynamesbusinessscienceandtechnologyentertainmenthealthファイルを読み込んでspacyでトークナイズしますコードdeftokenizexxresubrsxxnlpmakedocxxdtextfordinxreturnxdefreadfeaturedatasetfilenamewithopenfilenameasfdatasetfreadsplitlinesdatasetlinesplittforlineindatasetdatasettcategoriesindexlineforlineindatasetdatasetxtokenizelineforlineindatasetreturndatasetxtorchtensordatasettdtypetorchlongコードtrainxtraintreadfeaturedatasetdatatraintxtvalidxvalidtreadfeaturedatasetdatavalidtxttestxtesttreadfeaturedatasetdatatesttxt語彙を抽出します回以上現れた語のみを対象としますコードfromcollectionsimportCounterコードcounterCounterxforsentintrainxforxinsentvocabintraintokenfortokenfreqincountermostcommoniffreqgtlenvocabintrain出力単語列をIDの番号の列に変換しますコードvocablistUNKvocabintrainvocabdictxnfornxinenumeratevocablistコードdefsenttoidssentreturntorchtensorvocabdictxifxinvocabdictelseUNKforxinsentdtypetorchlong訓練データの最初の文に対してトークナイズを行ってみますコードprinttrainxprintsenttoidstrainx出力KathleenSebeliusLGBTlegacytensorID番号の列に変換しておくコードdefdatasettoidsdatasetreturnsenttoidsxforxindatasetコードtrainsdatasettoidstrainxvalidsdatasettoidsvalidxtestsdatasettoidstestxtrains出力tensortensortensorRNNによる予測ID番号で表現された単語列boldsymbolxxxdotsxTがあるただしTは単語列の長さxtinmathbbRVは単語のID番号のonehot表記であるVは単語の総数である再帰型ニューラルネットワークRNNRecurrentNeuralNetworkを用い単語列boldsymbolxからカテゴリyを予測するモデルとして次式を実装せよoverrightarrowhoverrightarrowhtrmoverrightarrowRNNmathrmembxtoverrightarrowhtyrmsoftmaxWyhoverrightarrowhTbyただしmathrmembxinmathbbRdwは単語埋め込み単語のonehot表記から単語ベクトルに変換する関数overrightarrowhtinmathbbRdhは時刻tの隠れ状態ベクトルrmoverrightarrowRNNxhは入力xと前時刻の隠れ状態hから次状態を計算するRNNユニットWyhinmathbbRLtimesdhは隠れ状態ベクトルからカテゴリを予測するための行列byinmathbbRLはバイアス項であるdwdhLはそれぞれ単語埋め込みの次元数隠れ状態ベクトルの次元数ラベル数であるRNNユニットrmoverrightarrowRNNxhには様々な構成が考えられるが典型例として次式が挙げられるrmoverrightarrowRNNxhgWhxxWhhhbhただしWhxinmathbbRdhtimesdwWhhinmathbbRdhtimesdhbhinmathbbRdhはRNNユニットのパラメータgは活性化関数例えばtanhやReLUなどであるなおこの問題ではパラメータの学習を行わずランダムに初期化されたパラメータでyを計算するだけでよい次元数などのハイパーパラメータはdwdhなど適当な値に設定せよ以降の問題でも同様である第章と違って入力データの長さが文によってちがいますtorchnnutilsrnnにあるいろいろを使って可変長の系列の最後に詰めものパディングをして扱えるようにしますコードimportrandomasrdimporttorchnnasnnimporttorchnnfunctionalasFimporttorchoptimasoptimfromtorchnnutilsrnnimportpadsequenceaspadfromtorchnnutilsrnnimportpackpaddedsequenceaspackfromtorchnnutilsrnnimportpadpackedsequenceasunpackデータセットを保持するDatasetクラスを作ります入力文のsourceと目的ラベルのtargetに加えて入力文の長さlengthsをメンバとして持ちますコードclassDatasettorchutilsdataDatasetdefinitselfsourcetargetselfsourcesourceselftargettargetselflengthstorchtensorlenxforxinsourceselfsizelensourcedeflenselfreturnselfsizedefgetitemselfindexreturnsrcselfsourceindextrgselftargetindexlengthsselflengthsindexdefcollateselfxsreturnsrcpadxsrcforxinxstrgtorchstackxtrgforxinxsdimlengthstorchstackxlengthsforxinxsdimデータセットを用意しますコードtraindatasetDatasettrainstraintvaliddatasetDatasetvalidsvalidttestdatasetDatasetteststestt章と同じSamplerを定義しますコードclassSamplertorchutilsdataSamplerdefinitselfdatasetwidthshuffleFalseselfdatasetdatasetselfwidthwidthselfshuffleshuffleifnotshuffleselfindicestorcharangelendatasetdefiterselfifselfshuffleselfindicestorchrandpermlenselfdatasetindexwhileindexltlenselfdatasetyieldselfindicesindexindexselfwidthindexselfwidthバッチ内の系列が降順になっているとパディングを詰めるときに都合がいいのでそのような成約を満たすサンプラを定義しますインデックスをあらかじめ長さの降順に並び替えて前からバッチに積んでいくだけですコードclassDescendingSamplerSamplerdefinitselfdatasetwidthshuffleFalseassertnotshufflesuperinitdatasetwidthshuffleselfindicesselfindicesselfdatasetlengthsselfindicesargsortdescendingTrueまた訓練時はなるべくバッチ内のパディングが少ない方が無駄な計算が少なくなって学習が速くなるのでそういう詰み方も実装します上記例はバッチ数でインデックスを区切っていますが次の子はバッチ内の最大トークン数で区切っているのでバッチ内の事例数は必ずしも一定ではありませんコードclassMaxTokensSamplerSamplerdefiterselfselfindicestorchrandpermlenselfdatasetselfindicesselfindicesselfdatasetlengthsselfindicesargsortdescendingTrueforbatchinselfgeneratebatchesyieldbatchdefgeneratebatchesselfbatchesbatchaccmaxlenforindexinselfindicesaccthislenselfdatasetlengthsindexmaxlenmaxmaxlenthislenifaccmaxlengtselfwidthbatchesappendbatchbatchindexaccmaxlenthislenelsebatchappendindexifbatchbatchesappendbatchrdshufflebatchesreturnbatchesDataLoaderをつくる関数を用意しておきますコードdefgenloaderdatasetwidthsamplerSamplershuffleFalsenumworkersreturntorchutilsdataDataLoaderdatasetbatchsamplersamplerdatasetwidthshufflecollatefndatasetcollatenumworkersnumworkersdefgendescendingloaderdatasetwidthnumworkersreturngenloaderdatasetwidthsamplerDescendingSamplershuffleFalsenumworkersnumworkersdefgenmaxtokensloaderdatasetwidthnumworkersreturngenloaderdatasetwidthsamplerMaxTokensSamplershuffleTruenumworkersnumworkers層の単方向LSTM分類器を定義しますデータセットのcollateでpadされたテンソルをpackするときに各文の長さが必要となりますコードclassLSTMClassifiernnModuledefinitselfvsizeesizehsizecsizedropoutsuperinitselfembednnEmbeddingvsizeesizeselfrnnnnLSTMesizehsizenumlayersselfoutnnLinearhsizecsizeselfdropoutnnDropoutdropoutselfembedweightdatauniformfornameparaminselfrnnnamedparametersifweightinnameorbiasinnameparamdatauniformselfoutweightdatauniformdefforwardselfbatchhNonexselfembedbatchsrcxpackxbatchlengthsxhcselfrnnxhhselfouthreturnhsqueeze予測しますコードmodelLSTMClassifierlenvocabdictloadergenloadertestdatasetDescendingSamplerFalsemodeliterloadernextargmaxdim出力tensor確率的勾配降下法による学習確率的勾配降下法SGDStochasticGradientDescentを用いて問題で構築したモデルを学習せよ訓練データ上の損失と正解率評価データ上の損失と正解率を表示しながらモデルを学習し適当な基準例えばエポックなどで終了させよTaskとTrainerを定義して訓練を回せばいいですコードclassTaskdefinitselfselfcriterionnnCrossEntropyLossdeftrainstepselfmodelbatchmodelzerogradlossselfcriterionmodelbatchbatchtrglossbackwardreturnlossitemdefvalidstepselfmodelbatchwithtorchnogradlossselfcriterionmodelbatchbatchtrgreturnlossitemコードclassTrainerdefinitselfmodelloaderstaskoptimizermaxiterdeviceNoneselfmodelmodelselfmodeltodeviceselftrainloaderselfvalidloaderloadersselftasktaskselfoptimizeroptimizerselfmaxitermaxiterselfdevicedevicedefsendselfbatchforkeyinbatchbatchkeybatchkeytoselfdevicereturnbatchdeftrainepochselfselfmodeltrainaccfornbatchinenumerateselftrainloaderbatchselfsendbatchaccselftasktrainstepselfmodelbatchselfoptimizerstepreturnaccndefvalidepochselfselfmodelevalaccfornbatchinenumerateselfvalidloaderbatchselfsendbatchaccselftaskvalidstepselfmodelbatchreturnaccndeftrainselfforepochinrangeselfmaxitertrainlossselftrainepochvalidlossselfvalidepochprintepochtrainlossfvalidlossfformatepochtrainlossvalidloss学習しますコードdevicetorchdevicecudamodelLSTMClassifierlenvocabdictloadersgenloadertraindatasetgenloadervaliddatasettaskTaskoptimizeroptimSGDmodelparameterslrmomentumnesterovTruetrainerTrainermodelloaderstaskoptimizerdevicetrainertrain予測してみますコードimportnumpyasnpコードclassPredictordefinitselfmodelloaderdeviceNoneselfmodelmodelselfloaderloaderselfdevicedevicedefsendselfbatchforkeyinbatchbatchkeybatchkeytoselfdevicereturnbatchdefinferselfbatchselfmodelevalbatchselfsendbatchreturnselfmodelbatchargmaxdimitemdefpredictselflstforbatchinselfloaderlstappendselfinferbatchreturnlstコードdefaccuracytruepredreturnnpmeantpfortpinziptruepredpredictorPredictormodelgenloadertraindatasetdevicepredpredictorpredictprint学習データでの正解率accuracytraintpredpredictorPredictormodelgenloadertestdatasetdevicepredpredictorpredictprint評価データでの正解率accuracytesttpred出力学習データでの正解率評価データでの正解率もうすこしエポック回せばもうすこし精度あがりますが気にしないことにしますミニバッチ化・GPU上での学習問題のコードを改変しB事例ごとに損失・勾配を計算して学習を行えるようにせよBの値は適当に選べまたGPU上で学習を実行せよコードmodelLSTMClassifierlenvocabdictloadersgenmaxtokensloadertraindatasetgendescendingloadervaliddatasettaskTaskoptimizeroptimSGDmodelparameterslrmomentumnesterovTruetrainerTrainermodelloaderstaskoptimizerdevicetrainertrain出力epochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossコードpredictorPredictormodelgenloadertraindatasetdevicepredpredictorpredictprint学習データでの正解率accuracytraintpredpredictorPredictormodelgenloadertestdatasetdevicepredpredictorpredictprint評価データでの正解率accuracytesttpred出力学習データでの正解率評価データでの正解率なぜかロスが上がって精度が落ちていますが気にしないで強く生きましょう単語ベクトルの導入事前学習済みの単語ベクトル例えばGoogleNewsデータセット約億単語での学習済み単語ベクトルで単語埋め込みmathrmembxを初期化し学習せよコードfromgensimmodelsimportKeyedVectorsvectorsKeyedVectorsloadwordvecformatdataGoogleNewsvectorsnegativebingzbinaryTrue単語エンベディングを初期化してから学習させますコードdefinitembedembedforitokeninenumeratevocablistiftokeninvectorsembedweightdataitorchfromnumpyvectorstokenreturnembedコードmodelLSTMClassifierlenvocabdictinitembedmodelembedtaskTaskoptimizeroptimSGDmodelparameterslrmomentumnesterovTruetrainerTrainermodelloaderstaskoptimizerdevicetrainertrain出力epochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossepochtrainlossvalidlossコードpredictorPredictormodelgenloadertraindatasetdevicepredpredictorpredictprint学習データでの正解率accuracytraintpredpredictorPredictormodelgenloadertestdatasetdevicepredpredictorpredictprint評価データでの正解率accuracytesttpred出力学習データでの正解率評価データでの正解率双方向RNN・多層化順方向と逆方向のRNNの両方を用いて入力テキストをエンコードしモデルを学習せよoverleftarrowhToverleftarrowhtrmoverleftarrowRNNmathrmembxtoverleftarrowhtyrmsoftmaxWyhoverrightarrowhToverleftarrowhbyただしoverrightarrowhtinmathbbRdhoverleftarrowhtinmathbbRdhはそれぞれ順方向および逆方向のRNNで求めた時刻tの隠れ状態ベクトルrmoverleftarrowRNNxhは入力xと次時刻の隠れ状態hから前状態を計算するRNNユニットWyhinmathbbRLtimesdhは隠れ状態ベクトルからカテゴリを予測するための行列byinmathbbRLはバイアス項であるまたabはベクトルaとbの連結を表す。 2020-04-22 21:18:17
python Pythonタグが付けられた新着投稿 - Qiita 深層学習1 https://qiita.com/milky9712/items/a3ea8f9750fa6fc40b10 まず、深層学習が関数の最適化であることを実感するために回帰を実装していく。 2020-04-22 21:16:47
js JavaScriptタグが付けられた新着投稿 - Qiita Nuxt.js 開発サーバーのポートを変更したい https://qiita.com/KishiTheMechanic/items/51f62089f8e733e0cdd3 Nuxtjs開発サーバーのポートを変更したいNuxtjsのデフォルトでは開発サーバーのポートは激戦区とも言えるです。 2020-04-22 21:59:47
js JavaScriptタグが付けられた新着投稿 - Qiita 今更だけどrails6でいいね機能を作ってみた! [非同期通信,ajax,js] https://qiita.com/UTOG/items/1a585ce292fb24a7b661 likeモデルを作る投稿データを紐付けるlikeidと投稿した人のデータを登録するlikeridを作る。 2020-04-22 21:07:48
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) floatで要素を横並びにしたい https://teratail.com/questions/255682?rss=all floatで要素を横並びにしたいltmaingt部分を左手に、サイドバーとしてltasidegt部分をltmaingtの右手に配置したい。 2020-04-22 21:56:54
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 指定期間内の特定キーワードのtweetをすべて抜き出したい https://teratail.com/questions/255681?rss=all 指定期間内の特定キーワードのtweetをすべて抜き出したい前提・実現したいことpython初心者です。 2020-04-22 21:55:01
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Dockerをインストールしたいが管理者権限がない https://teratail.com/questions/255680?rss=all Dockerをインストールしたいが管理者権限がないDockerを使ってみたいのですが、共用のパソコンlinuxサーバーで、ユーザーである自分には管理者権限がありません。 2020-04-22 21:51:12
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) tkinterにおける図形の更新 https://teratail.com/questions/255679?rss=all tkinterにおける図形の更新前提・実現したいことtkinterにて、ボタンを押すと複数のEntryの入力値を元にcanvas上に色違いの正方形を描きたい。 2020-04-22 21:44:11
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Elastic Beanstalkでのマウント後コマンドが実行できないバグ https://teratail.com/questions/255678?rss=all ElasticBeanstalkでのマウント後コマンドが実行できないバグcontainercommandsyumcommandsudoyuminstallyamazonefsutilsignoreErrorstruemkdircommandsudomkdirefsignoreErrorstruemountcommandsudomounttefsotlsXXXXXXefsignoreErrorstrueマウント後コマンドでdfThやupdatepermissionssh内のchownができなくなりました。 2020-04-22 21:43:57
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 作ったサイトにCSSが反映されません。。 https://teratail.com/questions/255677?rss=all 行ったこと・HTML内のコードの確認・ウェブのキャッシュの削除・サーバー側にキャッシュの削除全て行ったのですが、CSSだけどうしても反映されません。 2020-04-22 21:31:09
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Javaのファイル分けについて https://teratail.com/questions/255676?rss=all Javaのファイル分けについてJavaのファイル分けについて質問です。 2020-04-22 21:22:42
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Seriesオブジェクトのインデクスを指定する[]内に不等号を使える理由 https://teratail.com/questions/255675?rss=all Seriesオブジェクトのインデクスを指定する内に不等号を使える理由pandasのSeriesオブジェクトを作った時にインデクスを指定するの内側に不等号をつけてもうまくいくのですがその理由を終えてもらえたら嬉しいです。 2020-04-22 21:22:28
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) データテーブル行追加 https://teratail.com/questions/255674?rss=all データテーブル行追加前提・実現したいことデータテーブルに行を追加したい。 2020-04-22 21:11:58
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Canvasの移動が反映されない https://teratail.com/questions/255673?rss=all Canvasの移動が反映されないunityDでゲームを作っています。 2020-04-22 21:07:15
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 3Dシューティングゲームの弾丸の制御について https://teratail.com/questions/255672?rss=all Dシューティングゲームの弾丸の制御について前提・実現したいことDシューティングゲームを作っているのですが、弾丸を発射した後、下記の動画のように自機を移動させると、弾も左右に移動してしまいます。 2020-04-22 21:01:25
Ruby Rubyタグが付けられた新着投稿 - Qiita bash: ????: command not found 〜どんなコマンドを打っても抜け出せない地獄〜 https://qiita.com/baby-0105/items/dedfe3a4eb52d9b7f7d3 では、コマンド検索パスってのは何なのでしょうかーコマンド検索パス『ターミナルがコマンドを検索するためのパスの事です』もっと噛み砕くと、『コマンドを打ってファイルを読み込む』何故そんなコマンドを打って探すのかと申しますと、パソコンの中には無数のファイルがあります。 2020-04-22 21:49:44
AWS AWSタグが付けられた新着投稿 - Qiita SSMパラメータストアから10件以上のデータを取得する https://qiita.com/Kept1994/items/9ba0afc8e969f2e78bbf SSMパラメータストアから件以上のデータを取得するSSMパラメータストアから複数のパラメータを一括で取得したいというときにはgetparametersやgetparametersbypathを使うといい感じに取れる。 2020-04-22 21:47:05
AWS AWSタグが付けられた新着投稿 - Qiita IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ECDSA key sent by the remote host isの解決法 https://qiita.com/shota0701nemoto/items/842ee1d5ea69bd3456e1 ITISPOSSIBLETHATSOMEONEISDOINGSOMETHINGNASTYSomeonecouldbeeavesdroppingonyourightnowmaninthemiddleattackItisalsopossiblethatahostkeyhasjustbeenchangedThefingerprintfortheECDSAkeysentbytheremotehostisの解決法AWSの作業をしていたら以下のエラー。 2020-04-22 21:18:26
golang Goタグが付けられた新着投稿 - Qiita Go言語 パッケージhmacを使って暗号化する方法 https://qiita.com/IamK/items/35b72624d4f0203ffcbf 2020-04-22 21:58:36
golang Goタグが付けられた新着投稿 - Qiita [golang]可変サイズのSliceやmapを作る時 make([]T, 0)で初期化してはいけない https://qiita.com/tomtwinkle/items/24cf8ce9910bfa192e00 NG例例として引数で渡されてきたsliceから偶数の値だけ別のsliceに格納するような処理を書くとします。 2020-04-22 21:57:06
Git Gitタグが付けられた新着投稿 - Qiita Gitの基礎知識一覧 https://qiita.com/ren0826jam/items/d8530bd2f358402fdcb5 ※作成時のポイント実装途中は、WIPをタイトルの先頭につける詳細は、WhatとWhyで書くマークダウン表記で書くLGTMLooksgoodtomeコードに問題ないからマージしていいよマージ結合させるプルリモートリポジトリの変更をローカルリポジトリに取り込む操作ltよく使うコードgt※変更したファイルを確認する時、addされているか確認する時にgitstatusを用いる。 2020-04-22 21:09:54
Ruby Railsタグが付けられた新着投稿 - Qiita Herokuでgit push heroku masterした時にrejectされたら見る記事 https://qiita.com/flour/items/985b4628672a85b8e4f3 Herokuでgitpushherokumasterした時にrejectされたら見る記事herokuでgitpushしたらrejectされた時の対処gitに不慣れなのに頑張ってherokuを使おうとしてpushしたらrejectedと言われて何が悪いのかわからない時に見る記事ですコメント、いいね大歓迎です。 2020-04-22 21:56:51
Ruby Railsタグが付けられた新着投稿 - Qiita Grape / Rails / Swagger UI でAPIサーバーを構築する https://qiita.com/tksh8/items/2e258a853d92130970dd apivrootrbmoduleVclassRootltGrapeAPIversionvformatjsonmountVUsersendendAPIの実装※Usersモデルnameなどが作成されているアプリがある前提で話を進めていきます。 2020-04-22 21:43:00
Ruby Railsタグが付けられた新着投稿 - Qiita Railsのresourcesにつて! https://qiita.com/ryukiiita/items/a7bc3a60d1e08a9f0bc8 Railsのresourcesにつてはじめに自分のアウトプット用に整理して見ました、また、備忘録をかねてまとめたいと思います。 2020-04-22 21:12:43
Ruby Railsタグが付けられた新着投稿 - Qiita 今更だけどrails6でいいね機能を作ってみた! [非同期通信,ajax,js] https://qiita.com/UTOG/items/1a585ce292fb24a7b661 likeモデルを作る投稿データを紐付けるlikeidと投稿した人のデータを登録するlikeridを作る。 2020-04-22 21:07:48
Apple AppleInsider - Frontpage News Senator demands Tim Cook be personally accountable for coronavirus contact tracing privacy failure https://appleinsider.com/articles/20/04/22/senator-demands-tim-cook-be-personally-accountable-for-coronavirus-contact-tracing-privacy-failure Senator demands Tim Cook be personally accountable for coronavirus contact tracing privacy failure Missouri Senator Josh Hawley is calling for Tim Cook and Sundar Pichai to be held personally accountable for any potential privacy issues or misuse of Google and Apple s joint contact tracing technology development 2020-04-22 12:21:21
海外TECH Engadget FCC rejects cities' extension request for comments on net neutrality rollback https://www.engadget.com/fcc-rejects-extension-request-for-comments-on-net-neutrality-rollback-124331306.html FCC rejects cities extension request for comments on net neutrality rollbackThe Federal Communications Commission FCC has come under fire after rejecting a request from city governments to extend the period for which comments may be submitted on its plans to repeal net neutrality The cities of Los Angeles and New York al 2020-04-22 12:43:47
海外TECH Engadget Logitech’s improved G203 gaming mouse offers RGB on a budget https://www.engadget.com/logitech-g203-gaming-mouse-rgb-budget-123508663.html Logitech s improved G gaming mouse offers RGB on a budgetLogitech has launched an improved version of its G Lightsync gaming mouse The classic six button design comes with an DPI sensor a Hz polling rate and an RGB lighting scheme which can be customized using Logitech s G HUB software It s 2020-04-22 12:22:20
海外TECH Engadget Fitbit Charge 4 review: Affordable GPS at last https://www.engadget.com/fitbit-charge-4-review-120052713.html Fitbit Charge review Affordable GPS at lastIt was a long and meandering road but we finally made it We re back to a world in which a Fitbit band the new Charge to be exact has onboard GPS The Fitbit Surge RIP to an underrated tracker was the last of the company s fitness bands 2020-04-22 12:01:00
Cisco Cisco Blog How to Help Manage Outside Plant Congestion and Overall Performance https://blogs.cisco.com/sp/how-to-help-manage-outside-plant-congestion-and-overall-performance How to Help Manage Outside Plant Congestion and Overall PerformanceAs noted in my colleague John Downey s blog earlier this week unprecedented demand continues on local broadband networks Cable operators are working to stay ahead of the curve John s blog includes tips for optimizing cable modem termination system CMTS performance This blog includes my checklist for the outside plant Proper operation of the optical and The post How to Help Manage Outside Plant Congestion and Overall Performance appeared first on Cisco Blogs 2020-04-22 12:05:54
Cisco Cisco Blog What’s so “Premier” about Cisco DNA Premier Software Subscriptions for Access? https://blogs.cisco.com/networking/whats-so-premier-about-cisco-dna-premier-software-subscriptions-for-access What s so “Premier about Cisco DNA Premier Software Subscriptions for Access To unlock the many capabilities of Cisco DNA like automation assurance and security we offer Cisco DNA software subscriptions with your hardware Learn why the Premier tier is the best value The post What s so “Premier about Cisco DNA Premier Software Subscriptions for Access appeared first on Cisco Blogs 2020-04-22 12:00:57
Cisco Cisco Blog Creating a Zero Waste Campus at Cisco Raleigh https://blogs.cisco.com/lifeatcisco/creating-a-zero-waste-campus-at-cisco-raleigh Creating a Zero Waste Campus at Cisco RaleighThis Earth Day Jeff shares how Cisco Raleigh is making moves to become a zero waste campus The post Creating a Zero Waste Campus at Cisco Raleigh appeared first on Cisco Blogs 2020-04-22 12:00:39
海外科学 NYT > Science Coronavirus Pandemic: Live Updates in the U.S. https://www.nytimes.com/2020/04/22/us/coronavirus-updates.html Coronavirus Pandemic Live Updates in the U S The first known death from the illness came in early February in California Trump s order imposes a day halt in issuing green cards The Senate approved a billion relief plan 2020-04-22 12:38:04
海外科学 NYT > Science 7 Travel Stories to Help You Celebrate the 50th Anniversary of Earth Day https://www.nytimes.com/2020/04/22/travel/earth-day-online.html Travel Stories to Help You Celebrate the th Anniversary of Earth DayConfined to the great indoors on Earth Day These stories will help remind you of the natural world s many splendors ーand why environmental protections are of crucial importance for the future of the planet 2020-04-22 12:43:07
海外科学 NYT > Science Coronavirus World Updates: Germany to Begin Vaccine Trials; 8 Japanese Children Test Positive https://www.nytimes.com/2020/04/22/world/coronavirus-live-news-updates.html Coronavirus World Updates Germany to Begin Vaccine Trials Japanese Children Test PositiveA delayed shipment of medical equipment lands in Britain Missouri has sued China saying its response led to the pandemic And one couple won t let a closed border stop their romance 2020-04-22 12:54:05
海外科学 NYT > Science Coronavirus World News: Live Updates https://www.nytimes.com/2020/04/21/world/coronavirus-cases-global.html lebanon 2020-04-22 12:08:29
海外科学 NYT > Science Coronavirus Death Toll Soars in Turkey; W.H.O. Warns of Vaccine Roadblock https://www.nytimes.com/2020/04/20/world/coronavirus-cases-news.html Coronavirus Death Toll Soars in Turkey W H O Warns of Vaccine RoadblockSingapore an early success story is having a surge in cases while European countries start to ease restrictions Oil prices nosedived as a worldwide surplus grew 2020-04-22 12:08:44
海外科学 NYT > Science Chile, India, France: Coronavirus World News Updates https://www.nytimes.com/2020/04/19/world/coronavirus-news.html lockdown 2020-04-22 12:09:12
海外科学 NYT > Science Germany Starts Broad Antibody Testing to Assess Spread of Coronavirus; Israel Relaxes Restrictions https://www.nytimes.com/2020/04/18/world/coronavirus-cases-tracker.html democracy 2020-04-22 12:09:46
海外科学 NYT > Science Global Tracker: Denmark, India, Germany, Spain Virus News https://www.nytimes.com/2020/04/17/world/coronavirus-news-updates.html Global Tracker Denmark India Germany Spain Virus NewsNearly people with the virus have died A dispute over coronavirus measures in Sudan s capital has prompted fears that the military would use a lockdown to seize power 2020-04-22 12:10:29
海外科学 NYT > Science Britain’s Lockdown Is Extended, and Putin Postpones Military Parade https://www.nytimes.com/2020/04/16/world/coronavirus-news-updates.html Britain s Lockdown Is Extended and Putin Postpones Military ParadeSingapore reported a sharp increase in new infections many of them among migrant laborers At a long term care home in Montreal two nurses beds and deaths 2020-04-22 12:02:39
海外科学 BBC News - Science & Environment Cranes make comeback in Britain's wetlands https://www.bbc.co.uk/news/science-environment-52384853 habitat 2020-04-22 12:51:46
医療系 医療介護 CBnews 医療等データの利活用促進などで意見取りまとめへ-規制改革推進会議WG、骨子案を了承 https://www.cbnews.jp/news/entry/20200422211302 取りまとめ 2020-04-22 21:25:00
海外ニュース Japan Times latest articles North Korean media silent on Kim’s whereabouts as speculation on health rages https://www.japantimes.co.jp/news/2020/04/22/asia-pacific/north-korea-kim-speculation-rages/ North Korean media silent on Kim s whereabouts as speculation on health ragesNorth Korean state media made no mention on Wednesday of new appearances by leader Kim Jong Un a day after intense international speculation over his 2020-04-22 22:59:00
海外ニュース Japan Times latest articles Video games see 35% sales jump amid pandemic https://www.japantimes.co.jp/news/2020/04/22/business/tech/video-game-sales-pandemic/ Video games see sales jump amid pandemicWith large portions of the U S population quarantined at home due to the coronavirus pandemic the demand for video games to provide entertainment is growing 2020-04-22 21:41:27
海外ニュース Japan Times latest articles A-Rod retains JP Morgan in bid to buy Mets https://www.japantimes.co.jp/sports/2020/04/22/baseball/mlb/rod-retains-jp-morgan-bid-buy-mets/ A Rod retains JP Morgan in bid to buy MetsAlex Rodriguez once again wants to be like Derek Jeter A Rod and fiancee Jennifer Lopez have retained J P Morgan to represent them in raising capital for 2020-04-22 22:34:09
海外ニュース Japan Times latest articles Tokyo 2020 staffer tests positive for coronavirus https://www.japantimes.co.jp/sports/2020/04/22/olympics/tokyo-2020-staffer-tests-positive-coronavirus/ covid 2020-04-22 22:20:24
海外ニュース Japan Times latest articles Premier League asked to consider preventing Saudi Arabia from buying Newcastle https://www.japantimes.co.jp/sports/2020/04/22/soccer/premier-league-asked-consider-preventing-saudi-arabia-buying-newcastle/ Premier League asked to consider preventing Saudi Arabia from buying NewcastleThe English Premier League has been asked by human rights activists and one of its major broadcast partners to consider blocking Saudi Arabia s attempt to 2020-04-22 22:00:59
海外ニュース Japan Times latest articles Rory McIlroy against idea of staging Ryder Cup without fans https://www.japantimes.co.jp/sports/2020/04/22/more-sports/golf/rory-mcilroy-idea-staging-ryder-cup-without-fans/ ryder 2020-04-22 21:13:48
ニュース BBC News - Home Coronavirus: Dominic Raab vows to hit 100k test target in eight days https://www.bbc.co.uk/news/uk-politics-52383073 minister 2020-04-22 12:13:28
ニュース BBC News - Home Coronavirus: RAF plane lands in UK with PPE from Turkey https://www.bbc.co.uk/news/uk-52378491 coronavirus 2020-04-22 12:38:55
ニュース BBC News - Home Coronavirus: Can I get a holiday refund and what are my travel rights? https://www.bbc.co.uk/news/business-51615412 essential 2020-04-22 12:41:54
ニュース BBC News - Home National League clubs vote to end regular season immediately https://www.bbc.co.uk/sport/football/52381612 outcomes 2020-04-22 12:44:20
ニュース BBC News - Home O'Neill leaves role as Northern Ireland manager https://www.bbc.co.uk/sport/football/52380565 ireland 2020-04-22 12:06:44
LifeHuck ライフハッカー[日本版] 耐荷重129kgだから大人も荷物も収容可。ソロキャンパーに最適なフラット式ハンモックテント https://www.lifehacker.jp/2020/04/machi-ya-haventent-end.html haventent 2020-04-22 22:00:00
北海道 北海道新聞 スポーツ団体の賃料支払いを猶予 JOCなどの本部ビル https://www.hokkaido-np.co.jp/article/414814/ 日本オリンピック委員会 2020-04-22 21:47:00
北海道 北海道新聞 人の接触、8割削減できていない 連休自宅で、専門家会議が新提言 https://www.hokkaido-np.co.jp/article/414813/ 感染拡大 2020-04-22 21:46:00
北海道 北海道新聞 連盟がサーフィンの自粛求める 千葉、神奈川に来訪相次ぎ https://www.hokkaido-np.co.jp/article/414811/ 酒井 2020-04-22 21:43:00
北海道 北海道新聞 円山動物園の入園者数、2年連続で100万人突破 アジアゾウ人気追い風に https://www.hokkaido-np.co.jp/article/414796/ 円山動物園 2020-04-22 21:43:15
北海道 北海道新聞 シャープ、マスク販売再開見送り アクセス殺到の自社サイトで https://www.hokkaido-np.co.jp/article/414808/ 販売再開 2020-04-22 21:38:00
北海道 北海道新聞 英独でワクチン臨床試験開始へ 人に投与、米中は既に着手 https://www.hokkaido-np.co.jp/article/414806/ 臨床試験 2020-04-22 21:35:00
北海道 北海道新聞 32都道府県がコロナ防止協力金 支給額にばらつき、共同通信集計 https://www.hokkaido-np.co.jp/article/414798/ 共同通信 2020-04-22 21:14:28
北海道 北海道新聞 北大は5月からオンライン授業 東海大、北見工大は学生支援も https://www.hokkaido-np.co.jp/article/414801/ 学生支援 2020-04-22 21:13:00
仮想通貨 BITPRESS(ビットプレス) GMOコイン、4/22付で暗号資産FXにアルトコイン3銘柄(XEM・XLM・BAT)を追加 https://bitpress.jp/count2/3_10_11708 銘柄 2020-04-22 21:07:36

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)