AWS |
AWS |
Reinventing Cloud Native 5G Networks with AWS and DISH |
https://www.youtube.com/watch?v=9OZnsQ3E_Q0
|
Reinventing Cloud Native G Networks with AWS and DISHLearn how AWS and DISH are collaborating to build the US Telecom Industry s first fully cloud native G Network Dave Brown VP of Amazon EC AWS and Marc Rouanne Chief Network Office Dish Wireless discuss how DISH is leveraging AWS infrastructure including AWS Regions AWS Local Zones and AWS Outposts to build a more flexible agile and cost effective G network that redefines the end user experience Learn more about telecommunications at Subscribe More AWS videos More AWS events videos AWS DISH |
2021-04-21 13:00:30 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
Subspace k-Means について語りたい |
https://qiita.com/tetutaro/items/333b761e5bf8685794ef
|
「手書き数字の分類」なんでクラスタ数はに決まっているのだが、それを分からない想定で、最適クラスタ数の推定もやってみることにする。 |
2021-04-21 22:48:23 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
青空文庫からテキストをダウンロードしてプレーンにする |
https://qiita.com/Ninagawa_Izumi/items/af7d704680fba63914e8
|
また、文頭の説明文も削除するのがよさそうです。 |
2021-04-21 22:43:15 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
数値 |
https://qiita.com/hikurochan/items/b41434f51a5c472bf415
|
importmathprint |
2021-04-21 22:26:51 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
【AWS】【超初心者】原理はともかくハンズオンで始めてみる |
https://qiita.com/swysenk/items/71dc1d7b100f5ca5a0a1
|
【AWS】【超初心者】原理はともかくハンズオンで始めてみる記事一覧追記していく予定自己紹介国内メーカー勤務、情報系技術者ではない、飽き性新しい物好き業務・週末プログラマーとしてpython歴年今更ながらこれからの時代はクラウド技術必須という文句に危機感を感じて勉強中AWSは触り始めて週間どんな人に読んで欲しいかクラウド技術が重要なのはよく聞くし、AWSが最大手だから、触って理解してみたいなってチラチラ横目で見ている人あれこれ考えたり情報収集する癖があるんだけど、本当は手を動かした方が幸せになれる人拙筆な筆者の記事を読んでいただける心の広い人何を達成したいかAWSの超々基本的なサービスSLambdaAPIGatewayDynamoDBを、AWSコンソール画面で触ってみて、AWSに慣れる↑でやったことを、できるだけCLICommandLineInterfaceで再現してみて、CommandLineからの操作に慣れるTODOアプリを作ってみるそれではお付き合いいただければ幸いです。 |
2021-04-21 22:19:15 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
【メモ】Pandas 特定の条件の行を抽出する |
https://qiita.com/takahashikaito94/items/b68203ab0f920a5c29c2
|
【メモ】Pandas特定の条件の行を抽出するはじめに表形式のデータをきれいにする時に特定の条件の行を抽出したくなる時などがあると思います。 |
2021-04-21 22:16:07 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
Youtube Data APIでNode.jsから動画をアップロードする |
https://qiita.com/n0bisuke/items/85e112ba57b7dbeacdc5
|
googleauthtokengeneratorでtokenjsonを作成npxgoogleauthtokengeneratorYoutubeを選択します。 |
2021-04-21 22:34:41 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
PHPで複数のタグを中間テーブルを利用してDBに登録する方法 |
https://teratail.com/questions/334497?rss=all
|
テーブルは以下のように設計しています。 |
2021-04-21 22:56:35 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
モデルにないfiledを作成しネストさせたい django-rest-framework |
https://teratail.com/questions/334496?rss=all
|
ふたつのserializerを用いてjsonデータをネストさせたいと考えているのですがうまくいかず困っております。 |
2021-04-21 22:53:19 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
標準出力のやり方がわからない。 |
https://teratail.com/questions/334495?rss=all
|
標準出力のやり方がわからない。 |
2021-04-21 22:43:42 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
C++で生成したshared libraryの実行ファイルが動作しない |
https://teratail.com/questions/334494?rss=all
|
Cで生成したsharedlibraryの実行ファイルが動作しないやりたいことCのコードから実行ファイルを生成したい。 |
2021-04-21 22:43:10 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
pythonの関数でのif文 |
https://teratail.com/questions/334493?rss=all
|
pythonの関数でのif文Pythonで関数を使って二つの数を比べて小さい方を出力したいです。 |
2021-04-21 22:37:23 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Jupyter Notebookで、NameError: name 'y' is not definedと表示される |
https://teratail.com/questions/334492?rss=all
|
JupyterNotebookで、NameErrornamexyxisnotdefinedと表示される前提・実現したいこと初心者ですが宜しくお願いします。 |
2021-04-21 22:31:02 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
TypeScript + Selenium のXpathでの要素指定ができない |
https://teratail.com/questions/334491?rss=all
|
TypeScriptSeleniumのXpathでの要素指定ができない前提・実現したいことTypeScriptnbspnbspSeleniumnbspで自動化テストを作ろうとしています。 |
2021-04-21 22:27:32 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
訳したいのですが。。。 |
https://teratail.com/questions/334490?rss=all
|
訳したいのですが。 |
2021-04-21 22:18:35 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
【AWS】【超初心者】原理はともかくハンズオンで始めてみる |
https://qiita.com/swysenk/items/71dc1d7b100f5ca5a0a1
|
【AWS】【超初心者】原理はともかくハンズオンで始めてみる記事一覧追記していく予定自己紹介国内メーカー勤務、情報系技術者ではない、飽き性新しい物好き業務・週末プログラマーとしてpython歴年今更ながらこれからの時代はクラウド技術必須という文句に危機感を感じて勉強中AWSは触り始めて週間どんな人に読んで欲しいかクラウド技術が重要なのはよく聞くし、AWSが最大手だから、触って理解してみたいなってチラチラ横目で見ている人あれこれ考えたり情報収集する癖があるんだけど、本当は手を動かした方が幸せになれる人拙筆な筆者の記事を読んでいただける心の広い人何を達成したいかAWSの超々基本的なサービスSLambdaAPIGatewayDynamoDBを、AWSコンソール画面で触ってみて、AWSに慣れる↑でやったことを、できるだけCLICommandLineInterfaceで再現してみて、CommandLineからの操作に慣れるTODOアプリを作ってみるそれではお付き合いいただければ幸いです。 |
2021-04-21 22:19:15 |
golang |
Goタグが付けられた新着投稿 - Qiita |
go-playground/validatorのomitemptyが効かなくて困った(解決) |
https://qiita.com/Domao/items/cac19bab9b3b119a72df
|
omitemptyを先頭に移動させてみた確かにバリデーションエラーが消えて期待通りに動作してくれるようになった。 |
2021-04-21 22:02:23 |
Azure |
Azureタグが付けられた新着投稿 - Qiita |
AzureLogicAppsを使って、HTTPリクエストからのメール送信をやってみた |
https://qiita.com/yukimatsu/items/c8330f01027a161f3c25
|
詳しくは以下の公式ドキュメントを参考にして欲しいのですが、要するに、URLに埋め込んで渡します。 |
2021-04-21 22:21:47 |
技術ブログ |
Developers.IO |
AKIBA.AWS ONLINE #02 -「 IoT だけじゃない!? AWS IoT Events の真骨頂」というタイトルで登壇しました |
https://dev.classmethod.jp/articles/akiba-aws-online-02-aws-iot-events-ones-true-value/
|
akibaawsonline |
2021-04-21 13:31:32 |
海外TECH |
DEV Community |
JWT-authentication |
https://dev.to/satishrajnale/jwt-authentication-3kgj
|
JWT authenticationThis project describes the steps involed in a authentication process between client amp server using JWT tokens Find it on my Github repo Satish Rajnale First you need to generate some tokensIt s very easy just enter node and then the code in below image Then add these tokens in your env file as ACCESS TOKEN PATH amp REFRESH TOKEN PATH Now Create the authUser js file as shown below Now Create the inedx js file as shown below Onto the Requests part create a Requests rest file as shown below You can use the extension Rest Client in VsCode or you can also use Postman both are great but in this project I am using the entension First make a request of POST for login on port On successfully making the request you will get the following response with tokens Copy the accessToken and paste it in your GET request s Auhtorization value PORT Copy the refreshToken and paste it in your Post request for token PORT When sent a request from GET method you will get the following response NOTE There is a TimeLimit added and within that time limit you have to make the get request For your convenience you can extend the time limit through your authuser js code When you send the POST request for token it generates the following access token which you can copy and paste in the GET request This will extend the user access auth time Basically you get access again Now to delete the generated JWT token and logout the user use the DELETE request |
2021-04-21 13:36:51 |
海外TECH |
DEV Community |
Make your npm package work on both Node.js and browser |
https://dev.to/aspecto/make-your-npm-package-work-on-both-node-js-and-browser-30n7
|
Make your npm package work on both Node js and browserI recently worked on an npm package that is supposed to be consumed on both Node js environment and the browser using React Angular etc Things started getting complicated when the node branch of the code needed to require native Node js packages ーlike fs Consider the following simplified code node handler jsconst fs require fs export const handle gt fs readFileSync … … browser handler jsexport const handle gt … index jsconst nodeHandler require node handler handle const browserHandle require browser handler handle const isNode require config isNode const handle isNode nodeHandler browserHandle When testing the module on my React Webpack app the app crashed This happened even though the node handler file wasn t executed this is due to Webpack nature of creating a bundle containing all the code Step Postpone your requiresInstead of requiring fs in the global scope we can require it only where we actually need it that way we don t require it when running in the browser node handler jsexport const handle gt require fs readFileSync … … browser handler jsexport const handle gt … index jsconst nodeHandler require node handler handle const browserHandle require browser handler handle const isNode require config isNode const handle isNode nodeHandler browserHandle Cool Our React app is not crashing anymore But we do get an annoying compilation warning right now While we can live with a warning ️ our end users will probably not like this too much and will end up not installing our package Step eval your requireThis is not the most elegant solution to say the least but it s keeping Webpack quiet and your end users happy Instead of using require fs we re gonna use eval require fs node handler jsexport const handle gt eval require fs readFileSync … … browser handler jsexport const handle gt … index jsconst nodeHandler require node handler handle const browserHandle require browser handler handle const isNode require config isNode const handle isNode nodeHandler browserHandle And that s it Just two simple steps to make your npm package work on both Node js and browser Good luck and may you be blessed with tons of stars |
2021-04-21 13:34:44 |
海外TECH |
DEV Community |
Introducing Sound Null Safety Support for Appwrite Flutter and Dart SDKs |
https://dev.to/appwrite/introducing-sound-null-safety-support-for-appwrite-flutter-and-dart-sdks-2mhc
|
Introducing Sound Null Safety Support for Appwrite Flutter and Dart SDKsFlutter has always been one of the highly active Appwrite platforms with lots of developers already using Appwrite to power their Flutter Apps That is why today we are especially excited to announce that our Flutter Client SDK and the Dart Server SDK have both received an upgrade to support null safety and we have a pre release version of both SDKs Flutter v dev amp Dart v dev in pub Get the Null Safe SDKTo use the Null Safe SDK in your project you can use the following as a dependency in your pubspec yaml file dependencies appwrite dev dart appwrite dev What is null safety Sound null safety allows developers to specify which variables can contain null values This has the potential to eradicate dreaded null reference exceptions offering guarantees in development and at runtime that types can only contain null values if the developer expressly chooses There s moreTo properly support access to private files in the Appwrite Storage we have updated the methods that access the file related Storage endpoints along with the Avatars endpoint Now all of the Avatars service methods return Future lt Response gt instead of the previous String Also the Storage methods getFilePreview getFileView and getFileDownload as well return Future lt Response gt instead of previous String With the new method signatures you can now easily integrate any Appwrite hosted images in your Flutter app with the Image memory widget Below is an example of how you can load and display image preview in your Flutter ApplicationFutureBuilder future widget storage getFileView fileId lt YOUR FILE ID gt builder context snapshot if snapshot hasData return Image memory snapshot data data if snapshot hasError if snapshot error is AppwriteException print snapshot error as AppwriteException message print snapshot error return CircularProgressIndicator We would love your help in testing the dev releases of both SDKs and provide us with feedback on how we can improve it further We are excited to see what you build with Flutter amp Appwrite Learn MoreAppwrite has many services and tools to allow you to build applications in a much more productive and secure way You can use the following resources to learn more about Appwrite and how to leverage it in building your next Appwrite Flutter project Getting Started TutorialAppwrite DocsDiscord CommunityAppwrite Flutter PlaygroundDemo Quiz With FlutterDon t forget to join the Appwrite Discord community where you can learn more about Appwrite get the latest updates and get light speed help with any question you might have |
2021-04-21 13:06:00 |
Apple |
AppleInsider - Frontpage News |
'Fathom,' the Apple TV+ documentary film, will show at the Tribeca Film Festival in June |
https://appleinsider.com/articles/21/04/21/fathom-the-apple-tv-documentary-film-will-show-at-the-tribeca-film-festival-in-june?utm_medium=rss
|
x Fathom x the Apple TV documentary film will show at the Tribeca Film Festival in JuneDirector Drew Xanthopoulos film about whales headed to Apple TV June is in the competition at the Tribeca Film Festival earlier that month Apple TV s Fathom Apple announced on April that it had acquired Fathom the latest film for Apple TV s growing library of nature films The film directed by Drew Xanthopoulos follows Dr Ellen Garland and Dr Michelle Fournet a pair of scientists who research whales communications Read more |
2021-04-21 13:29:56 |
Apple |
AppleInsider - Frontpage News |
Save up to $200 when purchasing a 5G iPad Pro with rare carrier subsidy |
https://appleinsider.com/articles/21/04/21/save-up-to-200-when-purchasing-a-5g-ipad-pro-with-rare-carrier-subsidy?utm_medium=rss
|
Save up to when purchasing a G iPad Pro with rare carrier subsidyCustomers can receive a rare carrier subsidy worth up to when purchasing a G iPad Pro directly from Apple Carriers offer discount on G iPad Pros upon activation Apple introduced the G iPad Pros during its Spring Loaded event on Tuesday Customers can view pricing configurations on the Apple Store app or website with pre orders going live on April Read more |
2021-04-21 13:26:35 |
海外TECH |
Engadget |
The Tamagotchi Pix lets you take digital pet selfies |
https://www.engadget.com/tamagotchi-pix-camera-pet-selfies-134015422.html
|
tamagotchi |
2021-04-21 13:40:15 |
海外TECH |
Engadget |
Apple supplier is the latest target of a $50 million ransomware hack |
https://www.engadget.com/apple-quanta-ransomware-hack-133455064.html
|
apple |
2021-04-21 13:34:55 |
海外TECH |
Engadget |
The latest Google mesh WiFi system is 20 percent off at Adorama |
https://www.engadget.com/google-wifi-3-pack-discount-with-coupon-adorama-131018184.html
|
adorama |
2021-04-21 13:10:18 |
ラズパイ |
Raspberry Pi |
Raspberry Pi touchscreen music streamer |
https://www.raspberrypi.org/blog/raspberry-pi-touchscreen-music-streamer/
|
Raspberry Pi touchscreen music streamerIf you liked the look of yesterday s Raspberry Pi Roon Endpoint Music Streamer but thought Hey you know what would be great If it had a touchscreen then look no further Home Theater Fanatics has built something using the same RoPieee software but with the added feature of a screen for those who need one The post Raspberry Pi touchscreen music streamer appeared first on Raspberry Pi |
2021-04-21 13:33:22 |
海外TECH |
CodeProject Latest Articles |
Presenting NSimpleOlap (Alpha & Unstable) |
https://www.codeproject.com/Articles/5300260/Presenting-NSimpleOlap-Alpha-Unstable
|
console |
2021-04-21 13:15:00 |
海外科学 |
NYT > Science |
How One of the World’s Oldest Science Experiments Comes Up From the Dirt |
https://www.nytimes.com/2021/04/21/science/beal-seeds-experiment.html
|
campus |
2021-04-21 13:50:38 |
金融 |
RSS FILE - 日本証券業協会 |
会長記者会見−2021年− |
https://www.jsda.or.jp/about/kaiken/kaiken_2021.html
|
記者会見 |
2021-04-21 13:30:00 |
海外ニュース |
Japan Times latest articles |
The death of George Floyd reignited a movement. What happens now? |
https://www.japantimes.co.jp/news/2021/04/21/world/george-floyd-movement-whats-next/
|
The death of George Floyd reignited a movement What happens now For many Black Americans real change feels elusive particularly given how relentlessly the killing of Black men by the police has continued on |
2021-04-21 22:07:45 |
海外ニュース |
Japan Times latest articles |
Schalke relegated after 30 years in Germany’s top flight |
https://www.japantimes.co.jp/sports/2021/04/21/soccer/bundesliga-schalke-relegated/
|
Schalke relegated after years in Germany s top flightLast place Schalke was relegated on Tuesday after consecutive years in the Bundesliga and almost exactly ten years since reaching the Champions League s semifinals A |
2021-04-21 22:59:53 |
ニュース |
BBC News - Home |
Dyson lobbying row: Boris Johnson makes 'no apology' for seeking ventilators |
https://www.bbc.co.uk/news/uk-politics-56832486
|
government |
2021-04-21 13:34:22 |
ニュース |
BBC News - Home |
Queen's birthday: Public's messages about Philip 'a comfort', she says |
https://www.bbc.co.uk/news/uk-56811715
|
philip |
2021-04-21 13:52:45 |
ニュース |
BBC News - Home |
Fishmongers' Hall: Terror attacker shouted 'I'm going to blow you all up' |
https://www.bbc.co.uk/news/uk-england-london-56817533
|
suicide |
2021-04-21 13:01:12 |
ニュース |
BBC News - Home |
'I let you down' - Liverpool owner apologises to fans for ESL involvement |
https://www.bbc.co.uk/sport/football/56828413
|
x I let you down x Liverpool owner apologises to fans for ESL involvementLiverpool owner John W Henry apologises to Reds supporters for the club s involvement in a proposed European Super League |
2021-04-21 13:44:38 |
ニュース |
BBC News - Home |
Bairstow guides Sunrisers to first win of IPL season |
https://www.bbc.co.uk/sport/cricket/56835044
|
Bairstow guides Sunrisers to first win of IPL seasonJonny Bairstow makes an unbeaten to guide Sunrisers Hyderabad to their first win of the Indian Premier League season with a nine wicket victory over Punjab Kings |
2021-04-21 13:54:40 |
LifeHuck |
ライフハッカー[日本版] |
Amazon Echo Studioは高価格でも購入する価値があるか? |
https://www.lifehacker.jp/2021/04/amazon-echo-studio-worth-extra-money.html
|
AmazonEchoStudioは高価格でも購入する価値があるかAmazonEchoStudioは、同社のスマートスピーカーのラインナップでトップエンドのポジションに君臨しています。 |
2021-04-21 22:05:00 |
北海道 |
北海道新聞 |
東海道新幹線、運転一時見合わせ 小田原駅で乗客が「異臭」 |
https://www.hokkaido-np.co.jp/article/535882/
|
小田原駅 |
2021-04-21 22:18:00 |
北海道 |
北海道新聞 |
化石燃料廃止を、101人が署名 世界各国のノーベル賞受賞者 |
https://www.hokkaido-np.co.jp/article/535881/
|
世界各国 |
2021-04-21 22:18:00 |
北海道 |
北海道新聞 |
岡山の2療養所に解剖記録 ハンセン病、計3千人分 |
https://www.hokkaido-np.co.jp/article/535880/
|
国立ハンセン病療養所 |
2021-04-21 22:15:00 |
北海道 |
北海道新聞 |
道内聖火ランナー、46人改めて発表 辞退の2人入れ替え |
https://www.hokkaido-np.co.jp/article/535863/
|
東京五輪 |
2021-04-21 22:12:37 |
北海道 |
北海道新聞 |
プーチン大統領、米欧に対決姿勢 反体制派デモ、50人超拘束 |
https://www.hokkaido-np.co.jp/article/535879/
|
反体制派 |
2021-04-21 22:05:00 |
北海道 |
北海道新聞 |
笠松競馬、元調教師ら12人処分 不正購入で関与禁止に |
https://www.hokkaido-np.co.jp/article/535878/
|
岐阜県笠松町 |
2021-04-21 22:05:00 |
北海道 |
北海道新聞 |
NY円、108円近辺 |
https://www.hokkaido-np.co.jp/article/535877/
|
外国為替市場 |
2021-04-21 22:03:00 |
仮想通貨 |
BITPRESS(ビットプレス) |
[NIKKEI Financial] NFTブーム到来、国際的なルール整備が必要 ビットフライヤー共同創業者 加納裕三氏 |
https://bitpress.jp/count2/3_79_12452
|
nikkeifinancialnft |
2021-04-21 22:55:22 |
仮想通貨 |
BITPRESS(ビットプレス) |
[CoinChoice] 欧州最大のデジタル資産投資会社コインシェアーズ、運用資産額が約6兆9,000億円を突破 |
https://bitpress.jp/count2/3_9_12451
|
coinchoice |
2021-04-21 22:10:22 |
コメント
コメントを投稿