The goal of CS2024 is to teach as much of the C++ language as possible with an eye towards your being able to use it effectively in future classes that may depend on it and/or in a professional setting. C++ is ever changing with new standards released every three years. We look to strike a balance between making sure you thoroughly understand “historic” C++ as well as introducing you to new features enabled in the language in the past decade.
如果你在纠结要不要装,别装了吧,对自己好一点
高二升高三暑假参加夏令营让我白嫖的 Kinect2,大材小用当做网络摄像头来用
CS3110 Data Struct & Functional Programming
Ranting
When you find yourself saying, “I don’t know,” be sure to follow it up with ” - but I’ll find out.” It’s a great way to admit what you don’t know, but then take responsibility like a pro.
– The Pragmatic Programmer, Ch2. The Cat Ate My Source Code
About
The goal of CS2043 is to introduce you to the UNIX/Linux “command line” and its accompanying tools. When done with this class you should feel comfortable navigating any UNIX shell prompt, installing UNIX/Linux systems and understanding any shell script that you may encounter down the road. We’ll cover basic commands through script writing and visit some of the more common tools used today!
Install Ocaml
run
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)
and install opam at /usr/bin
(Caution: install it under
this directory to ensure you can also access opam at user’s
directory)
CS2112 OO Design Data Structs (Honors)
My goal in teaching this course has been to make you guys fearless about taking ideas and turning them into systems of codes that work
– Andrew Myers, 2019/12/10
Say you’ve put
book.pdf
in./source/books/
, then put something like[Download my book!](/books/book.pdf)
anywhere in the article and it will create the link for you.
Cited From hexo
The import javafx cannot be resolved
I have java 11 installed on my computer. JavaFx was not bundled with
Java 11 so I have to first download it from here and put it at the same directory as
Java jdk. But VScode still gives me the error “The import javafx cannot
be resolved”. This was resolved after I ran
Java: Clean the Java Language Server workspace
, though I
have no idea how VSCode magically found the directory of JavaFx.