timestamp1629213978945Language Updatesby David J. Malancli50ide.cs50.iolab.cs50.iosandbox.cs50.ioIn 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.4
timestamp1609532580001cli50 Upgraded to Ubuntu 20.04by David J. Malancli50Just in time for the new year, cli50 has been upgraded from Ubuntu 18.04 to Ubuntu 20.04, just like CS50 IDE! Also included are: Java 15 Node 15 Python 3.9 Ruby 2.7
timestamp1600020600001Rubber Duck Debugging in CS50 IDEby David J. Malanide.cs50.ioIn addition to printf, debug50 (aka gdb), and valgrind, CS50 also introduces students to rubber duck debugging, a technique that involves talking to a rubber duck (or any inanimate, or even animate, object) about a bug in their code. In...