Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
kolibrizas
http://www.kolibrizas.com http://www.uwajo.com These are the websites created by me! Please have a look! :)
Best panda plush toys?
I am looking to give a panda plush toy as a present. However, what I find on the internet is very poorly made ones, most of them are not even cute at all. Are there any particular toy stores on the internet who specialize in quality over quantity? I don't mind paying extra if it was a really well made one. Thanks :)
1 AnswerToys8 years agoWhat can I gift to my friend who likes Lana Del Rey?
I am not really sure about the value of the gift, but probably not more than 100$. Something more unique and valuable than a cd of her songs :)
2 AnswersCelebrities8 years agoJava-ajax cross site empty response string?
I am doing a cross-site ajax to java data transaction(Not sure if I named that correctly, so please forgive me about that). Part of code in Java file:
BufferedReader input =
new BufferedReader( new InputStreamReader (connectionsocket.
getInputStream() ) );
DataOutputStream output =
new DataOutputStream( connectionsocket.getOutputStream() );
...
output.writeChars("some random text");
output.close();
Also I have index.php file with some jQuery:
$(document).ready(function()
{
$("#send_data").click(function(){
$.ajax({
type: 'get',
dataType: 'text',
url: 'http://localhost:1024/' + $("#command").val(),
success: function(data) {console.log(data);},
error: function() { console.log("Error"); }
})
});
});
The command is sent correctly and received in Java side correctly. Then the request from java to ajax is 200 OK too. The output is also working. (For example if I remove output.close(), I do see in the firebug, that it is waiting for the output to be closed.)
The only problem is, no matter what I do I get no response text. It's always an empty string :(
1 AnswerProgramming & Design9 years agoHow to change back booting settings if you cannot login into pc?
I changed my computer settings like this: start->run->msconfig, I marked Safe mode and chose minimal. [I did this because I needed to boot it without AntiVirus software which otherwise turns on.] However, once prompted to log in, I couldn't log in because the pc at work only logs in if the correct network is chosen too. Moreover, even I change it to start normally after holding F8, it starts in a safe mode. Is there a way to revert it back to normal mode? (I also tried to boot with last working settings) It is windows xp that I have there.
1 AnswerSoftware9 years agoHow to use Pascal code in R-project?
1 AnswerProgramming & Design9 years agoHow do I set up a process on the server that I bought hosting at?
I want some application or process to be working 24/7 so it responds to user's actions back and forth like if it was a chat server but not with a lets say checking every second for new messages, but a constant non interrupted flow?
1 AnswerProgramming & Design9 years agoIs silverlight worth using as a platform for my rich web application?
Or should I use something else? Pros and cons would be appreciated :) And last one: what would you chose? :)
2 AnswersProgramming & Design9 years agoLinear Regression with some data aggregated?
Lets say I am trying to find a linear regression between Weight and Height of a person.
W=b0+b1*H+e
The data I have gathered from 8 people is like this:
# W(kg) H(cm)
1. 68 168
2. 64 170
3. ? 160
4. ? 180
5. ? 145
6. ? 191
7. 69 185
8. 80 191
Where I know that the sum of ?'s is 280, but I do not know exact data of each of them (because, let's say, at the time, I only had scales, which had a minimum scale of 200. Dumb reason, I know, but that's just for the sake of example).
So, my question is this: how do I create my W matrix so I can make computations? :)
1 AnswerMathematics9 years agoWhere to get free high frequency financial data?
1 AnswerOther - Business & Finance9 years agoWindows 7 Ultimate vs Professional?
Is there a significant difference between those?
Is there a quick way to downgrade my ultimate version to professional without uninstalling ultimate and installing professional?
3 AnswersSoftware9 years agohow to open a common walnut?
4 AnswersOther - Food & Drink9 years agoSkype screen sharing?
Does skype screen sharing have the possibility to allow the other person to use my computer, or is it showing purpose only?
2 AnswersSoftware10 years agodirectx vs opengl: which to use?
directx vs opengl
which one is better to use and when? :)
2 AnswersOther - Computers10 years agoThe Economist alternatives?
Are there any other decent alternatives to The Economist which would have online version too?
1 AnswerMedia & Journalism10 years agoSoftware to create drum & base type of music?
What software would you recommend to create drum & base type of music (or make remixes).
I'd prefer not a very difficult to use too :)
1 AnswerSoftware10 years agoHow to create programming projects very fast?
For each of the step including building an application (for me mostly - web) I really need tips on how to improve them so I start working really really fast and be able to generate all the required functions in an application like in one day instead of a week.
5 AnswersProgramming & Design10 years agoHow Excel approximates my data so fast?
I enter data:
f(1)=1
f(2)=4
f(3)=9.01
f(4)=16
f(5)=25,
draw a line chart and in a few milliseconds i get the trendline:
y = 0.9986x^2 + 0.0086x - 0.008
how did it do it that fast? I would really like to know the algorithm :)
Thanks in advance!
2 AnswersSoftware1 decade ago