Skip to content

Instantly share code, notes, and snippets.

View OranShuster's full-sized avatar

Oran Shuster OranShuster

  • WIX
  • Tel Aviv,Israel
View GitHub Profile
Computer Information:
Manufacturer: ASUS
Model: System Product Name
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: 12th Gen Intel(R) Core(TM) i7-12700F
CPU Family: 0x6
CPU Model: 0x97
@OranShuster
OranShuster / gist:41273d9e0b47125036a78ec32a298ff7
Created June 27, 2024 12:52
Foundry VTT macro to calculate pythagorean distance
new Dialog({
title:'Example Dialog',
content:`
<form>
<div class="form-group">
<label>Distance</label>
<input type='text' name='distance'></input>
<label>Height</label>
<input type='text' name='height'></input>
</div>