Skip to main content
Tooling
1 vote
2 replies
40 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
3 votes
1 answer
189 views

I've written this small program in C, which intends to read stdin line-by-line and finally echo each line back to stdout. It is designed to stop reading input when either EOF is detected or a blank ...
user avatar
0 votes
1 answer
57 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
-1 votes
2 answers
172 views

So, I have got two directories personal_files and personal_files_oldcopy Through some file processing, I am not sure if both directories contain the same structure, or additional / missing files are ...
rappluk's user avatar
  • 25
0 votes
0 answers
43 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
1 answer
75 views

I saw this in several bots and I also wanted to test it on my own, that when bots had a simple bot.tree.command command such as /play, the further parameters of this command, i.e. description and its ...
user28857236's user avatar
2 votes
2 answers
99 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
1 answer
65 views

I have a ContentView, this will display many things, one being a CollectionView (List<Person>) with a DataTemplate, this DataTemplate will Bind to a Person, when I display this Template, there ...
Derek's user avatar
  • 712
0 votes
0 answers
34 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
1 vote
0 answers
86 views

Around a month ago Git stopped displaying output in my Windows 11 command prompts. Some commands are fine (such as git status), but a few examples that are not working are git log, git diff, and git ...
SGP's user avatar
  • 19
0 votes
0 answers
103 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
0 answers
57 views

Im learning the basic's of building and running c++ projects and have made a main.cpp file in the src and a tasks.json in the .vscode folder when seen from the root. Why isnt "Hello World being ...
Felix Allerborn's user avatar
0 votes
2 answers
71 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
0 votes
0 answers
24 views

I have more than 1'000 Windows command script files. In these scripts, I want to update with Ping ip address. For example: PING 172.10.26.1 -t. Similarly I need to update 1000+ IP address each one of ...
Elangamani Saravanan Nalayiram's user avatar
-2 votes
1 answer
100 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

15 30 50 per page
1
2 3 4 5
709