A mechanism for interacting with a computer operating system or software by typing commands to perform specific tasks

learn more… | top users | synonyms

-2
votes
0answers
4 views

Console executable crashes when run from DOS but not from cygwin [closed]

I have a console app that I run from DOS and crashes after outputting some tty. When I run the same console app from cygwin I get no output and no exception. Any ideas what the difference might be? ...
0
votes
0answers
8 views

PyDev program output in debug console

Please bear with me if this is very basic, as I'm quite new to PyDev. Is there some way to redirect the program output to a PyDev debug console? I'm referring to something like in Matlab. As of now, I ...
0
votes
2answers
45 views

Linq query to Datable in C# console

var query = from r in dataTable.AsEnumerable() where (r.Field<double?>(dataTable.Columns[0]).Equals(invoiceNo)) select new { ...
0
votes
0answers
10 views

TUI advice for medium application

I'm looking for a TUI (text user interface) library for a medium application. "Medium" means it won't be too bloated with interaction elements; it will have a few buttons (3 or 4) and a scroll ...
0
votes
0answers
18 views

How to run a console on Ubuntu to install the daemon? [migrated]

Now I start to deal with WebSocket and must be installed on phpDaemon Denwer. I read the installation manual but there are items that I have not yet understood ( Where the folder is located in ...
0
votes
0answers
36 views

input values to console from a text file instead of manually entering the value

I have a program Main.java: public class Main { public static void main() throws FileNotFoundException { BufferedReader br = new BufferedReader(new ...
0
votes
1answer
11 views

Rails: Can db queries be run at will through console AFTER deployment?

I am about to build an admin interface for my website. Before I do that, I;d like to know if (as site admin) I can run db queries at will through the console after deploying my app. The reason I am ...
0
votes
1answer
16 views

Two instances of BusyBox on separate Serial lines (ttySn)

I am working on an arm board which has two serial ports, accessible through /dev/ttyS0 and /dev/ttyS1. Busybox runs on /dev/ttyS0. I am able to write data on /dev/ttyS1 using 'echo' command like so ...
0
votes
1answer
11 views

Changed PATH variable and now Terminal won't accept most console commands

I'm a newbie to programming, and I've recently started learning basic Terminal commands on my Mac OSX 10.8. One exercise involved changing the PATH variable by entering this into the console: touch ...
0
votes
0answers
9 views

Phonegap / Cordova 2.7 Mutes Console.log

I recently upgraded from Cordova 2.5 to Cordova 2.7. After upgrading, I noticed that none of my javascript console.logs were firing from the application when viewing in Chrome. They appear just fine ...
0
votes
0answers
22 views

Interactive Ruby Console: NameError: unitialized constant | railties Gem

I'm attempting to run this example from Michael Hartl's Rails tutorial in the interactive Ruby console. Looking at the filepath in the error message, I think that the railties gem may be the source of ...
1
vote
2answers
54 views

Printing a diamond - can't enter input?

I'm trying to write a program that outputs a diamond pattern like this: * *** ***** *** * I've started by trying to first get it to print the top half of the diamond. I can input the ...
0
votes
2answers
26 views

Java runtine.exec: doesn't change path

java: public static void startCmd(String path) { Runtime rt = Runtime.getRuntime(); Process pr = rt.exec(path); BufferedReader input = new BufferedReader(new ...
0
votes
1answer
10 views

how to modify exe to make it console window hidden?

I have a program. The program had open a console window to display logs when it is started. I dont like this window, but no source code. So, how to hide this console? such as modify exe file?
-1
votes
1answer
45 views

How to pop up the python console? [closed]

well what i am trying to do is, I'm building a small compiler only for arithmetic evaluation using python! String of any length should be accepted and also, i need to pop up a console where the user ...
-9
votes
0answers
46 views

Why is the console is giving me a false error? [closed]

This makes no sense to me. The console is telling me that my method is not found when I clearly have the plugin uploaded to my server. click this link and see what I'm talking about
1
vote
1answer
37 views

How to connect console application and Windows form application C#

hey i all of my input on my console application, and i like it this way. my question is how can i fox example read input in the console appliation and then do something with it in the windows form ...
0
votes
0answers
43 views

How to Input a Nested Java Console

I'm making a simple homework with Java Classes using Windows Console (cmd) only. I need to input into a java program that runs in another java program that started through console with this command: ...
1
vote
6answers
80 views

What's a good-practice replacement of System.out.println?

My application has to output content for the user. Throughout all my classes I've just been using System.out.println, but since the program isn't intended to be run by command line this isn't really ...
0
votes
1answer
15 views

How to call shell comands by using absolute path with spaces inside?

This question is related to: Why does calling drush command by system() fail? I need to launch command like: C:\Program Files\IIS Express\appcmd.exe list site 1>NUL 2>NUL but because of space this ...
0
votes
3answers
31 views

Java check if user is typing in the console

Is there a way to check if the user is typing in the console window in Java? My program prints information it receives about client connections using System.out.print() and I want it to stop printing ...
0
votes
1answer
31 views

Executing a shell in CakePHP

I am executing a shell on a Fedora 8 32 bit server with php 5.2.6 and Cakephp 2. I am getting these errors : PHP Notice: Undefined index: tag in path/lib/Cake/Console/ConsoleOutput.php on line 202 ...
0
votes
1answer
19 views

How to handle the message-only window to get the messages from the console window?

I'm trying to know when a console window has moved so I created a new message-only window to get the messages of the console but I don't know if it is working because the message is apparently never ...
0
votes
3answers
41 views

Redirecting FileOutputStream to console - Java

I'd like to rewrite and simply my code to cut down on the number of methods in a class that do exactly the same thing but either write to a file, or to a console so I can do things like: ...
0
votes
2answers
66 views
+50

How to get password from console when java application is invoked using nohup

I want to start a sever application, written in java, after verifying the users authorization to start the server app. So, I tried implementing it using System.console(). The problem is my server app ...
0
votes
1answer
42 views

Sending all Javascript console output into a DOM element

How does one send all console output into a DOM element so it can be viewed without having to open any developer tools? I'd like to see all output, such as JS errors, console.log() output, etc.
10
votes
1answer
116 views

Kaspersky detects my ConsoleApplication as a trojan

I've been searching for a while but I did not find any suitable answer to this question. I noticed that my antivirus started detecting my application as a trojan. My antivirus is Kaspersky 2013 and ...
1
vote
0answers
21 views

how to change the font in text mode VIM (not gvim with GUI) [migrated]

I'd like to change the default font in VIM to Adobe Source Code Pro on a CentOS server (without desktop GUI). I've installed the OTF fonts in the package. How can I have the new monospace font set ...
0
votes
4answers
45 views

How come C# integer input doesn't accept the correct value?

I've recently started to code in C#, so I'm just learning the basics right now. I've tried to search for this through Google and on this site, however, I couldn't find any solutions, but basically ...
1
vote
2answers
28 views

Dealing with network errors in Chrome + Backbone

I have a simple backend - Php RESTful API When data is not available for specific parameters (for instance, a date and company_id) - we return an error (say 401) along with a message In Backbone, ...
4
votes
1answer
64 views

C# Process.Start() slower than console

I want to make a parser for ffmpeg output. But when running ffmpeg just only via strCmdText = "-y -i \"" + path + "\""; strCmdText += " -async 1 -vf yadif -c:v libx264 -b:v 1024k -r 30 -bf 1 -an ...
0
votes
1answer
37 views

Run rails application without using rails console or run rails application directly from Batch file

I am working on Ruby on Rails application. For some reason I want to start my application from a batch file. Using the bat file I successfully run rails server and rails console. But I can't send the ...
1
vote
1answer
19 views

Rails SQL insert statements not showing up in console

My terminal used to display SQL table insert statements (as it should by default), and now it doesn't. Everything else - for example, GET requests, or local server startup info, or job completion ...
0
votes
1answer
20 views

Keep the Javascript Iteration after reload in chrome console

I'm doing iteration, and in code last code in the iteration i put a code that will reload the page. How to keep the JavaScript iteration running after reload and continue the state ? E.g ...
-1
votes
0answers
23 views

Make chat box out of two applications [closed]

I need to create two separate applications in eclipse that have connecting consoles that operate like chat boxes. When you type something one it appears in the other one and vice verse. I have no idea ...
1
vote
1answer
28 views

Node.js unresponsive until key press on console

I have a Node.js app, that runs on a Windows Server 2008. I'm facing a weird problem here. My app does more than one async tasks. Sending data to socket.io, MySQL, HTTP connections, TCP connections ...
0
votes
2answers
58 views

java.lang.NoClassDefFoundError when using console

I have a problem with the execution of programs by console. It always throws java.lang.NoClassDefFoundError but if i run the same application with netbeans it works perfectly.What can i do?
1
vote
1answer
59 views

play - “Listening for HTTP on /0:0:0:0:0:0:0:0%0:9000”

Why kind of address Listening for HTTP on /0:0:0:0:0:0:0:0%0:9000 is? Is it the expected output? Shouldn't it be something like localhost printed instead? Except this weird console output everythign ...
0
votes
0answers
32 views

why can't I save console.log as a single variable [duplicate]

I can give myself a small shortcut when printing to the console like this: var c = window.console; c.log("asdf"); Why can't I do this: var c = window.console.log; c("asdf"); Uncaught ...
0
votes
1answer
17 views

createTextNode in JS is not working in Chrome

I am trying out a simple exercise, in which I want to append a , generated by JavaScript to a div with an id of "target-area". The problem is Chrome refuses to inject this paragraph and gives me a ...
0
votes
0answers
13 views

Windows 7 Asian-compatible console font?

I need to debug some kanji and kana (Japanese) in the console. They show up as blocks or '?' because the default console fonts do not support it. Adding Asian fonts like Meiryo won't work because I ...
0
votes
1answer
20 views

Download multiple files, with different final names

OK, what I need is fairly simple. I want to download LOTS of different files (from a specific server), via cURL and would want to save each one of them as a specific new filename, on disk. Is there ...
0
votes
1answer
32 views

Run CodeIgniter site from Command Line

OK, what I need is fairly straightforward. I've got a website, built on CodeIgniter, with controllers, etc, and I'd like to be able to test it using the Console. E.g. ...
0
votes
0answers
22 views

Why i can't get value form QProcess use readyReadStandardOutput signal

I am working with a clientupdate.exe to update my client,so there is a func "getVersion" to get the latest version number: Execute::Execute(QObject *parent) : QObject(parent) { ...
-1
votes
0answers
19 views

how to more efficiently output text, use “gotoxy(x,y) or cpos(x,y)” and better ways of using ofstream/fstream/ostreamH

I am having a small problem. but first I will explain what I am trying to do. I am making a "tomigochi" for the C++ console, yes I realize the spellings of the two are different (tomigochi, ...
0
votes
1answer
23 views

Symfony2 - Accessing user-defined functions from a Command

As a console command only allows for the config() and execute() functions to be declared, how can I declare user-defined functions and call them?
0
votes
1answer
26 views

Mongo classes not autoloading in Yii console application

I am using Yii & mongodb(YiiMongoDbSuite extension), and created a console application. But its not working giving the error, include(Mongo.php): failed to open stream: No such file or ...
0
votes
0answers
24 views

How to unredirect standard output in C# console app (Yes, UNredirect)?

I have a C# program that invokes a C# console app (appA), which in turn starts another console app (appB) which remains running. (Yeah, I know, but this is how it has to be done, sorry!) The stdout ...
1
vote
1answer
24 views

Reading a paragraph from the command line on java console program

The while loop in the following program does not terminate so I can't get the output in the last line that tries to print the variable paragraph to console. There are similar problems but the ...
1
vote
1answer
46 views

What is the best way to get keyboard events (input without press 'enter') in a Ruby console application?

I've been looking for this answer in the internet for a while and have found other people asking the same thing, even here. So this post will be a presentation of my case and a response to the ...

1 2 3 4 5 80