A Pen by TheAiMighty.com on CodePen.
Discover gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-05-05 21:30:38,802 2856 [DEBUG] - XmlConfiguration is now operational | |
2025-05-05 21:30:50,112 2856 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-05-05 21:30:50,249 2856 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-05-05 21:30:50,343 2856 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-05-05 21:30:50,534 2856 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
2025-05-05 21:30:50,692 2856 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-05-05 21:30:50,835 2856 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
2025-05-05 21:30:50,905 2856 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-05-05 21:30:51,015 2856 [DEBUG] - Adding new typ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func.func @vector_expansion( | |
%47: vector<1xf32> | |
) -> f32 { | |
%cst_0 = arith.constant dense<0.000000e+00> : vector<1xf32> | |
%cst_3 = arith.constant 0.000000e+00 : f32 | |
%48 = vector.extract %47[0] : f32 from vector<1xf32> | |
%49 = gpu.subgroup_reduce add %48 cluster(size = 8) : (f32) -> f32 | |
%50 = vector.insert %49, %cst_0 [0] : f32 into vector<1xf32> | |
%51 = vector.shape_cast %50 : vector<1xf32> to vector<1xf32> | |
%52 = vector.broadcast %cst_3 : f32 to vector<1xf32> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Sensor Light | |
description: > | |
# 💡 Sensor Light | |
**Version: 8.1** | |
Your lighting experience, your way - take control and customize it to perfection! 💡✨ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# installs nvm (Node Version Manager) | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash | |
# download and install Node.js (you may need to restart the terminal) | |
nvm install 20 | |
# verifies the right Node.js version is in the environment | |
node -v | |
# should print `v20.17.0` | |
# verifies the right npm version is in the environment | |
npm -v | |
# should print `10.8.2` |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log uploaded on Monday, May 5, 2025, 11:10:38 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Visual Exceptions(brrainz.visualexceptions)[mv:1.3.2.0]: CrossPromotion(1.1.2), VisualExceptions(1.3.2) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
Anomaly(Ludeon.RimWorld.Anomaly): (no assemblies) |
Neste tutorial, você irá configurar o ambiente de desenvolvimento necessário para criar aplicações Angular, e ao final, construirá um pequeno componente funcional. Essa introdução também prepara o terreno para o uso do Firebase, que será abordado nas próximas etapas do curso.
O Angular é um framework de desenvolvimento front-end, mantido pelo Google, utilizado para criar aplicações web. Ele é baseado em TypeScript, um superconjunto, ou seja, que adiciona tipagem ao JavaScript, e permite organizar grandes projetos com mais facilidade.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$file_name = ($args[0] -replace '\W', '_').ToLower() | |
$file_bytes = [System.IO.File]::ReadAllBytes($args[0]) | |
$hex_array = New-Object string[] $file_bytes.Length | |
for ($i = 0; $i -lt $file_bytes.Length; $i++) { | |
$hex_array[$i] = '0x{0:x2}' -f $file_bytes[$i] | |
} | |
$hex_string = [string]::Join(', ', $hex_array) | |
"unsigned char $file_name[] = { $hex_string };" | |
"unsigned int ${file_name}_len = $($file_bytes.Length);" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INCLUDE "hardware.inc" | |
SECTION "HRAM", HRAM | |
wait_for_vblank: | |
ds 1 | |
SECTION "VBLANK", ROM0[INT_HANDLER_VBLANK] | |
push af | |
xor a | |
ldh [wait_for_vblank], a |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Dear Homeowner,</p> | |
<p>Congratulations! Your property at | |
<a href="https://maps.google.com/?q=6408 NW Oak Ave, Lawton, OK 73505" target="_blank"> | |
6408 NW Oak Ave, Lawton, OK 73505 | |
</a> | |
qualifies for our exclusive <strong>Kingdom Manors Royalty Offer</strong>—our most powerful, seller-friendly program for full value plus ongoing passive income.</p> | |
<p>This is <strong>Offer 3</strong> below (by far the most chosen option). I’d love to <strong>schedule a quick call</strong> to walk you through the details and make sure it’s the perfect fit.</p> | |
<div style="margin-top: 30px;"> | |
<a href="https://airtable.com/appkrbkNFS9rE4SB4/pag4Wkxo8qdzb0TE6/form?prefill_Deals%20Record%20ID=recWxdAIKvWkujxx8&prefill_First%20Name=Homeowner&prefill_Last%20Name=&prefill_Property%20Address=6408 NW Oak Ave, Lawton, OK 73505&prefill_Phone=+19404322267&prefill_Email=&hide_Deals%20Record%20ID=true" |
NewerOlder