0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 23 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adapted to new couteau interface changes Optimized imports Added VanillaRunner More... over 10 years ago
Adapted couteau's new interfaces More... over 10 years ago
Moved helper actions to `~.assets.*` package More... almost 11 years ago
Adapted changes to couteau More... almost 11 years ago
Configured the project according to couteau. Fixed minor errors. More... almost 11 years ago
Adapted value readers from couteau. Removes a sizable portion of nemo's core code. Optimized imports. More... almost 11 years ago
Wrote it Spring free More... almost 11 years ago
Switched to Maven Shade plugin. More... almost 11 years ago
Merge remote-tracking branch 'origin/master' More... almost 11 years ago
Adapted the whole of nemo to couteau. Now it is much smaller in itself. More... almost 11 years ago
Adapted core module to couteau so that fewer code irrelevant to the direct operation of nemo is present now. More... almost 11 years ago
Added a couple of helper methods to the executor More... almost 11 years ago
Changed the command-based strategy so that actions no longer need to extend Action. Also updated all relevant documentation. More... almost 11 years ago
Wrote test for CommandParser Closes #9 (for now) More... almost 11 years ago
Added more detailed documentation for the grid so that the pattern used to compile the definition can be now understood through the documentation. More... almost 11 years ago
Added JavaDoc for Spring-integration classes Wrote a simple event listener through Spring that maps 'cat' to 'read' while starting the execution. This is done to demonstrate the proper application of event translators. More... almost 11 years ago
Wrote JavaDoc for all of the core classes. More... almost 11 years ago
Added typo correction asset which will help with typographical errors while setting the target action. Added visualization tools to the system More... almost 11 years ago
Added proper event translation to the system. All events are now translated. If no other scheme supports their translation, they are translated using GenericTranslationScheme into an instance of GenericEvent which is then passed around to all interested parties. More... almost 11 years ago
Wrote some JavaDoc More... almost 11 years ago
Optimized imports More... almost 11 years ago
Optimized imports More... almost 11 years ago
Added help messages to the two built-in actions. More... almost 11 years ago
Added events to the system. This closes #4. Also added translation mechanism for event into Spring's ApplicationEvent. To demonstrate hooks, I also added the HelkRedirector.java which will redirect the 'helk' action into 'help', assuming it to be a typo. More... almost 11 years ago
Added CommandParser.java and relevant mechanism This includes the disassembler, various reflection tools, and a simple hello action demonstrating it. This commit closes issue #2 More... almost 11 years ago
Added action discoverers More... almost 11 years ago
Added logging to Spring module Made the UsageAction more useful More... almost 11 years ago
Added commons logging and loggers to the system. This closes #3. More... almost 11 years ago
Added usage action More... almost 11 years ago
Added metadata to actions and options Added ActionContextAware Added HelpAction.java which closes #14 More... almost 11 years ago