- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 109 for libraries (0.85 sec)
-
guava/src/com/google/common/base/StandardSystemProperty.java
/** Java class format version number. */ JAVA_CLASS_VERSION("java.class.version"), /** Java class path. */ JAVA_CLASS_PATH("java.class.path"), /** List of paths to search when loading libraries. */ JAVA_LIBRARY_PATH("java.library.path"), /** Default temp file path. */ JAVA_IO_TMPDIR("java.io.tmpdir"), /** Name of JIT compiler to use. */ JAVA_COMPILER("java.compiler"), /**
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Mar 06 10:03:30 UTC 2025 - 4.9K bytes - Viewed (0) -
SECURITY.md
formats that can be processed by TensorFlow. These modifications and conversions are handled by a variety of libraries that have different security properties and provide different levels of confidence when dealing with untrusted data. Based on the security history of these libraries we consider that it is safe to work with untrusted inputs for PNG, BMP, GIF, WAV, RAW, RAW\_PADDED, CSV and PROTO formats. All other input formats,
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Oct 16 16:10:43 UTC 2024 - 9.6K bytes - Viewed (0) -
docs/ru/docs/how-to/graphql.md
У него есть как **преимущества**, так и **недостатки** по сравнению с обычными **веб-API**. Убедитесь, что **выгоды** для вашего случая использования перевешивают **недостатки**. 🤓 /// ## Библиотеки GraphQL { #graphql-libraries } Ниже приведены некоторые библиотеки **GraphQL** с поддержкой **ASGI**. Их можно использовать с **FastAPI**: * <a href="https://strawberry.rocks/" class="external-link" target="_blank">Strawberry</a> 🍓Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 4.7K bytes - Viewed (0) -
docs/es/docs/how-to/graphql.md
Tiene **ventajas** y **desventajas** en comparación con las **APIs web** comunes. Asegúrate de evaluar si los **beneficios** para tu caso de uso compensan los **inconvenientes**. 🤓 /// ## Paquetes de GraphQL { #graphql-libraries } Aquí algunos de los paquetes de **GraphQL** que tienen soporte **ASGI**. Podrías usarlos con **FastAPI**: * <a href="https://strawberry.rocks/" class="external-link" target="_blank">Strawberry</a> 🍓Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 3.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/RemoteRepository.java
* <li><dfn>Central Repository</dfn>: The default remote repository used by Maven. It is a large, publicly accessible repository maintained by the Maven community at https://repo.maven.apache.org/maven2. Most common Java libraries and frameworks are hosted here.</li>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Aug 27 21:13:34 UTC 2024 - 3.3K bytes - Viewed (0) -
apache-maven/src/main/appended-resources/META-INF/LICENSE.vm
## KIND, either express or implied. See the License for the ## specific language governing permissions and limitations ## under the License. ## Apache Maven includes a number of components and libraries with separate copyright notices and license terms. Your use of those components are subject to the terms and conditions of the following licenses: ##
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 4.3K bytes - Viewed (0) -
build-logic-commons/build-platform/build.gradle.kts
api(kotlin("compiler-embeddable")) { version { strictly(kotlinVersion) } } api("com.autonomousapps:dependency-analysis-gradle-plugin:3.4.0") // Java Libraries api("com.github.javaparser:javaparser-core:$javaParserVersion") api("com.github.javaparser:javaparser-symbol-solver-core:$javaParserVersion") api("com.google.guava:guava:33.4.6-jre")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:16:30 UTC 2025 - 4.6K bytes - Viewed (0) -
README.md
[TensorFlow](https://www.tensorflow.org/) is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of [tools](https://www.tensorflow.org/resources/tools), [libraries](https://www.tensorflow.org/resources/libraries-extensions), and [community](https://www.tensorflow.org/community) resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Jul 18 14:09:03 UTC 2025 - 11.6K bytes - Viewed (0) -
architecture/standards/0009-use-american-english.md
### Exceptions Some legitimate exceptions exist where British English or other variants must be preserved: * **Third-party APIs and libraries**: When integrating with external APIs that use different spelling conventions
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Nov 25 07:01:54 UTC 2025 - 3.9K bytes - Viewed (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt
* and distributions as well as local repositories as additional test inputs * to test functionality that requires rea distributions (like the wrapper) * or separately published libraries (like the Tooling API Jar). */ @DisableCachingByDefault(because = "Abstract super-class, not to be instantiated directly") abstract class DistributionTest : Test() { /**
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 18:02:41 UTC 2025 - 7.7K bytes - Viewed (0)