|
When I am voting on the answers to a question, should I vote all of them that are close to the correct answer, or just the one that's closest (assuming there is such a clear-cut distinction)? If somebody posts an answer that is better than the one or ...
Started by Paul Tomblin on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The second part of the question moot, since helpful answers don't compete with one another.
|
|
Or how to quickly demonstrate what the new hardware is worth to the boss (or how -not- to impress a passing girl)..
I guess it's a silly question, no one would want to do this on purpose, but I'd like to know, what if...
I've read the story about the ...
Started by Berzemus on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
Yes, if they are hot swappable you can just pull one of the disk and things a good idea to watch the rebuild ....
Make sure your backups are correct up-to-date first just in case something goes wrong and the array doesn't survive the test.
|
|
Hello, I have a question about str_replace in PHP. When I do:
$latdir = $latrichting.$Lat; If (preg_match("/N /", $latdir)) { $Latcoorl = str_replace(" N ", "+",$latdir); } else { $Latcoorl = str_replace ("S ", "-",$latdir); } print_r($latdir); print_...
Started by Plumbum7 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Just truncate the number when displayed, or round it up..
How I would do it; just a variation.
Something after this code that prints out a serie of 0 .
|
Ask your Facebook Friends
|
I have a mental list of questions for Jesus when I die. Seriously, I do. The biggest question I have is why He took my Dad so suddenly and so relatively young. But I also have bigger questions, such as: 1. Do we go anywhere after Heaven? Is there another...
Answer Snippets (Read the full thread at inwardquest):
If the question relates to a question AFTER our death i would of the answers to questions that we dont just now.Or perhaps we do know them in our higher selves but not on a physical ....
Thats an extremely good question.
|
|
I am playing with the code from http://www.codeproject.com/KB/dotnet/twaindotnet.aspx
I am having a problem because twain returns control only after all documents in feeder are scanned. This leads to high memory usage if I scan 20 or more documents.
I...
Started by Deepak on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(But yes - CAP_AUTOSCAN=FALSE.
The TWAIN standard just doesn't require this feature.
To support that.
|
|
So I'm storing a hidden-field time() call with each entry to my DB. The only problem is, they all come out as:
16777215
which is from 1970. I can't tell why that number, because it's not the beginning or end of the current timestamp, and it's the same...
Started by Alex Mcp on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Why? You can do....
See the MySQL Manual
Why not use a data type designed for storing dates?
If you are storing dates, I highly suggest using the built in Date types in MySQL .
You need to make it int or Bigint.
16777215 is the max number for a mediumint.
|
|
So I am working on a simple iPhone app, that uses core data to manage objects. My code is similar in function to Apple's CoreDataBooks app, found here . There is a blank UITableViewCell, and you have the ability to add objects to this blank list. If you...
Started by Steve on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
OPen that xib file -> expand navigation....
You can set that viewcontroller as startup object from MainWindow=.xib file .
And you can put some functionality into that view controller for adding library .
Create another UITableViewController (.h, .m, .xib files).
|
|
I'm working on a vb.net console app that opens a number of spreadsheets one by one, reads in a couple cells and closes the file.
Some of the spreadsheets have formulas that Excel recalculates when I open the file, and I'm getting a dialog box asking me...
Started by Gern Blandston on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
An ....
Expression.Close(SaveChanges, Filename, RouteWorkbook)
expression Required.
Closes the object.
You need to supply a False parameter on the Close method
xlWorkBook.Close(False)
From Excel VBA Help:
Close method as it applies to the Workbook object .
|
|
Can anyone give me an example of a bilinear form?
That is a function f such that
f(u,x+y) = f(u,x)+f(u,y) And f(v+w, z) = f(v,z)+ f(w,z) For all u,x,y,v,w,z
Thanks,
Started by JPro on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
(* denotes multiplication)
Are you aware of MathOverflow ?.
Don't the examples at Wikipedia suffice? How about:
f(x,y) = x * y
This fits the bill nicely .
|
|
Just a question but is there anyone here that hasn't made a tag with cloud in it at least once before??
Started by Cloud on
, 15 posts
by 6 people.
Answer Snippets (Read the full thread at khinsider):
Re: just a question here's a better idea why don't we post them too
even did a lp Re: just a stone; Carry on
[The Norton Chronicles] Re: just a question well kupo! ing do one foghat Re: just a question ....
|