File Definition and 601 Threads

Filé powder, also called gumbo filé, is a spicy herb made from the dried and ground leaves of the North American sassafras tree (Sassafras albidum).

View More On Wikipedia.org
  1. phion

    Troubleshooting File Copying and Removing Items in Visual Basic Function

    Hi, I'm having trouble figuring out how to copy the contents of a file over to another file, and removing an item of the content of the list I'm copying in the process. The idea is that I need to remove an item from a list by copying everything that is in file one over to file two that is not...
  2. V

    Database mounted. ORA-01113: file 1 needs media recovery

    The only way to recover is from media backup? I know I cannot "rebuild" system datafile, but if I don't have a backup - I know shame on me! - Is there anyway to recover database?
  3. L

    Why Can't I Open My Database File?

    Can not open database file. When you open a written "Application Error" and all. I tried to import objects into a new database. Tables and queries were imported without a problem, but on the forms, reports and modules gives the same error. Standard recovery says that all recovered, but no result.
  4. Silicon Waffle

    IDM - unable to retrieve TS file

    I am using IDM to download a flash file encoded with .ts extension. But IDM reports that the file is not supported.
  5. James889

    Getpwnam no such file or directory

    Hi, I'm trying to write a simple authentication plugin which authenticates a user against /etc/master.passwd. The problem is the call to getpwnam() which fails with 'no such file or directory' Relevant code below char username[10]; memset(username,0,sizeof(username)); /* Read the username */...
  6. R

    Can .CNF files be converted to .TXT files?

    hi, is there anyway to convert .CNF to .txt file? regards
  7. G

    How Can You Delete a Record from a Text File Using a Struct Field?

    Homework Statement How to delete specific record from a text file by some field from struct? Homework Equations -File handling -Searching algorithms The Attempt at a Solution I know that one of the searching algorithms is needed, but could someone explain how to delete found record from file?
  8. kelvin490

    MATLAB MATLAB how to automatically read a number of files

    I would like to plot a number of 3D graphs from different data files. For example I am using fid = fopen('SS 1.dat','r'); to read the first file and then plot a graph. How to set the program to change the name to 'SS 2.dat' automatically? Also for the tenth file the name becomes 'SS 10.dat'...
  9. A

    Repair Outlook Express dbx file

    has a sent items.dbx file which is about 400 over MB.. when open it, there is only a few emails with the file size quite small. any recommended free software if preferably to repair the dbx file?
  10. A

    MATLAB How to plot text file in MATLAB

    I had to use a network analyzer measuring the standing wave pattern along a transmission line taking data points at half mm increments. The software I used got me the values in a text file and the way it is formatted, I can't figure out how to make the left side the X axis and right side the Y...
  11. W

    Run SQL File: Free Programs to Execute and Query Output

    Hi all, I have an .sql file; written as a set of commands, as a general text file, with a .sql extension. I need to execute it in order to get some tables as output, and then run some queries on these tables. Are there some free programs to run/execute the file? I got some hits on a search...
  12. eukithor

    How to recover a corrupt 2007 Outlook pst file

    I renamed a pst file on our server. I didn't make sure that Outlook was closed. I went to rename the pst and it corrupted the file. How can I get this to read as a .pst file again.
  13. W

    Saving SQL queries in .sql file -- What Program to Use?

    Hi all, I have some queries to do, which I want to save as an .sql file. What program can I /must I use to do this? I think I remember at some point using plain old Notepad to write the queries, since these are made of standard English commands, nothing too fancy. Would this work? Thanks.
  14. A

    An interactive app for file management

    I am looking for an apps (on windows8) for file management. Something that I can put my selected files in it and to see them in the same time using an interactive way. Also to write, edit with interactive links and pics. what do you recommend. For example, I am preparing to write an article in...
  15. S

    Fortran Fortran (90) runtime error: End of file

    I am using fortran 90 to find the prime numbers (1-100). When I print to the console, everything works. If I try to write to an text file (.out). This is from my command line: Sues-MacBook-Air:FORTRAN sueparks$ gfortran PRIME.f90 Sues-MacBook-Air:FORTRAN sueparks$ ./MY_PRIME.out PROGRAM PRIME...
  16. jeremiel

    Pst File Corrupt Went From ~2Gb to 0Kb

    I have outlook 2003. I opend it this morning and received an error message that the set of folders could not be expanded. So I closed the .pst file and then tried to reopen it. I then received an error that outlook did not recognize the file type. I then went to where the file is located and...
  17. H

    Is There a Way to Recover Data from a Corrupted PSD File in Photoshop CS4?

    hi , I am a matte painter and I am facing a problem concerning photoshop . i was working on a psd. file and after finishing my work i press ctrl+s to save it but unfortunately in the middle of the saving process the c.p.u. has been turned off because of the u.p.s fault after restarting the...
  18. N

    [Arduino] how to save serial monitor in the text file?

    Dear everyone, I trying to save serial monitor in the text file, but I still do not know how, could you please help on this problem? Here is the codes with random numbers are set up, and I would like you save all data into the text file, Thank you very much, Nate Duong, long Channel1a;long...
  19. AliGh

    PHP How can I decode multiple layers of encoded php code?

    My cousin gave me this file The commands eval(gzinflate(base64_decode())); decodes the entered code and run it as a php code . The problem is that its not the only decoding command there are several of this command in the code . I used this command for the code and put the result in a...
  20. D

    Troubleshooting Corrupt ISO File Stitching

    I'm trying to stitch a ISO file together and failed. I used SFV Checker to varify every RAR files was Ok and then running latest winrar in WindowsXP_sp3; Winrar went through almost the entire process and gave me this " CRC failed in xxx.iso. The file is corrupt" at the end. It also showed no...
  21. P

    How to practically measure entropy of a file?

    I'm trying to measure now much non redundant (actual) information my file contains. Some call this the amount of entropy. Of course there is the standard p(x) log{p(x)}, but I think that Shannon was only considering it from the point of view of transmitting though a channel. Hence the formula...
  22. M

    VHDL how to write in text format to a output.txt file

    Homework Statement How can I write to the output file in text format in VHDL? Like I want this to be in the output.txt file after I run my program. Hexadecimal - Binary - Total - Error - Success Basically this will be the header of my .txt file. thank you. Homework EquationsThe Attempt at...
  23. B

    Matlab: Open file with typed filename and/or uigetfile?

    Hi all 1. Homework Statement I have a function script for doing some analysis of data from a text file and making some plots. My script takes the filename as an input argument - this is very helpful for running the analysis over multiple files and replicating results. However, I have also...
  24. Benjamin_harsh

    Is editing Host file in windows 7 is dangerous?

    Is editing Host file in windows 7 is dangerous? i want to edit Host file, so that i can bypass blocked sites. :) but i am fear whether will my pc's OS get damaged or not? :(
  25. T

    Comp Sci How to Save and Sort a List of Historical Events in Java?

    Homework Statement You are provided the following list that contains (semi-random) years from modern history. Save the list to a text file named “events.txt” Write a program that: 1. Reads in the file “events.txt” 2. Sorts it with the latest events first 3. Determines whether the founding of...
  26. P

    How to import text file to casio fx-cg20 calc?

    DOo somebody know how to import text to casio fx-cg 20?
  27. C

    MATLAB Getting Started with Matlab Image Analysis

    Hello everyone, I just started learning Matlab and I am trying to figure out how to image analyze an STM file. Where do I begin? Thank you, Michelle
  28. N

    Deciphering a coordinate system in an XML file

    Hello, firstly I have to make the usual apologies of ignorance and inexperience, but that's why I'm here! I have a library of XML files which each contain two sets of image data. Together they make something very similar to this:http://imgur.com/vjs7MRH The grey and red points are given in...
  29. R

    Comp Sci Java: Reading a file into an array

    Homework Statement How do I read in a file line by line into an array without using arraylist? Homework Equations NoneThe Attempt at a Solution I know how to do this using BufferedReader, but I am wondering how to do this using Scanner? When I used BufferedReader I noticed that there must...
  30. J

    How to get specific frequency and time values for .wav file

    How to get specific frequency and time values for .wav file and export the values as .csv? Problem: I need to analyze this music .wav file, particularly for its frequency, amplitude, and pitch over specific intervals of time. Is there any easy to use software and steps I can take that can...
  31. Superposed_Cat

    Text file with all English words and their part of speech

    Hey all, been wanting to get into NLP (natural language processing) but I require a text file with a list of all English words (not the definitions) and a tag indicating their part of speech, I know it exists because I had it on my old laptop but I can't seem to refind it. Any help apreciated.
  32. V

    MATLAB Matlab- storing iterations into a single matrix and file

    Hi guys: I have a program which is supposed to fit x- and y-data to a certain function and give me the optimum parameters. This is no problem. What I want to do though is to perform a for loop that allows me to plot the CHANGE in those parameters over time (as I conduct a real life...
  33. nomadreid

    How much can one delete from a Roaming file?

    My Malwarebytes keeps giving me a message that it has blocked a potentially damaging .exe file, and told me where to find it. I would like to delete a lot of this file, but a lot of articles say "Be very careful about deleting anything from the Roaming file." Scary. How much can I delete from...
  34. Medicol

    Copy a file that is being used by another process

    I have a file in my computer that I would want to delete but I always get error message of insufficient access right even though I am already an administrator. The file is being used by another process I don't know. That process seems to gag on the file forever. I scan the system but no virus is...
  35. M

    Matlab Issue with aligning text in table format in .txt file

    Homework Statement uData is a 30x5 matrix with numbers. name_Database is a 30x1 cell array with strings of Names (e.g. Fake Subject 1, Fake Subject 2, Bob). What would fix the code so that the data aligns? (please see image for the misalignment). Homework EquationsThe Attempt at a Solution...
  36. Silicon Waffle

    C/C++ [C++] Reading a binary file into a byte array

    I have to read a binary file into a byte array and chop it wherever I like. I'd like to use a vector of char to do this. But reading some resources from known people, I find they tend to use char* or char []. Using a vector of chars seems easier for retrieval of any block of bytes. Which means...
  37. AlbeFerS

    Finding UO2 Enrichment Value for MCNP5 Input File

    Hi there, I´m just finishing an input file for MCNP5 and I can´t find a value of density for UO2 enriched to 3,25% - 3,6%. Does anyone know it or know where I can find it? Thanks in advance! (P.D.: wikipedia is not my friend... )
  38. S

    Fortran [Fortran] How to open .hdf5 file extension

    Hello, i am relatively new linux user so please be as thoroughly descriptive as you can. i am starting a project and i have a file "file.hdf5" which contains velocity data i need to process in my fortran program. What do i have to do in order to use the data inside this file? i normally use...
  39. FOIWATER

    Program to find number of lines/paragraphs, and words in a txt file

    Homework Statement Hello, I need to write a program which finds all words, lines, and paragraphs in a text file. I am to scan the document character by character. When I get to the end of a line, I need to count the total number of words in that line and add it to the total. If the total is...
  40. sheldonrocks97

    Write a C program to read values for times from the input file?

    Homework Statement Write a C program to read values for times from the input file times.txt; compute sin(5*pi*t) for each time t given in times.txt; output comma separated values of t, sin(5*pi*t) into an output file named output.csv; and compile the program using a makefile. Hand in a copy of...
  41. M

    MATLAB [Matlab] How to use inputdlg string variable in text file?

    I am trying to display the input that I enter into the dialog box from "inputdlg" function into a text file. This is what I've so far: prompt={['What is your name?']}; title = 'Name Machine'; answer = inputdlg(prompt, title); name = answer{1}; fileID = fopen('NameMachineFive.txt', 'w')...
  42. StevieTNZ

    Ubuntu 14.10 - Modifying .conf file

    Hi there I installed the latest version of Ubuntu (14.10) onto an old desktop, and am trying to make it connect to the Workgroup all other computers in the house are on. I installed Samba as per the instructions here -...
  43. W

    Recorded (Sound) Message: Turning it into a File (How to)

    Hi All, I have a very basic , bare-bones phone, with no web access. It does allow, though, for others to leave recorded (sound) messages.The phone does have a USB port, and I do have a USB cable. Now, my question is, how can I turn a recorded message into a file I can store in my computer? The...
  44. F

    Using a CNC Machine With a CAD File

    I'm working on a project that requires me to use a CNC metal cutter. I'm using LibreCAD to design the thing I need to have cut (it's a radio chassis). The wiki doesn't really offer much besides a general how-to-use, and after playing around on the program I'm wondering two things. First...
  45. adjacent

    Transforming a text file to a database

    I have a list of contacts like this: Name ,Address:House ,Island ,Atoll 7777777 Name ,Address:House ,Island ,Atoll 7777777 Name ,Address:House ,Island ,Atoll 7777777 I have a large number of these and I want the details to be separated to different columns. Is there any program which...
  46. SalfordPhysics

    Comp Sci Java - Importing .csv file for calculating selected averages

    1. Problem: The task is to import an excel (.csv) file containing monthly weather data and produce a programme that can execute different averages on a yearly basis. i.e.;, produce average rainfall, maximum or minimum temperatures for desired years. I have thus far managed to calculate average...
  47. C

    Comp Sci Saving string to text file in Java IO

    Homework Statement Hey everyone, I have a question regarding file IO in java. My assignment says: Extend program 2-add menu items Open(reads employees from a file),Save(writes employees to a file already specified), and Save As(writes employees to a new or different file than the one...
  48. B

    C/C++ C++; How to read-in a unknown amount of numbers from an external file

    Basically I want to take an unknown amount of variables and sum them up. I'm sure it's simple. I know there is some way to tell VS to keep reading the opened stream from my numbers.txt file. #include <iostream> #include <fstream> using namespace std; ifstream data_input...
  49. F

    Find specific reaction cross section in an ENDF file

    I'm trying to find specific reaction cross section 18O(p,n)18F in proton + O-18 TENDL (ENDF format). # p + 18O : (p,n) Total # Q-value =-2.51902E+00 # E-threshold= 3.64964E+00 # # energies = 45 # E xs 1.000E+00 0.00000E+00...
  50. M

    LaTeX How to generate a .cls file in latex?

    hey pf! i was wondering if any of you knew how to generate a .cls file in latex? in other words, what typeset do i select. for example, some i have now are LaTex, Plain Tex, XeLaTex... i'm using TexShop thanks! josh
Back
Top