About

this site is the portfolio/resume of a human under the alias of Yknr. I am Yknr

Tuesday, October 21, 2014

app inventor project A

this is the app that was made in in Ivan and I's group.

download:
https://drive.google.com/folderview?id=0B5X9jX9fyYXqUHg4OFVwU0tPSGM&usp=sharing

here is all that we had to go through to make it:

as you can see, there wasn't all that much to work on.  and it was not made with any love, seeing as neither of us really enjoy apps.  so it is boring and gets the job done.  the job being putting graffiti on the faces of your friends.  have fun!

Wednesday, September 17, 2014

variable roles

1. Fixed value make for great solid ratios.  causing them to be the backbone of most programs.

2.      square

      x = -1;
      y = -1;
      cin >> x;
      y = x*x;
      cout << y << endl;

3. a. the score in a game
        interest on a loan/investment
    b. the score in a game is constantly adding your new progress to the value.

4. accumulator adds stuff into one value, aggregator takes all the values and puts them into a list.
http://scratch.mit.edu/projects/26877188/
http://scratch.mit.edu/projects/26877764/

Tuesday, September 16, 2014

lightbot reflection

4b:    The human brain is different from a computer for one main reason, how it possesses information.  A computer can only deal with concrete ideas, being able to handle abstract ideas only by the programmer tweaking them to make them concrete.  This is read by recognizing patterns of on and off switches.  Each pattern means a different thing.  So if something goes wrong the whole program shuts down.
          The brain can processes just about any kind of data.  This is because the way data is processed is basically just you neurons arguing about the topic and acting upon their favorite answer.  this is a very versatile system that will always have flaws in its reasoning, but will never break down.  This is because although it is inaccurate, it can handle everything.
           So if all the neurons in a human brain were replaced with identical synthetic ones, it would still be human.

Friday, August 29, 2014

client atempt

Build a Platformer:

* has character acceleration
* has special platforms
* has hazards
* has a victory point
* victory point makes music
* has timer

from - Ivan & Liam