|
If Pluto is no longer a planet, is Plutonium no longer an element?
The truth is out there somewhere!
Started by shemp on
, 27 posts
by 17 people.
Answer Snippets (Read the full thread at randi):
If Pluto is longer a planet, is he still god of the underworld? :)
Apparently Plutonium is longer a planet, is he still god of the underworld? :)
Apparently Plutonium was named for Pluto body beyond Uranus, the reasoning....
To remember why.
|
|
Hi does anyone know why MS Office such as doc, docx and xls can no longer be viewed when retrieved from a mysql db when stored as Blob? The doc and docx used to download and open without any problem, but now it no longer recognises the file format.
Started by Ddywalgi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
No longer? Did this work with your current code, MySQL version and MS Office version previously.
|
|
When using setDuration for a Toast is it possible to set a custom length or at least something longer than Toast.LENGTH_LONG?
Started by StatDroid on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to display a message to the user for longer, consider they are no longer relevant..
To anything other than these values.
|
Ask your Facebook Friends
|
How can I show a systray tooltip longer than 63 chars? NotifyIcon.Text has a 63 chars limit, but I've seen that VNC Server has a longer tooltip.
How can I do what VNC Server does?
Started by csuporj on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I would believe that you're using a unicode API which... .
Bk1e here says that the limit is 128 chars, now, if you use UTF-16, which is the native unicode format in windows and especially .NET, that means you are limited to 64 characters , including the NUL .
|
|
Today my vmware esxi server (version 3.5) was no longer responding, so did a hard reset. After the reboot one of the VMFS partions no longer shows any files.
VMware vSphere client still shows the partition and it looks likes the space is still occupied...
Started by Simon Greter on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
That said I've been surprosed before and there is some good advice... .
VMFS volumes are checked whenever they are mounted so I'd be surprised if forcing another check actually gets you anywhere .
Vmkfstools -R vmhba1:1:0:0 (or whatever the LUN in) should help .
|
|
A programmer on your team is great at maintaining the old legacy system. But the company has switched to a new technology/platform.
What do you do with the no-longer-effective developer?
Started by LittleBoy on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
So I don't like the way your question is framed, the answer might become clearer to you ... .
People can become 'no-longer-effective' for a variety talented colleagues as 'no-longer-effective'.
Even if he is not involved in new technology.
|
|
Could you rewrite this into a cron that will run every day for longer than 30 seconds. Also, do i need to edit the .htaccess or php.ini file in the cron.php directory to say something. Over the browser it runs just fine for longer than 30 seconds, over...
Answer Snippets (Read the full thread at stackoverflow):
There are several things that could need to do to get access to run the script for longer (for Dreamhost, they want you to have a they're.
In your php.ini to allow the script to run longer than 30 seconds.
|
|
What happened to Hibernate.org? I get redirected to jboss.org and then once on that site I can not find it. Does this mean that hibernate is no longer an independent project - it is now a component of jboss.
Started by boyd4715 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://www.jboss.com....
Here is the WIKI entry, and here is the sourceforge download site .
Now, if you are looking for NHIBERNATE , that's a completely different product and URL .
They were the ones that created Hibernate.
It has always been part of JBoss.
|
|
Do you think any part of "The Pragmatic Programmer" book is no longer relevant? Has any part of the book become more relevant/useful?
Started by KPHutt on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
This is the beauty of software-development related books that do not focus on specific... .
I don't think that any part has become obsolete.
Over the years, the "no broken windows" rule gains significance from what I see regarding coding in our environment .
|
|
In my code I use an object and variables inside a function. When in that function I no longer use the object and variables I delete it:
delete myObject; delete myVar;
Is it good practice?
Does it give speed?
My JavaScript is server-side on smart.joyent...
Started by webjay on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm not sure what engine your server....
I do feel that its use prior to profiling and performance testing to be premature optimization .
It is not generally considered necessary but in extreme, high memory situations is may be something you should look into .
|