Speaker: Terence Li Terence Li is a IE alumni graduated in 2006. He is now the manager of Forensic Service PwC. He gave us a sharing about his experience of working as a computer forensics and cybercrime professional.
Uncategorized
Build VR application — Have fun with Oculus and Leap Motion
Speakers: Mao Xi, Zhang Zhuohui,Wang Xishi Virtual reality is making it possible to experience anything, anywhere by using special devices. This talk will share how to build a VR application using oculus and Leap Motion and show their project which aims to give users unusual experience at CUHK campus.
Build iOS Layout Smartly
Speaker: Zhaohui Jia Apple keeps developing new concepts to help create iOS layout for device in different sizes. This talk will introduce some different layout skills as well as the concepts behind them, and help you implement your ideas in a responsive, effective and flexible way.
Building a Cloud-based Log Processing System
Speaker: Lingxiao Xia Topic: Building a Cloud-based Log Processing System Slides:
How to Write Your Own Kernel
Speaker: Peter Cheung 1. IA 32 CPU Programming Architecture. 2. Tools you need: compiler, linker, disassembler, others. 3. What people should know during coding a kernel. 4. ASM, C level things