2020-02-11 00:00 分まとめ(49件)

カテゴリー サイト名 記事タイトル リンクURL 頻出ワード・要約等 登録日
TECH Engadget Japanese au PAY還元、第1週目は11日終了 次回は18日 https://japanese.engadget.com/jp-2020-02-10-au-pay-1-11-18.html 次回は月日月曜日よりスタートします。還元総額は毎週億円で、還元額が毎週億円に達するとその週のキャンペーンは終了します。 2020-02-10 14:08:00
AWS AWS Compute Blog Integrating Amazon EventBridge into your serverless applications https://aws.amazon.com/blogs/compute/integrating-amazon-eventbridge-into-your-serverless-applications/ Event driven architecture enables developers to create decoupled services across applications When combined with the range of managed services available in AWS this approach can make applications highly scalable and flexible with minimal maintenance Many services in the AWS Cloud produce events including integrated software as a service SaaS applications Your custom applications can also produce … 2020-02-10 14:42:34
AWS AWS Japan Blog 週刊AWS – 2020/2/3週 https://aws.amazon.com/jp/blogs/news/aws-weekly-20200203/ AmazonEBSがFastSnapshotRestoreの制限を引き上げるとともに、追加のリージョンで利用可能にAmazonEBSFastSnapshotRestoreFSRの利用リージョンが拡大され、東京リージョンでも利用可能になりました。このAWSComputeOptimzerが東京リージョンでもご利用いただけるようになりました。 2020-02-10 14:01:05
python Pythonタグが付けられた新着投稿 - Qiita UMAP 0.4の新機能で遊ぶ(プロット、非ユークリッド空間への埋め込み、逆変換) https://qiita.com/khigashi02/items/17f69da4851c71d8a0dc modelumapUMAPverboseTruemodelfitdatプロット機能umapplotで新たに、umap単体でプロットができるようになった。umapplotpointsmodelまた、labelsのパラメータにそれぞれの点のラベルデータを与えると色分けして描いてくれる。 2020-02-10 23:47:25
python Pythonタグが付けられた新着投稿 - Qiita ポケモンGOのポケモンのデータや技データを取り出す https://qiita.com/otti83/items/e58fd8d67d921cec3d56 ゲーム内のデータから必要な部分を探すさてこのファイルですがGAMEMASTERjsonという名称で前述の通りコスチュームデータからPvP対戦の設定値、ポケモンのデータ、技のエネルギー等等といったポケモンGOの設定データの多くが含まれています。Keyデータ内容templateIdポケモンデータの識別子pokemonIdポケモンの名前stats種族値typeタイプquickMoves技cinematicMoves技なお、このデータには期間限定の技などは含んでいないようです。 2020-02-10 23:25:16
python Pythonタグが付けられた新着投稿 - Qiita Pythonista(iPhone)からプログラミング・フォロを操作する https://qiita.com/roxa/items/eb72c4a0117652d4f894 目的iPhone上でPythonのプログラムを書いて実行できるPythonista上でBluetoothを使ったプログラムが作れるのが分かったので、プログラミング・フォロを操作するプログラムを作ってみた。プログラムプログラムはgithubに置いてますBluetoothの操作にはcbライブラリを利用してます。 2020-02-10 23:23:58
python Pythonタグが付けられた新着投稿 - Qiita QGISでベクタータイルをレイヤーとして追加する https://qiita.com/Kanahiro/items/88d15b19b1f2ed4d45c1 これは、stylejsonがoptionalである事からもわかるのですが、このプラグインはtilesjsonがまずあって、「必要であれば」stylejsonでスタイリングする仕組みとなっているからです。ちなみに、JPMIERUNEのようにstylejsonのsourcesに複数のデータがある場合、プラグインで指定したtilesjsonのレイヤーのみをスタイリングするようにstylejsonを加工してやれば指定しなかったtilesjsonを対象とするデータを削除してやれば、適切にスタイルが反映される事は確認済ですしかしこの場合でも日本語文字列は表示されないよう…これもfixしたい。 2020-02-10 23:22:59
python Pythonタグが付けられた新着投稿 - Qiita COTOHA API 使ってみた(GitHubにコードもあるよ) https://qiita.com/wagasa2/items/74d5f78d36c2e3599534 COTOHA最速チュートリアル付きn番煎じ背景プレゼント企画を知ったため個人的にテキスト解析を前々からやろうとは思っていたためこれを機に決意とはいえ調べてみると公式からの各種言語に対応したAPIは出されていなかったこの記事の作者さんの所属がNTTっぽいのでもしかしたらこれが公式説はあったりするそこで勉強がてら作ってみるCOTOHAAPIPortalへのリンク作成したAPIの説明動作確認した環境requestsが必要ですwindowsWindowsHomePythonLinuxUbuntuLTSPythonMac♰持ってない♰QuickstartまずCOTOHAAPIforDevelopersに無料登録以下のコマンドを実行gitclonecdcotohapypipinstallrrequirementstxtconfigjsonの作成pythondemopyもしpython環境の場合pythondemopyactionconfigjsonは以下のようになりますaccesstokenpublishurldeveloperapibaseurlclientidclientsecretアカウントホームに行くと以下のページが出てくるためそれをもとに設定してください対応表を下につけておきます使用方法GitHubgitcloneインポートfromcotohapyimportCotohaAPIライブラリーは「cotohapy」の中にすべて入っていますCotohaAPI以外にもクラスはありますがそれは後程アクセストークン取得初めに必ず行ってくださいapiCotohaAPIdeveloperapibaseurldeveloperapibaseurlaccesstokenpublishurlaccesstokenpublishurlapiloginclientidclientidclientsecretclientsecretdefinitselfdeveloperapibaseurlaccesstokenpublishurl引数データ型内容developerapibaseurlstrAPIBaseURLaccesstokenpublishurlstrAccessTokenPublishURLdefloginselfclientidclientsecret引数データ型内容clientidstrClientIDclientsecretstrClientsecret構文解析parse実行例apiparse昨日母と銀座で焼き肉を食べたdefparseselfsentencekwargs引数データ型内容sentencestr解析対象文kwargsその他任意のパラメタ公式リファレンスのAPI参照固有表現抽出ne実行例apine昨日は東京駅を利用した。defneselfsentencekwargs引数データ型内容sentencestr解析対象文kwargsその他任意のパラメタ公式リファレンスのAPI参照照応解析coreference実行例apicoreference太郎は友人です。 2020-02-10 23:17:36
python Pythonタグが付けられた新着投稿 - Qiita 書籍「15Stepで踏破 自然言語処理アプリケーション開発入門」をやってみる - 4章Step14メモ「ハイパーパラメータ探索」 https://qiita.com/meritama/items/15af4ce1d89c1b364d7c ScikitlearnのAPIを持った識別器クラスを用いるKerasの場合はscikitleranAPIラッパーを用いる最適なパラメータはltgridsearchのインスタンスgtbestparamsで取得できる。パラメータ空間探索対象のパラメータとそれぞれの値の候補一様分布どの値も出現する確率が全て等しい乱数一様分布値の対数が一様分布に従う。 2020-02-10 23:11:38
js JavaScriptタグが付けられた新着投稿 - Qiita divに対してconsole.logのようなことをする https://qiita.com/7shi/items/ca174dac3af8235c5bd2 CodePenで出力結果を貼るときにコンソールの代わりにdivに出力したかったので簡易的に実装しました。FirefoxのコンソールgttoSourcegtabtoSourceabJSONstringifyで文字列化するのが手軽で良いようです。 2020-02-10 23:50:30
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) PythonのライブラリPandasの分からない文法(置換) https://teratail.com/questions/240629?rss=all 以下の書き方を初めて知りました。DataFrameapos項目名apos条件式項目名と置換する値といったような使い方はPandas特有ですかそれともPython特有ですかJavaは書いたことあるのですが、Pythonのこういった書き方は初めて見ました。 2020-02-10 23:55:09
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 前後のダブルクォーテーションを除去してるらしいが、どのようが処理が行われているのですか? https://teratail.com/questions/240628?rss=all 前提・実現したいこと使用したサイトコードというサイトに書かれているプログラムについての質問です。気になるのは特にdefdropQuoteのあとのstrStringStringの部分です。 2020-02-10 23:39:06
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) display: flex でリストを横に表示したいのですが、うまく表示ができません。 https://teratail.com/questions/240627?rss=all 最近HTMLcssの勉強を初めて見たのですが、displaynbspflexnbspを使っても横に表示ができませんでした。最終的には列で表示したいと考えているですが、どうやって実現したら良いのかがわかりません。 2020-02-10 23:34:43
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Unity コルーチンを使わずに、1つ目のAudioClip終了時 2つ目のClipを再生する方法 https://teratail.com/questions/240626?rss=all audioclip 2020-02-10 23:20:15
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) ブラウザが固まってしまう https://teratail.com/questions/240625?rss=all 表示 2020-02-10 23:16:41
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) Reactの関数コンポーネントに渡される引数がオブジェクトのときのTypescriptでの型定義について https://teratail.com/questions/240624?rss=all freeCodeCampのHownbsptonbspbuildnbspanbspmovienbspsearchnbspappnbspusingnbspReactnbspHooksをTypeScriptを用いて行っているのですが、下記コードのmovieに対する適切なinterface宣言で悩んでいます。movieがオブジェクトとして渡されているので合っている自信がないため教えていただきたいです。 2020-02-10 23:15:26
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) python データ作成関数内にて、ループでのリスト処理が理解できない(説明難しいが内容はおそらく単純) https://teratail.com/questions/240623?rss=all 前提・実現したいことこちらをもとに厳密にはこのURLの内容はある書籍の盗用、元の書籍で学習中、機械学習を勉強しています。その際に、どうも理解できない処理があり、質問させていただきました。 2020-02-10 23:06:39
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) python:毎回リストが空になるように関数を定義するには https://teratail.com/questions/240622?rss=all 本中に詳細な説明がなかったので質問します。入門pythonpからです。 2020-02-10 23:01:28
Ruby Rubyタグが付けられた新着投稿 - Qiita Ruby の tilt-mustache パッケージを使って Mustache テンプレートを処理する https://qiita.com/niwasawa/items/693a0105ac81b8326f7a Sinatraにテンプレートエンジンを追加するには、Tiltでテンプレートエンジンを登録するのと、レンダリングメソッドを作る必要がある。requiresinatrarequiretiltmustacheレンダリングメソッドを作るhelpersdodefmustacheargsrendermustacheargsendendgethellomessagedoHTMLに埋め込む値valuesmessagegtparamsmessagerubydescgtRUBYDESCRIPTIONHTMLを表示mustachehellolocalsgtvaluesendviewshellomustacheHTMLを記述したMustacheテンプレートファイル。 2020-02-10 23:29:43
海外TECH Ars Technica After another failed launch, Iranian minister says “We’re UNSTOPPABLE!” https://arstechnica.com/?p=1652470 failure 2020-02-10 14:02:43
海外TECH DEV Community What would you pay for type checking? https://dev.to/rtfeldman/what-would-you-pay-for-type-checking-2pg9 Here s a statement that shouldn t be controversial but is anyway JavaScript is a type checked language I ve heard people refer to JavaScript as “ untyped implying that it has no concept of types which is odd considering JS s most infamous error ー “ undefined is not a function ー is literally an example of the language reporting a type mismatch How could a supposedly “ untyped language throw a TypeError Is JS aware of types or isn t it Of course the answer is that JavaScript is a type checked language its types are checked at runtime The fact that the phrase “ JavaScript is a type checked language can be considered controversial is evidence of the bizarre tribalism we ve developed around when types get checked I mean is it not accurate to say that JavaScript checks types at runtime Of course it s accurate Undefined is not a function Truly Untyped LanguagesAssembly language does not have “ undefined is not a function This is because it has neither build time nor runtime type checking It s essentially a human readable translation of machine code allowing you to write add instead of having to handwrite out the number corresponding to an addition machine instruction So what happens if you get a runtime type mismatch in Assembly If it doesn t check the types and report mismatches like JavaScript does what does it do Let s suppose I ve written a function that capitalizes the first letter in a lowercase string I then accidentally call this code on a number instead of a string Whoops Let s compare what would happen in JavaScript and in Assembly Since Assembly doesn t have low level primitives called “ number or “ string let me be a bit more specific For “ number I ll use a bit integer For “ string I ll use the definition C would use on a bit system namely “ a bit memory address pointing to a sequence of bytes ending in To keep the example brief the function will assume the string is ASCII encoded and already begins with a lowercase character The assembly code for my “ capitalize the first letter in the string function would perform roughly the following steps Treat my one bit argument as a memory address and load the first byte from memory at that address “ Capitalize that byte by subtracting from it In ASCII subtracting from a lowercase letter s character code makes it uppercase Write the resulting byte back to the original memory address If I call this function passing a “ string that is a memory address to the beginning of my bytes these steps will work as intended The function will capitalize the first letter of the string Yay If I call this function passing a normal integer … yikes Here are the steps my Assembly code will once again faithfully perform Treat my one bit argument as a memory address even though it s actually supposed to be an integer Load the first byte from whatever memory happens to be at that address This may cause a segmentation fault crashing the program immediately with the only error information being “ Segmentation fault due to trying to read memory the operating system would not allow this process to read Let s proceed assuming the memory access happened to be allowed and the program didn t immediately crash “ Capitalize whatever random byte of data we have now loaded by subtracting from it Maybe this byte happened to refer to a student s test score which we just reduced by points Or maybe we happened to load a character from the middle of a different string in the program and now instead of saying “ Welcome Dave the screen says “ Welcome ave Who knows The data we happen to load here will vary each time we run the program Write the resulting byte back to the original memory address Sorry kid your test score is just points lower now Hopefully we can all agree that “ undefined is not a function is a significant improvement over segmentation faults and corrupting random parts of memory Runtime type checking can prevent memory safety problems like this and much more Bytes are bytes and many machine instructions don t distinguish between bytes of one type or another Whether done at build time or at runtime having some sort of type checking is the only way to prevent disaster when we d otherwise instruct the machine to interpret the bytes the wrong way “ Types for bytes was the original motivation for introducing type checking to programming although it has long since grown beyond that Objective Costs of Checking TypesIt s rare to find discussions of objective tradeoffs in the sea of “ static versus dynamic food fights but this example actually illustrates one As the name suggests runtime type checking involves doing type checking … at runtime The reason JavaScript wouldn t cause a segmentation fault or corrupt data in this example where Assembly would is that JavaScript would generate more machine instructions than the Assembly version Those instructions would record in memory the types of each value and then before performing a certain operation first read the type out of memory to decide whether to proceed with the operation or throw an error This means that in JavaScript a bit number often takes up more than bits of memory There s the memory needed to store the number itself and then the extra memory needed to store its type There s also more work for the CPU to do it has to read that extra memory and check the type before performing a given operation In Python for example a bit integer takes up bits bytes in memory In contrast build time type checking involves doing type checking … at build time This does not have a runtime cost but it does have a build time cost an objective downside to build time type checking is that you have to wait for it Programmer time is expensive which implies that programmers being blocked waiting for builds is expensive Elm s compiler builds so fast that at NoRedInk we d have paid a serious “ code s compiling productivity tax if we had chosen TypeScript instead ー to say nothing of what we d have missed in terms of programmer happiness runtime performance or the reliability of our product That said using a language without build time checking will not necessarily cause you to spend less time waiting Stripe s programmers would commonly wait seconds for one of their Ruby tests to execute but the Ruby type checker they created was able to give actionable feedback on their entire code base in that time In practice introducing build time type checking apparently led them to spend less time overall on waiting Performance Optimizations for Type CheckersBoth build time and runtime type checkers are programs which means their performance can be optimized For example JIT compilers can reduce the cost of runtime type checking JavaScript in runs multiple orders of magnitude faster than JavaScript in did because a massive effort has gone into optimizing its runtime Most of the gains have been outside the type checker but JavaScript s runtime type checking cost has gone down as well Conversely between and JavaScript s build times have exploded ー also primarily outside type checking When I first learned JavaScript almost years ago now yikes it had no build step The first time I used JS professionally the entire project had one dependency Today just installing the dependencies for a fresh React project takes me over a minute ー and that s before even beginning to build the project itself let alone type check it By contrast I can build a freshly git cloned line Elm SPA in under second total including installing dependencies and full type checking While they may improve performance overall JIT compilers introduce their own runtime costs and cannot make runtime type checking free Arguably Rust s main reason for existence is to offer a reliable and ergonomic programming language which does not introduce the sort of runtime overhead that come with JIT compilers and garbage collectors Build time type checkers are also programs and their performance can also be optimized We often lump build time type checking performance into the bucket of “ compilation time but type checking isn t necessarily the biggest contributor to slow builds For example in the case of Rust code generation is apparently a much bigger contributor to compile times than type checking ー and code generation only begins after type checking has fully completed Some type checkers with essentially equivalent type systems build faster than others because of performance optimization For example the release of Elm did not change the type system at all but massively improved build times by implementing certain performance optimizations which among other things made part of type inference take O time instead of O log n time Type Systems Influence PerformanceType system design decisions aren t free At both build time and runtime type checking performance is limited by the features of the type system itself For example researchers have developed type inference strategies that run very fast but these strategies rely on some assumptions being true about the design of the type system Introducing certain subtyping features can invalidate these strategies so offering such features lowers the ceiling on how fast the compiler can be ー and for that matter whether it can offer type inference It s easy to quip “ you could guarantee that at build time using types fill in the blank with something like linear types refinement types dependent types etc but the impact this would have on compilation times is less often discussed If your language introduced a given type system feature tomorrow what would the impact be on compile times Has anyone developed a way to check those types quickly How much value does a given feature need to add to compensate for the swordfighting downtime it brings along with it Runtime type checkers are subject to these tradeoffs as well Python and Clojure have different type systems for example So do Ruby and Elixir and JavaScript and Lua The degree to which their performance can be optimized by JIT compilers for example depends in part on the design of these type systems Because it s faster to check some type system features at runtime than at build time these forces combine to put performance caps on languages which add build time checking to type systems which were designed only with runtime type checking in mind For example TypeScript s compiler could run faster if it did not need to accommodate JavaScript s existing type system What Would You Pay Except when writing in a truly untyped language like Assembly we re all paying for type checking somewhere ー whether at build time at runtime or both That cost varies based on what performance optimizations have been done such as build time algorithmic improvements and runtime JITs and while type system design choices can restrict which optimizations are available they don t directly cause performance to be fast or slow Programming involves weighing lots of tradeoffs and it s often challenging to anticipate at the beginning of a project what will cause problems later “ The build runs too slowly and “ the application runs too slowly are both serious problems to have and which programming language you choose puts a cap on how much you can improve either We all have different tolerances for how much we re willing to pay for this checking and what we expect to get out of it It s worth thinking critically about these tradeoffs to make conscious decisions rather than choosing the same technology we chose last time because it s familiar So the next time you re starting a project think about these costs and benefits up front What would you pay for type checking Thanks to Brian Hicks Christoph Hermann Charlie Koster Alexis King and Hillel Wayne for reading drafts of this 2020-02-10 14:24:10
Apple AppleInsider - Frontpage News Samsung unveils its Galaxy Z Flip phone during the Oscars https://appleinsider.com/articles/20/02/10/samsung-unveils-its-galaxy-z-flip-phone-during-the-oscars display 2020-02-10 14:13:12
海外TECH Engadget Leak shows Samsung's fashionable Galaxy Z Flip Thom Browne Edition https://www.engadget.com/2020/02/10/samsung-galaxy-z-flip-thom-browne-leak/ At this rate there will be very little mystery left when Samsung takes the stage at its Unpacked event on February th WalkingCat normally known for Windows leaks has posted a leaked promo video for the previously teased Thom Browne Edition of 2020-02-10 14:33:00
ラズパイ Raspberry Pi 3D printing infill patterns — what, why, and why not! https://www.raspberrypi.org/blog/3d-printing-infill-patterns-what-why-and-why-not/ How many types of infill pattern have you tried The latest video from Raspberry Pi Press takes a closer look at D printing infill patterns and why you may want to use a certain pattern over another D PRINTING INFILL PATTERNS What why and why not HackSpace magazine There s more than one option The post D printing infill patterns ー what why and why not appeared first on Raspberry Pi 2020-02-10 14:23:52
Linux OMG! Ubuntu! ‘Habits’ App Measures Mouse Distance & How Many Keys You Press a Day http://feedproxy.google.com/~r/d0od/~3/u7EgGC6Y0fU/measure-mouse-distance-key-presses-linux Do you know how many keys you press a day or how far your mouse has travelled recently Habits is a free app for Linux that tells you this and more This post Habits App Measures Mouse Distance How Many Keys You Press a Day was written by Joey Sneddon and first appeared on OMG Ubuntu 2020-02-10 14:50:21
海外科学 NYT > Science Africa, a Thunder and Lightning Hot Spot, May See Even More Storms https://www.nytimes.com/2020/02/10/climate/lightning-africa-climate-change.html?emc=rss&partner=rss africa 2020-02-10 14:48:50
海外科学 NYT > Science Coronavirus Updates: Xi Tours Beijing After 97 Die in a Day in China https://www.nytimes.com/2020/02/10/world/asia/coronavirus-china.html?emc=rss&partner=rss leader 2020-02-10 14:47:45
金融 金融庁ホームページ 「新型コロナウイルス感染症関連情報」特設ページを開設しました。 https://www.fsa.go.jp/ordinary/coronavirus202001/press.html 新型コロナウイルス 2020-02-10 16:00:00
金融 金融庁ホームページ 新型コロナウイルス感染症に関連する有価証券報告書等の提出期限について公表しました。 https://www.fsa.go.jp/news/r1/sonota/20200210.html 新型コロナウイルス 2020-02-10 14:30:00
海外ニュース Japan Times latest articles Mainland China virus cases rise again after earlier decline https://www.japantimes.co.jp/news/2020/02/10/asia-pacific/science-health-asia-pacific/china-coronavirus-deaths-cases-rise/ cities 2020-02-11 00:40:47
海外ニュース Japan Times latest articles Japan’s cities and prefectures split on whether to disclose travel details of coronavirus patients https://www.japantimes.co.jp/news/2020/02/10/national/japan-cities-prefectures-travel-details-coronavirus-patients/ patients 2020-02-11 00:09:57
海外ニュース Japan Times latest articles Kokoro Kageura settles for silver after upset win over Teddy Riner at Paris Grand Slam https://www.japantimes.co.jp/sports/2020/02/10/more-sports/judo/kokoro-kageura-settles-silver-upset-win-teddy-riner-paris-grand-slam/ division 2020-02-11 00:52:34
海外ニュース Japan Times latest articles Virus fears affecting ACL matches https://www.japantimes.co.jp/sports/2020/02/10/soccer/virus-fears-affecting-acl-matches/ korea 2020-02-11 00:50:05
ニュース BBC News - Home Coronavirus: Brighton GP practice closes after staff member tests positive https://www.bbc.co.uk/news/uk-51447761 centre 2020-02-10 14:28:04
ニュース BBC News - Home Officials start work on Scotland-NI bridge idea https://www.bbc.co.uk/news/uk-politics-51443191 government 2020-02-10 14:03:57
ニュース BBC News - Home Annegret Kramp-Karrenbauer: Favourite to replace Merkel stands down https://www.bbc.co.uk/news/world-europe-51441993 annegret 2020-02-10 14:16:30
ニュース BBC News - Home Woman takes up law to fight for son with autism https://www.bbc.co.uk/news/uk-wales-51445891 lewis 2020-02-10 14:21:57
LifeHuck ライフハッカー[日本版] ミル内蔵でコンパクトなコーヒーメーカー。タイマーで挽き立てコーヒーが目覚ましに https://www.lifehacker.jp/2020/02/amazon-siroca-fully-automatic-coffee-maker.html 目覚まし 2020-02-10 23:30:00
北海道 北海道新聞 辺野古、70m下も軟弱の可能性 埋め立て海域の海底地盤 https://www.hokkaido-np.co.jp/article/392002/ 名護市辺野古 2020-02-10 23:42:00
北海道 北海道新聞 秋元議員の保釈、12日判断へ 地裁決定に検察が準抗告 https://www.hokkaido-np.co.jp/article/392001/ 統合型リゾート 2020-02-10 23:39:00
北海道 北海道新聞 西胆振舞台の映画「モルエラニの霧の中」東京で試写会 3月から劇場公開 https://www.hokkaido-np.co.jp/article/391938/ 完成披露試写会 2020-02-10 23:31:40
北海道 北海道新聞 ドイツ与党党首 辞任へ 首相後継選び白紙に https://www.hokkaido-np.co.jp/article/391954/ 首相 2020-02-10 23:27:33
北海道 北海道新聞 砲撃受けトルコ兵5人死亡 シリア、政権軍と再び交戦 https://www.hokkaido-np.co.jp/article/391992/ 砲撃 2020-02-10 23:15:00

コメント

このブログの人気の投稿

投稿時間: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件)

投稿時間:2024-02-12 22:08:06 RSSフィード2024-02-12 22:00分まとめ(7件)