Monthly Archives: February 2016

88th Academy Awards

February 28th / The 88th Academy Awards held at the Dolby Theater.

Winners and Nominees:

By Categories:

  • Best Movie –
    • Spotlight
    • The Big Short
    • Bridge of Spies
    • Brooklyn
    • Mad Max: Fury Road
    • The Martian
    • The Revenant
    • Room
  • Director –
  • Male Lead Actor
  • Female Lead Actor

By Movies:

  • 45 Years –
  • Carol – Female Lead Actor – Cate Blanchett
  • The Danish Girl – Male Lead Actor – Eddie Redmayne
  • Joy – Female Lead Actor – Jennifer Lawrence
  • The Martian
    • Best Movie
    • Male Lead Actor – Matt Damon
  • The Revenant
  • Room – Female Lead Actor (W) – Brie Larson
  • Steve Jobs – Male Lead Actor – Michael Fassbender
  • Trumbo – Male Lead Actor – Bryan Cranston

– manzoor

Python, Ruby & Swift

These are simply programming languages to help us learn “Object Oriented Programming”. While we will be trying to learn each of the languages as best we can, the goal is to learn to Program and user “Object Oriented Programming” as the foundation.

Data Structures

Struct

Class

  • Class Inheritence

Struct vs Class

  1. Class requires initializer to be written and Struct does not require
  2. Struct is of “Value Type”, Class is “Reference Type”

Method

  1. Instance Method

Initializer

Default / Memberwise

Functions

Optionals (need to go over) / Unwrapping Optionals / Optionals Chaining

– manzoor

Related Posts (internal)