Top "Console-application" questions

A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.

WebClient error when downloading file from https URL

Trying to download xml file from https URL (https://nvd.nist.gov/download/nvd-rss.xml) This URL is openly accessible …

c# https console-application webclient downloadfile
cscript - print output on same line on console?

If I have a cscript that outputs lines to the screen, how do I avoid the "line feed" after each …

windows ascii console-application wsh control-characters
JTextArea as console

I have posted two pieces of code below. Both codes work fine individually. Now, when I run the file Easy, …

java swing console console-application jtextarea
What is the nicest way to close FreeGLUT?

I'm really having trouble closing my console application with FreeGLUT. I would like to know what the best way is …

c++ opengl console-application glut freeglut
Displaying Arabic characters in C# console application

I believe it was possible to show Arabic characters on a console application 13+ years ago, since the days of Windows …

c# unicode console-application arabic
Non-Blocking read from standard I/O in C#

I want a non-blocking read function from console. How do I write that in C#?

c# console-application nonblocking
How to cancel Task await after a timeout period

I am using this method to instantiate a web browser programmatically, navigate to a url and return a result when …

c# .net webbrowser-control task-parallel-library console-application
How to use await in a parallel foreach?

So I sepnt the better part of the night trying to figure this out. I was fortunate to get introduced …

c# async-await console-application parallel.foreach pim
How can I copy a string to the clipboard within my console application WITHOUT adding a reference to System.Windows.Forms?

I have a .NET 4.0 console application that generates SQL and stores it in a string variable. I want this string …

.net console-application clipboard
Visual studio (MAC) Console Application

maybe some of you know, that Visual Studio (Preview) is ready to use. I have simple question, maybe I did …

c# macos visual-studio console-application visual-studio-mac