The lines tag has no wiki summary.
2
votes
3answers
65 views
How can i write to a txt file with multiple lines?
I made an online survey and I keep track of all the inputs in a txt file.
Below are two questions, and everytime someone answers a question, I want to append the answer to the coresponding question.
...
0
votes
3answers
22 views
Resize TextFile (Keep X amount of first lines and delete the rest of lines)
I'm trying to delete all the lines after "X" number of line in a textfile, I mean to keep the first "X" amount of lines and delete the rest of lines.
I know how to do this by this way:
1. Open the ...
0
votes
1answer
68 views
Perl print unless regex and line counts
I currently have this working sorting through a zone file for automated deletions..
perl -i -ne 'print unless (/#$DOMAINNAME/ and \$n=7) .. not \$n--' named.conf.ext
(escaping n is required for it ...
3
votes
1answer
38 views
Vim copy and concatenate the lines
I got a file that looks like this:
G:\some_folder
file1.avi
file2.wav
E:\some_folder2
fileABC.avi
fileDEF.wav
I would like to transfer the file into:
G:\some_folder
G:\some_folder ...
0
votes
1answer
33 views
Rewrite files after skipping lines batch file
Need to read files in directory, rewrite them after skipping the first 77 lines, save to new txt file with the old name.
Diectory (there are many more files than this):
...
1
vote
1answer
27 views
Powershell - how to obtain previous lines from text file?
I have a text file containing hundreds of lines of text containing database info.
I'm trying to extract the DatabaseIds for any database which is 35GB.
I would like to interrogate the file using ...
0
votes
1answer
16 views
Auto delete line
I have create a table of Different Operators, handling different Vessel and having different code. I want to be able to auto delete the table based on the 1 Operator on each worksheet (which I have ...
0
votes
1answer
44 views
connecting all points between two subplots in matlab? [duplicate]
I want to connect all the points in a scatterplot in one subplot to another subplot. Both the scatterplots have been linked. So points in same row between subplots to be joined by lines. How to join ...
1
vote
4answers
30 views
read a file from a specific line php
I try to read some specific lines in text file.
My text file is like that :
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from ...
1
vote
1answer
43 views
Algorythm to find polygon that encloses a point - Only lines are defined
I have a 2D drawing with many straight lines.
All those lines are mathematically known. And they are independent of the others.
You can consider I know start and end point of each line and I can make ...
0
votes
1answer
27 views
BASH - quickly determine the number of lines in a file that start with a Uppercase
How can I quickly determine the number of lines in a file that start with a Uppercase?
I think with regex this would be [A-Z]*), but I don't want to "read line" ...
something more faster.
1
vote
2answers
21 views
Limiting a String to 2 lines in android, then cut it and concatenate a String
My question may sound a bit weird but I'll try to explain it better here.
I ahve a TextView in android, at the inferior part of my activity. I want to have it limited to 2 lines, which is easily ...
0
votes
0answers
16 views
change value in a line from another file
i have around 2000 nfo files that i need to replace one file with data from another.
in every nfo there is a line with info such:
"title blah blah blah /title " (the title is inside <>)
i have ...
0
votes
0answers
12 views
How to intersect 2 lines with Clipper Library
I´m trying to intersect 2 lines with the Clipper Library
Clipper Library
In C++ Language. The problem is that i cant get a valid solution, no points are calculated when intersection. I´d like to ...
0
votes
1answer
17 views
How could i make a line break in a text field in android
I would like to know how to make a line break like this in a String:
This text goes on for..
... ever
could there be a next line method?
thank you in advance :)
0
votes
1answer
31 views
for each .txt file line create a new link with .txt file line data in php [closed]
I would like to create a .php file that will read a .txt file and then for each line in the text file it will take the data and create a new link with the data.
Example:
list.txt
r2389
y3323
u3330
...
-1
votes
1answer
30 views
Drawing Lines in Java with a loop [closed]
I need help drawing lines in Java. I have written the code for one corner with 15 lines. But I am having trouble figuring out how to draw these 15 lines again in each of the 4 corners at the same ...
-1
votes
1answer
44 views
Python 2.7: Convert one line into lines of 260 characters and remove all character before '_' in each line
I must convert infile into lines of 260 characters and than remove all the content before (including the character) '_'
I have been looking around for hours now and found a way to convert to 260 ...
-1
votes
2answers
34 views
Unique lines in bash
I'm absolutely novice in bash, so here is my problem:
Any number of lines of text is given from standard input.
Output: number of non repeating lines.
For example:
INPUT:
She is wearing black ...
0
votes
0answers
52 views
Thick line between labels (C#)
I want to make a sudoku field of labels, for which I have the code.
Now I want thick lines between some labels so you can see which block of labels are together.
This code makes the labels:
const ...
1
vote
4answers
126 views
Splitting large text file into smaller text files by line numbers using Python
I have a text file say really_big_file.txt that contains:
line 1
line 2
line 3
line 4
...
line 99999
line 100000
I would like to write a Python script that divides really_big_file.txt into smaller ...
0
votes
1answer
48 views
Read specific lines from .txt file in Visual C#
What I am trying to do is create a small application where users can register and then log into the application. I'm using visual c# (visual studio 2010).
Since I don't really know anything about ...
-1
votes
1answer
152 views
Slope between two points in X,Y,Z coordinate system
I took a course in Java at University 2 years ago, and now I have to create a program where I type in 2 sets of coordinates, and the program will create a 3-D graph of a line between the two points, ...
0
votes
1answer
58 views
Removing points and small lines in opencv
Is there any function or algorithm to remove points and small/short lines from the image. I have made a metric map for robot. I have used algorithm to make a skeleton from the image. What I need is, ...
0
votes
1answer
116 views
How to draw lines with mouse in C#
Im currently trying to make a pragram in visual studio WPF form, that draws lines using mouse like in paint.
Currently it is drawing the same old line and continues drawing it but i want to draw ...
1
vote
1answer
42 views
Removing lines around button after it's clicked in Swing [duplicate]
I have a JButton in Java(Swing):
After the click I get this line around the button:
How do I remove these lines?
-1
votes
0answers
91 views
OpenGL Draw Line Graphs
I need to draw line graphs.
Currently, i'm reading this tutorial.
Basically, i need to read from txt's the values i'll need to draw. The main purpose is to draw a line graph, with axes and display ...
1
vote
2answers
44 views
Setting up repetition in lines()
I am trying to create a 'before and after' line chart which shows results of blood tests before and after an operation. I have 307 pairs of data so need to get the lines function to plot a line for ...
0
votes
2answers
50 views
Remove lines from a file starting with a space, including empty lines
To delete all lines of a txt file that begins with a space (including empty lines), I write
findstr /v /b /c:" " <%1>result.out.
Indeed, result.out file get answer for me if there is no ...
0
votes
1answer
47 views
Multiple Lines in the Same Plot in R
Sorry if this is a repeat question but I couldn't figure it out from the other posts as I'm still learning R. I want to place the 3 stochastic lines on the plot but when I run my code it only plots ...
0
votes
1answer
213 views
c# wpf multiple line drawing on canvas with kinect sensor
So first of all let me show you what I want to accomplish:
http://www.youtube.com/watch?NR=1&feature=endscreen&v=FdwZEepJxJ4
There the guy is drawing a long curved line using kinect. I need ...
2
votes
5answers
91 views
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 the Scenarios from a Cucumber .feature file and would like to skip lines that ...
0
votes
0answers
42 views
Java applet scribble on the background image
Recently I started making applets and i wanted to know If its possible to make a java applet that has got background image and you could scribble something on it! As far as I researched couldn't find ...
0
votes
1answer
62 views
Reading and organizing file lines C++
I recently started using files and I'm having some troubles implementing them in my main college project.
The following code times how long you take to type a number and hit enter, and writes the ...
-2
votes
1answer
90 views
How to use Turtle graphics to draw a series of parallel lines in python?
How i can draw a series(ex:5) of parallel lines by turtle in python?
def parallel_lines(number):
#Help me write the body of the function
#number is the number of lines for drawing
0
votes
1answer
35 views
Using different line styles instead of colours
I'm making a SQL Reporting Services report in Visual Studio 2010. The report requires a line chart on it.
It comes out with different colours for different series groups which is ok. However, ...
0
votes
2answers
69 views
Every other line of data is skipped when reading and storing data from a file
I'm new to C++ and I'm having a little trouble when it comes to reading lines of data from a text file. Let's say I have an unknown number of lines in a text file, with each line in the same format: ...
0
votes
2answers
27 views
Eclipse typing code on multiple lines
When I try to type text (between "") in javascript, I have to write everything on 1 line.
I can't press enter because my code woudn't be valid then.
Appearantly you can't type on multiple lines in ...
0
votes
3answers
45 views
Searching for a link in a website and displaying it PHP
hello im a newbie in php i am trying make a search function using php but only inside the website without any database
basically if i want to search a string namely "Health" it would display the ...
0
votes
1answer
51 views
Applescript has a limit of the number of lines.
I am making an app with a TON of features. My problem is that applescript seems to have a cut-off point. After a certain number of lines, the script stopps working. It basically only works until the ...
1
vote
0answers
23 views
Texture and Lines not blending in WebGL
I'm supposed to be having a 2d program using webgl and supposed to have a picture over the canvas which is a texture and above it i draw lines using webgl also. But the thing is both have different ...
0
votes
0answers
35 views
connect points on depth profile in r
I have a dataset that has nine values for each depth (and 1000 depths). I am able to separate out the points by salinity, so I have three sets of points- one for 0 salinity, one for 2.5, and one for ...
0
votes
0answers
185 views
Matlab: Extracting the line segments from the Canny Edge Detector
Is there a way to get all the line segments from the built in Canny edge detector in Matlab?
edgeImage = edge(image, 'canny') <-- does Matlab have method to make the line segments in edgeImage ...
0
votes
0answers
42 views
Lines inside a model are visible and artifacts in GLKit / OpenGL ES 2.0
I'm new in GLKit/OpenGL ES and have a problem with displaying lines inside an object. The lines shouldn't be visible.
http://imageshack.us/a/img17/4528/97138189.png
There is also an artifact from ...
-5
votes
1answer
41 views
Regular expression on multiple lines
I am a scientist, I have a txt file like this:
IDENTIFIERS
dbEST Id: 76635231
EST name: YG14511
GenBank Acc: JK818318
GenBank gi: 384372042
CLONE INFO
DNA type: cDNA
...
1
vote
1answer
37 views
Linecache adding an extra line to the line that i get
When i try to get a line using linecache in python.
loginpass = raw_input("> ")
if loginpass == linecache.getline('Password.txt', 1):
The line that it gets always returns with an extra line.
So ...
0
votes
1answer
40 views
coloring a line on canvas
I am trying to color the following line, but my canvas either colors all the lines or does not color at all. Any help would be appreciated
canvas.save();
canvas.scale(1, 0.75);
canvas.beginPath();
...
-2
votes
1answer
41 views
log reader - log translator [closed]
I want to create program in C# which will open text file -.txt import text into multiline textbox (already done) and than after button click it will go through text and do report resume into multiline ...
0
votes
3answers
72 views
How to check if a line in a file exceeds a number of characters
I am wondering if there is an easy way to check for files in a directory that contain a line that exceeds a certain number of characters. For example, I have a directory with 10000 files and I would ...
0
votes
3answers
63 views
list of lists from file: every 4 lines
I'm reading from a file in Python and need to create a list of lists. Each line is a separate value in a record, each record is separated by a blank line \n.
rsfile = 'filepath.txt'
l_s = ...


