Top "Lines" questions

The shortest distance between two points.

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(…

language-agnostic graphics vector lines points
PHPMailer - how can I add break lines in altbody?

How can I add break lines? I'm using this: $mailbody=$username."\r\n"; $mailbody.=$email."\r\n"; $altbody=$username."\r\…

php phpmailer break lines
How to limit JTextArea max Rows and Columns?

I am using JTextArea in JScrollPane I want to limit the maximum number of lines possible and the maximum chars …

java text limit lines jtextarea
How to delete duplicate lines in a file...AWK, SED, UNIQ not working on my file

I find many ways to do this, AWK, SED, UNIQ, but none of them are working on my file. I …

sed awk duplicates lines uniq
Android - show grid lines on camera

I am newbie in android application development. I want to create an application that get stream from camera and show …

android camera grid lines glsurfaceview
JFreeChart Scatter Plot Lines

I'm trying to create a graph with JFreeChart, however it doesn't get the lines right. Instead of connecting the points …

java jfreechart lines scatter-plot
Indenting all lines inside textarea

Is it possible to text indent each line in a textarea? I'm using a handwritten font and the first letter …

css textarea indentation lines text-indent
FLOT: How to make different colored points in same data series, connected by a line?

I think I may have stumbled onto a limitation of Flot, but I'm not sure. I'm trying to represent a …

colors flot lines points
Ruby - How to skip/ignore specific lines when reading a file?

What's the best approach for ignoring some lines when reading/parsing a file (using Ruby)? I'm trying to parse just …

ruby parsing cucumber lines skip