Skip to content

Instantly share code, notes, and snippets.

View Reapor-Yurnero's full-sized avatar

Xiaohan Fu Reapor-Yurnero

View GitHub Profile

VE280 Final Review

August 4

Xiaohan Fu
@Reapor-Yurnero
Reapor-Yurnero / TalkingBox.md
Last active April 15, 2019 11:05
This prolog script is a sympathetic doctor

Talking Box (Sympathetic Doctor)

Xiaohan Fu, TS1

This prolog script is a sympathetic doctor, conversing with a patient who can answer only yes or no. The doctor is able to diagnose the patient’s condition while asking question sensitively depending upon patient’s pain level, mood level and symptoms. Additonally, as a sympathetic doctor, he's able to response accordingly to patient's condition with different gestures.

Get Started:

  • swlpl talkingbox.pl in command line or consult('talkingbox.pl'). in SWIPL interface.
  • type start.
  • Answer y./n./q. and type return
@Reapor-Yurnero
Reapor-Yurnero / proj.md
Last active December 4, 2017 09:37
Project FAQs

Project FAQs

  • Author: Yao Yue, Fu Xiaohan
  • This document might be updated in realtime.
  • You can see online version here.

FAQs (Frequently asked questions) are document provided with programs to answer common confusions. We suggest each team pick at least one students in charge of reading this document carefully, and make sure that everything mentioned is well-understood by the team. This will ease your work, provide inspirations and most importantly help you earn more points!


@Reapor-Yurnero
Reapor-Yurnero / glut.md
Created November 29, 2017 07:39
GLUT Configuration Guide

GLUT Setup Guldeline

Author: Xiaohan Fu, Yue YAO, Zhengyang Feng, Chenggang Wu

Date: 2017/11/27


Glut stands for Open[GL] [U]tility [T]ools. It's a library designed to ease programmers work while dealing with OpenGL programmes. OpenGL stands for Open Graphics Library. As its name suggests, it is a library for drawing figures (and more) on the screen. Applications that use this technology includes, games (counter-strike), design softwares (AutoCAD, etc.), visual designing (Photoshop, Premiere, etc.), phones (Android smartphones), and Matlab!