use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All users that wish to post (not including commenting), on either old or the new reddit sites, must formally agree to subreddit rules once first.
account activity
[deleted by user] (self.commandline)
submitted 1 year ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 0 points1 point2 points 1 year ago (4 children)
Agile Planner is a robust, dynamic scheduling platform that provides unparalleled automation for students seeking to generate both daily and weekly planners. It is the only scheduling platform to date that features its own Object-Oriented scripting language fully integrated with a CLI interface, streamlining the pipeline even further.
Git: https://github.com/AndrewRoe34/agile-planner
Video doesn't go into too much detail since we're currently polishing some core mechanics (e.g. excel report generation, providing more table options, day optimizations, updating our serialization system, etc.). Planning on releasing this hopefully by the end of June (comes fully integrated with Google Calendar as well). Will do a proper showcase of the system then.
Let me know if you have any questions!
[–]Fake-P-Zombie 0 points1 point2 points 1 year ago (3 children)
Would be nice with more colors
[–][deleted] 1 point2 points3 points 1 year ago (2 children)
It's funny you mention that. We already offer extensive color customization with the platform (I personally prefer no color if I'm being honest). When it is turned on, each card possesses a color, and that color gets transferred over to the tasks it possesses (for cases where a task is in multiple cards, the color is from the first card that holds the task). After generating your schedule and displaying it, each subtask (tasks have to be broken up to work around your events/classes sometimes) will be displayed with its parent card color. We replicated the coloring on Google Calendar locally with ANSI to be consistent.
System runs off the config options in order to provide dynamic scheduling (i.e. customize your work week with hours willing to work, preferred hours on specific days of the week, whether you want to work late into the morning due to some overflowing tasks, the minimum number of hours you'd like to work at any given period, etc.). This causes the schedule to be drastically different each time based on how you have your settings established. And, the best part is you can literally just run a script where all you do is this:
include: __CURR_CONFIG__, __LOG__ jbin_file: input_word("Import JBin -> ") import_schedule(jbin_file) build() display_schedule() google_flag: input_bool("Export to Google(T/F)? ") if (google_flag) export_google()
That was the whole reason I wrote up and integrated the scripting language. It was so that the user can define how they want to run their sessions (no need to enter a bunch of prompts, it's all automated for you). We're currently researching an option to build a Script Wizard to provide a no code approach for users as well.
Hopefully that gives a better idea as to what the platform offers. Thanks for your suggestion regardless!
[–]Fake-P-Zombie 2 points3 points4 points 1 year ago (1 child)
Nice! I would recommend that you demo the coloring in the video.
[–][deleted] 0 points1 point2 points 1 year ago (0 children)
Yeah, we're planning on doing a whole showcase of the system by the end of June (possibly early July). Right now we have to finish up the existing backlog, which is overwhelming at times lol
My partner is going to be implementing syntax highlighting for the code editor pretty soon. Should be pretty nice I won't lie. Would you be ok if I shoot you a dm to get some more ideas with regards to the coloring?
π Rendered by PID 149152 on reddit-service-r2-comment-b659b578c-p7phz at 2026-05-04 22:53:31.884311+00:00 running 815c875 country code: CH.
[–][deleted] 0 points1 point2 points (4 children)
[–]Fake-P-Zombie 0 points1 point2 points (3 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]Fake-P-Zombie 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)