![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Manage your timetable by pasing the XML export from asc and format into two files suitable for upload into ManageBac
Requires Python 3.6 or above. For Windows, install Python via the Microsoft Store. For Mac, install Python at python.org. Installing Python also installs a package manager (called pip
) that can install the command asc2mb
into your command line environment.
After installing Python, open the terminal or command line or PowerShell, and peform the following:
pip install asc2mb
If for some reason the pip
command doesn't work, you can manually install it by following the relevant instructions for your system.
Should you need to update to the latest version, you can do:
pip install --upgrade asc2mb
After pip install
worked, it is now installed on your path, and the command asc2mb
should be available:
asc2mb ~/path/to/xml.xml ~/path/to/save/timetable.csv ~/path/to/save/classes.csv
It takes only a second to run. It reports how many records it processed.
This script uses input from more than one international school to generate the expected output. The key to success is using aSc Divisions to match the uniq_id
s found in ManageBac classes.
For built-in help, and list of options and their functionality:
asc2mb --help
The command takes three required arguments, and there are additional options as well. The three required arguments tell the program where the xml file is located, and where to save the two csv files.
The options depend on your school's needs. For example, the class id is how ManageBac knows which class you are referring to, so that program helps you derive the class ID based on information contains in the xml file. It's up to you to ensure there are classes that have those IDs in ManageBac, but the program does produce a csv so that they can be uploaded in bulk.
By default, class id uses the pattern {class_.short}_{division.name}
, which means "the short name of the class" plus an underscore, plus the name of the division." At the time of publication, having a different pattern is only possible by contacting the author (or, if you're a keen developer, add a pull request).
If you run the program without any options, it'll prompt you to enter them.
FAQs
Manage your timetable by pasing the XML export from asc and format into two files suitable for upload into ManageBac
We found that asc2mb demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.