Yao Lirong's Blog

Yao Lirong's Blog

Innovation For Everyone

loading
CS2024 C++ Programming

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.

Kinect as Web Cam

高二升高三暑假参加夏令营让我白嫖的 Kinect2,大材小用当做网络摄像头来用

Look Back on Cornell 20SP

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

Introduction to Vim
First Steps in Vim Editing h j k l: huang he (W), Java (S), Kosovo (N), Los Angeles (E) i: begin insertion at current cursor a: begin insertion after current cursor o: creates a new line after this line and begin insertion O: opens a line above the cursor Deleting Characters x: delete one char...
CS2043 Unix Tools and Scripting

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!

Look Back on Cornell 19FA

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

Add pdf file to hexo

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

Import Junit and JavaFx into VSCode

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.

avatar
姚立嵘 Yao
让每个人享受科技的乐趣 (Innovation For Everyone)