Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
12 views

I’m working with GT-SUITE 2016 (GT-ISE) and want to automate creating and running CFD-coupled simulations using the GT Automation / Scripting API. The official docs mainly cover manual setup for ...
Masoud kamju's user avatar
2 votes
1 answer
63 views

Environment Azure DevOps Classic UI Task: PowerShell@2 (Windows PowerShell, not pwsh) Agent: Windows (Microsoft-hosted and self-hosted both repro) PowerShell version: Windows PowerShell 5.1 Script ...
alexis19apl's user avatar
-2 votes
1 answer
107 views

Attempting to solve the "Lonely Integer" problem HackerRank problem statement: My solution declare -i n read n declare -a numbers read numbers n=${#numbers[@]}-1 while [ $n -ge 0 ]; do echo ...
smophos's user avatar
  • 339
0 votes
0 answers
51 views

I remember (from around 10 years ago) that in GeoGebra I could save the commands I would normally type into the Input Bar into a textual file, and then open/load/run them all at once, without having ...
Foad S. Farimani's user avatar
0 votes
0 answers
59 views

I have written a script that works as expected with a specific workbook and I now want to save it to that workbook and ideally would like to make a button to run the script. However I do not get the ...
Frans Kampers's user avatar
0 votes
0 answers
44 views

I have embedded Groovy 4.0.9 in my application as a scripting language, and I want to be able to provide helpful feedback to my users when their scripts don't compile. This works ok with a basic ...
user3760601's user avatar
2 votes
0 answers
68 views

The problem I am implementing an out-of-process C# REPL for a Unity game. I tried an in-process REPL at first, but couldn't get it to work because of some weird VTable related exceptions when loading ...
Dark Daskin's user avatar
  • 1,564
1 vote
1 answer
37 views

I'm working on a native Android application where screens need to be rendered dynamically based on data received at runtime. The application is database-driven, and we aim to support customization for ...
Rohan Pande's user avatar
0 votes
0 answers
47 views

$user = [System.Security.Principal.WindowsIdentity]::GetCurrent() $userSID = $user.User.Value $user2 = "$env:COMPUTERNAME\$env:USERNAME" New-NetFirewallRule -DisplayName "aaa_test"...
IT_DUDE9999's user avatar
0 votes
1 answer
43 views

I am using the command in following types: Commands are: ps -ef | awf-F "" '{print $2}' ps -ef | grep python3 | awk-F "" '{print $3}' Both the commands give the error: awk -F ...
ayush_octt's user avatar
2 votes
1 answer
78 views

I thought my script worked in test environment (it prompted me for credentials again and again when I mistyped, but accepted them after I typed them correctly). But when I tried to use it in ...
skysthelimit91's user avatar
0 votes
1 answer
41 views

I have a task to replace several tags in big project (2000+ xml pieces of code), basically changing: <tag1>abc</tag1> ==> <tag1>XYX99</tag1> Is this can be done inside of ...
Mich28 's user avatar
  • 504
2 votes
1 answer
49 views

I am following a tutorial I found on youtube for a file integrity monitor. The code is messy but im trying to add my own twist and clean it up. I just added input validation and now the code won't run ...
Trystan Williams's user avatar
1 vote
1 answer
72 views

I am trying to use a PowerShell script to transfer a file from a NAS location to a group of remote servers. I am using Copy-Item to transfer the file. I am getting the error - Cannot find path because ...
Yashbhatt's user avatar
  • 111
2 votes
1 answer
150 views

I am working to write some simple powershell scripts to verify account status and inactivity. I am running into an issue where the Inactivity is not returned due to a non-existent registry key. Is ...
Average Joe's user avatar
0 votes
1 answer
110 views

Wondering if anyone has the setup instructions for the Eclipse to work with Sabre Scripts? The one I have is outdated. Or in general the steps to setup eclipse to work with Sabre Red Apps
Kevin Pulido's user avatar
0 votes
0 answers
30 views

I have built the ARCore Depth Lab application from Google’s GitHub repository in Unity. The application runs fine, and I have added a new feature to export the point cloud data to a .ply file. I ...
Jaydeep Jogdand's user avatar
0 votes
0 answers
206 views

I run powershell as an admin. I am able to delete the user account without issue via: Remove-LocalUser -Name "PcMethod" But then when I try to remove PcMethod’s folder in C:\users via: if (...
skysthelimit91's user avatar
0 votes
0 answers
49 views

Summary When an operator is run multiple times successively in blender, report messages (generated by report() API) from previous runs are also showing up in present run. What is the reason behind it ...
Rivu Bhattacharya's user avatar
3 votes
0 answers
270 views

I am developing an application in Delphi that needs to interact with SAP GUI via Scripting to automate some material control operations. However, I am facing difficulties in establishing the correct ...
Mieli Jr.'s user avatar
-1 votes
3 answers
152 views

(would post on dev forum but I'm not accepted in yet) I have put a part in workspace with a surface GUI then textbox and then this LOCAL script inside it: script.Parent:GetPropertyChangedSignal("...
TheStickminKing's user avatar
0 votes
0 answers
83 views

I am simply trying to get a FluentButton OnClick event to fire and have no luck. Nothing. Any events are not firing. There are errors I've never seen in the browser that concern me. I'm hoping someone ...
Woodman's user avatar
  • 11
0 votes
1 answer
51 views

When using the FlagSmith User Interface, I couldn't find any way to select all the identities and delete them at once. As you can see in the image attached, we are forced to click the trash icon ...
Soldeplata Saketos's user avatar
0 votes
1 answer
216 views

I have a powershell script that I'm trying to run from a shortcut on macOS (as in the Shortcuts app/widget, not the Dock). I have the mac version of powershell installed and the script runs fine if I ...
Hypersapien's user avatar
-1 votes
1 answer
265 views

In Uxp Developer Tools, you can connect to Photoshop, but cannot connect to Premiere Pro 2025 and Illustrator 2025. Uxp Developer Tools prompts 'No applications are connected to the service. Make sure ...
user10325492's user avatar

1
2 3 4 5
355