AWS |
lambdaタグが付けられた新着投稿 - Qiita |
AWS Lambdaを使ってSlack botを作る方法 |
https://qiita.com/Karpnoohij/items/e241d696182eaa2317fb
|
トリガーを追加上記で作成した、アプリをアラートを欲しい時間に飛んで来れるように設定します。 |
2022-03-13 23:29:24 |
AWS |
lambdaタグが付けられた新着投稿 - Qiita |
AWS Cognitoを使って認証済みユーザーしか実行できないAPIを作成する |
https://qiita.com/subaru44k/items/e5de6fad3a2d68649d59
|
作るものユーザー目線ユーザーはウェブサイトにアクセスし、サインアップとログインするログインすると、API呼び出しができるようになるシステム構成Sの静的ウェブサイトホスティング機能でウェブサイトを公開するCognitoでユーザー管理、認証、認可を行うAPIGatewayでCORS設定とユーザー認証、認可を行い、Lambdaを呼び出すLambdaがなにか処理をするAPIGatewayがレスポンスを返すCognitoでユーザー管理ユーザープールの作成Cognitoにアクセスして、ユーザープールを新規作成。 |
2022-03-13 23:20:28 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
python(networkx)によるネットワーク分析メモ4 グループ |
https://qiita.com/tanaka_benkyo/items/1fbfe680034b01d83cb2
|
QfracmsumijAijfrackikjmdeltacicjここで、mはネットワークの辺の数、Aijはネットワークの隣接行列Aのij成分、kiは頂点iの次数、ciは頂点iの属するコミュニティのラベル、deltaijはクロネッカーのデルタでciとcjが等しときに、それ以外のときにの値をとる。 |
2022-03-13 23:45:42 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
python(networkx)によるネットワーク分析メモ3 経路 |
https://qiita.com/tanaka_benkyo/items/7c177d28b5d9153bbb83
|
安くして欲しい。 |
2022-03-13 23:44:54 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
python(networkx)によるネットワーク分析メモ2 中心性 |
https://qiita.com/tanaka_benkyo/items/7f485b337a14f82c0b5f
|
このような反復計算を繰り返すと、列ベクトルは最終的にAの最大固有値に対応する固有ベクトルに収束する。 |
2022-03-13 23:44:25 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
python(networkx)によるネットワーク分析メモ1 ネットワーク分析の基礎 |
https://qiita.com/tanaka_benkyo/items/3a242e0ca7724973dcd9
|
pltfigurefigsizeランダムpltsubplotnxdrawrandomGstyles円周上pltsubplotnxdrawcircularGstylesばね配置pltsubplotnxdrawspringGstyles頂点の数や頂点のリスト、辺の数や辺のリストは次のように表示される。 |
2022-03-13 23:43:46 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
「テキストアナリティクスの基礎と実践」をpythonで読む2 共起とbigramのネットワーク分析(networkx使用) |
https://qiita.com/tanaka_benkyo/items/e0d3a939b27f0f4092dd
|
次数の多さよりも、中心性の高いノードと接続していることに注目するものであり、値が大きいほど中心性が高い。 |
2022-03-13 23:42:27 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
Pythonのtyping.Literalの選択肢をlistとして渡す方法 |
https://qiita.com/nabenabe0928/items/c018b3a5a09c8518ac45
|
|
2022-03-13 23:42:05 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
[パーフェクトPython]スクレイピングのpylab packageで詰まったところまとめ |
https://qiita.com/yuusannnnnnnnn/items/a036fbd322dd51a729ce
|
パーフェクトPythonスクレイピングのpylabpackageで詰まったところまとめ何をインストールすべきpipinstallscipypipinstallpylabsdkpipinstallrequests執筆時と変更されている点がある基本的には、記載されているpackageの使い方で問題ないが、適宜変更する必要がある。 |
2022-03-13 23:41:16 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
60分でできるBERT(英語テキストの感情分析) |
https://qiita.com/makaishi2/items/cb97f6a70a12db55443b
|
fromtorchtextlegacyimportdatasetsIMDBは映画のレビューを含んだデータセットで、感情分析positivenegativeモデルの学習に用いられる読み込みに分程度時間がかかりますtraindatavaliddatadatasetsIMDBsplitsTEXTLABELデータ間引きこのデータセットは、訓練データ件、検証データ件があるのですが、試したところ、このままで学習にまわすと時間がかかりすぎることがわかりました、そこで、時間で学習を終わらせるため、データをに間引くことにしました。 |
2022-03-13 23:22:20 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
python & heroku & ClearDBで作る 国の首都が分かるLINEBOT |
https://qiita.com/tuk19/items/1aec0df93e155952a5aa
|
SQLには国旗用のカラムFLAGも用意しているので、画像で国旗を教えてくれるLINEBOTもつくってみようかなと思ってます。 |
2022-03-13 23:14:07 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
Recoil入門(Atom, useRecoilStateの使い方) |
https://qiita.com/itachi/items/69784d66dbe624ebaceb
|
ReactHooksのuseStateはコンポーネント内でのstate状態を管理するのに対し、Recoilはアプリケーション全体でのstateを管理します。 |
2022-03-13 23:36:06 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
AWS未経験者のAWS SCS合格体験記 |
https://qiita.com/isshin/items/d18f9393f42e3714dcb1
|
ここも正答率をどこかにメモしておいて下さいサンプル問題模擬試験を受ける無料最近模擬試験が無料になったので受けてみましょう受け方は分かりやすい記事があったのでリンクしておきます。 |
2022-03-13 23:41:36 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
AWS Cognitoを使って認証済みユーザーしか実行できないAPIを作成する |
https://qiita.com/subaru44k/items/e5de6fad3a2d68649d59
|
作るものユーザー目線ユーザーはウェブサイトにアクセスし、サインアップとログインするログインすると、API呼び出しができるようになるシステム構成Sの静的ウェブサイトホスティング機能でウェブサイトを公開するCognitoでユーザー管理、認証、認可を行うAPIGatewayでCORS設定とユーザー認証、認可を行い、Lambdaを呼び出すLambdaがなにか処理をするAPIGatewayがレスポンスを返すCognitoでユーザー管理ユーザープールの作成Cognitoにアクセスして、ユーザープールを新規作成。 |
2022-03-13 23:20:28 |
Linux |
CentOSタグが付けられた新着投稿 - Qiita |
Sakura VPSサーバにCentOS Stream9を突っ込んでApache(Let's encrypt)、MariaDB、NodeJSあたりをサクッと準備する方法 |
https://qiita.com/abarth500/items/4abe0c474e31fe1da0c0
|
SakuraVPSサーバにCentOSStreamを突っ込んでApacheLetxsencrypt、MariaDB、NodeJSあたりをサクッと準備する方法ただのインストールメモです。 |
2022-03-14 00:00:10 |
技術ブログ |
Developers.IO |
Python(Pillow、OpenCV)でスクリーンショットを取得して物体検出をしてみた |
https://dev.classmethod.jp/articles/taking-a-screenshot-with-python-pillow-opencv-and-tried-object-detection/
|
opencv |
2022-03-13 14:55:12 |
海外TECH |
MakeUseOf |
How to Extend Your Windows Laptop's Battery Lifespan With a Battery Charge Threshold |
https://www.makeuseof.com/windows-extend-battery-lifespan-battery-charge-threshold/
|
How to Extend Your Windows Laptop x s Battery Lifespan With a Battery Charge ThresholdSetting a battery charge threshold can be as easy as downloading an app and setting the right options and doing so can extend your battery s life |
2022-03-13 14:15:12 |
海外TECH |
DEV Community |
Improving Language Accessibility in Programming |
https://dev.to/muthuannamalai12/improving-language-accessibility-in-programming-n1j
|
Improving Language Accessibility in ProgrammingThe English language continues to dominate science and technology Nearly all documentation and the majority of programming languages are written in English Stack Overflow and many free educational software programs use it as their official language End users do not perceive translations as being of the same quality as the original Prof Phillip J Guo found this to be true in a survey he conducted In addition to communication barriers the survey found that usage of colloquial language greatly affects a person s ability to comprehend concepts Among the native French respondents The technical terminology associated with programming can be difficult to assimilate particularly in the middle of explanations if you do not know the equivalent word in your native language A single technical term can sometimes obscure the meaning of an entire phrase The subject verb object relationship is another problem for most non native speakers Many complex computer programming languages include terms like if until unless etc that are often difficult to translate for non native speakers since they do not have a literal translation Additionally non native speakers can have difficulty understanding the difference between objects classes and instances all of which are core coding concepts This also results in issues with colloquial variable naming conventions Based on Guo s survey I have noticed users struggle with naming variables They tend to use meaningless or worse names like table Problems occur when natural human language meets the code In December progress had begun to make programming education more widespread and accessible The company Techie Tessie was established with a focus of helping everyone regardless of language or background learn about programming Through multilingual tutorials social media support and an incredible team people all over the world are now learning how to program quickly and for free By producing tutorials in English Hindi and Spanish Techie Tessie are tearing down the language barriers which often hinder education Following many studies which have been conducted during the COVID pandemic it is clear there is still a lot of work to do With remote global tech teams becoming the norm it is vital that language accessibility be at the fore front of corporate agendas By providing programming materials in a variety of languages it will allow for more productive and diverse teams Next time you see a non native speaker struggling to understand a programming concept take a moment Try explaining it in their first language there are countless free translation apps out there for you to use Let s make language a tool not a barrier You can now extend your support by buying me a Coffee Thanks for Reading |
2022-03-13 14:31:35 |
金融 |
ニュース - 保険市場TIMES |
ソニー生命、「子どもの教育資金に関する調査2022」結果を発表 |
https://www.hokende.com/news/blog/entry/2022/03/14/000000
|
ソニー生命、「子どもの教育資金に関する調査」結果を発表割以上が、「子どもの学力や学歴は教育費にいくらかけるかで決まる」ソニー生命保険株式会社以下、ソニー生命は年月日、「子どもの教育資金に関する調査」の結果を発表した。 |
2022-03-14 00:00:00 |
ニュース |
BBC News - Home |
Ukraine war: 'Sky turned red' as missiles hit Lviv military base |
https://www.bbc.co.uk/news/world-europe-60728208?at_medium=RSS&at_campaign=KARANGA
|
polish |
2022-03-13 14:43:37 |
ニュース |
BBC News - Home |
Russian church in Oxford ransacked in burglary |
https://www.bbc.co.uk/news/uk-england-oxfordshire-60727472?at_medium=RSS&at_campaign=KARANGA
|
oxford |
2022-03-13 14:47:27 |
ニュース |
BBC News - Home |
PSG fans boo own players - including Messi and Neymar - despite 3-0 win |
https://www.bbc.co.uk/sport/football/60728701?at_medium=RSS&at_campaign=KARANGA
|
ligue |
2022-03-13 14:24:14 |
海外TECH |
reddit |
Leaked Kremlin Memo to Russian Media: It Is “Essential” to Feature Tucker Carlson |
https://www.reddit.com/r/politics/comments/td7rlm/leaked_kremlin_memo_to_russian_media_it_is/
|
Leaked Kremlin Memo to Russian Media It Is “Essential to Feature Tucker Carlson submitted by u djfudgebar to r politics link comments |
2022-03-13 14:12:58 |
コメント
コメントを投稿