Friday, April 24, 2015

Dis What You Do

I want you to make a thing that does stuff

PROMPT

Give the image a central gradient that follows the mouse cursor. Also, changes to random color on click. Size should be controlled by scroll wheel.

If this proves to be

IMPOSSIBLE

we want to be able to set size, color, and location range for each picture.

Tuesday, April 21, 2015

Accenture Speaker

Notes from Accenture speaker, Dave Eisenmenger, on technology industry:
  • Do you personally have a specific team you work with, or does it vary project to project? Amass skills needed for each project, new group ==> new skills to learn
  • How do you feel about internet privacy? Completely private
  • Did you create/help write the algorithms/programs to consolidate the data? no
  • How much of the work you do is directly related to creating software? manage a team who creates the algorithm, he works with clients on developing infrastructure and marketing
CODING IS IMPORTANT
  • How much of the software you work with it brand new versus improving old software? 80% is improving old software, old infrastructure
  • Where are you based? Very virtual set-up, globalized workforce
  • What are new employees expected to do? Bottom part of V
V-MODEL:
           Top part: How do we solve this problem? Does our solution work?
           Bottom part: Details, coding, testing code piece by piece

Wednesday, April 8, 2015

Digital Property and Forensics

Metadata can be used for any of the following:


  • allowing resources to be found by relevant criteria
  • identifying resources
  • bringing similar resources together
  • distinguishing dissimilar resources
  • giving location information
  Metadata can be used in the investigation of crimes by giving exact location, time, date, IP and access ports of the crime.


Monday, October 27, 2014

Android App - Mobile Python Compiler

The app: An Android app that can compile code a user types in using a Python compiler (Note: The compiler is called Skulpt and is not made by us). The app requires an internet connection and access to device local storage at this time. There are obvious limitations to this code versus a desktop compiler, but it is fairly powerful and feature rich.

Download here: http://goo.gl/AZFkm7

There were many hiccups in this app's construction due to issues with AI2, cloud servers, and us. A practical application for this technology is being worked on, but is far from presentable at this time. SonicAgile played a limited role in the development process, as it was introduced towards the end of the project, but was still utilized.


Wednesday, September 24, 2014

Variable Roles

This is the Blogger post of the scratch project I made: http://jlportfolio.blogspot.com/2014/09/scratch-quadro-pong.html

Variable Roles Conclusion:
1. You can define for different difficulties but in game, it won't change.
2. var most_recent == "Elephant"
most_recent == raw_input("wats yo fav animal?")
print most_recent
3. a) Cookie Clicker, Flappy Bird
b) In Cookie Clicker I think there is an accumulator because it counts how many times you tap the cookie, and the number keeps going up.