Questions tagged [data-files]

209 questions
1
vote
1 answer

Gnuplot: Polar plot showing variable ranges

I've got a dataset of angle ranges that I'd like to represent as a polar plot. The format is as follows: [Radius]\t[Range 1 lower] [Range 1 upper]\t[Range 2 lower] [Range 2 upper]... A typical data line looks like this: 1.181 0 0 31.8196 38.3883…
soulsource
  • 341
  • 3
  • 12
1
vote
2 answers

Change double precision of data file

I have one hundred files with three fields. Each one looks like this (with more lines) : #time data1 data2 20 1.9864547484940e+01 -3.96363547484940e+01 40 2.164547484949e+01 -3.2363547477060e+01 60 1.9800047484940e+02 -4.06363547484940e+02 … They…
dada
  • 1,390
  • 2
  • 17
  • 40
1
vote
1 answer

Package data with relative path

I'm writing a graphical application which will depend on a language file containing text snippets in different languages for the UI elements. I want to store these files in a lang/ directory inside the package directory which is imported by the main…
2mac
  • 1,609
  • 5
  • 20
  • 35
1
vote
1 answer

Where Can I store my Tablespaces' datafiles using AWS?

Im supposed to create database for a project. Finally decided to use AWS RD using Oracle so we can all can connect to the same database and use the same information available in the application. Now doing a little research, I am supposed to create a…
Ale Rojas
  • 497
  • 2
  • 7
  • 17
1
vote
1 answer

How to properly load data files in Python

So.. I have this little problem with my program. I might need to have some basic stuff explained - especially what happens when stuff is installed via distutils. I have two icons that I'm using in my GUI application made in Tkinter. I have a problem…
user3056783
  • 2,265
  • 1
  • 29
  • 55
1
vote
3 answers

Reading and Displaying Data Files, Correct results, but code is unfeasible

I have a program in class that reads a data file for a store and then prints them out on a prompt. 1 Suits 300 100 92 1 Coats 200 60 65 1 Shirts 1000 12 13 2 Dresses 400 60 65 2 Coats 185 184 200 2 Shoes 600 40 30 3…
Dub
  • 27
  • 6
1
vote
1 answer

MemoryError due to the memory leak of struct.unpack() when reading multiple files of varying size

I am reading multiple data files of varying length using struct.unpack(). It works fine for files around 200MB, but gives MemoryError in struct.unpack() when the size of files exceed 200MB. A related discussion at http://bugs.python.org/issue14596…
1
vote
1 answer

Data files from development machine to iOS device

My app has created several data files as development has progressed through the simulator. Their location is obtained by this function: NSString *pathInDocumentDirectory(NSString *fileName) { NSArray *documentDirectories =…
StoneBreaker
  • 723
  • 10
  • 19
0
votes
1 answer

data file location on iPad

I've been teaching myself over the last couple of weeks by typing in programs from the iPad books I bought (Backlin's, SAM's, Apps for Dummies, etc.) and YouTube tutorials. Still, there are a couple of things I haven't grasped intuitively. Do you…
Rob Smythe
  • 409
  • 1
  • 3
  • 16
0
votes
1 answer

How to replace an apk default save data file?

I want to replace an apk default save data file . For example I have an app and i set some setting on the app settings or i progress on the app and it works better and is better optimized . I want to replace my now better optimized save data to the…
0
votes
0 answers

SQL Server datafile auto grow cancelled

I have a sql server 2017 Enterprise Edition installed on one of my servers. i am getting following error in my SQL Server logs. DESCRIPTION: Autogrow of file 'xxxx_data' in database 'xxxxxx' was cancelled by user or timed out after 29627…
angadai
  • 1
  • 1
  • 1
  • 2
0
votes
1 answer

How to remove a team name (String) from an Array read from a data file?

I am trying to make an input dialog that prompts the user to select a second team that plays the first team. The team the user selected before cannot show again and there needs to be an error check if the user inputs something that isn't a team…
Zia
  • 1
0
votes
0 answers

Problem for changing UID & GID on two datafiles on Unix

I wanna open two datafiles (test.mdf and testlog.ldf) on Azure Data Studio but I can't. I expose the steps that I have followed until the problem which I'm writing here. I've moved both of files from local to docker's container for working with them…
molik
  • 15
  • 4
0
votes
1 answer

unable to open .dat files on R even with haven installed

So I use SGA tools for processing my images. It gives back results in .dat files. Now in order to work on this data in R, I tried to import the .dat file using the haven package. I installed haven and then its library, but I am not able to import…
0
votes
1 answer

How to replace button "powered by odoo" in web.login_layout odoo v16?

I want to replace the button which is standard in odoo. In earlier versions, for example in 14, it was possible to do it in the way that I show below. However, it doesn't work now, and I still don't know how to properly remove the button and replace…