Skip to main content
Filter by
Sorted by
Tagged with
Tooling
1 vote
2 replies
36 views

I created a menubar with several menubuttons in tcl/tk. Then I wanted to add several commands. The text ist normally short enough for one line, but there is one text which is longer. Is there any way, ...
A.Pitt's user avatar
  • 47
0 votes
1 answer
55 views

I'm on a debian-based Linux distro and currently testing and learning about some networking stuff. So I have 3 terminal open, the first 2 I will run this command to set up 2 netcat servers on port ...
Tableware0115's user avatar
0 votes
0 answers
42 views

Many interactive functions generate lisp errors depending on the function name when using ivy and lsp and debugging it is difficult (in part because of the bytecode compile-function references). This ...
John Daschbach's user avatar
2 votes
2 answers
96 views

What I need to do is simple: I have A-f bound to find-file in emacs, but want to hide specific files that I do not care about. I have them hidden in dired already using this config: (setq dired-omit-...
David Avarage's user avatar
0 votes
0 answers
32 views

I have a Symfony 6.4 controller that accepts a JSON, retrieves the values from the JSON, sets the arguments and calls a Symfony Command with these arguments. The Command executes certain API calls and ...
sridhar pandurangiah's user avatar
0 votes
0 answers
100 views

At the bottom of my bash script, after all of my needed bash aliases and functions have been defined, I've got just a single line to be executed when the script is run: echo "$# args: $@ passed ...
David Sieving's user avatar
0 votes
2 answers
70 views

I have a batch file called 'Rename.bat' which renames files with the .cbz extension to the .cbr extension. The current code is: pushd %~dp0 forfiles /S /M *.cbz /C "cmd /c rename @file @fname.cbr&...
Nick Greenfield's user avatar
-2 votes
1 answer
93 views

I've been trying to run a batch file (run.bat for a minecraft server) via Java console. while i did manage to figure out a way to run the batch script on java, it seems that i cannot send commands ...
DNL PLAYZ's user avatar
0 votes
2 answers
153 views

I'm trying to make a python file that converts the argument (a youtube link) provided in command prompt something like C:\Users\Username\Desktop>YTMP3.py URL however, the script can't find the ...
user29712751's user avatar
0 votes
1 answer
102 views

I followed the steps from the accepted answer from this link.I did my "own implementation", but the command doesn't raise. Also, I did the same as the post said, but it didn't work. Here is ...
L_J's user avatar
  • 1
0 votes
0 answers
61 views

How do I enter into a function in Python Breakpoint in the terminal? I am trying to enter into a function that I called with my code but in the terminal, PDB just goes through it, like this: -> def ...
Alireza Reisi's user avatar
0 votes
1 answer
127 views

In the SD Card specification, the response format for CMD8 is R7, and its structure differs slightly between SD mode and SPI mode. In SPI mode, there's a 4-bit field called command version. However, I ...
zenprogrammer's user avatar
0 votes
1 answer
92 views

I’m building a Discord bot using Python and discord.ext.commands. My bot already supports basic dice rolls using commands like !r 1d20 or !r 2d6. Now, I want to expand its functionality to allow ...
An0Mi's user avatar
  • 11
0 votes
1 answer
51 views

I am running the following request. database |where sourceServiceName_s == ("xyz") |where TimeGenerated between(datetime(2024-11-01) .. datetime(2024-12-03)) |take 1000 As result Row 1 : ...
Poipoi06's user avatar
2 votes
2 answers
79 views

I am creating a custom Artisan command in Laravel, and I need to pass parameters to the handle() function. However, I'm not sure how to define and access these parameters when running the command. ...
Malik Muhammad Awan's user avatar
0 votes
1 answer
63 views

When debugging, everything is transferred correctly and the method for deleting images works fine, but in the release version I encountered a problem that ImageSource is not transferred, what could ...
Влад Гурковский's user avatar
0 votes
1 answer
58 views

I have read many posts on stackoverflow regarding this error, but could not find my answer. I have created this procedure on MySQL 8.0 Standard via phpMyAdmin on a shared server : DELIMITER // CREATE ...
Dominique Delcourt's user avatar
1 vote
1 answer
114 views

I have a small MAUI program using CollectionView - and per item, there are buttons attached with a command (like changeitem) The app is working. But I am getting warnings at compile and runtime about ...
Money's user avatar
  • 119
0 votes
0 answers
29 views

There is a function name execute_command that implemented to handel infinitely commands like ping <ip> -t. so Im trying to terminate the child process in using .kill() if it lasts more than 20 ...
clark jsold's user avatar
-1 votes
3 answers
115 views

I have a folder with multiple .png and .txt files and I want to make two folders inside the folder I have, so that the files are separated. The .png files will go to a images folder, and the .txt ...
stbr2's user avatar
  • 1
1 vote
1 answer
514 views

Before running anything (e.g. a TestNG test), I want to execute a CLI command, and I would like to place it into the Run/Debug window Before launch section if it is possible. So far, I have found a ...
Thend's user avatar
  • 315
1 vote
0 answers
37 views

I would like to find a way in Emacs to display only those commands that already have key bindings, based on the words I type after M-x. Ideally, this should leverage describe-keymap for the current ...
aartist's user avatar
  • 3,256
0 votes
1 answer
292 views

I'm developing a bot for a discord with some specific features. In some of them there is a command that is /aviso and /initiar and they are working, or they were... I made a modification to the /aviso ...
Reges Rezende's user avatar
1 vote
1 answer
63 views

I've just started learning python on the ATBS course and have been going for almost 2 months. I'm having trouble with the terminal and command prompt on my PC which is running on windows 10 I have a ...
hcb008's user avatar
  • 11
1 vote
1 answer
189 views

I'm doing the .NET MAUI for beginners tutorial series that dotnet uploaded and my relative binding is just not working, did everything as they said but the error keeps popping. I'm trying to bind a ...
Dostonbek Islambekov's user avatar

1
2 3 4 5
213