並び順

ブックマーク数

期間指定

  • から
  • まで

841 - 880 件 / 1078件

新着順 人気順

codeの検索結果841 - 880 件 / 1078件

  • 環境編:VS CodeからPythonでKaggle APIを呼び出してみよう

    連載目次 前回は、Kaggleが提供するkaggleパッケージをインストールして、Visual Studio Code(以下、VS Code)の統合ターミナルからコマンドラインを使ってKaggle APIにアクセスしてみました。今回はkaggleパッケージを使ってPythonのコードからKaggle APIにアクセスしてみます。 意見が違って面白いですが、私の場合は、結局、リーダーボードなど見たりするので、基本的な作業はKaggle Webサイト上で行うのが一番快適だと感じています。 一方で、「Submissionの自動化」だけに限定してKaggle APIが便利だと感じています。Submission時のメッセージもコードで自由にカスタマイズできるので、コマンドよりも扱いやすいです。Submissionは何度も行う作業ですが、データセットのダウンロードなどは一度切りの作業なので、Kaggl

      環境編:VS CodeからPythonでKaggle APIを呼び出してみよう
    • 「Visual Studio Code」に不審なリポジトリを安全に扱える「制限モード」/新しいウェルカムぺージ、ターミナルタブなどを追加した2021年5月更新

        「Visual Studio Code」に不審なリポジトリを安全に扱える「制限モード」/新しいウェルカムぺージ、ターミナルタブなどを追加した2021年5月更新
      • GitHub Copilot is generally available to all developers

        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

          GitHub Copilot is generally available to all developers
        • [レポート] VS Code Day 2021 – KEYNOTE – #VSCodeDay #VSCode #VisualStudioCode | DevelopersIO

          [レポート] VS Code Day 2021 – KEYNOTE – #VSCodeDay #VSCode #VisualStudioCode こんにちは、Mr.Moです。 初のVS Code公式カンファレンス 『VS Code Day 2021』が開催されましたね!? 本イベントではセッションがいくつか用意されていますが、本エントリーではそのうちの一つ『KEYNOTE(基調講演)』をレポートしていきたいと思います。 VS Code Day 2021とは Join the Visual Studio Code team and community at a live event just for VS Code users. Get a glimpse of things to come and meet the team who works on VS Code every day.

            [レポート] VS Code Day 2021 – KEYNOTE – #VSCodeDay #VSCode #VisualStudioCode | DevelopersIO
          • Visual Studio Code向けC++拡張機能、一般提供開始

            今回、バージョン1.0として一般提供を開始したC++拡張機能を利用することで、IntelliSenseスマートコード補完、デバッグ、リファクタリング、コードナビゲーションといったC++開発者向けのさまざまな機能を、Visual Studio Code上で利用できるようになる。 これらの機能は、さまざまなプラットフォーム、アーキテクチャ、コンパイラで利用可能なので、クロスコンパイルやリモート開発にも役立つ。 編集機能としては、IntelliSenseによるコード補完、パラメーター情報、クイック情報、メンバーリスト、すべての参照を検索、定義/宣言への移動、ピーク定義/宣言に対応したコードナビゲーション、シンボルの名前変更、コードのフォーマット、セマンティックのカラー化、Doxygenコメントドキュメントに対応している。 デバッガでは、ブレークポイントの設定、監視変数の設定、プログラムのステップ

              Visual Studio Code向けC++拡張機能、一般提供開始
            • A deep dive into an NSO zero-click iMessage exploit: Remote Code Execution

              A deep dive into an NSO zero-click iMessage exploit: Remote Code Execution Posted by Ian Beer & Samuel Groß of Google Project Zero We want to thank Citizen Lab for sharing a sample of the FORCEDENTRY exploit with us, and Apple’s Security Engineering and Architecture (SEAR) group for collaborating with us on the technical analysis. The editorial opinions reflected below are solely Project Zero’s an

                A deep dive into an NSO zero-click iMessage exploit: Remote Code Execution
              • GitHub - estie-inc/wasm-xlsxwriter: Generate Excel files in-browser with WebAssembly.

                import xlsxInit, { Format, FormatAlign, FormatBorder, Formula, Workbook, Image, Url, } from "wasm-xlsxwriter/web"; // Load the WebAssembly module and initialize the library. await xlsxInit(); // Create a new Excel file object. const workbook = new Workbook(); // Create some formats to use in the worksheet. const boldFormat = new Format().setBold(); const decimalFormat = new Format().setNumFormat("

                  GitHub - estie-inc/wasm-xlsxwriter: Generate Excel files in-browser with WebAssembly.
                • June 2022 (version 1.69)

                  Update 1.69.1: The update addresses these issues. Update 1.69.2: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the June 2022 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: 3-way merge editor - Resolve merge conflicts wit

                    June 2022 (version 1.69)
                  • Typescript is terrible for library developers

                    I love typescript as an end-developer. I feel like it dramatically reduces the need to manually write automated tests. It cannot be overstated how much work is involved with writing and maintaining good automated tests so anything that can reduce its utility is a huge boon to productivity. However, as a library developer, I hate typescript. There are a lot of reasons why typescript sucks for libra

                      Typescript is terrible for library developers
                    • GitHub - microsoft/vscode-markdown-languageservice: The language service that powers VS Code's Markdown support, extracted so that it can be reused by other editors and tools

                      This library targets CommonMark. Support for other Markdown dialects and extensions is not within the scope of this project. Currently supported language features: Document links (clickable spans in the editor) Supported links include: Links to headers within the current file: [text](#header) Absolute and relative links to files: [text](path/to/file.md) Reference links: [text][link-name] Document

                        GitHub - microsoft/vscode-markdown-languageservice: The language service that powers VS Code's Markdown support, extracted so that it can be reused by other editors and tools
                      • GitHub - praetorian-inc/gokart: A static analysis tool for securing Go code

                        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 - praetorian-inc/gokart: A static analysis tool for securing Go code
                        • GitHub - k1LoW/octocov: octocov is a toolkit for collecting code metrics (code coverage, code to test ratio, test execution time and your own custom metrics).

                          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 - k1LoW/octocov: octocov is a toolkit for collecting code metrics (code coverage, code to test ratio, test execution time and your own custom metrics).
                          • GitHub - vitalik/django-ninja: 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs

                            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 - vitalik/django-ninja: 💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
                            • GitHub - onlook-dev/onlook: The open source Cursor for Designers. Design directly in your live React app and publish your changes to code.

                              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 - onlook-dev/onlook: The open source Cursor for Designers. Design directly in your live React app and publish your changes to code.
                              • TypeScript and the dawn of gradual types

                                The FullScreenMario project burned brightly for a few short weeks in October 2013 after Boing Boing lauded it as “a pretty impressive example of what HTML5, in-browser functionality can do.” A few days later, it went viral on Reddit and by November, attention turned to scrutiny, and Nintendo took the project down with a DMCA request. Josh Goldberg speaks of his former project with a bit of pride—i

                                  TypeScript and the dawn of gradual types
                                • GitHub - concrete-utopia/utopia: Design ❤️ Code

                                  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 - concrete-utopia/utopia: Design ❤️ Code
                                  • How Stripe builds interactive docs with Markdoc

                                    At Stripe, our product docs are designed to feel like an application rather than a traditional user manual. For example, we incorporate a user's own API test key into code samples, making it possible to copy and paste code that seamlessly works with the user's own account. We have client-side interactivity, like checklists and collapsible sections. We tailor the content to the individual user, con

                                      How Stripe builds interactive docs with Markdoc
                                    • [アップデート]AWS Toolkit for VS CodeでCloudWatch Logsの直近ログデータを表示できるようになりました! | DevelopersIO

                                      AWS Toolkit for VS Codeに、CloudWatch Logsの直近ログデータを表示できる機能が追加されました! Amazon CloudWatch Logs features now available in the AWS Toolkit for Visual Studio Code VSCodeでLambdaのプログラムを書きつつ、Lambdaをデプロイして実行。CloudWatch Logsで実行結果を確認。なんて、場面で便利に使えるんじゃないかと思います。 こんな感じでVSCodeの画面でCloudWatch Logsのログを表示できます。さっそく試してみました! 環境 VERSION Visual Studio Code: 1.48.1 AWS Toolkit for VS Code: 1.13.0 前提 本ブログではAWS Toolkitのインストール、AW

                                        [アップデート]AWS Toolkit for VS CodeでCloudWatch Logsの直近ログデータを表示できるようになりました! | DevelopersIO
                                      • Onlook – The Open-Source Figma for React Websites

                                        Onlook lets you visually edit your React website and write your changes back to code in real-time Onlook lets you visually edit your React website and write your changes back to code in real-time

                                          Onlook – The Open-Source Figma for React Websites
                                        • Home | Ploxy

                                          爆速でデザインをコードに変換するPloxyはフロントエンドの開発におけるルーチンワークを自動化し、 アプリケーションの開発効率を向上させる開発支援サービスです。 Ploxyはフロントエンドの開発フローの一部を自動化し、アプリケーションの開発効率を向上させる開発支援サービスです。 デザインツールで作成されたプロトタイプをコードに変換FigmaやXDなどのツールで作成されたデータを取り込むだけで、ReactDOM、ReactNative、SwiftUIなど、アプリケーションとしてビルド可能なUIコードを生成します。 ※Beta版はFigmaのみ対応

                                          • 「Visual Studio Code」がブラケットペアの色付けをデフォルト有効化 ~2022年4月更新/[エクスプローラー]ビューにおけるファイルの入れ子やMarkdown機能の強化なども

                                              「Visual Studio Code」がブラケットペアの色付けをデフォルト有効化 ~2022年4月更新/[エクスプローラー]ビューにおけるファイルの入れ子やMarkdown機能の強化なども
                                            • Making slow Rust code fast

                                              Performance tuning using Criterion.rs and flamegraphs Performance is one of the top reasons developers choose Rust for their applications. In fact, it's the first reason listed under the "Why Rust?" section on the rust-lang.org homepage, even before memory safety. This is for good reason too--many benchmarks show that software written in Rust is fast, sometimes even the fastest. This doesn't mean

                                              • 文游明朝体開発ノートより

                                                文游明朝体をよりくわしく知っていただくために、設計意図や制作方法などの記事を用意しました。 (制作担当C.I.) 漢字について 平仮名について 片仮名について 欧文について 最後に 文游明朝体の開発は二〇一七年の春頃字游工房の新しい本文用明朝体の企画として立ち上がり、漢字の試作が開始されました。当初の設計意図は主に游明朝体との比較による具体的で明確なものでした。それは游明朝体の漢字は横線の太さが細く、オフセット印刷上で黒みが担保されないためそれよりも太くすること、またエレメントが小級数で大人しい印象を受けるので若干強くすること、そして骨格が正方形の全角ボディーに綺麗に揃い過ぎており現代的かつ均一な印象であるので、より文字本来の固有の骨格を尊重し変化に富んだ伝統的な字形にすることでした。総じて言うと、日本の近代活字書体の源流である明治・大正期の古典的明朝体に遡り、本文用明朝体の立脚点やあるべ

                                                  文游明朝体開発ノートより
                                                • Windows 10で始めるC言語開発(5) Windows 10でC言語開発をしよう! Visual Studio Code デバッグ編

                                                  LLDBでデバッグする 前回までのセットアップで、Visual Studio CodeでCのソースコードがビルドできるようになった。さらに便利な状況にセットアップできるのだが、まずは先に基本的な機能をすべて整えてしまそう。次はVisual Studio CodeでLLDBを使ったデバッグができるように設定する。 LLDBはLLVMプロジェクトの一環として開発されているデバッガだ。CコンパイラとしてLLVM/Clangを使う際に、デバッガとしてLLDBを使うというのは相性がよい。複数のプラットフォームで動作し、Visual Studio Codeから使えることはもちろん、CUIコマンドで使うこともできる。 Visual Studio CodeでLLDBを使う方法はいくつかあるが、最も簡単なのは「CodeLLDB」と呼ばれるVisual Studio Codeのエクステンションを使う方法だ。L

                                                    Windows 10で始めるC言語開発(5) Windows 10でC言語開発をしよう! Visual Studio Code デバッグ編
                                                  • Effective TypeScript › Flow Nodes: How Type Inference Is Implemented

                                                    In most programming languages a variable has a type and that type does not change. But one of the most interesting aspects of TypeScript's type system is that a symbol has a type at a location. Various control flow constructs can change this type: function refine(x: string | number) { // type of x is string | number here if (typeof x === 'number') { // type of x is number here. } else { // type of

                                                      Effective TypeScript › Flow Nodes: How Type Inference Is Implemented
                                                    • GitHub、コードの脆弱性を自動検出する「Code Scanning」正式公開

                                                      開発者向けのソースコード共有サービスGitHubは、コードのセキュリティ脆弱性を自動検出できる「Code Scanning」を、このほど正式公開した。ソースコードをスキャンし、脆弱性やエラーが見つかると、Pull Requestで修正を促す。 昨年買収したSammleのコード解析エンジン「CodeQL」の機能をGitHubに統合したサービス。 5月にβ版をリリースし、これまでに1万2000以上のレポジトリに対して140万回のスキャンを行い、2万件以上のセキュリティエラーを発見したという。 パブリックリポジトリなら無料で利用できる。プライベートリポジトリの場合は、GitHub Enterprise向けのGitHub Advanced Security機能をオプション購入すれば利用できる。 関連記事 GitHub、チーム向け無料プランや有料プランの値下げを発表 Microsoft傘下のGitH

                                                        GitHub、コードの脆弱性を自動検出する「Code Scanning」正式公開
                                                      • A decent VS Code + Ruby on Rails setup

                                                        Setting up VS Code for Ruby on Rails development can be tricky, so I wrote this article to help. Plus, I've turned the extensions in this article into a VS Code Extension Pack. Use it to install all the extensions from this article in 1-click, to get started quickly with VS Code + Ruby on Rails. Table of Contents Using VS Code as a Ruby on Rails editor shouldn't be so hard! It's tricky deciding wh

                                                          A decent VS Code + Ruby on Rails setup
                                                        • GitHub - dtolnay/case-studies: Analysis of various tricky Rust code

                                                          This project is dedicated to the one profound insight about Rust macro development: the difference between someone who is competent with macros vs an expert at macros mostly has nothing to do with how good they are "at macros". 90% of what enables people to push the limits of possibility in pursuit of a powerful and user-friendly macro library API is in their mastery of everything else about Rust

                                                            GitHub - dtolnay/case-studies: Analysis of various tricky Rust code
                                                          • &udm=14 | the disenshittification Konami code

                                                            If you want to give people easy access to an AI-free Google search, send them to this page. What is "&udm=14"? • TenBlueLinks • FrogFind • Built by Tedium Proudly part of Open Web Engine ShareOpenly Grab the code: Glitch | Github Versions Regular | SFW Like this project? Subscribe to Tedium and support our weird work Note: The feature this relies on, while available to most people, may not be avai

                                                            • 型安全Storageの実装を通して学ぶ! TypeScriptの型

                                                              まえがき TypeScriptの型システムは、他のプログラミング言語にはないユニークな機能を多く備えています。これは、動的型付け言語であるJavaScriptで書かれたコードの振る舞いを(静的)型によってモデル化するという難題に対する答えであり、結果としてTypeScriptの型は比肩するものがないほど強力な表現力を持つことになりました。 TypeScriptの型システムが持つ機能の詳細な解説に関しては、既に素晴らしい記事が星の数ほどあります。しかし、それらの機能をどう応用すれば作りたいものを作れるのか?という知識は、実際にものを実装してみるという活動を通してしか得られないものだと感じます。 そこで、この記事では型安全なStorageラッパーの実装を題材とし、その過程を共有していきます。 想定読者 TypeScriptの型システムの機能に関する知識はあるが、応用方法がいまいちピンとこない方

                                                                型安全Storageの実装を通して学ぶ! TypeScriptの型
                                                              • Wasp

                                                                app todoApp { title: "ToDo App", // visible in the browser tab auth: { // full-stack auth out-of-the-box userEntity: User, methods: { google: {}, gitHub: {}, email: {...} } } } route RootRoute { path: "/", to: MainPage } page MainPage { authRequired: true, // Limit access to logged in users. component: import Main from "@client/Main.tsx" // Your React code. } query getTasks { fn: import { getTasks

                                                                  Wasp
                                                                • GitHub - umami-software/umami: Umami is a simple, fast, privacy-focused alternative to Google Analytics.

                                                                  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 - umami-software/umami: Umami is a simple, fast, privacy-focused alternative to Google Analytics.
                                                                  • Open Sourcing the Netflix Domain Graph Service Framework: GraphQL for Spring Boot

                                                                    Netflix has developed a Domain Graph Service (DGS) framework and it is now open source. The DGS framework simplifies the implementation of GraphQL, both for standalone and federated GraphQL services. Our framework is battle-hardened by our use at scale. By open-sourcing the project, we hope to contribute to the Java and GraphQL communities and learn from and collaborate with everyone who will be u

                                                                      Open Sourcing the Netflix Domain Graph Service Framework: GraphQL for Spring Boot
                                                                    • GitHub - nttcslab/japanese-dialog-transformers: Code for evaluating Japanese pretrained models provided by NTT Ltd.

                                                                      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 - nttcslab/japanese-dialog-transformers: Code for evaluating Japanese pretrained models provided by NTT Ltd.
                                                                      • GitHub - nika-begiashvili/libarchivejs: Archive library for browsers

                                                                        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 - nika-begiashvili/libarchivejs: Archive library for browsers
                                                                        • Microsoft、「Visual Studio Code」v1.54を公開 ~Apple M1チップに対応/製品アイコンのテーマも利用可能に。内部的な改善と「winget」対応にも注目

                                                                            Microsoft、「Visual Studio Code」v1.54を公開 ~Apple M1チップに対応/製品アイコンのテーマも利用可能に。内部的な改善と「winget」対応にも注目
                                                                          • History of Laravel - Qiita

                                                                            Laravel Advent Calendar 2020 - Qiita の 19日目 の記事です。 今回は個人的な興味本位も有り、Laravelの2011年のリリースからの歴史をネットから調べてまとめてみようと思います。 参考、引用した記事やページは最後にまとめてあります。 #Laravelが生まれた背景 2011年当時、CodeigniterがPHPで使用される人気のフレームワークだったそうです。 ASP.netを業務で書いていたTaylor Otwellは、副業でPHPを触っており、Codeigniterを使っていました。 フレームワークの内部コードを操作せずに、必要なすべての機能を追加することが出来ないことを不便に思い、 よりシンプルで、より柔軟なものをという欲求からLaravelを自身で作り始めました。 Codeigniterを補完する気持ちがLaravelを生み出したようです。

                                                                              History of Laravel - Qiita
                                                                            • NVIDIA Releases Open-Source GPU Kernel Modules | NVIDIA Technical Blog

                                                                              NVIDIA is now publishing Linux GPU kernel modules as open source with dual GPL/MIT license, starting with the R515 driver release. You can find the source code for these kernel modules in the NVIDIA/open-gpu-kernel-modules GitHub page This release is a significant step toward improving the experience of using NVIDIA GPUs in Linux, for tighter integration with the OS, and for developers to debug, i

                                                                                NVIDIA Releases Open-Source GPU Kernel Modules | NVIDIA Technical Blog
                                                                              • Performance Improvements in .NET 5 - .NET Blog

                                                                                In previous releases of .NET Core, I’ve blogged about the significant performance improvements that found their way into the release. For each post, from .NET Core 2.0 to .NET Core 2.1 to .NET Core 3.0, I found myself having more and more to talk about. Yet interestingly, after each I also found myself wondering whether there’d be enough meaningful improvements next time to warrant another post. N

                                                                                  Performance Improvements in .NET 5 - .NET Blog
                                                                                • Vitess | A new Protocol Buffers generator for Go

                                                                                  Although the main interface between applications and a Vitess database is through the MySQL protocol, Vitess is a large and complex distributed system, and all the communication between the different services in a Vitess cluster is performed through GRPC. Because of this, all service boundaries and messages between Vitess' systems are specified using Protocol Buffers. The history of Vitess' integr

                                                                                    Vitess | A new Protocol Buffers generator for Go

                                                                                  新着記事