- Sort Score
- Result 10 results
- Languages All
Results 161 - 170 of 446 for instala (0.04 sec)
-
README.md
## Development ### Build Commands ```bash # Compile the source code mvn compile # Build JAR file mvn package # Clean and rebuild mvn clean compile # Install to local repository mvn install ``` ### Testing ```bash # Run all tests (JUnit 4 based) mvn test # Run specific test class mvn test -Dtest=SpecificTest # Alternative test runner mvn surefire:test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 09:24:52 UTC 2025 - 6.2K bytes - Viewed (0) -
docs/em/docs/deployment/manually.md
๐ ๐ช โ ๐ซ ๐ ๐ฝ โฎ๏ธ: //// tab | Uvicorn * <a href="https://www.uvicorn.org/" class="external-link" target="_blank">Uvicorn</a>, ๐ฉ-โฉ ๐ซ ๐ฝ, ๐ ๐ uvloop & httptool. <div class="termy"> ```console $ pip install "uvicorn[standard]" ---> 100% ``` </div> /// tip โ `standard`, Uvicorn ๐ โ & โ๏ธ ๐ โ ๐. ๐ โ `uvloop`, โ-๐ญ ๐ง-โป `asyncio`, ๐ ๐ ๐ฆ ๐ ๏ธ ๐ญ ๐. /// ////
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 4.2K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Headers.kt
) = add(name, value.toHttpDateString()) /** * Add a header with the specified name and formatted instant. Does validation of header names * and value. */ @IgnoreJRERequirement // Only programs that already have Instant will use this. fun add( name: String, value: Instant, ) = add(name, Date.from(value)) /**
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 14:51:25 UTC 2025 - 11.5K bytes - Viewed (0) -
.gitignore
.vagrant network_closure.sh # Local cluster env variables /cluster/env.sh # Compiled binaries in third_party /third_party/pkg # Also ignore etcd installed by hack/install-etcd.sh /third_party/etcd* /default.etcd # Also ignore protoc installed by hack/install-protoc.sh /third_party/protoc* # User cluster configs .kubeconfig .tags* # Version file for dockerized build .dockerized-kube-version-defs
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Feb 29 08:22:06 UTC 2024 - 2.1K bytes - Viewed (0) -
misc/ios/go_ios_exec.go
} return nil } func installSimulator(appdir string) error { cmd := exec.Command( "xcrun", "simctl", "install", "booted", // Install to the booted simulator. appdir, ) if out, err := cmd.CombinedOutput(); err != nil { os.Stderr.Write(out) return fmt.Errorf("xcrun simctl install booted %q: %v", appdir, err) } return nil } func runSimulator(appdir, bundleID string, args []string) error {
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Tue Jun 18 16:32:49 UTC 2024 - 8.7K bytes - Viewed (0) -
docs/metrics/prometheus/grafana/minio-dashboard.json
"uid": "${DS_PROMETHEUS}" }, "exemplar": true, "expr": "time() - max(minio_node_process_starttime_seconds{job=~\"$scrape_jobs\"})", "format": "time_series", "instant": true, "interval": "", "intervalFactor": 1, "legendFormat": "{{instance}}", "metric": "process_start_time_seconds", "refId": "A", "step": 60
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Aug 04 01:46:49 UTC 2025 - 93.1K bytes - Viewed (0) -
docs/ja/docs/tutorial/index.md
<div class="termy"> ```console $ pip install "fastapi[all]" ---> 100% ``` </div> ...ใใใซใฏใใณใผใใๅฎ่กใใใตใผใใผใจใใฆไฝฟ็จใงใใ `uvicorn`ใๅซใพใใพใใ /// note | ๅ่ ใใผใๆฏใซใคใณในใใผใซใใใใจใๅฏ่ฝใงใใ ไปฅไธใฏใใขใใชใฑใผใทใงใณใๆฌ็ช็ฐๅขใซใใใญใคใใ้ใซ่กใใงใใใใใฎใงใ: ``` pip install fastapi ``` ใพใใใตใผใใผใจใใฆๅไฝใใใใใซ`uvicorn` ใใคใณในใใผใซใใพใ: ``` pip install "uvicorn[standard]" ``` ใใใฆใไฝฟ็จใใใไพๅญ้ขไฟใใใใใๅๆงใซใคใณในใใผใซใใพใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 3.3K bytes - Viewed (0) -
.github/workflows/vulncheck.yml
uses: actions/checkout@v4 - name: Set up Go uses: actions/setup-go@v5 with: go-version: 1.24.x cached: false - name: Get official govulncheck run: go install golang.org/x/vuln/cmd/govulncheck@latest shell: bash - name: Run govulncheck run: govulncheck -show verbose ./...
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Apr 24 23:34:11 UTC 2025 - 682 bytes - Viewed (0) -
ci/official/containers/ml_build/cuda12.1_cudnn9.1.packages.txt
libcufft-12-1 libcurand-12-1 libcusolver-dev-12-1 libcusparse-dev-12-1 libcublas-12-1 libcublas-dev-12-1 libnccl-dev=2.18.3-1+cuda12.1 libnccl2=2.18.3-1+cuda12.1 # CuDNN: https://docs.nvidia.com/deeplearning/sdk/cudnn-install/index.html#ubuntu-network-installation libcudnn9-dev-cuda-12=9.1.1.17-1
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue Feb 18 20:42:21 UTC 2025 - 535 bytes - Viewed (0) -
api/maven-api-core/src/test/java/org/apache/maven/api/MonotonicClockTest.java
void testMonotonicBehavior() throws InterruptedException { Instant first = MonotonicClock.now(); Thread.sleep(10); // Small delay Instant second = MonotonicClock.now(); Thread.sleep(10); // Small delay Instant third = MonotonicClock.now(); assertTrue(first.isBefore(second), "Time should progress forward between measurements");
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jan 15 06:28:29 UTC 2025 - 5.8K bytes - Viewed (0)