python |
Pythonタグが付けられた新着投稿 - Qiita |
Singleton の使用例 |
https://qiita.com/robozushi10/items/6763c2db325e51c923de
|
|
2021-09-25 22:49:56 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
ABC83 C - Multiple Gift を解いた |
https://qiita.com/AKpirion/items/2934d936ee6c51c21630
|
sielsebreakprintlenlis |
2021-09-25 22:45:08 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
【仮想通貨・株・為替】巷で人気のSuperTrendインジケーターをPythonで再現してみる |
https://qiita.com/kazama1209/items/3e48e285cc9406397050
|
海外発のインジケーターという事もあり日本での知名度はそこまで高くないみたいですが、欧米のトレーダー間ではかなり高い使用率を誇るようで、最近人気のトレーディングプラットフォーム「TradingView」で公開されているライブラリの中でもいいね数は上位に食い込んでいます。 |
2021-09-25 22:16:28 |
python |
Pythonタグが付けられた新着投稿 - Qiita |
ABC86 C - Traveling で自分の成長を感じた |
https://qiita.com/AKpirion/items/2427c15c733b57f9c153
|
コメントにあるように注意の個所を通過する場合、それが連続する可能性もあるのでxyxyを追記すべきかも。 |
2021-09-25 22:14:22 |
js |
JavaScriptタグが付けられた新着投稿 - Qiita |
【GAS】任意の位置を中心に指定範囲内にある町丁目を調べる【スプレッドシート】 |
https://qiita.com/YasumiYasumi/items/a6be25a9ccdfdb1654bf
|
中心点の緯度経度と全国町丁目の代表緯度経度の距離を計算。 |
2021-09-25 22:03:30 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
【C++】ifstreamでファイルを読むと読み込みに失敗する |
https://teratail.com/questions/361303?rss=all
|
|
2021-09-25 22:53:04 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
webpack-dev-serverがエラーを返して表示されません。 |
https://teratail.com/questions/361302?rss=all
|
webpackdevserverがエラーを返して表示されません。 |
2021-09-25 22:50:34 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
3巡目でエラーになるマクロ 間違いを教えて下さい。 |
https://teratail.com/questions/361301?rss=all
|
nbsp別のマクロでもfornbspnextで繰り返し処理をするのですが、巡目のcallまで下記のマクロは機能しています。 |
2021-09-25 22:49:57 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Tableviewに詳しい方お願いします。 |
https://teratail.com/questions/361300?rss=all
|
そした、私は今、そのリストに、①textfieldに文字を打つ②追加すると言うようなボタンを押す③tableviewに、tableviewcellが追加されて、textfieldに打ち込んだ文字が追加されるこのような仕組みをつけたいと思っていますが、うまくいきません。 |
2021-09-25 22:45:56 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
python3 dランク問題について |
https://teratail.com/questions/361299?rss=all
|
pythondランク問題についてnbspつの文字列が与えられるので、quotBestnbspinquotnbspとそれらの文字列をすべて半角スペース区切りで結合して出力してください。 |
2021-09-25 22:45:29 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
CentOS6のiptablesでPassiveモードのFTPサーバーに接続させたい |
https://teratail.com/questions/361298?rss=all
|
CentOSのiptablesでPassiveモードのFTPサーバーに接続させたいCentOSベースのサーバーを触る機会があり、iptablesの設定でハマっております。 |
2021-09-25 22:33:19 |
Program |
[全てのタグ]の新着質問一覧|teratail(テラテイル) |
Java Sprint Boot クラス インスタンス |
https://teratail.com/questions/361297?rss=all
|
JavaSprintBootクラスインスタンスJavanbspフレームワークSpringnbspBootを学習中です。 |
2021-09-25 22:31:04 |
Ruby |
Rubyタグが付けられた新着投稿 - Qiita |
【Rails】学習アプリにおける進捗状況をprogressバーで表現する |
https://qiita.com/Yuya-hs/items/5f97280146532f901e6b
|
②①で取り出したデータからさらに曜日だけを配列として取り出す。 |
2021-09-25 22:45:39 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
使用していないIAMロールを一括削除するシェルスクリプトを作成したけど、コンソールから削除した方がいいと思った件 |
https://qiita.com/kazu_kazu/items/05a1e0ce1569cdd38ef1
|
削除対象のIAMロール指定期間内にIAMロールを使用していないものデフォルトは日日数を変更する場合はスクリプト内の変数DELETETIMEを変更存在するインスタンスで使用されているIAMロールは削除しない削除しないIAMロールを指定可能スクリプト内の変数exceptrolelistで指定デフォルトでは「AWSServiceRoleFor」で始まるIAMロールは削除しないAWSサービスを利用する始めに作成されるロールだと思われるので、そのサービスを再度利用する際に用いられるから削除する必要はないと考えたログ標準出力にも出ますが、スクリプト実行時にカレントディレクトリに以下の形式のログファイルが作成されます。 |
2021-09-25 22:35:43 |
AWS |
AWSタグが付けられた新着投稿 - Qiita |
Terraformで作るAWSシステムパターン② 高可用性構成 |
https://qiita.com/kuraboshi/items/c33d063f2ab78d663901
|
今回は高可用性を重視するシステム構成を作成してみる。 |
2021-09-25 22:26:11 |
Docker |
dockerタグが付けられた新着投稿 - Qiita |
【個人開発】検索を検索できるサービス「searchsearch」をリリースしました! |
https://qiita.com/tetetratra/items/63ca355a91e285cc5cab
|
利用した技術サーバーサイドにRailsを、フロントエンドにReactを使ったSPAです。 |
2021-09-25 22:01:55 |
Git |
Gitタグが付けられた新着投稿 - Qiita |
git 基本操作 |
https://qiita.com/2016asap/items/5ef71423839638d44be1
|
|
2021-09-25 22:20:22 |
Git |
Gitタグが付けられた新着投稿 - Qiita |
git基本操作 |
https://qiita.com/2016asap/items/49d8cbdd72496b1c47de
|
git基本操作gitbranchmasterがついているのが今いるところ・ブランチ作成ブランチはbranchコマンドで作成することができる。 |
2021-09-25 22:15:10 |
Git |
Gitタグが付けられた新着投稿 - Qiita |
Gitとは?~ブランチとはなにか~ |
https://qiita.com/pukuku/items/9242182560bf015049fa
|
「ブランチとはポインタである」の項目で「HEAD」というファイルを確認したのを覚えているでしょうかここまでの内容で「refsheads」の中にはブランチが入っていることがわかりました。 |
2021-09-25 22:06:23 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
【Rails】学習アプリにおける進捗状況をprogressバーで表現する |
https://qiita.com/Yuya-hs/items/5f97280146532f901e6b
|
②①で取り出したデータからさらに曜日だけを配列として取り出す。 |
2021-09-25 22:45:39 |
Ruby |
Railsタグが付けられた新着投稿 - Qiita |
【個人開発】検索を検索できるサービス「searchsearch」をリリースしました! |
https://qiita.com/tetetratra/items/63ca355a91e285cc5cab
|
利用した技術サーバーサイドにRailsを、フロントエンドにReactを使ったSPAです。 |
2021-09-25 22:01:55 |
海外TECH |
DEV Community |
URL Shortener with Rust, Svelte, & AWS (4/): Dockerizing |
https://dev.to/mileswatson/url-shortener-with-rust-svelte-aws-4-dockerizing-2e38
|
URL Shortener with Rust Svelte amp AWS DockerizingIn the last post we created some unit tests that will allow us to automatically test our application In this post we will cover the process of Dockerizing our application in preparation for deploying with AWS Elastic Beanstalk What is Docker Explaining fully the features and advantages disadvantages of Docker would take an entire blog post in itself so if you aren t familiar with the concept of containers then watch the following video Installing DockerThe easiest way to use Docker is with Docker Desktop mac windows This will install both the docker and docker compose tools For Linux users you have to first install Docker Engine and then install Docker Compose separately Creating the Docker FileFirst create an empty file in the root of your repo called Dockerfile no file extension This file will contain a list of repeatable instructions that tells Docker how to build our container select a starting image to build offFROM rust as build set our working directory in the container as repoWORKDIR repo copy all our files across from our local repo to the repo directory in the containerCOPY Cargo lock COPY Cargo toml COPY src src build the releaseRUN cargo install path allow requests to port EXPOSE this command is run when we actually start the containerCMD aws rust api Building and running the containerWe can build the Docker image with the following command make sure to run it from the root of the repo This can take a while we ll work on optimizing build times later docker build t url shortener The t url shortener part tags our image so that we can run it in the next step whilst the indicates the Dockerfile is in the current directory Note Ensure that the Docker daemon is running or the Docker commands may fail Once the container has been built we can start it with the following command docker run it rm name my running app p url shortenerNote the p means that we are binding port of our local machine to port of the Docker container The application should appear to start as normal however you will notice that you cannot connect This is because our program is listening on but we need it to listen on all available network interfaces We can fix this using a Rocket toml configuration file to configure the address and port for Release mode release address port The file is read by the Rocket instance on program start up as long as it is in the directory where the program is run We can put it in there by adding the following line to the Dockerfile just before the CMD command COPY Rocket toml You should also change the EXPOSE line to expose port rather than We can build the image and run it again and you should be able to connect to it by going to Remember to bind to port instead of in the docker run command this time Docker ComposeTo simplify the process of creating and running the Docker images we will create a docker compose yml file in the root of the repo version services url shortener build ports Starting our container is now as simple as running docker compose up but make sure to append build if you want to force an image rebuild Dependency CachingIf you try and change a small part of your code you may notice that a tiny change requires downloading and installing every dependency again when building the image This is because of how Docker s cache works if a copied file changes at all then every step after that copy must be recalculated We can fix this by splitting our Docker file into two builds the first build to install dependencies without copying our code and the second to build the code without reinstalling dependencies copy all our files across from our local repo to the repo directory in the containerCOPY Cargo lock COPY Cargo toml cache dependencies by creating an empty lib rs file and building the projectRUN mkdir srcRUN echo empty file gt src lib rsRUN cargo build release now copy the code overCOPY src src build the releaseRUN cargo install offline path Note remember the offline flag for the second build stage or dependencies may be fetched again This means that we should only have to reinstall dependencies when either of our Cargo toml or Cargo lock files change Reducing BloatThis step isn t as noticeable as the previous step but it can help reduce the bloat of our image We can do this by using two separate images one purely for building and the other for running our application build the releaseRUN cargo install offline path use a slim image for actually running the container FROM rust slimWORKDIR app allow requests to port EXPOSE install the program onto the current imageCOPY from build usr local cargo bin aws rust api usr local bin aws rust api copy config fileCOPY Rocket toml this command is run when we actually start the containerCMD aws rust api Congratulations Your program is almost ready to be deployed on AWS Elastic Beanstalk If you have any issues you compare your code with the part tag of my repo In the next post we will cover the basics of EB and set up a CD pipeline for automatically deploying your program to the cloud Make sure to click the Follow button if you want to be alerted when the next part is available FootnoteIf you enjoyed reading this then consider dropping a like or following me DEVHashnodeTwitterGithubI m just starting out so the support is greatly appreciated Disclaimer I m a mostly self taught programmer and I use my blog to share things that I ve learnt on my journey to becoming a better developer Because of this I apologize in advance for any inaccuracies I might have made criticism and corrections are welcome |
2021-09-25 13:50:30 |
海外TECH |
CodeProject Latest Articles |
Sudoku solver using C# windows application |
https://www.codeproject.com/Articles/5313000/Sudoku-solver-using-Csharp-windows-application
|
sudoku |
2021-09-25 13:17:00 |
ニュース |
BBC News - Home |
Lorry driver shortage: Government working on temporary visa scheme |
https://www.bbc.co.uk/news/business-58687026?at_medium=RSS&at_campaign=KARANGA
|
queue |
2021-09-25 13:51:47 |
ニュース |
BBC News - Home |
Sabina Nessa: Book of condolence opened for killed teacher |
https://www.bbc.co.uk/news/uk-england-london-58690225?at_medium=RSS&at_campaign=KARANGA
|
nessa |
2021-09-25 13:12:05 |
ニュース |
BBC News - Home |
Labour conference: Sir Keir Starmer sets up battle over party reforms |
https://www.bbc.co.uk/news/uk-politics-58689884?at_medium=RSS&at_campaign=KARANGA
|
conference |
2021-09-25 13:06:51 |
ニュース |
BBC News - Home |
Afghanistan: Taliban hang bodies as warning in city of Herat, say reports |
https://www.bbc.co.uk/news/world-asia-58691824?at_medium=RSS&at_campaign=KARANGA
|
executions |
2021-09-25 13:30:45 |
ニュース |
BBC News - Home |
Norris takes shock Russian GP pole position with Hamilton fourth |
https://www.bbc.co.uk/sport/formula1/58691674?at_medium=RSS&at_campaign=KARANGA
|
position |
2021-09-25 13:24:17 |
LifeHuck |
ライフハッカー[日本版] |
Jackery・Ankerのポータブル電源がお得!非常食・防災グッズまとめ【Amazonタイムセール祭り】 |
https://www.lifehacker.jp/2021/09/235320amazon-timesale_emergency-supplies.html
|
防災グッズ |
2021-09-25 22:05:00 |
北海道 |
北海道新聞 |
秋色模様織りなす山肌 層雲峡・大雪高原温泉で紅葉ピーク |
https://www.hokkaido-np.co.jp/article/593030/
|
上川町層雲峡 |
2021-09-25 22:01:57 |
海外TECH |
reddit |
Lando Norris takes pole position for the 2021 Russian Grand Prix |
https://www.reddit.com/r/formula1/comments/pv6cnr/lando_norris_takes_pole_position_for_the_2021/
|
Lando Norris takes pole position for the Russian Grand Prix submitted by u overspeeed to r formula link comments |
2021-09-25 13:02:50 |
コメント
コメントを投稿