python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Searching for float value in .txt file
I have a program that saves a .txt log with multiple values and text. Those are time values can differ each time the program is ran, but their place in this .txt file is always the same. I need to gra...
Redal_Snake
Votes: 0
Answers: 1
Matlab matrix colored based on values from txt file
I want to create an image like the one below, based on a specific matrix where 4 is green, 3 is blue, 2 is yellow and 1 is red.
The image would be 18 columns and 22 rows and the data would be uploade...
Prayer
Votes: 0
Answers: 0
How to filter for columns using awk while keeping header line?
I have a file that looks like this. The file has 26 columns and ~4000 rows. I want to filter to keep the header (id to pc15) as well as filter to obtain the columns $1, $2, $12,$13,$14,$15,$16,$17,$18...
HKJ3
Votes: 0
Answers: 5