aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add new visit row with foreign key previewwebstatsOscar Najera12 days2-10/+24
|
* plot in activity in barsOscar Najera13 days1-15/+23
|
* stats for separate domainsOscar Najera13 days3-6/+45
|
* One global sqlite connection instead of per requestOscar Najera13 days2-14/+20
|
* [FIX] current targe when link wraps other elementsOscar Najera13 days1-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 imageOscar Najera13 days4-44/+102
|
* setup corsOscar Najera13 days1-0/+20
|
* plot site visitsOscar Najera13 days3-1/+60
|
* [stats] put behind lighttpd proxyOscar Najera13 days3-3/+23
|
* for of syntaxOscar Najera13 days2-5/+11
|
* correctly instrument clicksOscar Najera13 days2-17/+18
|
* register clicksOscar Najera13 days1-8/+34
|
* small js to track visitOscar Najera13 days2-9/+46
|
* little draft on visit statsOscar Najera13 days2-0/+94
|
* Include train platform infosimplerOscar Najera2024-06-281-6/+13
|
* Better interface to query german public transportOscar Najera2024-06-271-50/+100
|
* Query German public transport departuresOscar Najera2024-06-271-0/+91
|
* refactoringOscar Najera2024-01-121-63/+47
|
* part2 day21Oscar Najera2024-01-121-0/+69
|
* [BUG FIX] LIFO Queue and visited map are adversaryOscar Najera2023-12-301-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 diffusionOscar Najera2023-12-301-22/+31
|
* [AoC2023] day21 part 1 lispOscar Najera2023-12-293-0/+185
|
* refactorOscar Najera2023-12-291-34/+37
|
* part2Oscar Najera2023-12-291-2/+40
|
* [AoC2023] day20 lisp part1Oscar Najera2023-12-294-0/+159
|
* refactorOscar Najera2023-12-292-42/+41
|
* refactorHEADmasterOscar Najera2023-12-201-16/+21
|
* refactorOscar Najera2023-12-201-44/+38
|
* refactorOscar Najera2023-12-201-41/+32
|
* part2Oscar Najera2023-12-201-1/+85
|
* [AoC2023] day19 part 1 lispOscar Najera2023-12-203-0/+871
|
* [AoC2023] day18 lispOscar Najera2023-12-183-0/+796
|
* day01 juliaOscar Najera2023-12-181-0/+25
|
* day1 new regex trickOscar Najera2023-12-181-19/+13
|
* part 2Oscar Najera2023-12-181-16/+27
|
* cleanupOscar Najera2023-12-181-86/+33
|
* get sol day17Oscar Najera2023-12-173-0/+286
|
* solve with structsOscar Najera2023-12-171-0/+111
|
* part2Oscar Najera2023-12-171-13/+27
|
* [AoC2023] day16 lispOscar Najera2023-12-173-0/+213
|
* part2Oscar Najera2023-12-171-4/+33
|
* day15 part 1Oscar Najera2023-12-163-2/+26
|
* day14 but rock rolling is string sortingOscar Najera2023-12-161-0/+72
|
* solution part2Oscar Najera2023-12-162-76/+106
|
* refactor single slideOscar Najera2023-12-161-25/+20
|
* full spinOscar Najera2023-12-161-12/+58
|
* [AoC2023] day14 part1Oscar Najera2023-12-163-0/+145
|
* part2Oscar Najera2023-12-161-38/+47
|
* day13Oscar Najera2023-12-163-0/+1507
|
* solve part 2 with cacheOscar Najera2023-12-152-34/+1048
|