Upgrade to Pro — share decks privately, control downloads, hide ads and more …

ACM 04/18/2012

Avatar for tjk tjk
May 08, 2012

ACM 04/18/2012

Avatar for tjk

tjk

May 08, 2012
Tweet

More Decks by tjk

Other Decks in Programming

Transcript

  1. Hi, welcome back! - What is going on in your

    lives? - Where will you be this summer? SPRING QUARTER!!
  2. Announcements RingRevenue Info Session Thursday (tomorrow) @ 5 RingRevenue is

    looking for top software engineers to join their operations and Ruby on Rails development team in their downtown Santa Barbara offices. * free pizza + soda provided
  3. Announcements Officer Elections! - Elections will be next week. -

    This could mean two things. - Speech and Vote next week -OR- - Speech next week, vote digitally?
  4. Announcements Officer positions: - Two (2) Co-Chairs (Brad/TJ) - Secretary/Treasurer

    (Chris) - Tutor Coordinator (James) - Event Coordinator (Sean) - Project Coordinator (TJ) Being an officer can help build your resume and provide great leadership experience!
  5. Kickstarter - Has anyone (tried to) fund(ed) a project on

    Kickstarter before? - A bunch of interesting games - + LightTable! http://www.kickstarter.com/projects/306316578/light-table - + many more...
  6. Programming Languages! - Which do you know? - Has anyone

    gone out of their way to learn a new one?
  7. Code Challenge http://fredboyle.com/codechallenge/ Between now and the end of May

    2012, code a small project using a language or environment that's new to you or that you've only casually messed around with. - Who's interested?
  8. S* ome = new S(); - Google vs. Oracle Law

    suit - "Java.lang api's are copyrighted." http://news.cnet.com/8301-1035_3-57415324-94/oracle- ceo-larry-ellison-i-dont-know-if-java-is-free/
  9. FLAW #?: Tips for Googling Google provides some useful operators!

    o ~ = search for any synonym of word ~Best programming language o * = wild card * is the best teacher
  10. FLAW #?: Tips for Googling o OR = match either

    word Download Ubuntu OR Fedora o site: = restrict search to the given site c++ const site:stackoverflow.com o "<string>" = requires absolute match "CS is better than EE"
  11. FLAW #?: Tips for Googling o filetype: = force results

    to be of filetype CS162 Lecture filetype:ppt o conversions since they are annoying 19 fluid ounces to liters o + = force term to be in each result c++ class example +polymorphism
  12. FLAW #?: Tips for Googling o - = force term

    to not be in the result object oriented programming -Java Piecing it together! +US tax ~form -1040EZ filetype:PDF OR filetype:DOC site:.gov graphics library OR engine -SDL -openGL +(java OR c++) "The (Lakers OR Clippers) are * than the (Lakers OR Clippers)"