- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 54 for books (0.04 seconds)
-
.pre-commit-config.yaml
# See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: check-added-large-files args: ['--maxkb=750'] - id: check-toml - id: check-yaml args: - --unsafe - id: end-of-file-fixer - id: trailing-whitespace - repo: local hooks: - id: local-ruff-checkCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 11:36:58 GMT 2025 - 1.8K bytes - Click Count (1) -
pdm_build.py
import os from typing import Any from pdm.backend.hooks import Context TIANGOLO_BUILD_PACKAGE = os.getenv("TIANGOLO_BUILD_PACKAGE", "fastapi") def pdm_build_initialize(context: Context) -> None: metadata = context.config.metadata # Get custom config for the current package, from the env var config: dict[str, Any] = context.config.data["tool"]["tiangolo"][ "_internal-slim-build" ]["packages"].get(TIANGOLO_BUILD_PACKAGE)
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 691 bytes - Click Count (0) -
guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 00:25:21 GMT 2025 - 26.5K bytes - Click Count (0) -
docs/en/docs/project-generation.md
- πΎ [PostgreSQL](https://www.postgresql.org) as the SQL database. - π [React](https://react.dev) for the frontend. - π Using TypeScript, hooks, Vite, and other parts of a modern frontend stack. - π¨ [Tailwind CSS](https://tailwindcss.com) and [shadcn/ui](https://ui.shadcn.com) for the frontend components. - π€ An automatically generated frontend client.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Mon Dec 08 13:04:54 GMT 2025 - 2K bytes - Click Count (0) -
docs/es/docs/project-generation.md
- πΎ [PostgreSQL](https://www.postgresql.org) como base de datos SQL. - π [React](https://react.dev) para el frontend. - π Usando TypeScript, hooks, Vite, y otras partes de una stack moderna de frontend. - π¨ [Tailwind CSS](https://tailwindcss.com) y [shadcn/ui](https://ui.shadcn.com) para los componentes del frontend. - π€ Un cliente de frontend generado automΓ‘ticamente.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:15:01 GMT 2025 - 2.2K bytes - Click Count (0) -
docs/de/docs/project-generation.md
- πΎ [PostgreSQL](https://www.postgresql.org) als SQL-Datenbank. - π [React](https://react.dev) fΓΌr das Frontend. - π Verwendung von TypeScript, Hooks, Vite und anderen Teilen eines modernen Frontend-Stacks. - π¨ [Tailwind CSS](https://tailwindcss.com) und [shadcn/ui](https://ui.shadcn.com) fΓΌr die Frontend-Komponenten. - π€ Ein automatisch generierter Frontend-Client.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 20:41:43 GMT 2025 - 2.2K bytes - Click Count (0) -
.github/workflows/release-branch-cherrypick.yml
# will be created. name: Release Branch Cherrypick on: workflow_dispatch: inputs: # We use this instead of the "run on branch" argument because GitHub looks # on that branch for a workflow.yml file, and we'd have to cherry-pick # this file into those branches. release_branch: description: 'Release branch name (e.g. r2.9)' required: trueCreated: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Mon Dec 01 09:57:00 GMT 2025 - 3.1K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/util/concurrent/MoreExecutorsTest.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 00:25:21 GMT 2025 - 26.5K bytes - Click Count (0) -
docs/pt/docs/project-generation.md
- πΎ [PostgreSQL](https://www.postgresql.org) como banco de dados SQL. - π [React](https://react.dev) para o frontend. - π Usando TypeScript, hooks, Vite, e outras partes de uma _stack_ frontend moderna. - π¨ [Tailwind CSS](https://tailwindcss.com) e [shadcn/ui](https://ui.shadcn.com) para os componentes de frontend. - π€ Um cliente frontend automaticamente gerado.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:17:03 GMT 2025 - 2.2K bytes - Click Count (0) -
android/guava-testlib/test/com/google/common/testing/GcFinalizationTest.java
assertTrue(map.isEmpty()); } // ---------------------------------------------------------------- // Test that interrupts result in RuntimeException, not InterruptedException. // Trickier than it looks, because runFinalization swallows interrupts. // ---------------------------------------------------------------- class Interruptenator extends Thread { final AtomicBoolean shutdown;
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Dec 08 17:02:07 GMT 2025 - 7.9K bytes - Click Count (0)