Showing posts with label SFU. Show all posts
Showing posts with label SFU. Show all posts

5 May 2007

Northwestern Technology Conference for Undergraduates

Simon Fraser University, Burnaby, Canada

I've participated in NTCU from 2nd to 4th of May
Its contents were very interesting, food was not bad, and talking with David was great :)
We talk about open source programs, his work at Apple with Steve Jobs, his Seoul visiting, and so on.
And fortunately, I ranked 3rd place at a program competition and won a Future Shop Gift Card ($50.00). Great!! =p
I completely solved 2 problems. For the second problem, I made a Map for country/area codes and phone numbers. At the first trial, I saved a phone number as an Integer. However, the number is bigger than Integer can store. So I had to change the type of Value to String (for phone numbers). It took some time. Although I solved the same number of problems as a winner did, I took more time for changing my code. It is worth though. Because of this experience, I will carefully decide appropriate types of variables for my next programs. =)




  • Keynote
    • The Future is Never What You Thought It Would Be
    • by David Schlesinger: Director of Open Source Technologies at ACCESS Systems Americas, Inc
    • Therefore, you should do what you love to do =)
  • Seminar #1
    • Does my computer really understand me?
    • by Fred Popwich: Professor, SFU Computing Science
  • Seminar #2
    • Software and its Place in the Industry
    • by Dale Lutz: co-CEO of Safe Software
  • Seminar #3
    • Introduction to Software Development for BI World
    • Lawell Kiing: Senior Director, Engineering at Business Objects
  • Seminar #4
    • Starting an Information-based Technology Company
    • by Peter Tingling: Professor, SFU Business and CEO of Octothrope Software
    • “Imagination is more important than knowledge. For knowledge is limited to all we now know and understand, while imagination embraces the entire world, and all there ever will be to know and understand.” - Albert Einstein
  • Seminar #5
    • The Connected Multimedia Experience: Sharing Discoveries
    • Glenn Roy: Engineering Line Manager, Nokia
  • Keynote
    • Trends in We2.0 and Enterprise Architecture
  • Tech Expo
  • Competitions
    • Programming competition (mini-ACM)
  • Think Tank
    • discussion about
      • Personal Information with web2.0
      • Patent

4 February 2007

UBC/SFU SUMMER PROGRAMMING CONTEST 2006

I participated in the 3rd Programming Contest for three hours on Saturday.
This contest was for UBC and SFU students.
I solved one out of six programming challenges, and got a scheduler as a prize.
It was worth and I enjoyed that.
Moreover, now I do know what does tab mean. =p
In other wards, I had to modify again and again because what I assumed was not what tab really is.

Language: C, C++, Java
OS: Unix (vi, emacs, eclipse, etc), Windows (dev-c++, eclipse, notepad, etc)