Prompted in AI Studio:
Use p5.js to create an image of a pelican riding a bicycle.
Defining the Core Elements
| $b = Get-CimInstance -Namespace root/WMI -ClassName WmiMonitorBrightness | | |
| Where-Object Active | |
| $m = Get-CimInstance -Namespace root/WMI -ClassName WmiMonitorBrightnessMethods | | |
| Where-Object Active | |
| $current = [int]$b.CurrentBrightness | |
| if ($current -lt 100) { | |
| $temporary = $current + 1 |
| // Fill out your copyright notice in the Description page of Project Settings. | |
| #include "GluttonBlueprintFunctionLibrary.h" | |
| void UGluttonBlueprintFunctionLibrary::HelloSquirrel() | |
| { | |
| UE_LOG(LogTemp, Warning, TEXT("Hello Squirrel")); | |
| } |
| #pragma once | |
| #include "raylib.h" | |
| #include <string> | |
| #include <type_traits> | |
| // Forward declaration of ResourceManager for friending. | |
| template <typename ResourceType> | |
| class ResourceManager; |
| #include "raylib.h" | |
| #include <memory> // Smart Pointers | |
| #include <vector> // std::vector | |
| #include <iostream> | |
| // ABSTRACT BASE CLASS (Shape) | |
| class Shape { | |
| protected: | |
| Vector2 position; | |
| Color color; |
| #include "raylib.h" | |
| #include <cmath> | |
| #include <string> | |
| void DrawToggle(const Font& font, const Vector2& lampACentre, const std::string& labelA, const Vector2& lampBCentre, const std::string& labelB, float lampRadius, bool status) { | |
| DrawTextEx(font, labelA.c_str(), {lampACentre.x - 5, lampACentre.y - 45}, 20, 1.0f, DARKGRAY); | |
| DrawTextEx(font, labelB.c_str(), {lampBCentre.x - 5, lampBCentre.y - 45}, 20, 1.0f, DARKGRAY); | |
| DrawCircleV(lampACentre, lampRadius + 4.0f, DARKGRAY); | |
| DrawCircleV(lampACentre, lampRadius, !status ? ORANGE : GRAY); |
| ply | |
| format ascii 1.0 | |
| comment : MagicaVoxel @ Ephtracy | |
| element vertex 2920 | |
| property float x | |
| property float y | |
| property float z | |
| property uchar red | |
| property uchar green | |
| property uchar blue |
| Log file open, 04/17/23 12:22:26 | |
| LogWindows: Failed to load 'aqProf.dll' (GetLastError=0) | |
| LogWindows: File 'aqProf.dll' does not exist | |
| LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). | |
| LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=0) | |
| LogWindows: File 'VtuneApi.dll' does not exist | |
| LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=0) | |
| LogWindows: File 'VtuneApi32e.dll' does not exist | |
| LogWindows: Started CrashReportClient (pid=24412) | |
| LogWindows: Custom abort handler registered for crash reporting. |
| Log file open, 04/17/23 11:52:31 | |
| LogWindows: Failed to load 'aqProf.dll' (GetLastError=0) | |
| LogWindows: File 'aqProf.dll' does not exist | |
| LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). | |
| LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=0) | |
| LogWindows: File 'VtuneApi.dll' does not exist | |
| LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=0) | |
| LogWindows: File 'VtuneApi32e.dll' does not exist | |
| LogWindows: Started CrashReportClient (pid=27956) | |
| LogWindows: Custom abort handler registered for crash reporting. |