Could you tell me please how to check permissions to functions with psql console but without being overwhelmed with source code and descirption (like when using \df+).
Dear All:
I am using TestNG+ReportNG per wiki instructions in gradle (I fixed on cookbook as default example did not work form me).
http://docs.codehaus.org/display/GRADLE/Cookbook#Cookbook-addreporters
I would like to somehow capture console output in TestNG. Is this possible?
Thank you
Misha
I want to create console application in Microsoft Visual C# 2010 Express that will have support for a few languages: it will show messages in selected language. What is the simpliest and convenient way to make it international-ready?
I am having trouble figuring out how to build a console for my application so i can send msgs to it from any class in the package.
i tried to send a generic Event, but I cannot find a way send a msg together with the event, or at least a reference to the object which is dispatching the event.
what approach would you suggest?
Hi
Quick question please, its the first time am using visual studio, I usually program in netbeans (java), anyways am writing a simple C# program with some outputs (Console.WriteLine("...");), problem each time i run it I cannot see the program's output in the output window.
The "program output" tag is already checked and I already redirected all outputs to the intermediate window but to no avail?
any ideas?
thanx =)
Hi,
i have a bunch of Console.WriteLines in my code that I can observe at runtime. I communicate with a native library that I also wrote.
I'd like to stick some printf's in the native library and observe them too. I don't see them at runtime however. What am I doing wrong?
Cheers,
Matt
I am relatively new to world of programming. I have a few performance questions:
Do console apps run faster than apps with a graphical user interface?
Are languages like C and Pascal faster than object oriented languages like C++ and Delphi? I know language speed depends more on compiler than on language itself, but do compilers for procedural languages produce faster code than OO ones (including C++ compilers that can produce C code)?
When at the pdb console, entering a statement which causes an exception results in just a single line stack trace, e.g.
(Pdb) someFunc()
*** TypeError: __init__() takes exactly 2 arguments (1 given)
However I'd like to figure out where exactly in someFunc the error originates. i.e. in this case, which class __init__ is attached to.
Is there a way to get a full stack trace in Pdb?
I'm using Eclipse for my C++ project under Linux. When I get compilation errors I can see them in the Console window.
I am currently manually navigating to the file and line number to fix errors. Is is possible to get Eclipse to provide links to the correct file and line number?
Hi,
I'm currently developing a win32 console application, and wondering if there is any way to make visual studio open it in powershell instead of cmd.exe when I'm debugging it.
All I really want is a better shell, where I can copy/paste etc. without clicking.
Thanks
I found an old Windows XP SP2 in my -trash- cd can and tried it on a 30 GB FAT32 partition.
Installation went fine till the copying operation was completed and XP asked for reboot. After that either it starts over again or throws invalid disk.
Starting over is an infinite loop the only way I see is to choose the "Repair console" but I'm not used to a DOS box.
Can anyone help me through this harmful installation?
Hi. I am running some NUnit tests automatically when my nightly build completes. I have a console application which detects the new build, and then copies the built MSI's to a local folder, and deploys all of my components to a test server. After that, I have a bunch of tests in NUnit dll's that I run by executing "nunit-console.exe" using Process/ProcessStartInfo. My question is, how can programatically I get the numbers for Total Success/Failed tests?
Is possible to format/color the output in the Xcode console? I know that you can do that while debugging CoreData on Mac by setting:
com.apple.CoreData.SQLDebug 3 and
com.apple.CoreData.SyntaxColoredLogging YES
What with our own logs, can we color/format them too somehow?
Hello,
I am using windows 7.
i got a user on my computer a non-admin user, and i want to apply on him user policies from the Microsoft Management Console.
i added group policy object editor, chose Non-admin group, set a setting, saved and close.
but i when i logon to that user i applied to, it just won't effect!
please tell me what i miss,
thank you.
Rails defines a bunch of magic with named routes that make helpers for your routes. Sometimes, especially with nested routes, it can get a little confusing to keep track of what URL you'll get for a given route helper method call. Is it possible to, using the Ruby console, see what link a given helper function will generate? For example, given a named helper like post_path(post) I want to see what URL is generated.
Hi guys, I found an old Windows XP SP2 in my -trash- cd can and tryed it on a 30 gb FAT32 partition.
Installation went fine till the copying operation was completed and XP asked for reboot. After that either it starts over again or throws invalid disk.
Starting over is an infinite loop the only way I see is to choose the "Repair console" but i'm not used to a dos box.
Can anyone help me through this harmful instalation?
Cheers, Daniel
While Trace.WriteLine("foo") works.
Why it's so? Workarounds?
This one looks like guilty bug:
Trace and Console writes are not displayed in results when an exception occurs
I have a PHP web page, from which I need to call a perl script which executes in a console.
Please consider the possibility of getting the return values back to PHP with this?
Although not mandatory to pass values back to PHP. I want to see the possibilities.
Any help please?
Thanks.
I have a very simple console app where I'm using dataset.WriteXml(@"c:\temp") but I'm getting message "Access Denied". What do I need to do?
Using Visual Studio 2008 on XP Pro.
I'm trying to set the Console window executed via my C-sharp code to be centered each and every time code is generated.
I hope that makes sense.
I thank you guys in advance.
In eclipse how do you adjust the maximum lines in the console window? My program outputs 2000 lines of numbers and eclipse truncates it so therefore I am missing some numbers
So, Im a beginning C# programmer. I know basic syntax and simple things like if statements and loops(methods and classes too). I've only used console apps right now havent bothered with windows forms yet.
So any simple app ideas that introduce new things important for C# programming.
Also, NO tutorials. I want to make all by myself.
Hello , i have written an sql script for updating a database that runs in SQL server 2005 and I want to make that changes to the production DB server but I dont want to run the query from the query analyzer , is there a way to run the sql script from console?