投稿時間:2020-10-21 00:42:04 RSSフィード2020-10-21 00:00 分まとめ(51件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT 気になる、記になる… DJI、小型ジンバルカメラ「DJI Pocket 2」を発表 https://taisy0.com/2020/10/20/126813.html djiosmopocket 2020-10-20 14:42:11
python Pythonタグが付けられた新着投稿 - Qiita no CUDA-capable device is detected https://qiita.com/ShotaSuzuki-jr/items/7babc8ffd7b650925fed noCUDAcapabledeviceisdetectedrayでGPUを使用し、並列処理をしていると以下のようなエラーがでる。 2020-10-20 23:36:12
python Pythonタグが付けられた新着投稿 - Qiita Chainerによる機械学習のためのPython学習メモ 11章 Pandas 入門 https://qiita.com/FxkRn2/items/ef6659474aed3e87c8a6 Chainerによる機械学習のためのPython学習メモ章Pandas入門WhatChainerを利用して機械学習を学ぶにあたり、私自身が、気がついた点、リサーチした内容をまとめる記事になります。 2020-10-20 23:23:07
js JavaScriptタグが付けられた新着投稿 - Qiita TypeScript サーバー 向けの プロジェクトジェネレーター を作ってみた https://qiita.com/Lycolia/items/3f1b8a818e01b8bee794 TypeScriptサーバー向けのプロジェクトジェネレーターを作ってみた取り敢えずコマンド一発でTSのプロジェクトを作ってくれる便利なやつです個人的に必要最低限と思うプロジェクトを生成するようにしてます元々はMSが配布してるTypeScriptNodeStarterがexpress向けの上に重厚にセットアップされていて、何が必要で、何が不要かわからなかったので、もっとスリムにならないかなと勉強がてら作ってみたという側面がありますTypeScriptって環境構築が地味に面倒でnodemonはしょっちゅうクラッシュするし、ESLintとPrettierの喧嘩も面倒なんか一発でプロジェクト作りたいなという思いもありました何もかも初めての経験だったので、良い経験になりましたちなみに実装そのものはJSでしてます理由は後述まずはBoilerplateの作成からまずはプロジェクトの雛形ということでtsserverboilerplateというBoilerplateを作ってみましたこのプロジェクトにはnodemonを使用しておらずtscwatchを使っています理由としてはtscwatchはtscを叩きビルドが完了した後にnodeを再起動するという振る舞いを容易に実現できたからですこれをnodemonでやろうとすると酷く大変で諦めましたただtscwatchを使っていてもnodeinspectプロセスのゾンビが残っている可能性があるため、nodeinspectorのプロセスを殺すためにkillnodeinspectorという、npmmoduleを自作しました内容はinspectorで使ってるportをlistenしてるプロセスを殺してるだけですしかしBoilerplateをgitcloneして使おうとすると余計なファイルが入っていて毎回消したり編集するのが面倒…なんかこうngnewmybestappみたいに行きませんかねというのでプロジェクトジェネレーターの作成に進みますプロジェクトジェネレーターの作成先のkillnodeinspectorの実装によりNodeCLIの実装方法とnpmmoduleの公開方法を学べたので、ngnewmybestappみたいなことできるじゃんというわけで作成を決意という訳でtsboilerplategeneratorcliとしてtsgprojectnameをコンソールから叩くだけでTypeScriptプロジェクト一式を勝手に作ってくれるのを作りました内容としては先程のtsserverboilerplateをgitcloneしてきて、いい感じに調整してるだけですnpminstallやgitinitもします実はYeomanをちょっぴりリスペクトしてて、引数を抜いてtsgとして叩くと簡単なウィザードも出せるようにしてますこのウィザードの実装にはpromptsを利用しましたこれを使うと簡単に入力ダイアログを作れるので便利ですおまけnpmにはバグがあるこれを作っている過程でWindows版のnpmにバグがあることを知ったのでついでに書いておきますnpmiprefixfooとするとWindowsではnpmが上手く動きません具体的には親フォルダにnpmiしにいき、packagejsonが存在しないとエラーを吐いて死にます。 2020-10-20 23:26:43
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 画面上部のwifiマークや電池、時間を黒文字で表示させる https://teratail.com/questions/299295?rss=all colorsxml 2020-10-20 23:55:26
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) javascript inputタグ https://teratail.com/questions/299294?rss=all javascriptinputタグイメージのように現状のコードだとずれてしまっています。 2020-10-20 23:51:05
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 画像のtintColorをまとめて指定する方法 https://teratail.com/questions/299293?rss=all 画像のtintColorをまとめて指定する方法前提・実現したいこと下記の通り画像のtintColorを指定しているですが、まとめて指定できる方法は無いでしょうか後から色を変更したくなった時に箇所変更するのは大変だなと思い、何か良い方法があればご教示いただきたいです。 2020-10-20 23:41:48
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 「Colorful Leaderboard」 atcoder ABC064 コード反例のお伺い https://teratail.com/questions/299292?rss=all 「ColorfulLeaderboard」atcoderABCコード反例のお伺い標題の回答で以下のコードではテストケースが件通らないので反例を教えて頂きたいです。 2020-10-20 23:40:31
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) formのrequired項目のエラーメッセージのズレを修正したい https://teratail.com/questions/299291?rss=all formのrequired項目のエラーメッセージのズレを修正したいformでrequiredを設定している項目のエラーメッセージバルーンがiosのsafari、chromeではスクショのようにズレています。 2020-10-20 23:39:53
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) wordpressをgitで管理する方法 https://teratail.com/questions/299290?rss=all wordpressをgitで管理する方法wordpressをgitで管理し、レンタルサーバーにデプロイを考えております。 2020-10-20 23:37:13
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) for文で生成したオブジェクトのクリックイベントを書きたい https://teratail.com/questions/299289?rss=all for文で生成したオブジェクトのクリックイベントを書きたいフォームにもともとあるボタンのクリックイベントからの処理で、FOR文でオブジェクトピクチャーボックスやラベル、ボタンを生成しています。 2020-10-20 23:33:19
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) pythonでsnmpを使ってmacテーブルを取得したい https://teratail.com/questions/299288?rss=all pythonでsnmpを使ってmacテーブルを取得したいVM上のubuntu環境で実行しています。 2020-10-20 23:12:40
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) 選択ボックスを無効にしたいです https://teratail.com/questions/299287?rss=all もし、一つの選択ボックスに値が選択されたらもう一つの選択ボックスを無効にするプログラムを作成しております。 2020-10-20 23:10:24
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) djangoからjavascriptにデータを渡すには https://teratail.com/questions/299286?rss=all django 2020-10-20 23:04:33
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) GASでgmailの添付メッセージを読み取る方法 https://teratail.com/questions/299285?rss=all このemlファイルの中身を読み取りたいのです。 2020-10-20 23:03:38
Ruby Rubyタグが付けられた新着投稿 - Qiita 【Rails】ページネーションをAjax対応にする https://qiita.com/shogo-1988/items/1b45d9d5251622dddad8 参考→RailsでJavaScriptを使用するページネーションをAjax対応にする環境MacBookCatalinaverRailsrubygemkaminarijQuery今回は学習コストを考慮しフレームワークはjQueryを使用することとしました。 2020-10-20 23:42:41
Ruby Rubyタグが付けられた新着投稿 - Qiita アセットパイプライン https://qiita.com/suiiru1207/items/98ac6b2a3e7186759f7b そのwebブラウザ上に画面が表示されるのは、webブラウザがHTMLとCSS、javascriptを認識する必要があることを、認識せずに RubyonRailsの学習を進める初学者が多いです。 2020-10-20 23:41:57
Ruby Rubyタグが付けられた新着投稿 - Qiita 【rails】partialをrenderする時(部分テンプレートを読み込む時)のcollectionについて https://qiita.com/gogotakataka1234/items/b0dfa7b011dedd3e6a81 collectionを使うと便利ltrenderpartialanswercollectiontweetsgtたったこれだけで部分テンプレートにローカル変数を送ることができます。 2020-10-20 23:14:52
Git Gitタグが付けられた新着投稿 - Qiita gitリポジトリの統合 https://qiita.com/CORNER/items/2e608f1091f305794f0a gitリポジトリの統合準備統合先リポジトリmainrepo統合されるリポジトリsubrepo統合編【Git】つのGitリポジトリを履歴を保持して統合したい先駆者の方がいたので同じ手順で行いました。 2020-10-20 23:42:43
Git Gitタグが付けられた新着投稿 - Qiita 【初学者/自分用】gitのbranch〜pushまで詳しく解説!! https://qiita.com/Nekosennshi/items/d7b258158b6cccd322e0 【初学者自分用】gitのbranchpushまで詳しく解説はじめにプログラミング入門時や公式ドキュメントRailsチュートリアルetcなどを書くときに、「gitcheckoutbとは」「gitaddAとgitaddの違いって」ってなりました。 2020-10-20 23:28:47
Ruby Railsタグが付けられた新着投稿 - Qiita 【Rails】ページネーションをAjax対応にする https://qiita.com/shogo-1988/items/1b45d9d5251622dddad8 参考→RailsでJavaScriptを使用するページネーションをAjax対応にする環境MacBookCatalinaverRailsrubygemkaminarijQuery今回は学習コストを考慮しフレームワークはjQueryを使用することとしました。 2020-10-20 23:42:41
Ruby Railsタグが付けられた新着投稿 - Qiita アセットパイプライン https://qiita.com/suiiru1207/items/98ac6b2a3e7186759f7b そのwebブラウザ上に画面が表示されるのは、webブラウザがHTMLとCSS、javascriptを認識する必要があることを、認識せずに RubyonRailsの学習を進める初学者が多いです。 2020-10-20 23:41:57
Ruby Railsタグが付けられた新着投稿 - Qiita 【rails】partialをrenderする時(部分テンプレートを読み込む時)のcollectionについて https://qiita.com/gogotakataka1234/items/b0dfa7b011dedd3e6a81 collectionを使うと便利ltrenderpartialanswercollectiontweetsgtたったこれだけで部分テンプレートにローカル変数を送ることができます。 2020-10-20 23:14:52
技術ブログ Developers.IO Control Towerでアカウントファクトリーからアカウントを追加しようとしたら”No launch paths found for resource”となる場合の対処方法 https://dev.classmethod.jp/articles/resolve-no-launch-paths-found-for-resource-on-control-tower/ oundforresourceproddpqqfy 2020-10-20 14:50:38
海外TECH Ars Technica Justice Dept. files long-awaited antitrust suit against Google https://arstechnica.com/?p=1715833 microsoft 2020-10-20 14:53:34
海外TECH Ars Technica Today’s the big day for NASA’s mission that seeks to pluck asteroid dust https://arstechnica.com/?p=1715748 anxiousness 2020-10-20 14:23:15
海外TECH Ars Technica US cases surge to new peak as Trump administration goes to war with science https://arstechnica.com/?p=1715837 calls 2020-10-20 14:10:21
Apple AppleInsider - Frontpage News iPhone 12 'supercycle' increasingly likely based on supply chain trends https://appleinsider.com/articles/20/10/20/iphone-12-supercycle-increasingly-likely-based-on-supply-chain-trends iPhone x supercycle x increasingly likely based on supply chain trendsAnalyst firm Wedbush is seeing increasingly bullish trends from its Apple supply chain checks giving the bank increased confidence in an iPhone supercycle thesis Credit AppleIn a note to investors seen by AppleInsider Wedbush lead analyst Daniel Ives writes that the bank s technology media and telecom TMT team has been performing updated checks on Apple s supply chain in the wake of the iPhone and iPhone Pro launch Read more 2020-10-20 14:48:47
Apple AppleInsider - Frontpage News Mophie announces new 4-in-1 wireless charging pad with Apple Watch adapter https://appleinsider.com/articles/20/10/20/mophie-announces-new-4-in-1-wireless-charging-pad-with-apple-watch-adapter Mophie announces new in wireless charging pad with Apple Watch adapterMophie is out with its latest unique charging solution its four in one charging pad that can deliver wireless power to four devices at once on its large padded surface Mophie in wireless chargerIn a design that will suit families well the Mophie four in one can charge any four Qi devices with up to W of wireless power simultaneously For example you can charge two iPhones and two sets of AirPods at the same time Read more 2020-10-20 14:39:11
Apple AppleInsider - Frontpage News Apple researching large-scale MagSafe technology for Apple Car charging https://appleinsider.com/articles/20/10/20/apple-researching-large-scale-magsafe-technology-for-apple-car-charging Apple researching large scale MagSafe technology for Apple Car chargingThe Apple Car could have its own MagSafe style charger alignment system with contacts on a charging station automatically aligning perfectly with counterparts located on the electric car Current electric vehicles need drivers to plug in the charging cables manuallyThe often rumored Apple Car has taken on many forms in speculation but one repeated factor that crops up is its use of electricity to drive the vehicle While it could take the form of a performance vehicle or a van the suggestion it will be an electric vehicle has been quite prevalent Read more 2020-10-20 14:22:35
Apple AppleInsider - Frontpage News Apple's 8th Generation iPad on sale for $299, inventory limited https://appleinsider.com/articles/20/10/20/apples-8th-generation-ipad-on-sale-for-299-inventory-limited Apple x s th Generation iPad on sale for inventory limitedApple s new th Generation iPad is back on sale for at Amazon after selling out at the reduced price during the company s Prime Day event iPad savingsPrime Day may be over but some of Amazon s best Apple deals remain available as shoppers prepare for Black Friday and a holiday season that is likely to be filled with inventory constraints Read more 2020-10-20 14:17:19
Apple AppleInsider - Frontpage News DOJ files antitrust lawsuit against Google on Tuesday https://appleinsider.com/articles/20/10/20/doj-filing-antitrust-lawsuit-against-google-on-tuesday DOJ files antitrust lawsuit against Google on TuesdayThe U S Department of Justice has filed an antitrust lawsuit against Google on Tuesday accusing the tech giant of abusing its position to become a gatekeeper to the Internet by working to ensure its search service is used instead of its competitors Filed in a Washington D C Federal court on Tuesday the lawsuit puts forward the antitrust argument that Google is spending considerable sums to companies like Apple to make its search service the default in browsers like Safari Officials also said the lawsuit takes on agreements relating to Android where Google requires its search tools to be preinstalled on devices from other companies The DOJ is joined by state attorneys general in the lawsuit representing Arkansas Florida Georgia Indiana Kentucky Louisiana Mississippi Missouri Montana South Carolina and Texas Read more 2020-10-20 14:46:32
海外TECH Engadget The Department of Justice sues Google over antitrust concerns https://www.engadget.com/google-us-justice-department-antitrust-competition-announcement-144344497.html The Department of Justice sues Google over antitrust concernsWe all knew it was coming Today the US government s Department of Justice filed an antitrust lawsuit against Google The company which is a part of Alphabet is accused of having an unfair monopoly over search and search related advertising In ad 2020-10-20 14:43:44
海外TECH Engadget Foursquare test app whispers restaurant suggestions through your earbuds https://www.engadget.com/foursquare-marsbot-for-airpods-place-suggestis-143452206.html Foursquare test app whispers restaurant suggestions through your earbudsLocal recommendation apps have a common problem you often have to be looking for those recommendations making it unlikely that you ll discover a place through pure serendipity Foursquare thinks it can help by being more proactive It just released 2020-10-20 14:34:52
Cisco Cisco Blog Flexible Software Subscription for Cable Access Infrastructure https://blogs.cisco.com/sp/flexible-software-subscription-for-cable-access-infrastructure Flexible Software Subscription for Cable Access InfrastructureCustomers are looking to transition to a subscription model with the current CCAP platform and gradually move to the cloud  To help ease our customers migration to the cloud and software centric architecture we have created a simple buying program called Service Provider Network Agreement SPNA across mobile cable routing and automation The post Flexible Software Subscription for Cable Access Infrastructure appeared first on Cisco Blogs 2020-10-20 14:57:50
海外TECH CodeProject Latest Articles AI Chatbots With TensorFlow.js: Improved Trivia Expert https://www.codeproject.com/Articles/5282692/AI-Chatbots-With-TensorFlow-js-Improved-Trivia-Exp chatbot 2020-10-20 14:30:00
Linux OMG! Ubuntu! We Go Hands on With Microsoft Edge for Linux http://feedproxy.google.com/~r/d0od/~3/J-gIdPQjhBc/microsoft-edge-linux-first-look We Go Hands on With Microsoft Edge for LinuxWhen Microsoft announced plans to rebase its Edge browser on Chromium the chance of a dedicated Linux build went from being a pipe dream to something of an inevitability Chromium s cross platform codebase makes it the ideal foundations This post We Go Hands on With Microsoft Edge for Linux is from OMG Ubuntu Do not reproduce elsewhere without permission 2020-10-20 14:34:00
金融 RSS FILE - 日本証券業協会 全国上場会社のエクイティファイナンスの状況 https://www.jsda.or.jp/shiryoshitsu/toukei/finance/index.html 上場会社 2020-10-20 15:30:00
海外ニュース Japan Times latest articles Japan to use cyberattack countermeasures to protect Tokyo Games https://www.japantimes.co.jp/news/2020/10/20/national/russia-tokyo-olympics-cyberattacks/ logistics 2020-10-21 00:38:17
海外ニュース Japan Times latest articles Hawaii hopes to loosen COVID-19 restrictions for Japanese travelers https://www.japantimes.co.jp/news/2020/10/20/national/social-issues/hawaii-restrictions-japanese-travelers/ Hawaii hopes to loosen COVID restrictions for Japanese travelersLast year more Japanese travelers flew to the island than nationals of any other destination besides other U S states according to the Hawaii Tourism Authority 2020-10-20 23:39:24
海外ニュース Japan Times latest articles Australia still negotiating India’s arrival for test series https://www.japantimes.co.jp/sports/2020/10/20/more-sports/cricket-2/australia-negotiating-india-arrival-test/ Australia still negotiating India s arrival for test seriesOnly a few weeks before the players are due to start arriving Cricket Australia are still negotiating with Queensland health officials over the quarantining of 2020-10-20 23:42:02
海外ニュース Japan Times latest articles Few fans, masked umps, muted celebrations for World Series https://www.japantimes.co.jp/sports/2020/10/20/baseball/mlb/muted-celebrations-world-series/ arlington 2020-10-20 23:23:21
海外ニュース Japan Times latest articles It’s hard to make predictions, especially about the future — but it’s not impossible https://www.japantimes.co.jp/opinion/2020/10/20/commentary/world-commentary/predictions-donald-trump-us-election/ It s hard to make predictions especially about the future ーbut it s not impossibleGiven that virtually every decision is to some degree a prediction it is remarkable just how bad we as a species are at it 2020-10-21 01:00:03
ニュース BBC News - Home Tier 3 Covid rules set to be imposed on Manchester https://www.bbc.co.uk/news/uk-54617898 westminster 2020-10-20 14:53:44
ニュース BBC News - Home Working lunch 'loophole' hope for pubs and restaurants https://www.bbc.co.uk/news/business-54612206 covid 2020-10-20 14:46:25
ニュース BBC News - Home Fake naked photos of thousands of women shared online https://www.bbc.co.uk/news/technology-54584127 media 2020-10-20 14:41:24
ニュース BBC News - Home Brexit: Will the UK and the EU co-operate on security? https://www.bbc.co.uk/news/54613967 operation 2020-10-20 14:01:12
ニュース BBC News - Home Cricket’s bio-secure bubbles ‘untenable’ - England captain Morgan https://www.bbc.co.uk/sport/cricket/54612260 morgan 2020-10-20 14:27:00
LifeHuck ライフハッカー[日本版] 自動的に湿度の調節をするコンパクトで高機能な加湿器 https://www.lifehacker.jp/2020/10/amazon-modern-deco-humidifier-sunrize-viz.html sunrize 2020-10-20 23:30:00
北海道 北海道新聞 スウェーデンも華為を禁止 5G通信網、安保上の懸念 https://www.hokkaido-np.co.jp/article/472875/ 電気通信 2020-10-20 23:11:00
北海道 北海道新聞 井山、中押しでタイに 天元戦第2局 https://www.hokkaido-np.co.jp/article/472874/ 井山裕太 2020-10-20 23:07: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件)

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