project-omega icon indicating copy to clipboard operation
project-omega copied to clipboard

A collection of non-trivial coding problems to improve software engineering skills.

Results 12 project-omega issues
Sort by recently updated
recently updated
newest added

Please review the pull request. Commands used in the assignment are compatible with the windows operating system. The code is taking 3-5s to execute test.py

not ready part 1 solution

Added solution for Build Automation Tool along with unit tests.

A rudimentary build tool that takes in a *name* as an argument and then builds the dependencies, ensures all files are present and executes the build command.

Command Line Argument Parser using Nodejs