| name | laravel-wokrtree-docker |
|---|---|
| description | Start a Docker instance for local development |
Start a Docker development instance using make docker.
Finding ID and Title:
- First check if arguments were provided directly: ID=$1, Title=$2
| name | laravel-wokrtree-docker |
|---|---|
| description | Start a Docker instance for local development |
Start a Docker development instance using make docker.
Finding ID and Title:
| # syntax=docker/dockerfile:1 | |
| FROM php:7.4-fpm | |
| # Install system dependencies (with apt cache) | |
| RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \ | |
| --mount=type=cache,target=/var/lib/apt,sharing=locked \ | |
| apt-get update && apt-get install -y --no-install-recommends \ | |
| nginx \ | |
| supervisor \ | |
| curl \ |
| // Invert Puzzle Solver | |
| // This script solves the "Invert" puzzle by finding cells to click | |
| // that will turn all cells green | |
| // Function to find all grid cells | |
| function getCells() { | |
| // First, try the exact selector from the provided markup | |
| const cells = document.querySelectorAll('.grid > .cell'); | |
| if (cells.length > 0) { |
| <?php | |
| namespace path\to\this; | |
| /** | |
| * Lietuviškų vardų linksniai. | |
| */ | |
| trait Linksniai { | |
| /** | |
| * Vardų transformacija |