Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 years ago. Improve this question I am quite new in programming so i’m looking for some advice. Basically I learn C# on win8 until last
Tag: windows
Renaming txt files with numbers as filenames in cmd
i have files and This names the files example : I want Rename all of them to file names with numbers like: system windows or linux Answer Just save this code into a name.bat file in your folder and run the command Here in order to avoid conflicts first the files are named as ‘.new’ extenstion and later it is
Connect local git repos on windows and raspberry pi
I have a windows machine and a raspberry pi, each with a git repo. I was able to set it up so I can pull from the pi to windows with the following command: This should be stable since the pi is set to a static local IP. I’d like help with an equivalent command to run on the pi
Child forms groups on taskbar
I got an application, which has a main window, and then it open new forms. Whole application is like a document reader with many types of sub-forms. For example, I have Main window opened, 3 documet detail forms and 4 editors of other content. Now. As all sub-forms are childrens of the main form, they are all grouped under one
Windows C Runtime toupper slow when locale set
I’m diagnosing an edge case in a cross platform (Windows and Linux) application where toupper is substantially slower on Windows. I’m assuming this is the same for tolower as well. Originally I tested this with a simple C program on each without locale information set or even including the header file and there was very little performance difference. Test was
Installing nvm on bash on ubunutu on windows 10 throws error
I’m testing the new bash on ubuntu on windows 10 and the first thing I tried to do is to install node. Of course, since I now have a “Linux system” I went ahead and installed nvm. I also had to One done i tried but I got: Do you know what’s causing this? I think that I may have
change “node” command into “nodejs” on windows
I am working on a nodejs project that I got from a linux user and he asked me to change the node command to nodejs , and I am using a windows system. So instead of node index.js I need nodejs index.js I have tried the doskey command but it does not seem to work as I get just an
Grep across multiple lines but returning all matches
I’m trying to grep against a windows file under cygwin or linux, to find all MySQL statements between a table lock and table unlock in a mysql log. I can use awk, but I need the line numbers from the original file I don’t see why -Pzo isn’t working in cygwin Effectively I’m looking for is a way to locate
c program works on windows take segmantation fault on linux
I wrote some c code on codeblocks. It works perfectly fine on Windows but gave segmantation fault on Linux. Why ? This is main. I used 3 libraries and opencells method calls a recursive method. Answer Change: (int) to (int*) Because sizeof(int) and sizeof(int*) maybe different, so your program maybe crashed when access the not allocated memory.
How to run docker image in windows [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question