
Lecture: Brain-inspired navigation and spatial intelligence
A presentation for the navigation course at SYSU Slides Usage Tips Press ESC to enter the slide overview. Press CTRL+Shift+F to search slide content.

Seminar: On the Kolmogorov-Arnold Networks
A presentation for the intelligent navigation group at CPNT Lab Slides Usage Tips Press ESC to enter the slide overview. Press CTRL+Shift+F to search slide content.

Webinar: Embodied AI with Foundation Models
An online presentation for CPNT LAB Slides Usage Tips Press ESC to enter the slide overview. Press CTRL+Shift+F to search slide content.
Webinar: Coding with Copilot
An online presentation for CPNT LAB Slides Usage Tips Press ESC to enter the slide overview. Press CTRL+Shift+F to search slide content.

Slides of Mondays for Music 15B, Spring 2023
Slides of Mondays by LI Shaun Slides are expected to be posted every Monday. Week 01 Overview and Review Week 02 Melody, Rhythm, and Sound Week 03 Instrumentation Week 04 Harmony, Texture, and Form Week 05 Musical Style Week 06 Musical Theater Week 07 Modern Jazz Week 10 The Rock Revolution Week 11 San Francisco Week 12 The New Trends in the Late 1970s Usage Tips Press ESC to enter the slide overview....

Stack Overflow Developer Survey
Developer Survey Datasets Stack Overflow has been carrying out an annual developer survey since 2011. Datasets in CSV files can be downloaded for your own purpose. Dataset Profiling Python offers a built-in package called csv to read and write CSV files. We can definitely use it to read the CSV file. However, data scientists prefer pandas, which provides more powerful data structures such as DataFrame for data analysis. So I use pandas to read the CSV file....

Breadcrumbs
What are “Breadcrumbs”? Web developers often use breadcrumbs to show the current page’s location within a navigational hierarchy. For example, at the top of this page appear the breadcrumbs of “Home»Posts”. This is implemented by adding the following line to the config.yml file. showBreadCrumbs: true Why Breadcrumbs are Called Breadcrumbs? In the fairy tale Hansel and Gretel, breadcrumbs are used by Hansel and Gretel to track their footpath. The popularity of breadcrumbs in the fairy tale led to the use of the word “breadcrumb” as a navigation element that allows users to keep track of their locations within programs or documents1....

The Fuck: The Best Practice of Human-Computer Interaction
The Fuck is a brilliant command line tool, which is both funny and useful. Here is its demo. I installed The Fuck on my Macbook today because I somehow misspelled commit as commmit several times, and I found something even more interesting. First, I got The Fuck by brew brew install thefuck Things went along well except that thefuck came along with many dependencies, so it took a long time to download, but that’s fine....