800
Reputation
260 views

Registered User

Name
Member for 7 months
Seen yesterday
Website
Location
Age
1d
comment Measuring online time on website
Thanks, good information there, too :)
1d
comment Measuring online time on website
Thanks, perfect answer. :) You've persuaded me of choosing other metrics.
1d
comment Measuring online time on website
You're right, I should rather measure these values.
1d
comment Measuring online time on website
Thank you, this would be a good solution I think. :)
1d
comment Measuring online time on website
Thanks, this would really be a problem ...
Nov
23
awarded  Notable Question
Nov
21
asked Measuring online time on website
Nov
20
awarded  Nice Question
Nov
15
awarded  Popular Question
Sep
25
comment Improving soccer simulation algorithm
"run this simulation a lot of times and see if the values you chose are correct" How can I do this? Simply have a look at all the match reports and decide whether they are realistic or not? - "the easiest thing to do is probably to implement a Genetic Algorithm to try and find better values" How should a Genetic Algorithm do that? How to measure the quality/fitness/success of each population?
Sep
25
comment Improving soccer simulation algorithm
Yes, of course there are changes of state: goals, offsides, yellowCards, redCards and fouls are increased (++). ;) Furthermore, new comments are added to the match report. The time counter is implemented out of this function. This function is called for every attack.
Sep
25
comment Improving soccer simulation algorithm
:D Very funny, maybe I'll implement this as an easter egg or for fun games. ;)
Sep
24
comment Why doesn’t this drop down menu work in IE?
My users say that the menu works fine now. So your answer must be the one I was looking for. :) Thanks!
Sep
24
comment Improving soccer simulation algorithm
Thank you, very nice suggestions! :) I will have a look at all of them. I think I can improve the quality of the simulation with your tips.
Sep
24
comment Improving soccer simulation algorithm
Of course it is. :) An optimization is an improvement which tries to make something perfect, isn't it? It tries to make the last few weaknesses disappear.
Sep
24
comment Improving soccer simulation algorithm
Thank you very much! Your tips speed up the script and make it clearer. I will implement all of your proposals I think.
Sep
23
comment Speed up text comparisons (feature vectors) with spatial MySQL features
R-Trees and KD-Trees are not in the list of spatial types I posted. Where do I find these types? And Quassnoi is right: Maybe there are 1,000,000 possible features since the amount of words is increasing every day.
Sep
23
comment Why doesn’t this drop down menu work in IE?
Thank you! The only thin you've changed is adding padding-left and margin-left to the first two selectors, right? What should this do? You don't need these values, do you?
Sep
22
comment Characters allowed in GET parameter
So the RFCs mentioned in the other questions are about 8 years older and contain special chars which aren't allowed unencoded anymore?
Sep
22
comment Speed up text comparisons (feature vectors) with spatial MySQL features
So I can forget about this approach with MySQL's spatial features and look for another way? No possibility?
Sep
22
comment Characters allowed in GET parameter
You're right, ~ and . seem to work fine. But what about the other answers here? They mention other characters which can be used unencoded as well. Why didn't you mention them? Are the other answers wrong?
Sep
22
comment Speed up text comparisons (feature vectors) with spatial MySQL features
I've added some details about my function and the vectors which the function takes. Do you think your approach is possible with these?
Sep
22
revised Speed up text comparisons (feature vectors) with spatial MySQL features
added full php function
Sep
22
comment Why doesn’t this drop down menu work in IE?
@Johannes Rössel: Thank you, good questions. I've added these details to the question now.
Sep
22
revised Why doesn’t this drop down menu work in IE?
added some details
Sep
22
comment Speed up text comparisons (feature vectors) with spatial MySQL features
Thanks, that's right. :) But it's still a lot. And I don't compare words but texts.
Sep
22
asked Why doesn’t this drop down menu work in IE?
Sep
22
comment Speed up text comparisons (with sparse matrices)
Good idea :) The question about MySQL's spatial features is now here: stackoverflow.com/questions/1460618/… So in this question here, I'm looking for algorithms which can help.
Sep
22
asked Speed up text comparisons (feature vectors) with spatial MySQL features
Sep
22
revised Speed up text comparisons (with sparse matrices)
removed MySQL paragraph
Sep
21
comment Characters allowed in GET parameter
:) Thanks. So I create a page with the name "~my_start-page.en" and pass the name via GET without any problems, correct? page.php?name=~my_start-page.en
Sep
21
comment Speed up text comparisons (with sparse matrices)
I've read a lot now about these spatial features. I've added a paragraph about it to my question. Can you give me further help?
Sep
21
revised Speed up text comparisons (with sparse matrices)
added MySQL's spatial features
Sep
21
comment Speed up text comparisons (with sparse matrices)
Yes, I want to find similar strings. More details are in my comment on Ben's answer. My database (MySQL) seems to have these spatial types: dev.mysql.com/doc/refman/… Theres's nothing about a quadtree!?
Sep
21
comment Speed up text comparisons (with sparse matrices)
My function calculates the cosine similarity. It takes two arrays containing the tokens/words of the texts. I think you can only calculate cosine similarity pair-wise so you can't reduce the number of comparisons for cosine similarity, right?
Sep
21
asked Speed up text comparisons (with sparse matrices)
Sep
21
comment Characters allowed in GET parameter
So I shouldn't use ~ and . unescaped, either? So only alphanumeric? Is urlencode() in PHP the function you mean? I could pass all characters to urlencode() and see what goes out unescaped!?
Sep
21
revised Characters allowed in GET parameter
added "without encoding/escaping them"
Sep
21
comment Characters allowed in GET parameter
Thank you! I only want to know which characters can be used WITHOUT encoding or escaping them. I should have pointed out this better. So can I really use *!'()| without encoding them?
Sep
21
comment Characters allowed in GET parameter
Thanks, you've understood everything correctly. I want to know which characters I can use without encoding them. Are you sure that !*'(), are such characters?
Sep
21
comment Characters allowed in GET parameter
Thanks! Are you sure that I can use $+!'()" without escaping them?
Sep
21
comment Characters allowed in GET parameter
Thank you very much! So I have to add . and ~ to my list? Can I write index.php?page=start_en-new~. without escaping it?
Sep
21
asked Characters allowed in GET parameter
Sep
20
revised Invert function: base 38 conversion
added the 37th and the 38th character
Sep
19
asked Invert function: base 38 conversion
Sep
17
asked Improving soccer simulation algorithm
Sep
16
revised Soccer simulation for a game
replaced starte_angriff by simulate_attack
Sep
15
revised Soccer simulation for a game
added "Integration of the tactical settings"
Sep
15
revised Soccer simulation for a game
translated the code
Sep
15
revised Soccer simulation for a game
updated the code