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