Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

programming_recitation

  • Clone with SSH
  • Clone with HTTPS
  • Intro to Programming

    Agenda

    • Computer architecture, memory, compile vs interpret, JIT

    • Programming 101

    • Programming Languages

          gcc -o hello_world hello_world.c
          ./hello_world
      • Javascript Hello World
      • NodeJS Hello World
      • Debugging/Testing
    • Programming Embedded Systems

    Resources