Forgot your password?

typodupeerror

Comment: Re:Implement some things yourself (Score 1) 623

by maop (#31391526) Attached to: Whatever Happened To Programming?

Actually, you can solve all of the problems that you mentioned with a CSV format. If there a commas in the field, then you add quotes around the field. If there are quotes in the field, then you transform each quote into a double quote. If there are newlines then you have a couple options. You can escape them -- transform a newline into backslash-n. Or, if your parser handles it, you can just add quotes around the field and keep the newline, assuming the parser is smart enough to handle fields that are on multiple lines.

To handle optional fields just make the first line in the CSV file, a list of the column names. So the first line defines what follows in the CSV file.

The problem with CSV files is if you need to have metadata in the file itself, or if the data does not easily fit into a single table format.

It's funny.  Laugh.

Flying Spaghetti Monster Gets Mainstream Press->

Submitted by LoveMe2Times
LoveMe2Times writes "While the CNN article discusses the fact that some students will be making presentations about The Flying Spaghetti Monster at the American Academy of Religion's annual meeting, I think the real story here is that there's an article linked off of CNN's home page discussing His Noodley Appendages at all (however, if you take an interest in the topic, the linked article is actually worth a read). Surely, this will be a huge boon in the quest to convert the heathens and educate the unwashed masses! Anybody here ready to give up their Jedi ways and welcome our new Noodley Overlord?"
Link to Original Source
The Matrix

Our universe might be somebody else's hobby

Submitted by Maximum Prophet
Maximum Prophet writes "In this article, http://www.nytimes.com/2007/08/14/science/14tier.h tml?8dpc, John Tierney, posits that we might just be a simulation in someone else's computer, based on the work of Nick Bostrom, a philosopher at Oxford University.
Not really a new idea, but it's the first time I've seen it in the mainstream press.

They don't mention it in the article, but the way to prove the hypothesis would be to look for bugs in the OS, and gain root privileges."
United States

FBI snaps up Napoleon III's gun from online sales->

Submitted by
coondoggie
coondoggie writes "The FBI doesn't usually find itself in the business of retrieving guns but last week it made an exception: a rare Gastinne Renette carbine taken from a Paris military museum during World War II while the Germans occupied Paris that once belonged to Napoleon III. French authorities have searched for the 37-inch gun ever since and when it popped up on the Web site gunsamerica.com, French officials contacted Interpol, which in then enlisted help from the FBI.An undercover operation was initiated by local FBI agents, and agents from the FBI's Art Crime Team, which resulted in the safe recovery of the weapon last week. The Art Crime Team is the FBI's 12-member rapid-deployment unit responsible for investigating cases involving cultural property and artwork. To date, the Team is responsible for recovering more than 850 items worth more than $65million. http://www.networkworld.com/community/node/18373"
Link to Original Source

It is very difficult to prophesy, especially when it pertains to the future.

Working...