the koala project
  by colin kuebler
little bro/pops/miss texas/pet rock...
wants to learn computer programming
okay, lets start simple.
                    setup your environment.
                                                                                      yes
     which OS
                                                                               you sure?
    do you use?
                              windows                                  yes
                                               do you want to use
                                                 visual studio?                    no...
                            mac
                    linux                                       no!
                                                                              install dev-c++
                                        ????
                                                                                   okay.
what's an OS?                                                xcode!
                                                           (no idea...)
              so wait, you're                                          ...        finally,
            not a programmer?                                                    STEP 2!
                                         nope.
            I am.
 ಠ_ಠ                                                                           done.
            what?
                              sudo apt-get install build-essentials gcc g++
can we start coding yet?
   short and simple “hello world”

#include <iostream>

using namespace std;

int main(){
  cout << “hello world!” << endl;
  return 0;
}
problem?             solution.

platforms, languages, and IDEs
       = confusing setup
                              web based
      verbose code            = no setup
     = scared noobs
            plain english + intelligent interpreter
                       = quick learner

         the koala project.
what's new?

        nic k's back end
                       design enhan
                                   c   ements



fluid layout

                           panel m anagement
thanks!
  special thanks to nick pachulski
     for taking a chance with ruby!
                      thanks to #rcos
                          for help with git!

thanks to moorthy, o'sully and rcos
  for making this project possible!

                   questions? comments?

Rcos intro-2

  • 1.
    the koala project by colin kuebler
  • 2.
    little bro/pops/miss texas/petrock... wants to learn computer programming
  • 3.
    okay, lets startsimple. setup your environment. yes which OS you sure? do you use? windows yes do you want to use visual studio? no... mac linux no! install dev-c++ ???? okay. what's an OS? xcode! (no idea...) so wait, you're ... finally, not a programmer? STEP 2! nope. I am. ಠ_ಠ done. what? sudo apt-get install build-essentials gcc g++
  • 4.
    can we startcoding yet? short and simple “hello world” #include <iostream> using namespace std; int main(){ cout << “hello world!” << endl; return 0; }
  • 5.
    problem? solution. platforms, languages, and IDEs = confusing setup web based verbose code = no setup = scared noobs plain english + intelligent interpreter = quick learner the koala project.
  • 10.
    what's new? nic k's back end design enhan c ements fluid layout panel m anagement
  • 11.
    thanks! specialthanks to nick pachulski for taking a chance with ruby! thanks to #rcos for help with git! thanks to moorthy, o'sully and rcos for making this project possible! questions? comments?