- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 22 for brew (0.12 seconds)
-
ci/official/utilities/setup_macos.sh
# Otherwise, install the latest pyenv from github. if command -v brew &> /dev/null && brew list pyenv &> /dev/null; then # On "ventura-slcn" VMs, pyenv is managed via Homebrew. echo "pyenv is installed and managed by homebrew." (brew update && brew upgrade pyenv) || true else echo "pyenv is not managed by homebrew. Installing it via github..."
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Oct 06 22:42:26 GMT 2025 - 6.8K bytes - Click Count (0) -
fuzzing/fuzzingserver-test.sh
SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )" cd "$SCRIPT_DIR" which wstest if [ $? != 0 ]; then echo "Run 'pip install autobahntestsuite', maybe with 'sudo'." exit 1 fi which jq if [ $? != 0 ]; then echo "Run 'brew install jq'" exit 1 fi trap 'kill $(jobs -pr)' SIGINT SIGTERM EXIT set -ex wstest -m fuzzingserver -s fuzzingserver-config.json & sleep 2 # wait for wstest to start
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Mar 26 02:01:32 GMT 2019 - 673 bytes - Click Count (0) -
samples/guide/src/main/java/okhttp3/recipes/kt/YubikeyClientAuth.kt
* https://lauri.võsandi.com/2017/03/yubikey-for-ssh-auth.html * * Using PKCS11 support in the JDK. * https://tersesystems.com/blog/2018/09/08/keymanagers-and-keystores/ * * Install OpenSC separately. On a mac `brew cast install opensc`. */ @SuppressSignatureCheck class YubikeyClientAuth { fun run() { // The typical PKCS11 slot, may vary with different hardware. val slot = 0Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Sat May 10 11:15:14 GMT 2025 - 4.2K bytes - Click Count (0) -
.github/workflows/maven.yml
with: java-version: ${{ matrix.java }} distribution: 'temurin' - name: Install Graphviz (MacOS) if: runner.os == 'macOS' run: brew install graphviz - name: Install Graphviz (Ubuntu) if: runner.os == 'Linux' run: sudo apt-get install graphviz - name: Install Graphviz (Windows) if: runner.os == 'Windows'Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Mar 24 08:21:28 GMT 2026 - 12.2K bytes - Click Count (0) -
cmd/testdata/xl-meta-merge.zip
to install the latest stable MinIO package using [Homebrew](https://brew.sh/). Replace ``/data`` with the path to the drive or directory in which you want MinIO to store data. ```sh brew install minio/stable/minio minio server /data ``` > NOTE: If you previously installed minio using `brew install minio` then it is recommended that you reinstall minio from `minio/stable/minio` official repo instead. ```sh brew uninstall minio brew install minio/stable/minio ``` The MinIO deployment starts using default...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Mar 08 17:50:48 GMT 2024 - 30.2K bytes - Click Count (0) -
docs/fr/docs/tutorial/response-status-code.md
/// En HTTP, vous envoyez un code d'état numérique de 3 chiffres dans la réponse. Ces codes d'état ont un nom associé pour les reconnaître, mais la partie importante est le nombre. En bref : * `100 - 199` sont pour « Information ». Vous les utilisez rarement directement. Les réponses avec ces codes d'état ne peuvent pas avoir de corps.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 4.5K bytes - Click Count (0) -
docs/fr/docs/advanced/security/http-basic-auth.md
#### Corrigez-le avec `secrets.compare_digest()` { #fix-it-with-secrets-compare-digest } Mais dans notre code nous utilisons justement `secrets.compare_digest()`. En bref, il faudra le même temps pour comparer `stanleyjobsox` à `stanleyjobson` que pour comparer `johndoe` à `stanleyjobson`. Il en va de même pour le mot de passe.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 5.8K bytes - Click Count (0) -
docs/fr/docs/deployment/manually.md
# Exécuter un serveur manuellement { #run-a-server-manually } ## Utiliser la commande `fastapi run` { #use-the-fastapi-run-command } En bref, utilisez `fastapi run` pour servir votre application FastAPI : <div class="termy"> ```console $ <font color="#4E9A06">fastapi</font> run <u style="text-decoration-style:solid">main.py</u> <span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting production server 🚀Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 7.4K bytes - Click Count (0) -
docs/fr/docs/tutorial/schema-extra-example.md
### Résumé { #summary } Je disais que je n'aimais pas trop l'histoire ... et me voilà maintenant à donner des leçons d'« tech history ». 😅Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 10.2K bytes - Click Count (0) -
src/cmd/asm/internal/asm/testdata/ppc64_p10.s
// POWER10/ISA 3.1. #include "../../../../../runtime/textflag.h" TEXT asmtest(SB), DUPOK|NOSPLIT, $0 BRD R1, R2 // 7c220176 BRH R1, R2 // 7c2201b6 BRW R1, R2 // 7c220136 CFUGED R1, R2, R3 // 7c2311b8 CNTLZDM R2, R3, R1 // 7c411876 CNTTZDM R2, R3, R1 // 7c411c76
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Mar 23 20:52:57 GMT 2023 - 14.3K bytes - Click Count (0)