Tagged Questions

0
votes
1answer
8 views

How to tell SQLexec not to wrap characters?

I'm using Oracle 11g. Also using the spool command to get the output of a query to a file. The problem is that sqlexec is wrapping the characters and making my life miserable. Now …
0
votes
1answer
19 views

Process.Exited event will not be called

Hi all, I have the following code snippet to call into command line: p = new Process(); ProcessStartInfo psi = new ProcessStartInfo(); psi.FileName = "cmd.exe"; psi.Arguments = " …
1
vote
2answers
40 views

Line Segments from a point

I have a point p, and 2 line segments in a 2D plane. Point p is a location of view from where camera is looking towards the line segments. I want to check if line segment 1 is part …
0
votes
0answers
9 views

Findbugs does not display source code line number

I am using Findbugs 1.3.9 and it displays the source file of the errors but does not identify the source line number. It just says something like "may fail to clean up java.sql.St …
0
votes
1answer
51 views

AS3 - Tile image/movieclip along a line

If possible I would like to tile an image or MovieClip along a line using the standard moveTo() and lineTo() methods, The lines are directional so need to show something similar to …
0
votes
2answers
54 views

Objects on the Same Line without Losing positions?

Hello There, I am trying to put two banners on top of a navigation bar with everything nicely centered. I can get the two banners to nicely sit by one another but when I make the …
0
votes
2answers
56 views

Clipping WPF elements in a canvas

I am working on an interactive WPF graph/tree tool and have nodes and links between them placed in a canvas. The nodes are usercontrols and the links are simply Line shapes, and cu …
0
votes
1answer
23 views

Connecting two WPF canvas elements by a line, without using anchors?

I have a canvas for diagramming, and want to join nodes in the diagram by directed lines (arrow ends). I tried the anchor approach, where lines only attach at specific points on th …
0
votes
1answer
37 views

how to execute and read from a command line during installation of installShield exe

Dear Sir, I am new to Install Shield, and i have a really critical requirement. In between the installation steps, the installer should run a clearcase command in the backend and …
0
votes
1answer
53 views

Asterisk (*) in windows batch file command line argument gets expanded

Hello, I have a batch script that takes arguments from the command line. One of the arguments has a * in it. In spite of putting the argument in quotes, the * gets expanded before …
-3
votes
2answers
92 views

SVN command line dialogs

How do you suppress the annoying dialogs from the command line? I'm using windows 7 (WMWare), latest command line client from collab.net, I'm getting a simple confirmation dialog …
0
votes
7answers
106 views

PHP Line Indentation

Hi, I'm curious to know, how many spaces of indentation do you prefer in PHP code? function one() { $one; function space() { $space; } } function two() { $two; functio …
3
votes
22answers
918 views

When writing code do you wrap text or not?

I know a lot of people have their ide wrap lines in the code editor but i've always been of the thought that one statement = one line. Thoughts?
0
votes
2answers
104 views

Java passing command line arguments to methods

I'm writing a program, which takes two words as command line arguments, does something to them, and prints out the result. I'm writing a class to handle this, and my question is: w …
2
votes
7answers
716 views

Find a tangent point on circle?

Given a line with first end point P(x1,y1) another end point is unknown, intersect with a circle that located at origin with radius R at only one point(tangent) T(x2,y2). Anyone kn …

1 2 3 4 5 6 next
15 30 50 per page