Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
requestsの人気記事 72件 - はてなブックマーク
[go: Go Back, main page]

並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 72件

新着順 人気順

requestsの検索結果1 - 40 件 / 72件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

requestsに関するエントリは72件あります。 githubプログラミングtool などが関連タグです。 人気エントリには 『GitHubの使い方を学ぶ「GitHub Skills」が無料公開。GitHubを実際に操作してMarkdown、Pages、Pull Requests、マージのコンフリクト解消などを体験』などがあります。
  • GitHubの使い方を学ぶ「GitHub Skills」が無料公開。GitHubを実際に操作してMarkdown、Pages、Pull Requests、マージのコンフリクト解消などを体験

    GitHubの使い方を学ぶ「GitHub Skills」が無料公開。GitHubを実際に操作してMarkdown、Pages、Pull Requests、マージのコンフリクト解消などを体験 GitHubは、実際にGitHubを操作しながらGitHubの使い方を学べる無料の教材「GitHub Skills」を公開しました。 Expand all you know about the GitHub platform. We're introducing GitHub Skills, a new learning experience integrated into the GitHub UI, backed by GitHub Actions. Try it out today! https://t.co/XnqCYdVqBL — GitHub (@github) June 6, 2022 G

      GitHubの使い方を学ぶ「GitHub Skills」が無料公開。GitHubを実際に操作してMarkdown、Pages、Pull Requests、マージのコンフリクト解消などを体験
    • GitHubのIssueやPull requestsにアップロードした画像の削除 - Coincheck Tech Blog

      はじめに サイバーセキュリティ推進部の吉田です。普段は、CSIRTメンバーとしてAWS環境や各種端末のモニタリング、セキュリティインシデント対応、社内からのサイバーセキュリティに関する相談対応などの業務を行っています。 2023/05/10 追記 GitHubのアップデートによって、プライベートリポジトリのIssueやPull Requestsに新たにアップロードされたファイルは、権限を持たない外部からは参照できなくなったようです。詳細につきましては、以下のGitHubのブログをご確認ください。 https://github.blog/changelog/2023-05-09-more-secure-private-attachments/ 概要 GitHubのIssueやPull requestsに添付した画像はWebにアップロードされ、パブリックなURLが割り当てられます。このURLは

        GitHubのIssueやPull requestsにアップロードした画像の削除 - Coincheck Tech Blog
      • How Pokémon GO scales to millions of requests? | Google Cloud Blog

        Priyanka VergadiaStaff Developer Advocate, Google Cloud Have you caught Pokémons? Pokémon GO is a popular game played by millions, but it scales extremely well. This blog is a behind-the-scenes look into how the Pokémon GO engineering team manages and maintains the scale. Joining me is James Prompanya, Senior Engineering Manager at Niantic Labs who leads the server infrastructure team for  Pokémon

          How Pokémon GO scales to millions of requests? | Google Cloud Blog
        • コードの複雑度をあげる Pull Requests を GitHub Actions で止めよう

          循環的複雑度が閾値を超えた Pull Requests に、自動的に変更をリクエストする 「コードの品質を、維持したいよーーー」 ということで、テストや Linter を GitHub Actions で実行している環境はよくあると思いますが、今回は 循環的複雑度 を継続的に計測して、閾値を超えた場合に自動的に Pull Request に対して Request Changes のレビューをしようという試みです。 Lizard この例では、Lizard を使用して CCN を計測します。 おそらく似たようなツールでも同様に実行することができると思います。 Lizard は Python で開発されている CCN 計測ツールです。(追記:シンプルに書いてしまいましたが、もちろん他の指標も計れます) 以下のようにサポート言語が多いので、大抵の場合で採用できそうです。 サポート言語 (1.17.

            コードの複雑度をあげる Pull Requests を GitHub Actions で止めよう
          • そろそろrequestsを使うのを止めようよ? #こまPy|Atsushi Shibata

            ※ gfxさんのブログから来た人へ。お返事書いたので、読んでくれると嬉しいです:-)。 みんなのPython 第5版、予約受付中です!技術選定、大事ですよね。 PythonでスクレイピングやWebアクセスをする方法を検索したりAIにプログラムを書いてもらうと、たいていrequestsを使ってデータを読み込むようになっています。そろそろ、もっと新しいの使った方がよくないですか? というのが今回の記事の趣旨です。 はじめにurlopenありきPythonには標準でurllibやhttp.clientといったHTTP通信ライブラリが付属しています。しかし、低レベルで扱いにくく、コードが冗長になりがちです。例外処理やヘッダー設定を行おうとすると、コードがすぐに読みづらくなり、保守性にも難が出てきます。 # urllibを使った場合 from urllib.request import urlope

              そろそろrequestsを使うのを止めようよ? #こまPy|Atsushi Shibata
            • php-fpm がリクエスト処理する仕組みを追う / Tracing-How-php-fpm-Handles-Requests

              2025-03-23 PHPerKaigi 2025

                php-fpm がリクエスト処理する仕組みを追う / Tracing-How-php-fpm-Handles-Requests
              • AWS Lambda の Python で pandas や requests を使うのに、Lambda Layer を自作する必要はない - AWS SDK for pandas を活用しよう - Qiita

                AWS Lambda の Python で pandas や requests を使うのに、Lambda Layer を自作する必要はない - AWS SDK for pandas を活用しようAWSpandaslambdaLambda-Layers 概要 AWS Lambda では、マネージドに提供されている AWS レイヤーがあり、自分でビルドすることなく簡単に利用できる AWS SDK for pandas のマネージドな Lambda Leyer には、 pandas / numpy といったデータ処理系のモジュールや aiohttp / requests といった HTTP リクエスト用モジュールなど、様々なモジュールがバンドルされている (一覧は後述) AWS Lambda でこれらのモジュールを使用する方法として、多くの記事では Lambda Layer を自作する方法や第三

                  AWS Lambda の Python で pandas や requests を使うのに、Lambda Layer を自作する必要はない - AWS SDK for pandas を活用しよう - Qiita
                • RailsのPull requestsのレビューの時に私が考えていること

                  https://kaigionrails.org/2024/talks/yahonda/ リンクがクリックできるGoogle Docs: https://docs.google.com/presentation/d/12HPYizn1ZZwilG4ivwX4ZO35AOdigBTszNZKYGa…

                    RailsのPull requestsのレビューの時に私が考えていること
                  • 「解像度」込みで、requests代替を選ぶとするなら #こまPy|Atsushi Shibata

                    ライブラリの選定には色々な視点が必要ですね。パフォーマンスはそのうちの一つに過ぎません。 功夫の高そうな方から、私が知らなかったことを含めた反応を頂いたので、感謝の意味を込めて返礼という形で一言書きたいと思ってパソコンに向かっています。 私の視点私の記事を書いたときの視点をまず明確にしておきたいと思います。あまり詳しいことを考えずrequestsを選ぶ様な技術的解像度を持った方に対してお勧めの代替ライブラリはなにか、ということを重視しました。移行が簡単で、インタフェースも似ている、というのが望ましい。 httpxは、学び始めの「理解の解像度」を無理に上げすぎず、低~中解像度でも実務に使える一方で、慣れてきたら高解像度(非同期・HTTP/2・細かな制御)へ滑らかに拡張できるのがお勧めできるポイントです。aiohttp は強力ですが、最初から高解像度の世界観を要求しがちで、導入フェーズの認知負

                      「解像度」込みで、requests代替を選ぶとするなら #こまPy|Atsushi Shibata
                    • Visual Studio Code 拡張の「GitHub Pull Requests」を使ってみました | DevelopersIO

                      いわさです。 最近社内にて Visual Studio Code 上で Web アプリケーションや AWS インフラテンプレートを開発することがあります。 チーム開発に GitHub を使っているのですが、Issue や Pull Request の処理で IDE と GitHub (Web ブラウザ) を行ったり来たりするのが面倒だなと思い始めました。 何か良いものは無いだろうかとマーケットプレイスを探してみると GitHub Pull Requests という GitHub 公式の Visual Studio Code 拡張を見つけました。 本日時点のバージョンは 0.101 です。 マーケットプレイス上プレビュー表記はありませんでしたが、どこかで正式版 1.0 になるのかな。 こちらを試してみましたので紹介します。 前提として、私は GitHub をライトな使い方しかしていなくて、M

                        Visual Studio Code 拡張の「GitHub Pull Requests」を使ってみました | DevelopersIO
                      • Metrics for issues, pull requests, and discussions

                        AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be

                          Metrics for issues, pull requests, and discussions
                        • GitHub - Orange-OpenSource/hurl: Hurl, run and test HTTP requests with plain text.

                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                            GitHub - Orange-OpenSource/hurl: Hurl, run and test HTTP requests with plain text.
                          • GitHub - asg017/sqlite-http: A SQLite extension for making HTTP requests purely in SQL

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - asg017/sqlite-http: A SQLite extension for making HTTP requests purely in SQL
                            • GitHub - TecharoHQ/anubis: Weighs the soul of incoming HTTP requests to stop AI crawlers

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - TecharoHQ/anubis: Weighs the soul of incoming HTTP requests to stop AI crawlers
                              • GitHub - ducaale/xh: Friendly and fast tool for sending HTTP requests

                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                  GitHub - ducaale/xh: Friendly and fast tool for sending HTTP requests
                                • Encoding data for POST requests

                                  Right now, when you go to copilot.github.com you're greeted with this example: async function isPositive(text) { const response = await fetch(`http://text-processing.com/api/sentiment/`, { method: 'POST', body: `text=${text}`, headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, }); const json = await response.json(); return json.label === 'pos'; } This is bad and might result in sec

                                    Encoding data for POST requests
                                  • GitHub - utkusen/reqstress: a benchmarking&stressing tool that can send raw HTTP requests

                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                      GitHub - utkusen/reqstress: a benchmarking&stressing tool that can send raw HTTP requests
                                    • OpenFreeMap survived 100,000 requests per second

                                      I was about to post about how nice the last 10 months of OpenFreeMap have been. The architecture has really proven itself to be great, Cloudflare has agreed to sponsor the bandwidth, Hetzner servers are super stable as always, serving tiles from Btrfs proved to be a great choice, nginx is amazing, and life is good. Then, out of the blue, I'm getting reports that some tiles are not loading, which n

                                        OpenFreeMap survived 100,000 requests per second
                                      • Pythonで使える!非同期対応のRequestsモジュールとしてのHTTPX

                                        はじめに PythonでHTTPリクエストを大量に非同期で投げる方法を探していました。requestモジュールはどうも対応していない様子なので、aiohttpを使うしかないのか…?と諦めていたところ、どうやらHTTPXが良さそうなので、試してみました。 What's HTTPX? HTTPXはDjango REST frameworkや、Starlette、Uvicornと同様に管理しているEncode社が管理しているプロダクトのようです。 HTTPX is a fully featured HTTP client library for Python 3. It includes an integrated command line client, has support for both HTTP/1.1 and HTTP/2, and provides both sync and a

                                          Pythonで使える!非同期対応のRequestsモジュールとしてのHTTPX
                                        • GitHub - monasticacademy/httptap: View HTTP/HTTPS requests made by any Linux program

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - monasticacademy/httptap: View HTTP/HTTPS requests made by any Linux program
                                          • 図解!PythonのRequestsを徹底解説!(インストール・使い方)

                                            動画教材紹介私(清水 義孝)が作成したコース「Pythonによるビジネスに役立つWebスクレイピング」(Udemyへのリンク)が発売中! 発売数10,000万本突破を記念して、今だけ期間限定で87%オフの大セール中! Requestsとはrequestsとは、HTTP通信用のPythonのライブラリです。主にWEBスクレイピングでHTMLやXMLファイルからデータを取得するのに使われます。 インターネット上に公開されているWEBサイトでは広くHTMLやXMLが使われており、これらの情報の取得に大変便利なライブラリです。 スクレイピングは、大まかに3つのステップに分けることができます。 1つ目はWEBサイトのHTMLなどのデータ取得です。ただし、HTMLには必要な文章のデータだけでなく、タグなどのデータも混じっているので、必要なものだけを抽出する作業が必要になります。 そこで2つ目のデータの

                                              図解!PythonのRequestsを徹底解説!(インストール・使い方)
                                            • Requests for Startups | Y Combinator

                                              Requests for StartupsRFS is our tradition of sharing ideas we'd like to see founders tackle. These represent just a fraction of what we fund — if one excites you, take it as extra validation to dive in, but you don't need to work on these ideas to apply to YC. Fall 2025The last few years were about proving what AI can do. Now, it's about building with it. We've put together a new list of startup i

                                                Requests for Startups | Y Combinator
                                              • Dependabot pull requests pause for inactivity - GitHub Changelog

                                                What’s new? Starting today, Dependabot will pause automated pull request activity if you haven’t merged, closed, or otherwise interacted with Dependabot for over 90 days. To resume activity when you’re ready, simply interact with Dependabot. This change will help Dependabot be more focused to the repositories you care about. When will Dependabot become paused? This change only applies to repositor

                                                  Dependabot pull requests pause for inactivity - GitHub Changelog
                                                • GitHub Next | Copilot for Pull Requests

                                                  Our Explorations and Experiments Pull Requests have become a central part of many team's workflows. We love how they let us group changes into a single transactional chunk so they can be communicated, discussed and improved. But they also create overhead. It takes time to put them together, review them and sometimes it's hard to even merge them. In the Copilot for Pull Requests project we explored

                                                    GitHub Next | Copilot for Pull Requests
                                                  • HTTP Requests - Code Generator for Google Apps Script, Node.js and cURL

                                                    Code Generator for HTTP Requests Generate production-ready code for HTTP requests with Google Apps Script, Node.js fetch, and cURL commands.

                                                      HTTP Requests - Code Generator for Google Apps Script, Node.js and cURL
                                                    • 【Python】【requests】プロキシ環境下でSSLErrorになる原因と対処法 - Qiita

                                                      ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997) During handling of the above exception, another exception occurred: (略) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='hogehoge.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_

                                                        【Python】【requests】プロキシ環境下でSSLErrorになる原因と対処法 - Qiita
                                                      • GitHub - tenacityteam/tenacity: Mirror of https://codeberg.org/tenacityteam/tenacity. Pull requests are IGNORED!

                                                        We are currently undergoing a major rebase off Audacity 3.7.1. See PR https://codeberg.org/tenacityteam/tenacity/pulls/527 for progress. During this time, we will NOT accept pull requests against main. Please (re)base them off the audacity-3.7-rebase branch instead. For more information on the situation, please see https://fosstodon.org/@tenacity/113731514298404501. We are still accepting contribu

                                                          GitHub - tenacityteam/tenacity: Mirror of https://codeberg.org/tenacityteam/tenacity. Pull requests are IGNORED!
                                                        • Pythonのrequests.getで「SSL: CERTIFICATE_VERIFY_FAILED」になる場合の対処方法 - ITipsシステムソリューションズ

                                                          Pythonで CERTIFICATE_VERIFY_FAILED が出てWEBページが取得できない Pythonで requests.get を使っていると、このようなエラーが出ることがある。 &# ... Copyright © 2025 ITipsシステムソリューションズ All Rights Reserved. 投稿 Pythonのrequests.getで「SSL: CERTIFICATE_VERIFY_FAILED」になる場合の対処方法 は ITipsシステムソリューションズ に最初に表示されました。

                                                            Pythonのrequests.getで「SSL: CERTIFICATE_VERIFY_FAILED」になる場合の対処方法 - ITipsシステムソリューションズ
                                                          • GitHub - hengyoush/kyanos: Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel, capture requests/responses, makes troubleshooting more efficient.

                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                              GitHub - hengyoush/kyanos: Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel, capture requests/responses, makes troubleshooting more efficient.
                                                            • KubernetesのResource Requests & Resource Limitsの内部処理をソースコードレベルで読み解く - inductor's blog

                                                              はじめに この記事は筆者がKubeCon EU 2021にて発表した「Resource Requests and Limits Under the Hood: The Journey of a Pod Spec」の内容を中心とし、ブログ向けにまとめなおしたものです。 www.youtube.com 日本語でこのリソース要求/制限について内部の仕組みまで踏まえて詳細に書かれた記事はあまりないので、誰かの助けになれば幸いです。 はじめに Kubernetesにおけるリソースの要求と制限 スケジューラーによるスコアリング ノードでのPod作成処理 Requests全体の流れ Limits全体の流れ CRI内部の処理 OCI内部の処理 まとめ Kubernetesにおけるリソースの要求と制限 Kubernetes上でアプリケーションを実行する際、ワークロードの特性に応じて以下のような形で必要なリソ

                                                                KubernetesのResource Requests & Resource Limitsの内部処理をソースコードレベルで読み解く - inductor's blog
                                                              • autofix.ci automatically fixes pull requests to increase developer productivity

                                                                Works with your existing linters, formatters, bundlers, compilers, or other code fixers. No configuration: Simply call the autofix.ci action when you want to update the pull request. Supports all pull requests (including from forks) and branches without branch protection. Why is this useful? Pull Requests are often blocked on relatively trivial issues such as code formatting or leftover imports. F

                                                                  autofix.ci automatically fixes pull requests to increase developer productivity
                                                                • Kubernetesクラスターのキャパシティ管理を行うためにRequestsとLimitsを確実に設定する方法

                                                                  今やKubernetesはコンテナオーケストレーションのデファクトスタンダートになっています。うまくインフラを抽象化しているため、開発者は必要なリソースを確保して可用性の高いコンテナアプリケーションを簡単にデプロイできるようになりました。しかし、これは運用管理者の立場に立ってみるとあまり嬉しいことではないかもしれません。あまりに簡単にデプロイできてしまうため、クラスターのキャパシティを枯渇する可能性が高まります。規模が小さいうちはコミュニケーションでカバーすることが可能ですが、サービスが拡大して規模も大きくなってくると、オンデマンドな手順ではすぐに限界を迎えます。規模が拡大しても良いように、運用管理者はしっかりとキャパシティマネジメントを行う必要があります。本ポストでは、Requests / LimitsによるPodスケジューリングの概念を理解した上で、Limit Rangesを使ってKu

                                                                    Kubernetesクラスターのキャパシティ管理を行うためにRequestsとLimitsを確実に設定する方法
                                                                  • AWS Lambda functions now scale 12 times faster when handling high-volume requests | Amazon Web Services

                                                                    AWS News Blog AWS Lambda functions now scale 12 times faster when handling high-volume requests Now AWS Lambda scales up to 12 times faster. Each synchronously invoked Lambda function now scales by 1,000 concurrent executions every 10 seconds until the aggregate concurrency across all functions reaches the account’s concurrency limit. In addition, each function within an account now scales indepen

                                                                      AWS Lambda functions now scale 12 times faster when handling high-volume requests | Amazon Web Services
                                                                    • Draft pull requests are now available in all repositories - GitHub Changelog

                                                                      Back in 2019, we launched draft pull requests, allowing you to clearly tag when a pull request is a work in progress. Previously, GitHub Free users could only create draft pull requests in public repos. Today, we’re changing that. You can now create draft pull requests in any repository, public or private, completely free of charge, so you can share your work and start collaborating earlier. ⭐ Rea

                                                                        Draft pull requests are now available in all repositories - GitHub Changelog
                                                                      • Review GitHub Pull Requests

                                                                        Review GitHub Pull Requests

                                                                        • [解決!Python]Requestsモジュールを使って、Webページやデータを取得するには

                                                                          [解決!Python]Requestsモジュールを使って、Webページやデータを取得するには:解決!Python Pythonの外部ライブラリであるRequestsモジュールを使うと、人の目にも分かりやすい形式でWebページやWeb APIにアクセスし、その結果を取得できる。 import requests  # 「pip install requests」などが必要 # GETメソッドによるWebページの取得 url = 'https://atmarkit.itmedia.co.jp/ait/articles/2209/20/news032.html' res = requests.get(url) # Webページの内容 print(res.text)  # 出力結果は省略 # ステータスコード print(res.status_code)  # 200 # エンコーディング prin

                                                                            [解決!Python]Requestsモジュールを使って、Webページやデータを取得するには
                                                                          • requestsモジュールでダウンロードに失敗する時の対策方法 - ガンマソフト

                                                                            ダウンロードに失敗した時の症状 接続自体ができない 回線が繋がらない等の理由で、インターネット回線を介して相手のWebサーバーに接続できない場合は、以下のように複数のエラーが発生します。 >>> import requests >>> r = requests.get("https://httpbin.org/html")Traceback (most recent call last): (中略) socket.gaierror: [Errno 11001] getaddrinfo failed During handling of the above exception, another exception occurred: Traceback (most recent call last): (中略) urllib3.exceptions.NewConnectionError: :

                                                                              requestsモジュールでダウンロードに失敗する時の対策方法 - ガンマソフト
                                                                            • GitHub - AlexSim93/pull-request-analytics-action: Provides informative reports on team and developer metrics, based on data from pull requests and code reviews

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                GitHub - AlexSim93/pull-request-analytics-action: Provides informative reports on team and developer metrics, based on data from pull requests and code reviews
                                                                              • GitHub - vercel-labs/dev3000: Captures your web app's complete development timeline - server logs, browser events, console messages, network requests, and automatic screenshots - in a unified, timestamped feed for AI debugging.

                                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                  GitHub - vercel-labs/dev3000: Captures your web app's complete development timeline - server logs, browser events, console messages, network requests, and automatic screenshots - in a unified, timestamped feed for AI debugging.
                                                                                • GitHub Actions: Prevent GitHub Actions from approving pull requests - GitHub Changelog

                                                                                  GitHub Actions: Prevent GitHub Actions from approving pull requests We have introduced a new policy setting that controls whether GitHub Actions can approve pull requests. This protects against a user using Actions to satisfy the "Required approvals" branch protection requirement and merging a change that was not reviewed by another user. To prevent breaking existing workflows Allow GitHub Actions

                                                                                    GitHub Actions: Prevent GitHub Actions from approving pull requests - GitHub Changelog

                                                                                  新着記事