Commit Graph

  • 120235b670 Fixes from today server hacking. master Zed A. Shaw 2022-09-06 19:15:01 -0400
  • c41b965614 Throw in a fun little asciichart display. Zed A. Shaw 2022-08-25 17:19:00 -0400
  • 914af2272c Clean up the directory structure to improve the flow of the lesson more. Zed A. Shaw 2022-08-25 16:36:32 -0400
  • 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. Zed A. Shaw 2022-08-25 16:26:23 -0400
  • 267ffb4858 A possible implementation of an incremental analyzer that can take previous results and add more. Not sure if it's good yet. Zed A. Shaw 2022-08-24 19:43:48 -0400
  • 9e122f732e Now it will parse any group of files and extract data by dates in the files. Zed A. Shaw 2022-08-24 14:49:05 -0400
  • b2c521b521 Actually now it removes the list version and only doing sets, then it can glob many files to produce results. Zed A. Shaw 2022-08-24 01:02:13 -0400
  • 55dfed8179 Stop tracking DS_Store. Zed A. Shaw 2022-08-23 23:35:46 -0400
  • ecf0bcc9b0 Ability to write out JSON data to a file for later collection. Zed A. Shaw 2022-08-23 23:34:24 -0400
  • 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. Zed A. Shaw 2022-08-23 22:15:56 -0400
  • cf527da326 Allow for printing the errors when you need to fix the parsing. Zed A. Shaw 2022-08-19 22:40:41 -0400
  • 7d22b1894f Add command line options and the ability to sort into sets or lists. Zed A. Shaw 2022-08-18 02:04:40 -0400
  • 366fc83bf2 Better parser that can do a Set instead of just a list of URLs in a chain. Zed A. Shaw 2022-08-17 21:00:47 -0400
  • 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. Zed A. Shaw 2022-08-16 17:40:09 -0400
  • 4d3175a862 A decent start to Ex10 that actually covers a lot of ground in one exercise. Rather than just work on APIs it covers a full stack build of a simple TODO list application they already have some code for. Zed A. Shaw 2022-08-10 18:22:27 -0400
  • f6b0b72a82 Bring in an updated jzed.js and thinking adding a few ideas for the lesson introducing a big of DOM magic. Zed A. Shaw 2022-08-09 20:44:53 -0400
  • c2f61b9215 Quick start for Ex10 but now that I think about it, maybe it's not the best exercise for 10 and this should be a login exercise. Zed A. Shaw 2022-08-09 17:00:15 -0400
  • 858fb4d370 First draft of exercise 8, a TODO list web application. Zed A. Shaw 2022-08-07 20:54:21 -0400
  • 482386c5df Actually this is exercise 7 and that was exercise 9. Zed A. Shaw 2022-08-07 00:08:37 -0400
  • d2b94e54e6 Exercise 7 written. Zed A. Shaw 2022-08-06 23:18:36 -0400
  • c122e8bbb0 Ex06 initially written. Zed A. Shaw 2022-08-06 20:46:11 -0400
  • f726ef83fb Ex 05 Written. Zed A. Shaw 2022-08-06 18:53:12 -0400
  • 8cd18c6f8c More explanation of all the projects in the README files. Zed A. Shaw 2022-08-06 18:42:57 -0400
  • 931f3a63ca Instructions for Ex05. Zed A. Shaw 2022-08-05 23:30:01 -0400
  • dc5cc06965 First work on Ex04. Zed A. Shaw 2022-08-05 10:46:32 -0400
  • fc043e972e Update the README. Zed A. Shaw 2022-07-21 17:18:05 -0400
  • 7feb43312f First step that lays out a basic command line UI with a simple glob for a first ls copy. Zed A. Shaw 2022-07-21 17:02:35 -0400
  • 34b089b19a Got the two starters down. Zed A. Shaw 2022-07-20 14:05:00 -0400
  • 857ac5e95e First layout of Ex02 but no code quite yet. Zed A. Shaw 2022-07-20 13:58:38 -0400
  • c83f612350 Quick empty markers for each directory so git thinks they exist. Zed A. Shaw 2022-07-20 07:06:37 -0400
  • 54e0a00fe9 Simple README.md explaining the exercise code. Zed A. Shaw 2022-07-20 06:24:13 -0400
  • cfadabb5ff One more step in the process to learn about converting callbacks with promises. Zed A. Shaw 2022-07-20 06:07:47 -0400
  • bb6e9b0e38 Implement step4 as a demo of how to deal with APIs that don't understand async using a promise. Remove useless await on simple_parse. Zed A. Shaw 2022-07-18 10:34:22 -0400
  • 406ef1c5f8 Setup the steps to produce a better CSV parser from the naive one. Zed A. Shaw 2022-07-17 13:42:15 -0400
  • afd39a1a3c Change the license to be owned by me. Zed A. Shaw 2022-07-17 13:18:57 -0400
  • cc90868a63 A first step in the 01 module that just loads a bunch of samples from csv-spectrum and then parses them. Zed A. Shaw 2022-07-17 13:16:43 -0400
  • 8f4f6d780a Initial commit Zed A. Shaw 2022-07-16 22:30:21 +0200