Questions tagged [lines]

This tag can refer to rows of characters in text output or input, or to the shortest distance between two points.

This tag can refer to:

  • rows of characters in text output or input;
  • the shortest distance between two points (see also: ).
1223 questions
-1
votes
3 answers

CSS doesnt work after 192 lines

Hi my CSS just stopped working from line 192 or "theme section" down everything above it works but anything after that isn't working any more can someone please take a look at my code and see if you can see any errors thanks in advance! body…
Mitchell Layzell
  • 3,058
  • 3
  • 20
  • 33
-1
votes
1 answer

Endless amounts of one line of code, removed after event, produced after another

My game shoots a bullet, but the problem is you cannot shoot more bullets than the amount you put in (imageA, imageB, imageC, etc...) So, I'd have to write "blit blah blah imageA" about 30 times for every gun for every player. This is just…
Bluetiger6001
  • 151
  • 2
  • 3
  • 9
-1
votes
3 answers

Replace Blank Lines and spaces java

I have a java string like the one below which has multiple lines and blank spaces. Need to remove all of them such that these are one line. These are xml tags and the editor is not allowing to include less than symbol
Tameem Ahmed
  • 71
  • 1
  • 2
  • 7
-1
votes
1 answer

Same TextBox in EasyGUI

I wish to have each item in my list printed on a different line in the same textbox in EasyGUI. How do I code for this? EDIT: Sorry, I was a bit vague. Let me explain further. I have a list called combinations. It has 50-100 entries. When I try to…
Hersh S.
  • 197
  • 2
  • 10
-1
votes
1 answer

Draw multiple lines Quartz 2D

I want to draw 15 horizontal lines, with 20 points space between them. I can't understand why this code doesn't work. - (void)drawRect:(CGRect)rect { // Drawing code CGContextRef context = UIGraphicsGetCurrentContext(); …
Cosmin
  • 2,840
  • 5
  • 32
  • 50
-2
votes
2 answers

Line from one instance to another not working Action Script 3.0

I am trying to create to movable instances, that are draggable, and which have a line connecting them which updates automatically. The thing is: The original line just goes randomly and doesn't update as the instances (mc1, mc2) are being dragged. …
8-bit mate
  • 85
  • 2
  • 11
-2
votes
2 answers

Appending a file once a word has been found in a txt file in python?

I'm doing a python project for school, and just can't figure out how to complete it. I need to search a txt file, line by line, for a particular word. If the word is there, I then need to append the file 3 lines below the word to add a new entry.…
alaska
  • 1
  • 2
-2
votes
1 answer

Lines that aren't in same line

i have doing assembly but i stack somewhere, i don't know how can i do this,i want to "appear" this message on screen in assembly,i use emu8086.I wrote MES DB 10,13,"Za7",10,13,"$".The first line but how i do the second or the third or the four.I…
ek.Nik
  • 185
  • 1
  • 8
-2
votes
1 answer

Test is two lines are intersecting

So this question already has many answers but i was not able to find one for my specific problem. I have a very special case with only positive integers where always a line has always either the same x-values or the same y-values. I have two such…
MegaIng
  • 7,361
  • 1
  • 22
  • 35
-2
votes
2 answers

How to remove vertical lines from img

I have a problem to find digits in pictures attached bellow. It is caused by vertical lines which sometimes occur and sometimes it's not. I'm looking for idea how to remove these vertical lines them from pictures. I've tried contour detection, but…
-2
votes
1 answer

BASH delete lines containing some characters

I have a file with an output like this: server1 server2 server1_server2 server3 server4 server5 server6 server5_server6 server7 server8 server_prod server_test ..... Im searching the way to remove the lines that already are included in lines with…
Deeshey
  • 1
  • 2
-2
votes
2 answers

Filtering text by awk or bash with some specific conditions

I have an output (of a well known btmon tool) as in example below and I need to parse it and get some info from it in the next way: if UUID is presented in the section HCI event: and it equals to 32f9169f-4feb-4883-ade6-1f0127018db3 then take the…
Ruslan Gerasimov
  • 1,752
  • 1
  • 13
  • 20
-2
votes
2 answers

Python seemingly not reading from text file

files = [] with open("[...].log", "a+") as posshell: for line in files: print(line) posshell_files.append(line) I have no clue. It prints nothing. The array is empty. I've tried grabbing every null character and removing them in…
Dylan Moore
  • 443
  • 4
  • 14
-2
votes
1 answer

How to read a separate values from multiple lines?

Which function, we use in C language to read a separate value from multiple lines like name phone address .. example of what i need name:..... phone:..... address:.... Now after printing all this informations then the user can start fill in…
Anas Kasmi
  • 43
  • 7
-2
votes
1 answer

Powershell delete lines above matched text

Could anyone assist me in finding a simple way to find a string in a text file then deleting 10 lines above that matched text using powershell? For instance, I have a text file along these lines (with multiple instances of similar text I want to…
Simon K
  • 1
  • 1
  • 3