Wykres commitów

  • 81bf5a09cd Change table width to 900px master Tomasz Golinski 2024-04-01 12:41:56 +0200
  • 4efce13974 Merge remote-tracking branch 'origin/master' Tomasz Golinski 2023-12-24 23:40:36 +0100
  • 26d3bc56d2 Trivial cppcheck fixes Tomasz Golinski 2023-12-24 23:38:55 +0100
  • 48e43613d1 clang-format Tomasz Golinski 2023-09-25 18:49:30 +0200
  • 816c94049a Add some constexpr to some functions Tomasz Golinski 2023-09-25 18:35:05 +0200
  • 10c9aee6f2 Rearange geofriends output Tomasz Golinski 2023-09-01 14:47:34 +0200
  • 48f92e64d8 Maybe it makes sense to use later of date_created and date_hidden? And what about events in the future? Tomasz Golinski 2023-08-31 23:19:58 +0200
  • 2e08a99d20 Sort FTFs by find date, add events, use date_hidden Tomasz Golinski 2023-08-31 22:13:21 +0200
  • 2a2a77caf3 Some cppcheck fixes Tomasz Golinski 2023-08-30 22:43:49 +0200
  • 868b62bb2e Further refactor and simplifications Tomasz Golinski 2023-08-30 16:40:12 +0200
  • 3f109a7047 Move around some consts, comment out code unused for now Tomasz Golinski 2023-08-30 15:53:47 +0200
  • 03b8952fac Update config_user_example.h according to last refactor Tomasz Golinski 2023-08-30 15:13:35 +0200
  • ee0704c539 Fix daylight saving problems Tomasz Golinski 2023-08-30 15:10:54 +0200
  • c584c33e07 Code refactor, split out class User, deduplicate some code Tomasz Golinski 2023-08-30 00:35:38 +0200
  • 653e1c31c6 Fix stupid mistake in previous commit Tomasz Golinski 2023-03-27 20:56:01 +0200
  • 2801ac29f1 Ugly fix for traildb: increase hardcoded trails limit, change output files names, install binary Tomasz Golinski 2023-03-27 20:51:41 +0200
  • ccfcef272b Ugly fix for powertrails: do not display less than zero values Tomasz Golinski 2023-03-27 20:50:40 +0200
  • dc6d088479 Add maps of a few cities for testing Tomasz Golinski 2023-01-31 01:36:26 +0100
  • bde35a83b4 Fix FTF code, I don't know what changed, was cache_id really reported as string before? Tomasz Golinski 2022-09-30 21:29:08 +0200
  • fdce7bc17c Cppcheck: add some consts Tomasz Golinski 2022-09-01 17:23:29 +0200
  • 6cbd0e6efa Do not install extra files for now Tomasz Golinski 2022-07-20 15:01:03 +0200
  • 5573a6d929 Try to prepare standalone library to hold common code Tomasz Golinski 2022-07-20 14:22:11 +0200
  • d4d8011be1 Add some more data to powertrails table Tomasz Golinski 2022-07-18 22:13:27 +0200
  • 30d38d8fc4 Precompute treshold for powertrails, note rounding is always up Tomasz Golinski 2022-07-18 19:39:13 +0200
  • 6706ef9898 Grab more data about powertrails (type, active caches) Tomasz Golinski 2022-07-18 19:36:46 +0200
  • 637a637626 Move constants around Tomasz Golinski 2022-07-18 19:05:52 +0200
  • d33957af6c Fix segfault in traildb by fixing shallow copy of PowertrailDB Tomasz Golinski 2022-07-18 19:00:48 +0200
  • add9b37d2a Fix rounding and optimize code a bit Tomasz Golinski 2022-07-15 20:26:07 +0200
  • 70499296d7 clang-format Tomasz Golinski 2022-07-14 14:47:15 +0200
  • d00a852295 Move some constants (like urls) to common.h Tomasz Golinski 2022-07-14 14:39:47 +0200
  • 277cdc058e Protect OCpl only features like FTF and trails with if, so they don't appear for other users Tomasz Golinski 2022-07-14 14:27:22 +0200
  • 91d250cb3a Replace trails histogram with a table and add some convenience functions to powertrail.h Tomasz Golinski 2022-07-14 14:23:30 +0200
  • 68813370b0 Apparently some OC sites store internal_id as a string (e.g. OCde) Tomasz Golinski 2022-07-13 21:22:11 +0200
  • 3d5887218b Add links in histogram of powertrails Tomasz Golinski 2022-07-13 19:52:55 +0200
  • 5cc8291488 Add some more uint Tomasz Golinski 2022-07-13 19:40:26 +0200
  • 6de198b9c6 Templates for common functions like average or sum Tomasz Golinski 2022-07-13 18:56:48 +0200
  • d673bdd7b9 cppcheck partial cleanup Tomasz Golinski 2022-07-13 18:31:01 +0200
  • 89e9b4d8c6 Change some int to uint and thus silence warnings Tomasz Golinski 2022-07-13 18:30:26 +0200
  • 87b35c5594 Try to write each "see more" entry in new line Tomasz Golinski 2022-07-13 17:48:27 +0200
  • 54b077de6d Include list of FTFs Tomasz Golinski 2022-07-13 01:11:44 +0200
  • fc0372a887 Minor style updates Tomasz Golinski 2022-07-12 12:55:11 +0200
  • ffa05441c7 Rudimentary power trail support Tomasz Golinski 2022-07-12 12:54:56 +0200
  • fd8ceea907 Make explicit conversion to string in JSON parsing Tomasz Golinski 2022-05-16 21:11:43 +0200
  • 59d8b7007c Fix debug so that multithreaded output doesn't overlap (not needed here, just for consistency with other projects) Tomasz Golinski 2021-10-07 14:58:52 +0200
  • dcaa8fbf71 Merge branch 'master' of gitlab.com:tomaszg/geostat Tomasz Golinski 2021-09-05 19:47:19 +0200
  • c29f97546a Add distance to the Moon Tomasz Golinski 2021-09-05 19:47:13 +0200
  • 47f7edf3bc Add countries histogram Tomasz Golinski 2021-09-05 19:44:44 +0200
  • dc1bcdb009 Add per row completion percentage to some tables Tomasz Golinski 2021-09-05 19:36:33 +0200
  • c133eb70ca Comment out highest rating table, it's rather pointless. Tomasz Golinski 2021-08-08 19:18:51 +0200
  • f4dd497639 Add region info to tables. Tomasz Golinski 2021-08-08 19:15:12 +0200
  • 6e959ea058 Fix for heatmap powiaty making output colored Tomasz Golinski 2021-07-27 23:47:06 +0200
  • 8ef3e92ca3 cppcheck: fix for possibly undefined field Tomasz Golinski 2021-06-01 21:26:52 +0200
  • 38d0003f06 Avoid some nan with new caches Tomasz Golinski 2021-05-10 22:17:03 +0200
  • c62045492b Disable months not possible on OCDE and OCPL in hidden month matrix Tomasz Golinski 2021-05-06 00:54:34 +0200
  • 43aebec5fd Fix more trivial mistakes in calculations Tomasz Golinski 2021-05-06 00:15:43 +0200
  • a76df5e753 Fix broken if. Works only for OCPL and OCDE Tomasz Golinski 2021-05-05 23:55:01 +0200
  • 5f6f8c7acc Include stats for hidden month matrix Tomasz Golinski 2021-05-05 23:53:11 +0200
  • cfbacb2c0d Include owner in geolist Tomasz Golinski 2021-05-05 23:13:04 +0200
  • 5cfd28ff42 Add codes tag to all other matrices, missing bits Tomasz Golinski 2021-04-20 22:47:20 +0200
  • ff95bc6be4 Replace long map type by correct typedef Tomasz Golinski 2021-04-20 22:44:03 +0200
  • 4d2c947c08 Add explicit dependency on Boost to meson.build. Not sure why can't use only one module. Tomasz Golinski 2021-04-20 22:42:09 +0200
  • 25ae4af2a8 Add codes tag to all other matrices Tomasz Golinski 2021-04-20 22:41:20 +0200
  • 0a7383ba64 Experimentally add codes tag to D/T matrix Tomasz Golinski 2021-04-20 20:20:19 +0200
  • 23fb4f850a geolist: remove unnecessary code Tomasz Golinski 2021-04-20 20:11:12 +0200
  • c906d61b98 Remove some unnecessary includes Tomasz Golinski 2021-04-20 17:23:46 +0200
  • b47297453e Update README.md Tomasz Golinski 2021-04-20 16:41:56 +0200
  • 64613df224 Add geolist tool Tomasz Golinski 2021-04-20 16:37:15 +0200
  • acc16d1dbf Update README.md and usage notes Tomasz Golinski 2021-04-20 16:35:18 +0200
  • 8bcd122621 geodb now reports current revision after update/init Tomasz Golinski 2021-04-04 00:09:29 +0200
  • f262101468 Might as well use M_PI instead of defining our own Tomasz Golinski 2021-01-03 05:51:33 +0100
  • 1f558ef50d Apparently database dump can contain cache codes with no data. Don't crash in that case Tomasz Golinski 2021-01-03 04:52:34 +0100
  • 490714ec43 Make sure we don't crash on empty lists and we don't divide by zero Tomasz Golinski 2021-01-03 04:51:54 +0100
  • be8e2b783e Remove toy code that got commited by mistake Tomasz Golinski 2021-01-03 04:42:52 +0100
  • 24acae7625 Fix previous commits by using correct database file for OCde Tomasz Golinski 2021-01-03 04:05:48 +0100
  • 4d4e62c89e Fix previous commit removing duplicate bit of code Tomasz Golinski 2021-01-03 04:04:00 +0100
  • 5f99c8019b Fix ocdb to correctly read German cache names as well Tomasz Golinski 2021-01-03 03:56:09 +0100
  • d423d58714 Support local db for OCde in geostat_cli Tomasz Golinski 2021-01-03 03:25:46 +0100
  • afdc37aba1 Support local db for OCde in geostat Tomasz Golinski 2021-01-03 03:21:11 +0100
  • 7539454052 SQL: fix previous commits by adding missing to_string Removed part concerning the commit not picked Tomasz Golinski 2020-09-14 21:30:31 +0200
  • c7d8d8ee53 SQL: change log type to integer using enum Tomasz Golinski 2020-09-14 19:35:52 +0200
  • a98472eb1c SQL: update comments with database layout Tomasz Golinski 2020-09-14 19:33:26 +0200
  • 6aa8e1426e SQL: change cache status to integer using pre-existing enum Tomasz Golinski 2020-09-14 19:31:01 +0200
  • e23fdcfcb8 Fix function to grab only ratings from OKapi - should use simpler OKapi call Tomasz Golinski 2020-12-04 18:54:50 +0100
  • 9a13be52f0 Add some consts to make cppcheck happy Tomasz Golinski 2020-12-04 18:51:00 +0100
  • 6b88624da6 Support in geodb for ocde and ocus Tomasz Golinski 2020-11-14 18:46:03 +0100
  • 19df0988be Update README.md Tomasz Golinski 2020-11-14 18:30:16 +0100
  • 706e9d9436 Merge branch 'master' of gitlab.com:tomaszg/geostat Tomasz Golinski 2020-11-13 20:52:45 +0100
  • 900f913d50 CSS fixup to make gif centered again Tomasz Golinski 2020-11-13 20:52:41 +0100
  • 7b2a64e2ef Use filtered cache list for animation Tomasz Golinski 2020-11-13 20:05:28 +0100
  • f0b18db02d Use stamp size for size of a dot in animation Tomasz Golinski 2020-11-13 19:58:49 +0100
  • baa4a51400 Try to use <gif-player> to control gif playback Tomasz Golinski 2020-11-13 19:51:09 +0100
  • 9f5e87e603 Fix another Imagemagick problem Tomasz Golinski 2020-11-02 21:41:14 +0100
  • f3020c4bfa Fix compilation with Imagemagick Tomasz Golinski 2020-11-02 21:11:50 +0100
  • 155943a6c9 Initial support for animated GIFs instead of heatmaps Tomasz Golinski 2020-11-02 21:01:27 +0100
  • 32e1053c6b geofriends: add missing okapi bits Tomasz Golinski 2020-10-31 21:51:25 +0100
  • b52f0f23e6 geofriends: heat-style css for 'progressbar' Tomasz Golinski 2020-10-31 21:49:48 +0100
  • c81912b4b3 geofriends: add a 'progressbar' Tomasz Golinski 2020-10-31 21:20:45 +0100
  • 4a3bf45a86 SQL: fix previous commits by adding missing to_string sql-rework Tomasz Golinski 2020-09-14 21:30:31 +0200
  • 1db28d00c4 SQL: change cache code type to integer via a bit naive conversions. Too lazy to use loops ;) Tomasz Golinski 2020-09-14 21:23:34 +0200
  • ff971f716c SQL: change log type to integer using enum Tomasz Golinski 2020-09-14 19:35:52 +0200