Skip to content
Advertisement

Tag: windows

Linux chat server with c# [closed]

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

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

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

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

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

Advertisement