17 Commits (master)

Author SHA1 Message Date
Zed A. Shaw 120235b670 Fixes from today server hacking. 2 years ago
Zed A. Shaw c41b965614 Throw in a fun little asciichart display. 2 years ago
Zed A. Shaw 914af2272c Clean up the directory structure to improve the flow of the lesson more. 2 years ago
Zed A. Shaw 593b120be5 Break out the reporting from the parsing so I can parse the files on all my servers in a cron job, but collect them and report on a central server. 2 years ago
Zed A. Shaw 267ffb4858 A possible implementation of an incremental analyzer that can take previous results and add more. Not sure if it's good yet. 2 years ago
Zed A. Shaw 9e122f732e Now it will parse any group of files and extract data by dates in the files. 2 years ago
Zed A. Shaw b2c521b521 Actually now it removes the list version and only doing sets, then it can glob many files to produce results. 2 years ago
Zed A. Shaw ecf0bcc9b0 Ability to write out JSON data to a file for later collection. 2 years ago
Zed A. Shaw afe3cfca47 Next version of the parser will use only sets, which turns out to work almost the same as maintaining a list but is faster and doesn't care about order of the events coming in. 2 years ago
Zed A. Shaw cf527da326 Allow for printing the errors when you need to fix the parsing. 2 years ago
Zed A. Shaw 7d22b1894f Add command line options and the ability to sort into sets or lists. 2 years ago
Zed A. Shaw 366fc83bf2 Better parser that can do a Set instead of just a list of URLs in a chain. 2 years ago
Zed A. Shaw 503007149f Bringing in a custom parser for my own log servers that I wrote quickly to study the content in my logs. This will organize the logs into chains of requests from each IP address to show how users go through your website. 2 years ago
Zed A. Shaw 8cd18c6f8c More explanation of all the projects in the README files. 2 years ago
Zed A. Shaw 34b089b19a Got the two starters down. 2 years ago
Zed A. Shaw 857ac5e95e First layout of Ex02 but no code quite yet. 2 years ago
Zed A. Shaw c83f612350 Quick empty markers for each directory so git thinks they exist. 2 years ago