IT |
気になる、記になる… |
Anker、長寿命なポータブル電源「Anker 521 Portable Power Station」を発売 |
https://taisy0.com/2021/12/07/149475.html
|
anker |
2021-12-07 01:59:11 |
TECH |
Engadget Japanese |
シャープが「AQUOS wish」投入を急ぐ背景、『3G巻き取り』で競争はミドルからローへ |
https://japanese.engadget.com/aquos-wish-013046284.html
|
aquoswish |
2021-12-07 01:30:46 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 高島屋大阪店、「100万円のベッド」に「プロ棋士と体験できる」福袋を発売 |
https://www.itmedia.co.jp/business/articles/2112/07/news055.html
|
itmedia |
2021-12-07 10:45:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] ミズノ、ドラえもん柄のマウスカバー発売 伸縮性のある“水着素材”を使用 |
https://www.itmedia.co.jp/business/articles/2112/07/news045.html
|
itmedia |
2021-12-07 10:30:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] ドンキ、ネット動画専用のスマートテレビを発売 さまざまなシーンに対応 |
https://www.itmedia.co.jp/business/articles/2112/07/news058.html
|
itmedia |
2021-12-07 10:24:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 東急池上線の長原駅が“木になるリニューアル” フードロス削減に向けたイベントも |
https://www.itmedia.co.jp/business/articles/2112/07/news076.html
|
itmedia |
2021-12-07 10:15:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia ビジネスオンライン] 「安くてうまい」をキープした“企業努力”が、庶民を長く苦しめてきたワケ |
https://www.itmedia.co.jp/business/articles/2112/07/news047.html
|
itmedia |
2021-12-07 10:15:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] Microsoft、中国のスパイグループのWebドメインを押収 |
https://www.itmedia.co.jp/news/articles/2112/07/news077.html
|
icrosoft |
2021-12-07 10:08:00 |
TECH |
Techable(テッカブル) |
エッジAIによる自動首振り機能搭載! 水にも暗闇にも強いスマートホームカメラ「ATOM Cam Swing」 |
https://techable.jp/archives/168155
|
atomcam |
2021-12-07 01:10:39 |
TECH |
Techable(テッカブル) |
いびきを検知、AIと対話するスマートウォッチ「OPPO Watch Free」アンダー1万円でも機能はしっかり |
https://techable.jp/archives/168169
|
oppowatchfree |
2021-12-07 01:00:27 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
超解像化(ESRGAN)と物体検出(DETR)を組み合わせたハイビジョン物体検出 |
https://qiita.com/sugiyama404/items/be1415903ba1f621f65e
|
以下の図のように、transformerを使わなかった場合は、複雑な機能付けを必要としていましたが、transformerを使ったことで極めてシンプルかつ、「EndtoEnd」構造を持ち、DETRに画像を入力だけで、物体検出が行えます。 |
2021-12-07 10:26:13 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
DataScienceのための、それっぽい位置情報テストデータを作成する方法 |
https://qiita.com/tty-kwn/items/d09d7a622b2ccf21c0e0
|
この処理で南房総市の字ポリゴンに含まれる建物だけが抽出される国勢調査データの持っているデータ字名や人口が、建築物ポリゴンに格納されるgtどの建築物がどの字に属しているかの情報が格納されるbuildsincensusdfbuildingdfoverlaycensusdfhowintersection建物内にランダムポイントを生成し、住民が持つスマホの現在位置を生成する本来は、字ごとに建築物ポリゴンをまとめてつのポリゴンマルチポリゴンとして変化させそのマルチポリゴンと字の人口を使ってgeneraterandompointsinpolygon関数を呼びランダムポイントを発生させればよいのだが、今回は建物がそれなりに多いのとマルチポリゴン内にランダムポイントが入るヒット率が低いので処理時間が相当にかかってしまう。 |
2021-12-07 10:20:08 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
python+opencvで画像処理の勉強1 画像の読み込みと表示 |
https://qiita.com/tanaka_benkyo/items/7e3c7f07582b648d3232
|
実はOpenCVではimreadで読み込んだ画像は青B・緑G・赤R表示となっています。 |
2021-12-07 10:16:46 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
C#で動的生成したコントローラに対して特定のキーイベントを割り当てたい |
https://teratail.com/questions/372605?rss=all
|
Cで動的生成したコントローラに対して特定のキーイベントを割り当てたい仕様環境nbspVisualStudioCWindowsnbspFormsApp作成中WindowsFormsnbspAppを作成しているのですが、RichTextBoxを特定のキー例えば、Fキーなどが押された時にキーdownイベントが実行されてほしいのですが、下記コードのように、デリゲート型でnbspnbspnbspnbspnbspnbspnbsprichTextBoxKeyDownnbspnbsprichTextBoxKeyDownと指定して実行してみたのですが、確かにキーイベントが実行されると、nbsprichTextBoxKeyDownが実行されました。 |
2021-12-07 10:53:56 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Qt CPP、Cソース混在 |
https://teratail.com/questions/372604?rss=all
|
QtCPP、Cソース混在前提・実現したいこと・windowsnbspbit・QtCreatornbsp・Qtnbsp・MSVCnbspCの環境で、空のウィジェットプロジェクトを作成し、cソース資産を流用元からコピペしてコンパイルしました。 |
2021-12-07 10:48:52 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Pythonでウインドウリサイズの挙動 |
https://teratail.com/questions/372603?rss=all
|
Pythonでウインドウリサイズの挙動ウインドウリサイズイベントの挙動についてPython勉強中の者です。 |
2021-12-07 10:41:44 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Processing 3D 図形を重ねた時に色が混ざる |
https://teratail.com/questions/372602?rss=all
|
|
2021-12-07 10:39:09 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Python 別ファイル間による変数の共有について |
https://teratail.com/questions/372601?rss=all
|
Python別ファイル間による変数の共有について環境Python試したことmainpyimportnbsptestlibrarysharehensunbspnbsp共有したい変数defnbspmaintestlibraryupdateprintsharehensu処理testlibrarypyimportnbspmaindefnbspupdatemainsharehensunbspnbsp結果処理試したことそのmainpyに変数sharehensuを引数の値に書き換える関数を準備して、testlibraryでCallしても同じ結果になりました。 |
2021-12-07 10:37:05 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
vueのel-selectのfilterbleについて |
https://teratail.com/questions/372600?rss=all
|
vueのelselectのfilterbleについてvuejsのelementnbspuiのelselectについて、質問です。 |
2021-12-07 10:30:16 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
組み込みソフトウェア arduino |
https://teratail.com/questions/372599?rss=all
|
組み込みソフトウェアarduinoこのプログラムを実行すると、上から行目のところでエラーが出ます。 |
2021-12-07 10:27:04 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
二次元配列(正方行列)の斜め方向のソート |
https://teratail.com/questions/372598?rss=all
|
aaaaaa |
2021-12-07 10:25:09 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Python Pandasにて特定条件での列をリスト化したい |
https://teratail.com/questions/372597?rss=all
|
PythonPandasにて特定条件での列をリスト化したい下記のようなcsvデータがあり、STがDisableのIDをリストにしたいのですが、なかなかうまくいかず困っております。 |
2021-12-07 10:19:28 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Docker compose でsystemctlコマンドが使えなくなった |
https://teratail.com/questions/372596?rss=all
|
Dockercomposeでsystemctlコマンドが使えなくなったcentosのイメージを元にphpを入れたりlaravelを入れたりして利用してました。 |
2021-12-07 10:17:20 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
楕円曲線暗号の作り方 |
https://teratail.com/questions/372595?rss=all
|
楕円曲線暗号の作り方ecdsapythonのサードパーティのライブラリを利用して、プライベートキーを作ろうと思い、以下のコードを書いてみたのですがいま一歩のことろで目標がかないません。 |
2021-12-07 10:02:34 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Cardapp データベースを用いた名刺アプリ |
https://teratail.com/questions/372594?rss=all
|
Cardappデータベースを用いた名刺アプリとあるサイトで掲載されていた、Cのデータベースで名刺交換アプリを作成しているのですが、データベース接続のプログラムで多くのコンパイルエラーが発生してしまいます。 |
2021-12-07 10:01:17 |
Ruby |
Rubyタグが付けられた新着投稿 - Qiita |
Ruby ハッシュ 基本を復習 |
https://qiita.com/iggy-neko/items/ce95810055a26501db34
|
hashkeyvalue |
2021-12-07 10:39:16 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
Graviton2を利用するとFargateがちょっと安く利用できるようなので使ってみた |
https://qiita.com/yuma_1999_/items/28e9fc5ef16f5445c6da
|
Gravitonを利用するとFargateがちょっと安く利用できるようなので使ってみたはじめにGravitonを利用するとFargateがちょっと安く利用できるようなのでこの記事で触る方法について書きたいと思いますそもそもFargateとはコンテナ向けサーバーレスコンピューティングの一種でありDockerのイメージファイルを作るだけで簡単にデプロイできる便利なサービスです公式ドキュメントGravitonARMベースで開発されたAWS独自のCPUのことを指します従来のIntel製のCPUと比べて比較的安く利用できることからコスパに優れています公式ドキュメントFargateでGraviton以前までこのGravitonはAWSのサービス「EC」でのみでしか利用できないモノでしたしかしおよそカ月前にAWSLambdaでも利用できるようになりそして今回Fargateでも利用できるようになりました公式ドキュメント実際に利用してみる新コンソール画面に移動する年月日現在旧コンソール画面にて定義できないため左上の切り替えボタンを押し新コンソール画面に切り替えます旧コンソールでできる方いらっしゃりましたらやり方教えていただけると嬉しいです。 |
2021-12-07 10:43:07 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
【備忘録】デプロイ関連でエラーが起きたとき(反映されない場合も)の対処法 |
https://qiita.com/yastinbieber/items/f34553340375051fc930
|
【備忘録】デプロイ関連でエラーが起きたとき反映されない場合もの対処法デプロイ時に何らかの原因で反映がされない場合の対処法①unicornを見てみる本番環境でunicornを見てみる。 |
2021-12-07 10:23:16 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
AWS Well-Architected カスタムレンズを使ってみる |
https://qiita.com/shu85t/items/ac559487be5ecc7ea8b6
|
構成イメージWellArchitected柱セキュリティ質問SECワークロードを安全に運用するには、どうすればよいですかベストプラクティス≒チェック項目アカウントを使用してワークロードを分ける質問SECユーザーIDとマシンIDはどのように管理したらよいでしょうか柱信頼性マネージメントコンソールから「WellArchitectedTool」を選択することで、ベストプラクティスWellArchitectedに沿ったワークロードかどうかチェックし結果を管理・更新することができます。 |
2021-12-07 10:03:28 |
golang |
Goタグが付けられた新着投稿 - Qiita |
YouTube好き集合。Go言語でLIVEコメントをリアルタイム取得する |
https://qiita.com/ara1yu81/items/47ebb2272f6a148095d6
|
そんなLIVE配信のコメントですがAPIを利用して取得することができます。 |
2021-12-07 10:18:55 |
Git |
Gitタグが付けられた新着投稿 - Qiita |
PlantUML のテキストで書ける Git Flow と PlantUML で描いた Git Epic Flow |
https://qiita.com/ogomr/items/36350d515434d6674caa
|
GitFlowはGitの機能のブランチの作成や更新をするルールのモデルです。 |
2021-12-07 10:21:15 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
Ruby ハッシュ 基本を復習 |
https://qiita.com/iggy-neko/items/ce95810055a26501db34
|
hashkeyvalue |
2021-12-07 10:39:16 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
【備忘録】デプロイ関連でエラーが起きたとき(反映されない場合も)の対処法 |
https://qiita.com/yastinbieber/items/f34553340375051fc930
|
【備忘録】デプロイ関連でエラーが起きたとき反映されない場合もの対処法デプロイ時に何らかの原因で反映がされない場合の対処法①unicornを見てみる本番環境でunicornを見てみる。 |
2021-12-07 10:23:16 |
技術ブログ |
クックパッド開発者ブログ |
Ruby 3.1はエラー表示をちょっと親切にします |
https://techlife.cookpad.com/entry/2021/12/07/103547
|
Rubyはエラー表示をちょっと親切にしますこんにちは、rubydevチームの遠藤です。 |
2021-12-07 10:35:47 |
海外TECH |
DEV Community |
How to automate unit tests with github actions and coveralls for an npm package |
https://dev.to/jinssj3/how-to-automate-unit-tests-with-github-actions-and-coveralls-for-an-npm-package-3bjp
|
How to automate unit tests with github actions and coveralls for an npm package First of all let´s see what are unit tests Start with this question How do you ensure the quality of your project The goal of unit testing is to isolate each part of the program and show that the individual parts are correct A unit test provides a strict written contract that the piece of code must satisfy As a result it affords several benefits Unit testing finds problems early in the development cycle This includes both bugs in the programmer s implementation and flaws or missing parts of the specification for the unit The process of writing a thorough set of tests forces the author to think through inputs outputs and error conditions and thus more crisply define the unit s desired behavior The cost of finding a bug before coding begins or when the code is first written is considerably lower than the cost of detecting identifying and correcting the bug later Bugs in released code may also cause costly problems for the end users of the software Code can be impossible or difficult to unit test if poorly written thus unit testing can force developers to structure functions and objects in better ways My WorkflowSince there is no need to reinvent the wheel I will take advantage of an existing github action in the Continuous integration workflows category Node js With this action I will set up this action in one of my public repositories I will set up Node js action for automating my unit test and also integrate with coveralls io for getting a badge of how much my tests covers relevant lines What do I need A javascript projectWell first we need to create a public repository for a javascript project on Github You can use mine as a template Dynamicss is a project is an npm package that is ised to manage dynamically css stylesheets using javascript I will use this project in this example A coveralls account This is pretty simple Just go to and create an account using your Github account This is important since you will need to grant coveralls io access to your repo Finally enable the permission that allows coveralls io to acces to your repo like I did Once the account is created using github go to the left panel and click on Add repos Click on the switch to enable the access to the desired repo In my case I filter the repos to get dynamicss Copy the repo token because we will need it for the set up Create unit testsYou can take my simple unit tests as a simpe example Of course there are more complex unit test when working with react or other libraries Create a coveralls yml fileRemember we copied a repo token Well I our repository we need to create a yml file that contains just one line Set up the github actionNow in your github repo go to actions tab Search for Node js action and click on Set up this worklow Then we need to edit the code to get something like this We just need to set the node version In my case I m using node in version Finally we need to set the commands in the last lines we only need npm ci for installing dependencies npm run test coveralls for testing and sending results to coveralls io This command was set previously in package json file Finally make a commit to save this configuration This will save the yml file in this location Commiting will also trigger the job to be executed ResultsLet´s check the result of the action Let´s go to the actiontab again In my process I can see that my code passed all tests and sent result to coveralls I got a of coverage in relevant lines of code Also we can see that job finished successfully Now if you go to you coveralls account in your repo you will se something like this Final step get your badgeAnd you are done At this point we created a job for testing our code usin github actions Now we can get our badge an embeb it on our README md file Click on Embed button and copy the markdown code Finally we can add the badge in our readme file commit push and we ll get something like this Submission Category DIY Deployments Yaml File or Link to CodeThe coveralls result can be accessed here The coveralls yml file can be accessed here The github action yml file canbe accessed here The repo can be accessed here JinSSJ dynamicss Manage CSS stylesheets dynamically DescriptionWith DinamiCSS you can manage CSS style sheets dynamicallyInstallationDinamiCSS is available as an npm package with npmnpm i dynamicss dynamicssMain Features Insert style sheets from javascript files Edit stylesheets at run time Remove style sheet Check whether a style sheet has already been inserted into the DOMCreate a DynamicSheet object rpresentationUsage basic example Here is a quick example to get you started it s all you need Interactive and live demo DynamiCSS Types NameDescriptionAttributesDynamicSheetObject that represents a css style sheetid string content string sheetRules DynamicSheetRule DynamicSheetRuleObject that represents a set of css rules for a classnameclassName string rules DynamicStyle DynamicPseudoNested DynamicHyphens DynamiCSS namespace Functions FunctionDescriptionfunction insertStyleSheet dynamicSheet DynamicSheet stringInserts the stylesheet into the DOMfunction editStyleSheet id string sheetRules DynamicSheetRule stringEdits an existing stylesheet in the DOM… View on GitHub Additional Resources InfoUnit test info got from wikipedia |
2021-12-07 01:04:25 |
Cisco |
Cisco Blog |
New Learning Labs Teach You XML/XPath for NSO |
https://blogs.cisco.com/developer/nsoxmlxpathlearninglabs01
|
New Learning Labs Teach You XML XPath for NSOWhether you are creating your first configuration template in NSO or hoping to craft an XPath expression to save you time in your development these labs will teach you valuable industry relevant skills and hep you use NSO much more effectively |
2021-12-07 01:03:57 |
金融 |
ニッセイ基礎研究所 |
年金改革ウォッチ 2021年12月号~ポイント解説:2020年国勢調査の結果と動向 |
https://www.nli-research.co.jp/topics_detail1/id=69560?site=nli
|
出生率と死亡率の動向全体では想定内だが、代と代の出生率は低位推計に近い水準今回の国勢調査の結果を年に公表された将来推計人口と比較すると、歳と歳以上はほぼ推計どおりとなっている図表下段。 |
2021-12-07 10:58:45 |
金融 |
ニッセイ基礎研究所 |
資産形成に向かない株式のレバレッジ型~2021年11月の投信動向~ |
https://www.nli-research.co.jp/topics_detail1/id=69558?site=nli
|
米国株式は年月以降ほぼ右肩上がりで上昇してきたこともあり、リスクを軽視して米国株式インデックス・ファンドを購入している投資家が増えていないか、やや心配である。 |
2021-12-07 10:02:16 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
米インテル、自動運転モービルアイの上場を計画 - WSJ発 |
https://diamond.jp/articles/-/289852
|
自動運転 |
2021-12-07 10:01:00 |
LifeHuck |
ライフハッカー[日本版] |
【Amazonタイムセール中!】乾燥肌の保湿やヘアケアに使えるホホバオイルが20%オフ、大容量加湿器が50%オフなど |
https://www.lifehacker.jp/2021/12/amazon-timesale-1207-1.html
|
amazon |
2021-12-07 10:30:00 |
北海道 |
北海道新聞 |
女子ゴルフ世界ランク、畑岡6位 笹生8位、古江15位 |
https://www.hokkaido-np.co.jp/article/619952/
|
世界ランキング |
2021-12-07 10:17:00 |
北海道 |
北海道新聞 |
【道スポ】近藤 栗山侍入り熱望 また一緒に野球するチャンス |
https://www.hokkaido-np.co.jp/article/619945/
|
栗山英樹監督 |
2021-12-07 10:08:00 |
北海道 |
北海道新聞 |
ラインペイ、決済情報漏えい 13万件、利用者特定恐れも |
https://www.hokkaido-np.co.jp/article/619944/
|
特定 |
2021-12-07 10:07:00 |
北海道 |
北海道新聞 |
オスプレイ 2日連続で矢臼別に飛来 |
https://www.hokkaido-np.co.jp/article/619940/
|
米海兵隊 |
2021-12-07 10:03:10 |
北海道 |
北海道新聞 |
日本2勝、2位で2次Lへ ハンド女子世界選手権 |
https://www.hokkaido-np.co.jp/article/619943/
|
世界選手権 |
2021-12-07 10:01:00 |
北海道 |
北海道新聞 |
道内世帯10月ネット支出、前年比12%増 1世帯1万4279円 |
https://www.hokkaido-np.co.jp/article/619935/
|
北海道内 |
2021-12-07 10:02:07 |
マーケティング |
MarkeZine |
2022年は目前!開封率が強みの紙のDMでメッセージを伝えませんか?/有識者&調査結果からコツを学ぶ |
http://markezine.jp/article/detail/37809
|
|
2021-12-07 10:30:00 |
ニュース |
THE BRIDGE |
韓国のP2Pレンディング「PeopleFund」、シリーズCで73億円を調達——個人向けローンのシェア57%を獲得 |
https://thebridge.jp/2021/12/peoplefund-series-c-funding
|
韓国のPPレンディング「PeopleFund」、シリーズCで億円を調達ー個人向けローンのシェアを獲得TechinAsiaでは、有料購読サービスを提供。 |
2021-12-07 01:00:50 |
コメント
コメントを投稿