Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add new visit row with foreign key previewwebstats | Oscar Najera | 12 days | 2 | -10/+24 |
| | |||||
* | plot in activity in bars | Oscar Najera | 13 days | 1 | -15/+23 |
| | |||||
* | stats for separate domains | Oscar Najera | 13 days | 3 | -6/+45 |
| | |||||
* | One global sqlite connection instead of per request | Oscar Najera | 13 days | 2 | -14/+20 |
| | |||||
* | [FIX] current targe when link wraps other elements | Oscar Najera | 13 days | 1 | -4/+5 |
| | | | | | | | | | | | Many times the A tag wraps many things. It happened that those contained element where the target and so the link would be undefined as they don't have href. The correct links resides on event.currentTarget.href. A second bug happens, on links to externals which I set to open in new window. Somehow, on the return of register-visit, the event has no currentTarget and so, it is the correct way to use event.target.target to figure out if I wanted to open a new window. | ||||
* | [webstats] define system and package image | Oscar Najera | 13 days | 4 | -44/+102 |
| | |||||
* | setup cors | Oscar Najera | 13 days | 1 | -0/+20 |
| | |||||
* | plot site visits | Oscar Najera | 13 days | 3 | -1/+60 |
| | |||||
* | [stats] put behind lighttpd proxy | Oscar Najera | 13 days | 3 | -3/+23 |
| | |||||
* | for of syntax | Oscar Najera | 13 days | 2 | -5/+11 |
| | |||||
* | correctly instrument clicks | Oscar Najera | 13 days | 2 | -17/+18 |
| | |||||
* | register clicks | Oscar Najera | 13 days | 1 | -8/+34 |
| | |||||
* | small js to track visit | Oscar Najera | 13 days | 2 | -9/+46 |
| | |||||
* | little draft on visit stats | Oscar Najera | 13 days | 2 | -0/+94 |
| | |||||
* | Include train platform infosimpler | Oscar Najera | 2024-06-28 | 1 | -6/+13 |
| | |||||
* | Better interface to query german public transport | Oscar Najera | 2024-06-27 | 1 | -50/+100 |
| | |||||
* | Query German public transport departures | Oscar Najera | 2024-06-27 | 1 | -0/+91 |
| | |||||
* | refactoring | Oscar Najera | 2024-01-12 | 1 | -63/+47 |
| | |||||
* | part2 day21 | Oscar Najera | 2024-01-12 | 1 | -0/+69 |
| | |||||
* | [BUG FIX] LIFO Queue and visited map are adversary | Oscar Najera | 2023-12-30 | 1 | -35/+35 |
| | | | | | | | | The test for seen was steps-left independent. Yet the queue treats the last suggested place first. It happens than, that places reached by longer paths where not available when the sorter path options got a chance. Thus the visited controls now how many steps are left, and in the case of having more available, then the suggestion is taken. | ||||
* | optimized diffusion | Oscar Najera | 2023-12-30 | 1 | -22/+31 |
| | |||||
* | [AoC2023] day21 part 1 lisp | Oscar Najera | 2023-12-29 | 3 | -0/+185 |
| | |||||
* | refactor | Oscar Najera | 2023-12-29 | 1 | -34/+37 |
| | |||||
* | part2 | Oscar Najera | 2023-12-29 | 1 | -2/+40 |
| | |||||
* | [AoC2023] day20 lisp part1 | Oscar Najera | 2023-12-29 | 4 | -0/+159 |
| | |||||
* | refactor | Oscar Najera | 2023-12-29 | 2 | -42/+41 |
| | |||||
* | refactorHEADmaster | Oscar Najera | 2023-12-20 | 1 | -16/+21 |
| | |||||
* | refactor | Oscar Najera | 2023-12-20 | 1 | -44/+38 |
| | |||||
* | refactor | Oscar Najera | 2023-12-20 | 1 | -41/+32 |
| | |||||
* | part2 | Oscar Najera | 2023-12-20 | 1 | -1/+85 |
| | |||||
* | [AoC2023] day19 part 1 lisp | Oscar Najera | 2023-12-20 | 3 | -0/+871 |
| | |||||
* | [AoC2023] day18 lisp | Oscar Najera | 2023-12-18 | 3 | -0/+796 |
| | |||||
* | day01 julia | Oscar Najera | 2023-12-18 | 1 | -0/+25 |
| | |||||
* | day1 new regex trick | Oscar Najera | 2023-12-18 | 1 | -19/+13 |
| | |||||
* | part 2 | Oscar Najera | 2023-12-18 | 1 | -16/+27 |
| | |||||
* | cleanup | Oscar Najera | 2023-12-18 | 1 | -86/+33 |
| | |||||
* | get sol day17 | Oscar Najera | 2023-12-17 | 3 | -0/+286 |
| | |||||
* | solve with structs | Oscar Najera | 2023-12-17 | 1 | -0/+111 |
| | |||||
* | part2 | Oscar Najera | 2023-12-17 | 1 | -13/+27 |
| | |||||
* | [AoC2023] day16 lisp | Oscar Najera | 2023-12-17 | 3 | -0/+213 |
| | |||||
* | part2 | Oscar Najera | 2023-12-17 | 1 | -4/+33 |
| | |||||
* | day15 part 1 | Oscar Najera | 2023-12-16 | 3 | -2/+26 |
| | |||||
* | day14 but rock rolling is string sorting | Oscar Najera | 2023-12-16 | 1 | -0/+72 |
| | |||||
* | solution part2 | Oscar Najera | 2023-12-16 | 2 | -76/+106 |
| | |||||
* | refactor single slide | Oscar Najera | 2023-12-16 | 1 | -25/+20 |
| | |||||
* | full spin | Oscar Najera | 2023-12-16 | 1 | -12/+58 |
| | |||||
* | [AoC2023] day14 part1 | Oscar Najera | 2023-12-16 | 3 | -0/+145 |
| | |||||
* | part2 | Oscar Najera | 2023-12-16 | 1 | -38/+47 |
| | |||||
* | day13 | Oscar Najera | 2023-12-16 | 3 | -0/+1507 |
| | |||||
* | solve part 2 with cache | Oscar Najera | 2023-12-15 | 2 | -34/+1048 |
| |