0
votes
2answers
44 views
jQuery expander with max-lines property
Hi,
I really thinks jQuery Expander plugin is great but it can't do satisfy my needs. It cuts text and put a "read more" button after the text which expands the text. But it only …
0
votes
2answers
130 views
Draw a random line.Set CGPoint nil ? - Objective C
Hi,
I use ccTouchesBegan and ccTouchesEnded to draw a line. I want to draw a line when i drag the cursor(or finger) on screen. That mean, when i release the cursor, it will draw a …
1
vote
3answers
126 views
How to delete partial duplicate lines with AWK?
I have files with these kind of duplicate lines, where only the last field is different:
OST,0202000070,01-AUG-09,002735,6,0,0202000068,4520688,-1,0,0,0,0,0,55
ONE,0208076826,01-A …
0
votes
2answers
17 views
getting rid of blank information
I'm still new to Crystal Reports so I'm not sure how to ask this question, but I'll try: my report is set by job #'s I added a table for serive operations. I only want the descri …
1
vote
2answers
34 views
OpenGL linestrip boundaries
Hi, I have a network of polylines, and I'd like to display all parts of the lines that are inside a certain X-Y box. I'm currently rendering the lines in OpenGL using a GL_LINE_STR …
0
votes
0answers
31 views
iPhone SDK: Preferences
I wanted an entire page of text(multiple lines) in my settings similar to the one on iphone:
settings->general settings->About->Legal
I have not been able to do so. I tried enteri …
0
votes
0answers
108 views
Remove lines efficiently in Vim [closed]
How can you remove given lines efficiently in Vim?
I want to remove all lines which match this
:g!/div/
I unsuccessfully ran:
:g!/div/s/^*//g
1
vote
4answers
319 views
Finding points on a line with a given distance
I have a question i know a line i just know its slope(m) and a point on it A(x,y) How can i calculate the points(actually two of them) on this line with a distance(d) from point A …
0
votes
5answers
956 views
Batch / Find And Edit Lines in TXT file
I want to create a batch while which finds specific lines in a batch file and are able to edit these lines.
Example:
//TXT FILE//
ex1
ex2
ex3
ex4
i want to let the batch file …
0
votes
0answers
46 views
how to select multiple lines in iphone .plist file?
Hi,
In my Iphone application ,i am using .plist file having so many data.
I want to select multiple lines in .plist file.
Please give any key combination by using which i can sel …
5
votes
3answers
3k views
How do I draw lines using XNA?
I've read a bunch of tutorials involving XNA (and it's various versions) and I still am a little confused on drawing primitives. Everything seems to be really convoluted.
Can som …
0
votes
3answers
100 views
Find the line & edit it.
I posted another one on this,, but i had to edit it really much...
What the thing bassicly is that a Batch (Maybe including VBScript) can find line 29 in a txtfile... it should ed …
0
votes
3answers
254 views
PHP: Output multiple line command-line outputs as different lines.
PHP: Output multiple line command-line outputs as different lines.
Sorry if the title is difficult to understand. Basically I want my output like A, instead of B. It currently …
2
votes
3answers
158 views
Line functions in R
Hi, I was wondering if it was possible to graph three lines in R using fuctions. For instance, how could I get the functions:
3x+1
4x+2
x+1
to show up on the same graph in r? …
0
votes
3answers
511 views
Ruby : Trim New blank lines
Hi All,
Please help me to solve this.
This is my string
str = "aaa\n\n\nbbb\n\nccc\ddd\n" means four blank lines, all together eight lines
I want to return this in one line
Ou …
