Tuesday, August 16, 2011

What do you think of these names? 2BQ?

annalee elisabeth is my favorite. next would be emmalee miranda, then harper lynne. jeremy nathan is an awesome boys name. i really like you taste in names.

Ulcer near my tonsils, should I be concerned?

Strep throat will show those ulcers and if it went untreated, it will come back. Smoking certainly doesn't help. You should have it checked out and get a strep test to see if that's what it is. I hope that's all it is. Honestly, it sounds like strep throat and if it is, your Dr will put you antibiotics. Good luck and feel better.

How can I convert rice hull into compost?

Rice hull is plentiful in my area and there is a problem with disposal. Since it contains approximately 22% silica, it will take almost 2 years for it to decompose. Will the addition of animal manure hasten its decomposition?

What is the difference between data based DSS, knowledge based DSS and model based DSS?

i want to know about the different types of decision support systems and when each is most suitable. so please if any one has any ideas drop in a reply.

Why give to the third world?

I wont give. NOT BECAUSE I'm mean, but because most of the money goes to those fat lazy s, creaming off society's generosity. Governments......beware!

Why would my ex who is 26 years old?

date a 28 year old with 4 kids, when he was scared shitless last year when he thought I was pregnant?

Help with java Int Parse and arrays?

Hello, I'm just starting off in Java so I was looking for some help. I'm supposed to create a program which asks a user for a string of integers. Such as "123sdf1564fd34." I am then supposed to use an Integer Parse method to take the integers out of the string and display them on separate lines. So for my example, it would be 123, 1564, and 34. I am supposed to write a method like public static int[] intParse(String s) that returns an array, but I am not sure how to do this. Any help would be appreciated.