|
Started by warmfruit on
, 150 posts
by 132 people.
Answer Snippets (Read the full thread at reddit):
You must mean "friend" i wish my friends gave me a computer desk even the computer? even the room? He gave you a lightswitch and Harry Potter DVDs? Sweet! he bought you a house? Just the wall will usually give away something to friends/family....
|
|
Wishing a Happy Memorial Day to ALL that have lost loved ones in the service to their country.
A special thank you to all those that have served, are serving, and will serve from a proud to have served USAF veteran.
Started by wirebender on
, 22 posts
by 21 people.
Answer Snippets (Read the full thread at camaro5):
God bless to those past,present and future individuals that....
Thank you! Be safe all this holiday weekend.
Semper Fi Hoorah...
Remember to keep those who sacraficed for us in your thoughts while consuming that frosty beverage this weekend .
Very well said.
|
|
Started by frankstallonefan4eva on
, 20 posts
by 18 people.
Answer Snippets (Read the full thread at reddit):
Nah, bunny means rabbits....
Seriously? I thought baby rabbits were called bunnies.
The perfect combo :] those are kittens and a kitten, baby bunnies are kittens as well .
Kittens and bunnies.
All the nutrients a kitten/bunny requires.
Ahh drywall compound.
|
Ask your Facebook Friends
|
My hamster gave birth 3 weeks ago, and now she gave birth again? My hamster (not sure what kind, my brother bought them for a science experiment (just running around maze, don't worry)) gave birth 20 days ago to 4 babies and only 1 survived. I just removed...
Started by Zolzaya on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at yahoo):
ETA: I do know that rats can breed as young as... .
Stop putting her in the cage with males....or all she'll ever do is pop out babies .
She might have gotten pregnant by her own son.
Is that one baby male? Because hamsters reach sexual maturity very young .
|
|
Hi, I've be working with a Java application run through the command-line. It deals with XML files, specially the dblp.xml database which has more than 400MB.
I was using JVM 5 and my app needed sort of 600-700MB of memory to processe the dblp.xml. After...
Started by Felipe Hummel on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Guessing at the cause of performance ....
If you can't spend on JProfiler, check out this list of open source java profiling tools .
My advice would be to use a tool like JProfiler to try to get a handle on exactly where your memory consumption increased .
|
|
Ok as programmers we all follow programming standards (as in W3 standards, or C++ standard, etc...), and many of us consider these standards "sacred" and also many seasoned programmers can recite their choice of standards by heart when asked about a question...
Started by Robert Gould on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Freak ;-)
[in a good way]
[I served on the OMG committee for OO Design standards back in the 1990s, so i guess that makes me a bit of a freak too ;-)]
As a former prominent member of standards committees (C#, CLI), I personally appreciated public input... .
|
|
Does anyone have any hints on the best way to find the source of an conversion or truncation error such as:
Error converting data type varchar to numeric. String or binary data would be truncated. The statement has been terminated. When I'm inserting ...
Started by Jarrett on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Otherwise....
If you still get an error, you definitely have a problem in the first half .
Comment out the second half of the column inserts.
Here is my solution (probably one you've already considered):
Isolate a sample insert query and open in Management Studio .
|
|
I am facing a complex bug with the Dundas Charting for Winforms tool used with MS Visual Studio 2008 C#.
The following error occurs when a GUI event is raised on the Chart object while it’s invalidating. When the error happens the dundas chart shows a...
Started by Mustafa A. Jabbar on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
The red cross is normally drawn by the .NET framework itself when you access a UI control from another thread ... .
Try placing your MUChart.Invalidate after all points have been added and in the main GUI thread .
You probably have a cross thread operation.
|
|
Hello, I've done the following (stupid) thing: I had to format a SD card on Vista. So I right clicked, then selected quick format... just a second after I noticed that IT WAS MY USB HDD. :O and I hit CANCEL. At the beginning the drive had its contents...
Answer Snippets (Read the full thread at superuser):
I had some experience working with OnTrack data recovery utilities (back in the days of W2K to WinXP... .
To the best of my knowledge, quick format only "resets" filesystem - that is, files and directories no longer "exist", but they are still on the disk .
|
|
We all like to play games from time to time. Playing games is not only a way to spend time, but often is a good source of concepts related to various parts of life and science. Examples: importance of good resource management and parallel execution early...
Started by Rom on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I've found the syntactic rigour and step-by-step problem-solving skills taught by text-only games like adventure or many MUDs teaches the value ... .
I like the concept of making simple moves instead of overextending that you learn in the eastern game Go .
|