Skip to content

Instantly share code, notes, and snippets.

View ekibun's full-sized avatar
🕊️
GUGUGU

ekibun ekibun

🕊️
GUGUGU
View GitHub Profile
$parallelcount = 4
$tasks = @()
foreach ($angle in @(1, 3, -3)) {
foreach ($ubyfb in @(1, 2)) {
$tasks += @{
dir = "v";
velAmpl = "0.02";
rotAmpl = "0.0";
angle = $angle;
ubyfb = $ubyfb;