A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.
Install all agents listed below into VS Code Insiders...
| Title | Type | Description |
|---|
This article describes how to shoot a video from JavaScript using the MediaStream Recording API. The related resources are shown below.
| <?php declare(strict_types = 1); | |
| /** | |
| * Provides polyfills of string functions str_starts_with, str_contains and str_ends_with, | |
| * core functions since PHP 8, along with their multibyte implementations mb_str_starts_with, | |
| * mb_str_contains and mb_str_ends_with | |
| * | |
| * Covers PHP 4 - PHP 7, safe to utilize with PHP 8 | |
| */ | |
| /** |
| /** | |
| * NOTE: this specifically works if the house is for sale since it renders differently. | |
| * This will download the highest resolution available per image. | |
| */ | |
| /** | |
| * STEP 1: Make sure to *SCROLL* through all images so they appear on DOM. | |
| * No need to click any images. |
| <?php | |
| class FileManager | |
| { | |
| const USER_FOLDER = siteData()->userFolder; | |
| protected $adapter; | |
| public function __construct($adapter) | |
| { |
Here's a step by step guide to convert a Virtualbox .ova to a Vagrant box.
$ VBoxManage list vms
"testing" {a3f59eed-b9c5-4a5f-9977-187f8eb8c4d4}
| <?php | |
| $file = $file['temp']['file']; | |
| $image = new Image($file); | |
| $image->save(${filename}, [optional]${quality}); // Use this when moving a file from one location to another. Especially in the case when we upload a file to the server. | |
| $image->resize(${width}, ${height}, [optional]${crop}, [optional]${replace}); | |
| $image->createThumb(${width}, ${height}, [optional] ${save_path}); | |
| $image->getWidth(); | |
| $image->getHeight(); |
| <div class="row"> | |
| <div class="column column--6"></div> | |
| <div class="column column--6"></div> | |
| </div> | |
| <div class="row"> | |
| <div class="column column--4"></div> | |
| <div class="column column--4"></div> | |
| <div class="column column--4"></div> | |
| </div> | |
| <div class="row"> |
| /** | |
| * jQuery plugin for adding hero image background animation | |
| * | |
| * Zooms, blurs, and fades background image on scroll down. | |
| * | |
| * @author Cosmo Mathieu <[email protected]> | |
| */ | |
| // jquery-ps-background-animate.js | |
| /*! |