Yahoo España Búsqueda web

Search results

  1. 13 de nov. de 2023 · View PDF Abstract: (Source) code search is widely concerned by software engineering researchers because it can improve the productivity and quality of software development. Given a functionality requirement usually described in a natural language sentence, a code search system can retrieve code snippets that satisfy the requirement from a large-scale code corpus, e.g., GitHub.

  2. Cody Enterprise provides additional security, scalability, and control for your organization. Unlimited usage and context search for your entire codebase. Sourcegraph’s code intelligence platform makes it easy for devs to write, fix, and maintain code with Cody, the AI coding assistant, and Code Search.

  3. 15 de nov. de 2022 · Reading code is a hugely important task for developers. That’s why we built GitHub’s new code search—to help developers search, navigate, and understand code written by them, their team, and the world. Our mission at GitHub is to build tools to make developers happier and more productive. Great tools eliminate burdens and allow developers ...

  4. Learn how to search code in open source software projects such as Chromium and Android. User guide. code Reference Learn about supported filters, operators, syntax options, and keyboard shortcuts in Code Search. Syntax reference [] [] Supported products. Android ...

  5. 1 de abr. de 2020 · Code Search is one of Google’s most popular internal tools, and now we have a version (same binary, different flags) targeted to open source communities. Googlers use Code Search every day to help understand the codebase: they search for half-remembered functions and usages; jump through the codebase to figure out what calls the function they ...

  6. 18 de mar. de 2024 · Android Code search. The Android Open Source Project (AOSP) is stored as collection of Git repositories, which are managed together using the Repo tool. Most Android development tools (such as GitHub) can't see the source code the way that it's laid out when it's checked out. Android Code Search is a tool that helps you view the Android source ...

  7. Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web. The project's web site is https://www.chromium.org. To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code. Documentation in the source is rooted in ...