timestamp1629213978945
Language Updates
by David J. Malan
cli50
ide.cs50.io
lab.cs50.io
sandbox.cs50.io
In anticipation of fall semester, cli50 and CS50 IDE have been updated with some updated language support! Java 16.0.2 Node 16.2.2 Python 3.9.6 Ruby 2.7.4timestamp1628902800000
Changes to check50, submit50 Authentication
by David J. Malan
Tools like check50 and submit50 rely on git, a popular tool for saving different versions of code, and GitHub, a popular website for saving those versions in the cloud. To push (i.e., save) your code to GitHub using git, it used to betimestamp1591207200001
An API for Harvard's Map
by David J. Malan
Years ago, CS50 had an API (application programming interface) for Harvard's map, so that students could integrate maps of campus into their own final projects. The API eventually fell by the wayside as CS50's infrastructure evolved, but...