金融 |
金融庁ホームページ |
「違法な金融業者に関する情報について」を更新しました。 |
https://www.fsa.go.jp/ordinary/chuui/index.html
|
|
2020-02-10 17:00:00 |
金融 |
金融庁ホームページ |
「違法な金融業者に関する情報について」を更新しました。 |
https://www.fsa.go.jp/ordinary/chuui/index.html
|
|
2020-02-10 17:00:00 |
IT |
気になる、記になる… |
Apple、「Swift Playgrounds」のMac版をリリース − 「Project Catalyst」でiPadから移植 |
https://taisy0.com/2020/02/12/118520.html
|
macos |
2020-02-11 21:25:23 |
IT |
ITmedia 総合記事一覧 |
[ITmedia News] 新型virusとコンピュータvirusの共通点は? |
https://www.itmedia.co.jp/news/articles/2002/12/news053.html
|
covid |
2020-02-12 06:11:00 |
IT |
ITmedia 総合記事一覧 |
[ITmedia Mobile] Samsung、11時間音楽再生のワイヤレスイヤホン「Galaxy Buds+」を149ドルで発売へ |
https://www.itmedia.co.jp/mobile/articles/2002/12/news052.html
|
galaxy |
2020-02-12 06:08:00 |
TECH |
Techable(テッカブル) |
Nikolaが電動ピックアップトラック「Badger」発表、航続距離は最大966キロ! |
https://techable.jp/archives/116865
|
badger |
2020-02-11 21:00:24 |
Google |
カグア!Google Analytics 活用塾:事例や使い方 |
おしゃれな卓上USB受電アダプターおすすめ3選 |
https://www.kagua.biz/review/interior/stylish-usb-dengenadapter.html
|
電源 |
2020-02-11 21:00:17 |
AWS |
AWS Partner Network (APN) Blog |
Automated Refactoring from Mainframe to Serverless Functions and Containers with Blu Age |
https://aws.amazon.com/blogs/apn/automated-refactoring-from-mainframe-to-serverless-functions-and-containers-with-blu-age/
|
Mainframe workloads are often tightly coupled legacy monoliths with millions of lines of code and customers want to modernize them for business agility Manually rewriting a legacy application for a cloud native architecture requires lots of re engineering See how Blu Age transformed a typical mainframe CICS application to AWS containers and AWS Lambda functions You ll also learn how to increase mainframe workload agility with refactoring to serverless and containers |
2020-02-11 21:14:14 |
AWS |
AWS Compute Blog |
Building a serverless URL shortener app without AWS Lambda – part 3 |
https://aws.amazon.com/blogs/compute/building-a-serverless-url-shortener-app-without-lambda-part-3/
|
This is the final installment of a three part series on building a serverless URL shortener without using AWS Lambda This series highlights the power of Amazon API Gateway and its ability to directly integrate with services like Amazon DynamoDB The result is a low latency highly available application that is built with managed services and … |
2020-02-11 21:19:26 |
AWS |
AWS Compute Blog |
Building a serverless URL shortener app without AWS Lambda – part 2 |
https://aws.amazon.com/blogs/compute/building-a-serverless-url-shortener-app-without-lambda-part-2/
|
This post is the second installment of a three part series on building a serverless URL shortener without using AWS Lambda The purpose of the series is to highlight the power of Amazon API Gateway and its ability to integrate directly with backend services like Amazon DynamoDB The result is a low latency highly available application … |
2020-02-11 21:15:29 |
AWS |
AWS Compute Blog |
Building a serverless URL shortener app without AWS Lambda – part 1 |
https://aws.amazon.com/blogs/compute/building-a-serverless-url-shortener-app-without-lambda-part-1/
|
When building applications developers often use a standard multi tier architecture pattern that generally includes a presentation processing and data tier When building such an application using serverless technologies on AWS it might look like the following In this three part series I am going to challenge you to approach this a different way by building a … |
2020-02-11 21:14:54 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
言語処理100本ノック-26:強調マークアップの除去 |
https://qiita.com/FukuharaYohei/items/57e763d01f311cd71e14
|
countに気づかずに必死でコンパイルフラグを渡した気になっていて、うまく行かずに分ほど無駄にしました・・・replacedresubr個のマークアップの開始任意の文字以上対象の文字列番目のキャプチャと同じマークアップの終了rstringflagsreMULTILINEreVERBOSEsub関数は文字置換をします。gtgtgtresubr置換対象置換済置換対象対象外置換対象置換済対象外置換済ちなみに「確立形態」の値が変更前と後で以下のようになります。 |
2020-02-12 06:42:00 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
React + Pusherを使用したリアルタイム通信での問題 |
https://teratail.com/questions/240834?rss=all
|
概要現在、ReactnbspnbspMaterilUInbspnbspLaravelnbspPusherを使用したチャット機能の開発を行っています。MaterialUIのダイアログの中でチャットを実現したいと思っていまして、リアルタイム通信を実現するためにもPusherを使用しています。 |
2020-02-12 06:52:59 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
データのdimensionの見方 |
https://teratail.com/questions/240833?rss=all
|
例えば、numbersnbspnbspnbspnbspnbspnbspnbspnbspnbspnbspnbspnbspnbspがあるとします。numbersがvectorとして見る時に次元と言いますし、numbersがtensorとして見る時に次元と言いますね。 |
2020-02-12 06:32:22 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
準ニュートン法(BFGS)を使った最小値の探索にて、線形探索の中で無限ループから抜け出せません。 |
https://teratail.com/questions/240832?rss=all
|
前提・実現したいことバナナ関数rosenblockを最適化したいです。私のコードは、他の簡単な関数の最適化ができたのですが、どうしてもバナナ関数ができません。 |
2020-02-12 06:06:05 |
Ruby |
Rubyタグが付けられた新着投稿 - Qiita |
【環境構築】Rails6 + Vue.jsで hello_vue.jsの名前をmain.jsに変更したいときの手順 |
https://qiita.com/terufumi1122/items/f9422ee6420ba758114e
|
はじめに先日、こちらの記事を書きました。【環境構築】DockerRailsVuejsVuetifyの環境構築手順Qiitaそこで自動生成される、appjavascripthellovuejsの名前をmainjsに変更したい方のために手順を記載しておきます。 |
2020-02-12 06:39:44 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
【環境構築】Rails6 + Vue.jsで hello_vue.jsの名前をmain.jsに変更したいときの手順 |
https://qiita.com/terufumi1122/items/f9422ee6420ba758114e
|
はじめに先日、こちらの記事を書きました。【環境構築】DockerRailsVuejsVuetifyの環境構築手順Qiitaそこで自動生成される、appjavascripthellovuejsの名前をmainjsに変更したい方のために手順を記載しておきます。 |
2020-02-12 06:39:44 |
海外TECH |
Ars Technica |
One of the most destructive botnets can now spread to nearby Wi-Fi networks |
https://arstechnica.com/?p=1652937
|
networksemotet |
2020-02-11 21:26:40 |
海外TECH |
Engadget |
Here's everything Samsung announced at its Galaxy S20 event |
https://www.engadget.com/2020/02/11/samsung-galaxy-S20-event-roundup/
|
After weeks of leaks Samsung officially revealed its Galaxy S series at its Unpacked event today The company also shared its next attempt at a foldable phone the Galaxy Z Flip and had a lot to say about its new camera tech |
2020-02-11 21:27:00 |
海外TECH |
Engadget |
Microsoft won't force Office 365 business customers to use Bing after all |
https://www.engadget.com/2020/02/11/microsoft-wont-force-office-365-business-customers-to-use-bing/
|
Microsoft has walked back from its decision to make Bing the default search engine in Chrome for Office ProPlus customers Over on its techcommunity website the company says it will now instead give admins the option to opt into installing the M |
2020-02-11 21:21:00 |
海外TECH |
CodeProject Latest Articles |
Software Techniques for Lemmings |
https://www.codeproject.com/Articles/5258540/Software-Techniques-for-Lemmings
|
lemmingsare |
2020-02-11 21:53:00 |
海外TECH |
CodeProject Latest Articles |
Robust C++: Initialization and Restarts |
https://www.codeproject.com/Articles/5254138/Robust-Cplusplus-Initialization-and-Restarts
|
corruption |
2020-02-11 21:29:00 |
海外科学 |
NYT > Science |
Coronavirus Live Updates: The Illness Now Has a Name: COVID-19 |
https://www.nytimes.com/2020/02/11/world/asia/coronavirus-china.html?emc=rss&partner=rss
|
animals |
2020-02-11 21:47:26 |
海外TECH |
WIRED |
Judge Rules That T-Mobile Can Acquire Sprint |
https://www.wired.com/story/judge-rules-t-mobile-can-acquire-sprint
|
doubt |
2020-02-11 21:53:40 |
ニュース |
@日本経済新聞 電子版 |
@nikkei RT @nikkei:... |
https://twitter.com/nikkei/statuses/1227351666191732737
|
nikkei |
2020-02-11 23:00:14 |
ニュース |
@日本経済新聞 電子版 |
@nikkei NYダウ小反落、48セント安 一時最高値も伸び悩む ... |
https://twitter.com/nikkei/statuses/1227350850558775296
|
nikkei |
2020-02-11 22:57:00 |
ニュース |
@日本経済新聞 電子版 |
@nikkei 日本で新型コロナウイルスが流行すると、足りなくなる恐れがある「感染症病床」。厚生労働省は感染者の入院を一般病床でも認めるとの通知を出しました。ウイルス検査についても自治体の弾力的な運用を求めます。
#新型肺炎... |
https://twitter.com/nikkei/statuses/1227349609065975815
|
nikkei |
2020-02-11 22:52:04 |
海外ニュース |
Japan Times latest articles |
‘Pine Tar Game’ items headed to auction later this month |
https://www.japantimes.co.jp/sports/2020/02/11/baseball/mlb/pine-tar-game-items-headed-auction-later-month/
|
stadium |
2020-02-12 06:32:24 |
ニュース |
BBC News - Home |
Leeds stay second in Championship with draw at Brentford |
https://www.bbc.co.uk/sport/football/51366546
|
championship |
2020-02-11 21:49:10 |
ニュース |
BBC News - Home |
Aberdeen up to third with win at Hamilton |
https://www.bbc.co.uk/sport/football/51366744
|
premiership |
2020-02-11 21:39:37 |
ニュース |
BBC News - Home |
New York Open: Kyle Edmund reaches last 16 with win over Yasutaka Uchiyama |
https://www.bbc.co.uk/sport/tennis/51469359
|
uchiyama |
2020-02-11 21:23:19 |
ビジネス |
ダイヤモンド・オンライン - 新着記事 |
米FTC、巨大ハイテク企業の買収記録を調査へ - WSJ発 |
https://diamond.jp/articles/-/228540
|
買収 |
2020-02-12 06:20:00 |
LifeHuck |
ライフハッカー[日本版] |
問題解決力、思考力、説得力が高まる。ビジネスを数字で考える3つのメリット |
https://www.lifehacker.jp/2020/02/book_to_read-474.html
|
問題解決 |
2020-02-12 06:30:00 |
北海道 |
北海道新聞 |
サムスン「縦折りスマホ」発表 「ガラケー」ほうふつ |
https://www.hokkaido-np.co.jp/article/392237/
|
韓国 |
2020-02-12 06:28:00 |
北海道 |
北海道新聞 |
民主党、FRB議長の独立性追及 大統領長女のパーティー参加で |
https://www.hokkaido-np.co.jp/article/392234/
|
長女 |
2020-02-12 06:08:00 |
北海道 |
北海道新聞 |
米とタリバンの協議、進展か 暴力削減要求受け入れ |
https://www.hokkaido-np.co.jp/article/392233/
|
受け入れ |
2020-02-12 06:07:00 |
ビジネス |
東洋経済オンライン |
だからイヤ「的外れなアドバイス」が地獄な理由 無礼かどうかはあくまで「された側」が決める | リーダーシップ・教養・資格・スキル | 東洋経済オンライン |
https://toyokeizai.net/articles/-/328803?utm_source=rss&utm_medium=http&utm_campaign=link_back
|
生存戦略 |
2020-02-12 06:20:00 |
ビジネス |
東洋経済オンライン |
「会議を仕切っただけ」で満足する上司の迷惑さ 彼らの自己評価が高くなるやむをえない事情 | リーダーシップ・教養・資格・スキル | 東洋経済オンライン |
https://toyokeizai.net/articles/-/328655?utm_source=rss&utm_medium=http&utm_campaign=link_back
|
東洋経済オンライン |
2020-02-12 06:10:00 |
IT |
IT号外 |
自宅でWindows10とnasne(ナスネ)を使っている場合に注意すべき設定 |
https://figreen.org/it/%e8%87%aa%e5%ae%85%e3%81%a7windows10%e3%81%a8nasne%e3%83%8a%e3%82%b9%e3%83%8d%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%84%e3%82%8b%e5%a0%b4%e5%90%88%e3%81%ab%e6%b3%a8%e6%84%8f%e3%81%99%e3%81%b9/
|
Windowsの期限が切れると言うことで慌ててWindowsにアップグレードしたが、その時とても驚いたことがある。それは、WindowsのPCのフォルダを見ると下記のようにナスネのアイコンが表示され、ネットワークを通してnasneで録画してある番組が見れてしまう、覗かれてしまうのだ。 |
2020-02-11 21:23:20 |
コメント
コメントを投稿