Top "Line" questions

The shortest distance between two points.

Bash get last line from a variable

If I have a variable with multiple lines (text) in it, how can I get the last line out of …

bash variables line
How do I reduce the line spacing between text in my Android layout?

I'd like to decrease the line spacing between the text (User12, 5 movies, 2.5% improved) in the attached layout. Here's the xml …

android android-layout line textview spacing
Line intersection with AABB Rectangle?

Preferably without using any kind of loop, as this'll be used in a game. I wish to intersect a line …

c# line collision-detection intersection
iPhone CGContext: drawing two lines with two different colors

I am having some troubles using the CGContext with an iPhone app. I am trying to draw several lines with …

iphone line draw cgcontext
Line break on mobile phone only

I have a phone number on a website. It looks good on a laptop, but on a mobile device half …

mobile line break screen-size
change line height in sublime text default theme after changing the font-size

I found this link on stackoverflow: Sublime Text 2 how to change the font size of the file sidebar? I followed …

height sublimetext2 settings line font-size
How to draw a line on panel? It is not showing up

I have a Panel called panel1 and I am trying to draw a line on my panel1 using this code: …

c# winforms graphics line panel
LaTeX: set custom line spacing except for some document parts

I need to have a 1.5 line spacing within my document but without some parts like the TOC, title page etc. …

latex formatting document line spacing
Is there any super fast algorithm for finding LINES on picture?

So I have Image like this (source: de-viz.ru) I want to get something like this (I hevent drawn all …

algorithm performance image-processing line straight-line-detection
Java- Intersection point of a Polygon and Line

Is there any function that will give me the intersection point of a Polygon and Line2D ? I have a …

java line polygon intersection