- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for project2 (0.14 sec)
-
WORKSPACE
strip_prefix = "rules_shell-0.4.1", urls = tf_mirror_urls( "https://github.com/bazelbuild/rules_shell/releases/download/v0.4.1/rules_shell-v0.4.1.tar.gz", ), ) # Initialize toolchains for ML projects. # # A hermetic build system is designed to produce completely reproducible builds for C++. # Details: https://github.com/google-ml-infra/rules_ml_toolchain tf_http_archive( name = "rules_ml_toolchain",Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 5.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/StageTriggers.kt
fun stageTriggerId( model: CIBuildModel, stageName: StageName, os: Os? = null, ) = "${model.projectId}_Stage_${stageName.id}_${osSuffix(os)}Trigger" fun stageTriggerUuid( model: CIBuildModel, stageName: StageName, os: Os? = null, ) = "${DslContext.uuidPrefix}_${model.projectId}_Stage_${stageName.uuid}_${osSuffix(os)}Trigger" fun osSuffix(os: Os?) = os?.asName()?.plus("_") ?: ""
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 12:17:39 UTC 2025 - 7.2K bytes - Viewed (0) -
scripts/translate.py
// Go to the home directory $ cd // Create a directory for all your code projects $ mkdir code // Enter into that code directory $ cd code // Create a directory for this project $ mkdir awesome-project // Enter into that project directory $ cd awesome-project ``` »»» Result (German): «««Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:05:53 UTC 2025 - 34.1K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild.binary-compatibility.gradle
.replaceAll('$', '\\$') .replaceAll('/', '[.]') .replaceAll('###', '.*?') } } static String writeFilterPreset(Project project) { def preset = project.providers.gradleProperty('bin.cmp.report.severity.filter').getOrElse('All levels') return """<input id="filter-preset" type="hidden" value="$preset" />"""
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 8.9K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/JapicmpTaskWithKotlin.java
} } private Configuration resolveKotlinCompilerEmbeddable() { Project project = getProject(); DependencyHandler dependencies = project.getDependencies(); String kotlinVersion = new ExternalModulesExtension(4) {}.getKotlinVersion(); return project.getConfigurations().detachedConfiguration(Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Dec 24 14:15:15 UTC 2025 - 2.3K bytes - Viewed (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/BinaryCompatibilityHelper.groovy
import me.champeau.gradle.japicmp.report.RichReport import org.gradle.api.Action import org.gradle.api.Project import org.gradle.api.file.Directory import org.gradle.api.file.FileCollection class BinaryCompatibilityHelper { static setupJApiCmpRichReportRules( JapicmpTask japicmpTask, Project project, Directory acceptedViolationsDir, FileCollection sourceRoots, String currentVersion,Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 5.7K bytes - Viewed (0) -
.teamcity/pom.xml
<project> <modelVersion>4.0.0</modelVersion> <name>Gradle_Check Config DSL Script</name> <properties> <mockk.version>1.14.7</mockk.version> <bytebuddy.version>1.18.3</bytebuddy.version> <jackson.version>2.20.1</jackson.version> <junit.version>6.0.1</junit.version> <dslContextParameter.branch>master</dslContextParameter.branch>Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 29 22:04:16 UTC 2025 - 7.4K bytes - Viewed (2) -
build-logic/binary-compatibility/src/test/kotlin/gradlebuild/binarycompatibility/AbstractBinaryCompatibilityTest.kt
"implementation"("org.jspecify:jspecify:1.0.0") } } project(":v1") { version = "1.0" } project(":v2") { version = "2.0" } """ ) withDirectory("v1/src/main").v1()
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Tue Dec 30 10:14:25 UTC 2025 - 18K bytes - Viewed (0) -
pyproject.toml
"typing-extensions>=4.8.0", "annotated-doc>=0.0.2", ] [project.urls] Homepage = "https://github.com/fastapi/fastapi" Documentation = "https://fastapi.tiangolo.com/" Repository = "https://github.com/fastapi/fastapi" Issues = "https://github.com/fastapi/fastapi/issues" Changelog = "https://fastapi.tiangolo.com/release-notes/" [project.optional-dependencies] standard = [ "fastapi-cli[standard] >=0.0.8",Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 12:54:56 UTC 2025 - 9.3K bytes - Viewed (0) -
.bazelrc
# Python config is the same across all containers because the binary is the same common:rbe_linux_cpu --python_path="/usr/bin/python3" # These you may need to change for your own GCP project. common:rbe_linux_cpu --remote_instance_name=projects/tensorflow-testing/instances/default_instance # Deprecated RBE config with non-hermetic toolchains. common:rbe_linux_cpu_clang_local --config=rbe_linux_cpu
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Fri Dec 26 23:20:26 UTC 2025 - 56.8K bytes - Viewed (0)