]> git.sesse.net Git - wloh/history
wloh
2013-08-04 Steinar H. GundersonRemove password that leaked out into the git repository... master
2013-08-04 Steinar H. GundersonAdd an example Apache configuration fragment.
2013-05-20 Steinar H. GundersonDo not show cheaters.
2013-05-20 Steinar H. GundersonSupport more players.
2012-12-17 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/wloh
2012-12-17 Steinar H. GundersonDo not show cheaters in the rating list.
2012-12-17 Steinar H. GundersonDo not show cheaters in the rating list.
2012-12-16 Steinar H. GundersonRemove dead function print_navbar().
2012-12-16 Steinar H. GundersonFix navbar to exclude non-WLoH games, too.
2012-12-13 Steinar H. GundersonIgnore languages that are not WLoH languages; this...
2012-11-17 Steinar H. GundersonFix double UTF-8 encoding in navbar.
2012-10-24 Steinar H. GundersonIn bayeswf, dump aux_params before the others, since...
2012-10-23 Steinar H. GundersonFix the C++ database insertion.
2012-08-29 Steinar H. GundersonRemove some debug output.
2012-08-29 Steinar H. GundersonStore all player IDs as ints instead of strings. Less...
2012-08-29 Steinar H. GundersonMove most of the train.pl logic into C++. Faster, and...
2012-08-25 Steinar H. GundersonInstead of translating back and forth between iso8859...
2012-08-25 Steinar H. GundersonSmall optimization to copy_escape.
2012-06-13 Steinar H. GundersonIncrease the expiry time for the ratings page, and...
2012-06-13 Steinar H. GundersonIncrease the expiry time for the ratings page, and...
2012-06-13 Steinar H. GundersonFix include paths for static scripts.
2012-06-10 Steinar H. GundersonSupport per-language ordinal styles.
2012-06-10 Steinar H. GundersonMake the relegation text translatable.
2012-06-10 Steinar H. GundersonSupport translation of templates via po4a. Add an Engli...
2012-06-10 Steinar H. GundersonFix double-HTML-encoding.
2012-06-10 Steinar H. GundersonUnbreak/templatify scenario analysis.
2012-06-10 Steinar H. GundersonFix a typo.
2012-06-10 Steinar H. GundersonConvert index.pl to templates.
2012-06-09 Steinar H. GundersonConvert rating.pl to XML::Template. It is dog-slow...
2012-06-09 Steinar H. GundersonPick old results from fotballresultater_2123.
2012-06-09 Steinar H. GundersonAdd a hidden option to show the covariance matrix.
2012-06-07 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/wloh
2012-06-07 Steinar H. GundersonProperly take locale into account when calculating...
2012-06-03 Steinar H. GundersonAs a hotfix, do not use not-yet-started languages....
2012-05-30 Steinar H. GundersonDon't print navbar in scenario iframe.
2012-05-30 Steinar H. GundersonAdd a language navbar at the top.
2012-05-30 Steinar H. GundersonLimit subdivision display to the right locale.
2012-05-30 Steinar H. GundersonTrain one model (with its own aux parms) per locale.
2012-05-30 Steinar H. GundersonLoad the covariance table before doing anything else...
2012-05-30 Steinar H. GundersonStore the aux params in textual form in the database...
2012-05-30 Steinar H. GundersonMake rating.pl use the common function for fetching...
2012-05-30 Steinar H. GundersonMove get_auxillary_parameters into wloh_common.
2012-05-30 Steinar H. GundersonWhen fetching auxillary parameters, index them by meani...
2012-05-30 Steinar H. GundersonSplit train.pl into functions.
2012-05-30 Steinar H. GundersonMake the display frontend filter out only the data...
2012-05-30 Steinar H. GundersonFix a reference to the variable in wrong scope.
2012-05-30 Steinar H. GundersonFix average rating calculations when people have unknow...
2012-05-30 Steinar H. GundersonAdd a function to fish out the locale from the URL.
2012-05-30 Steinar H. GundersonMake lnnks relative, in preparation for multi-language...
2012-04-24 Steinar H. GundersonTurn tempfile cleanup back on.
2012-04-23 Steinar H. GundersonShow average ratings for each subdivision.
2012-04-23 Steinar H. GundersonWhen making division ranking, only include the players...
2012-04-23 Steinar H. GundersonMove get_max_season() into the common package.
2012-04-23 Steinar H. GundersonFix scenario showing in Firefox.
2012-04-23 Steinar H. GundersonMinor JavaScript refactoring.
2012-04-18 Steinar H. GundersonIgnore 0-0 games.
2012-03-25 Steinar H. GundersonProperly handle the fact that score X-0 is different...
2012-03-25 Steinar H. GundersonDo not show links by obvious results.
2012-03-25 Steinar H. GundersonMake the scenario box a bit larger.
2012-03-25 Steinar H. GundersonAdd a friendly header to the scenario analysis.
2012-03-25 Steinar H. GundersonSort players when writing them to file, to be consisten...
2012-03-25 Steinar H. GundersonAdd clickable fun to the probability matrix.
2012-03-25 Steinar H. GundersonMake rudimentary HTML output for scenario analysis.
2012-03-25 Steinar H. GundersonFix a scoping bug.
2012-03-25 Steinar H. GundersonFactor out some HTML headers and footers.
2012-03-25 Steinar H. GundersonFactor out fetching of aux parameters.
2012-03-25 Steinar H. GundersonFactor player and rating fetching into its own function.
2012-03-25 Steinar H. GundersonFactor out the parameter saving into its own function.
2012-03-25 Steinar H. GundersonFactor out fetching of the covariance matrix into its...
2012-03-25 Steinar H. GundersonFactor out the division selector into its own function.
2012-03-25 Steinar H. GundersonFactor out subdivision-fetching code.
2012-03-25 Steinar H. GundersonFactor out division-fetching code.
2012-03-25 Steinar H. GundersonFactor out get_max_season into a function.
2012-03-25 Steinar H. GundersonAdd a function to the MC simulator to find the most...
2012-03-23 Steinar H. GundersonAdd average rating display.
2012-03-22 Steinar H. GundersonFix a leftover 1700 value in the README.
2012-03-22 Steinar H. GundersonOutput when we last synced.
2012-03-20 Steinar H. GundersonSpelling fixes.
2012-03-20 Steinar H. GundersonUse covariance matrix under Monte Carlo simulation...
2012-03-20 Steinar H. GundersonStore covariance matrix when training model.
2012-03-20 Steinar H. GundersonUse the matrix class from Eigen directly instead of...
2012-03-20 Steinar H. GundersonInvert the Hessian using Eigen instead of just using...
2012-03-19 Steinar H. GundersonMake the pages validate as XHTML 1.1.
2012-03-19 Steinar H. GundersonBack up all tables, not just the ones we need themselves.
2012-03-19 Steinar H. GundersonWhen doing Monte Carlo, player strength should be const...
2012-03-19 Steinar H. GundersonTake standard deviation of estimated mu into account...
2012-03-19 Steinar H. GundersonTake prior into account when computing Hessian.
2012-03-19 Steinar H. GundersonUpdate README with information that we have stddevs...
2012-03-19 Steinar H. GundersonSmall typofix in README.
2012-03-19 Steinar H. GundersonFix rating display after the stddev changes.
2012-03-18 Steinar H. GundersonWhen training, only include players with games.
2012-03-18 Steinar H. GundersonShow rating standard deviation.
2012-03-18 Steinar H. GundersonCompute and calculate standard deviations.
2012-03-18 Steinar H. GundersonRemove individual sigmas.
2012-03-18 Steinar H. GundersonUpdate README with new information about calculation...
2012-03-18 Steinar H. GundersonMake the Hessian calculation use the new all_matches...
2012-03-18 Steinar H. GundersonStore a vector of all matches; 90% of the time was...
2012-03-18 Steinar H. GundersonFix update_prior_sigma(); it should not have anything...
2012-03-18 Steinar H. GundersonFix a missing argument to printf.
2012-03-18 Steinar H. GundersonAdd a "ratings explained" page.
next