Words from a. a 2009 talk by Graham Mitchell comprising 62 slides. 61 left!

Size: px
Start display at page:

Download "Words from a. a 2009 talk by Graham Mitchell comprising 62 slides. 61 left!"

Transcription

1 Words from a a 2009 talk by Graham Mitchell comprising 62 slides 61 left!

2 // excerpt from Worm.java, a snake-like game import java.util.linkedlist; import java.awt.point; See the bug? public class Worm { private LinkedList<Point> buf = new LinkedList<Point>(); private final int INITIAL_LENGTH = 10; public Worm() { Point loc = new Point(512,384); // ~center of 1024x768 window } // queue up initial length, heading south for ( int i=0; i<initial_length; i++ ) { buf.add( loc ); // move next point one pixel toward bottom of screen loc.y += 1; } // now oldest point (tail) is at the center, and head 10px below } // many other methods not shown 60 left

3 // excerpt from Worm.java, a snake-like game import java.util.linkedlist; import java.awt.point; See the bug? public class Worm { private LinkedList<Point> buf = new LinkedList<Point>(); private final int INITIAL_LENGTH = 10; public Worm() { Point loc = new Point(512,384); // ~center of 1024x768 window } // queue up initial length, heading south for ( int i=0; i<initial_length; i++ ) { buf.add( loc ); // move next point one pixel toward bottom of screen loc.y += 1; } // now oldest point (tail) is at the center, and head 10px below } // many other methods not shown 60 left

4 // excerpt from Worm.java, a snake-like game import java.util.linkedlist; import java.awt.point; See the bug? public class Worm { private LinkedList<Point> buf = new LinkedList<Point>(); private final int INITIAL_LENGTH = 10; public Worm() { Point loc = new Point(512,384); // ~center of 1024x768 window } // queue up initial length, heading south for ( int i=0; i<initial_length; i++ ) { buf.add( new Point(loc) ); // move next point one pixel toward bottom of screen loc.y += 1; } // now oldest point (tail) is at the center, and head 10px below } // many other methods not shown 59

5 How Geeky Am I? know at least 17 digits of pi and 15 digits of e can translate binary ASCII manually have a vanity domain (or 4) *since graduating* have taught myself Perl Intel x86 assembly language Scheme Python Javascript (a.k.a. ECMAScript) Ruby have run Linux on the desktop since June 2001 still edit almost everything invim 58

6 forum cred redditor for 4 years (!) 5-digit user id (29386) since summer 1997? I do not have an account on digg. I do not visit digg. 57

7 oh, my 56

8 On Popularity 55

9 Social norms are usually: arbitrary temporary subtle non-verbal 54

10 Popularity is a stupid, shallow game. 53

11 (drink me) 52

12 Popularity is a stupid, shallow game. But you can t choose not to play. 51

13 What s her favorite band? 50

14 What s his favorite video game? 49

15 What s their major? 48

16 What d they make on the SAT? 47

17 What does he do on weekends? 46

18 ? 45

19 You choose to be stereotyped. 44

20 Do you know the rules? 43

21 Observations 42

22 In 1995, I discovered that people sometimes tell me things they don t mean. 41

23 7% - words used 38% - tone of voice 55% - nonverbal 40

24 39

25 deaf? 38

26 Bella, my mom said to me the last of a thousand times before I got on the plane. You don t have to do this. My mom looks like me, except with short hair and laugh lines. I felt a spasm of panic as I stared at her wide, childlike eyes. How could I leave my loving, erratic, harebrained mother to fend for herself? Of course she had Phil now, so the bills would probably get paid, there would be food in the refrigerator, gas in her car, and someone to call when she got lost, but still I want to go, I lied. I'd always been a bad liar, but I'd been saying this lie so frequently lately that it sounded almost convincing now. from Stephenie Meyer s Twilight 37

27 Juliet: No, no. But all this did I know before. What says he of our marriage? What of that? Nurse: Lord, how my head aches! What a head have I! It beats as it would fall in twenty pieces. My back o' t' other side, - ah, my back, my back! Beshrew your heart for sending me about To catch my death with jauncing up and down! Juliet: In faith, I am sorry that thou art not well. Sweet, sweet, sweet nurse, tell me, what says my love? Nurse: Your love says, like an honest gentleman, and a courteous, and a kind, and a handsome; and, I warrant, a virtuous - Where is your mother? Juliet: Where is my mother? Why, she is within. Where should she be? How oddly thou repliest! Your love says, like an honest gentleman, Where is your mother? Nurse: O God's Lady dear! Are you so hot? Marry come up, I trow. Is this the poultice for my aching bones? from William Shakespeare s Romeo and Juliet 36

28 (Observations) 35

29 0. Clothes make the man. 34

30 Graham Mitchell former weirdo 33

31 32

32 When you pretend to be something you re not, you become the thing you pretend to be. Marc S. Lewis, Ph.D. Associate Professor of Psychology The University of Texas at Austin 31

33 1. The little things matter. shaking hands eye contact hygiene (breath or body odor) 30

34 2. Tact is incredibly useful. 29

35 Tact Filters (idea courtesy of Jeff Bigler from MIT) 28

36 Tact Filters 27

37 Tact Filters 26

38 Tact Filters 25

39 Tact Filters 24

40 Tact Filters 23

41 Tact Filters 22

42 Tact Filters 21

43 Tact Filters 20

44 Tact Filters 19

45 Tact Filters 18

46 Tact Filters 17

47 Tact Filters 16

48 Tact Filters 15

49 Tact Filters 14

50 Tact Filters????? 13

51 Tip for Alice It s okay to be direct. 12

52 Tip for Bob Be a word ninja. 11

53 10

54 3. I m not that smart. IQ doesn t help that much. 9

55 Pet Peeves 8

56 0. porn. 7

57 Stages of typical relationships: 0. unknown 1.strangers 2.acquaintances 3.friends 4.dating 5.boyfriend/girlfriend 6.engaged 7.married 6

58 1. Insisting you re right when you aren t. 5

59 Learn to admit when you re wrong. 4

60 2. only jerks get women 3

61 2

62 You can play their game without becoming one of them. 1

63 0

Amber Weyland: [to cameraman] Just hold it there so we can see Mollie.

Amber Weyland: [to cameraman] Just hold it there so we can see Mollie. Interview Transcript Interviewer: Amber Weyland Interviewee: Mollie Hummer Cameraman: Christopher Smith [friend to both] Date: March 22, 2010 Beginning time of interview: 2:30pm End time of interview:

More information

The Picture of Dorian Gray

The Picture of Dorian Gray Comprehension Test for ISBN 978-0-19-479126-7 The Picture of Dorian Gray Oscar Wilde 1 Are these sentences true (T) or false (F)? a Dorian Gray was twenty years old at the beginning of the story. b He

More information

Spam. Time: five years from now Place: England

Spam. Time: five years from now Place: England Spam Time: five years from now Place: England Oh no! said Joe Turner. When I go on the computer, all I get is spam email that nobody wants. It s all from people who are trying to sell you things. Email

More information

Prayerful Living Singles User s Manual

Prayerful Living Singles User s Manual Prayerful Living Singles User s Manual Rev. 7/30/15 1 Contents Welcome... 2 Join for free! (Register)... 2 Setting up your profile... 3 Click on Home... 5 Adding Pics... 5 Editing your profile... 6 Understanding

More information

How to get online with us (New Instructions dated February 2015) We had to change providers for the Ventrilo program. What this means for those who

How to get online with us (New Instructions dated February 2015) We had to change providers for the Ventrilo program. What this means for those who How to get online with us (New Instructions dated February 2015) We had to change providers for the Ventrilo program. What this means for those who have previously received prophetic ministry is that you

More information

Code Plagiarism CSE. CSE 501 Presentation Scott Settembre, TA September 14, 2010

Code Plagiarism CSE. CSE 501 Presentation Scott Settembre, TA September 14, 2010 Code Plagiarism Detection @ CSE CSE 501 Presentation Scott Settembre, TA September 14, 2010 Once Upon a Time Code copying was a problem. code Attempted to Solve the Issues Solutions: Honor system ethical

More information

Close Your File Template

Close Your File Template In every sale there is always a scenario where I can t get someone to respond. No matter what I do. I can t get an answer from them. When people stop responding I use the Permission To. This is one of

More information

easy english readers The Little Mermaid By Hans Christian Andersen

easy english readers The Little Mermaid By Hans Christian Andersen easy english readers The Little Mermaid By Hans Christian Andersen Special Schools Edition published 1999 by David McKay Box A678 Sydney South 1235 Australia Easy English words by Cherry McKay Pictures

More information

Attach Love From Mr Mrs. Miss Ms Sir Sirs Madam. CC BCC Best Unfortunately, XXX. Bye Regards Re: Ref./ Reference. To: Btw Tel.

Attach Love From Mr Mrs. Miss Ms Sir Sirs Madam. CC BCC Best Unfortunately, XXX. Bye Regards Re: Ref./ Reference. To: Btw Tel. Email and telephoning vocabulary and collocations Choose one of the cards below and explain what it means and how it is used without saying the words on the card until your partner guesses what it says.

More information

Attachment (noun): is a computer file (such as word or excel) which is sent together with an .

Attachment (noun): is a computer file (such as word or excel) which is sent together with an  . UNIT 5 The Internet l Language Focus A. Listen, repeat the words and read the sentences. 5.1 Dinleyin, tekrar edin ve örnek cümleleri okuyun. Account (noun): Information which belongs to a single user.

More information

Yup, left blank on purpose. You can use it to draw whatever you want :-)

Yup, left blank on purpose. You can use it to draw whatever you want :-) Yup, left blank on purpose. You can use it to draw whatever you want :-) Chapter 1 The task I have assigned myself is not an easy one; teach C.O.F.F.E.E. Not the beverage of course, but the scripting language

More information

ESCAPE. A MINWOO PARK FILM Press Kit

ESCAPE. A MINWOO PARK FILM Press Kit ESCAPE A MINWOO PARK FILM Press Kit WWW.MINU-PARK.COM Director@minu-park.com 1-646-944-6726 Logline An alien lost her part, and falls into Manhattan at night. She needs to retrieve her part in order to

More information

From video conversation 2. This is a gap fill exercise and can be used as either a quiz/test of

From video conversation 2. This is a gap fill exercise and can be used as either a quiz/test of Teacher s guide to the quizzes/tests available for Unit 4 Quiz 1 Quiz 2 Quiz 3 Quiz 4 From video conversation 1. This is a gap fill exercise and can be used as either a quiz/test of target language acquisition,

More information

SB: Where I was telling you where the church was, right over there.

SB: Where I was telling you where the church was, right over there. Interview with Ms. Sweetie Brown Date: June 21, 2001 Interviewed by Dr. Florine White FW: I am Dr. Florine Jones White from Jarvis Christian College, and I am here in the home of Ms. Sweetie M. Brown in

More information

The Parent Trip: From High Heels And Parties To Highchairs And Potties By Jenna McCarthy READ ONLINE

The Parent Trip: From High Heels And Parties To Highchairs And Potties By Jenna McCarthy READ ONLINE The Parent Trip: From High Heels And Parties To Highchairs And Potties By Jenna McCarthy READ ONLINE The Parent Trip From High Heels And Parties To Highchairs And Potties.pdf THE PARENT TRIP FROM HIGH

More information

Need Help? Page 1 of 36 WORK

Need Help? Page 1 of 36 WORK Need Help? Page 1 of 36 Table of Contents 1 Introducing Conducttr Text Messaging Example... 3 2 The Exercise User Journey... 3 3 Preparing for the project... 5 4 Create a project with Conducttr... 5 5

More information

Finding RELIABLE Sources

Finding RELIABLE Sources Finding RELIABLE Sources What is a reliable source? * accurate * trustworthy * appropriate Introduction How is writing a research paper like being a judge? You have to judge each possible source of content

More information

Homework 2 CS161 Computer Security, Spring 2008 Assigned 2/13/08 Due 2/25/08

Homework 2 CS161 Computer Security, Spring 2008 Assigned 2/13/08 Due 2/25/08 Homework 2 CS161 Computer Security, Spring 2008 Assigned 2/13/08 Due 2/25/08 1. Signatures and Attacks Recall that to use the ElGamal signature scheme, Alice randomly selects her private signing key x

More information

ProgressTestA Unit 5. Vocabulary. Grammar

ProgressTestA Unit 5. Vocabulary. Grammar ProgressTestA Unit Vocabulary 1 Completethesentenceswithappropriate words.thefirstlettersofthewordshavebeen given. a Can you believe it? She s getting married to a man she has met on a s networking site!

More information

SOLUTIONS GUIDE. I Don t Know What to or

SOLUTIONS GUIDE. I Don t Know What to  or SOLUTIONS GUIDE I Don t Know What to Email or How to Write My Email, Can I Have Some Ideas? We often hear from new students that one of their biggest challenges creating content for email campaigns. Not

More information

9 R1 Get another piece of paper. We re going to have fun keeping track of (inaudible). Um How much time do you have? Are you getting tired?

9 R1 Get another piece of paper. We re going to have fun keeping track of (inaudible). Um How much time do you have? Are you getting tired? Page: 1 of 14 1 R1 And this is tell me what this is? 2 Stephanie x times y plus x times y or hm? 3 R1 What are you thinking? 4 Stephanie I don t know. 5 R1 Tell me what you re thinking. 6 Stephanie Well.

More information

IAE Professional s (02)

IAE Professional  s (02) IAE Professional Emails (02) TASK ONE: There are three different styles of writing when it comes to communication via email: Formal This is the style of an old-fashioned letter. Ideas are presented politely

More information

Top 10+ Ways to Annoy People with . AHS Computing

Top 10+ Ways to Annoy People with  . AHS Computing Top 10+ Ways to Annoy People with Email AHS Computing 1. Answer the Question If someone asks you a question on email be courteous and respond to the question If for some reason you cannot answer the question

More information

Code review guide. Notice: Read about the language that you will test its code, if you don t have an idea about the language this will be difficult.

Code review guide. Notice: Read about the language that you will test its code, if you don t have an idea about the language this will be difficult. Code review guide Author: Jameel Nabbo Website: www.jameelnabbo.com Table of contents Introduction Code review Checklist Steps to perform on code review task Tips for code review Starting the Code review

More information

(c) IKSC 2010 Copying allowed for incidental, classroom purposes. Workshop 2: Playing and Staying Safe Online Student Handouts

(c) IKSC 2010 Copying allowed for incidental, classroom purposes. Workshop 2: Playing and Staying Safe Online Student Handouts Workshop 2: Playing and Staying Safe Online Student Handouts Table of Contents Lesson 1: I Know/I Want to Know 1 Lesson 1: Video Summary: Staying Safe Online, Part 1 2 Lesson 1: Guidelines for Creating

More information

Lesson: Collaboration

Lesson: Collaboration Lesson: Collaboration Collaborations can be a powerful way to reach new viewers. Forge connections to find a broader audience. Get set up A good collaboration could bring new viewers to your videos. Make

More information

5 R1 The one green in the same place so either of these could be green.

5 R1 The one green in the same place so either of these could be green. Page: 1 of 20 1 R1 Now. Maybe what we should do is write out the cases that work. We wrote out one of them really very clearly here. [R1 takes out some papers.] Right? You did the one here um where you

More information

CS354 gdb Tutorial Written by Chris Feilbach

CS354 gdb Tutorial Written by Chris Feilbach CS354 gdb Tutorial Written by Chris Feilbach Purpose This tutorial aims to show you the basics of using gdb to debug C programs. gdb is the GNU debugger, and is provided on systems that

More information

!"#$%&'())*'"+,&-,.-!! 1

!#$%&'())*'+,&-,.-!! 1 !"#$%&'())*'"+,&-,.-!! 1 Thinking about thinking in code George V. Neville-Neil Ottawa, Canada What is this about? 3 What is this about? This is not about any particular BSD 3 What is this about? This

More information

practical Perl tools: let me help you get regular

practical Perl tools: let me help you get regular David N. Blank-Edelman practical Perl tools: let me help you get regular David N. Blank-Edelman is the director of technology at the Northeastern University College of Computer and Information Science

More information

A Dangerous Game By ReadWorks

A Dangerous Game By ReadWorks By ReadWorks Hi, I m the new student intern, Lisa Martinez. Lisa smiled at the receptionist and held out her ID. The receptionist inspected the driver s license and looked up her name in the computer.

More information

BBC LEARNING ENGLISH 6 Minute English Wireless furniture for phones

BBC LEARNING ENGLISH 6 Minute English Wireless furniture for phones BBC LEARNING ENGLISH 6 Minute English Wireless furniture for phones NB: This is not a word-for-word transcript Hello and welcome to 6 Minute English. I'm and I'm. Hello. Hello,! Now,, could I borrow your

More information

w w w. c o m p u m o o r. c o m

w w w. c o m p u m o o r. c o m from video capture at site visit 24:41 rem MEM 01:13.93 SCHOOL OF INFORMATION MANAGEMENT & SYSTEMS UNIVERSITY OF CALIFORNIA, BERKELEY COMPUMOOR SOLUTIONS PROJECT o b s e r v a t i o n e x e r c i s e Patrick

More information

P R OJ E C T K I C K O F F

P R OJ E C T K I C K O F F P R OJ E CT KICK OFF WHAT WILL MAKE TODAY SUCCESSFUL? CODEPEN REDESIGN USER RESEARCH CODEPEN REDESIGN User Survey Data 461 people responded Which most describes your CodePen usage? Tinkering/Scratchpad

More information

Bring in several pieces of junk mail that have been opened and spread the mail around the classroom.

Bring in several pieces of junk mail that have been opened and spread the mail around the classroom. LESSON PLAN You ve Won a Prize! GRADES 3-5 UNIT 2 Essential Question What is spam, and what can you do about it? Lesson Overview Students learn what spam is, the forms it takes, and then identify strategies

More information

Year Four. God loves us in our differences. 1 A Journey in Love - Year 4

Year Four. God loves us in our differences. 1 A Journey in Love - Year 4 Year Four God loves us in our differences 1 A Journey in Love - Year 4 Objectives Know that God has made us different from one another. Know that God loves us in our differences. 2 A Journey in Love -

More information

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet.

The name of our class will be Yo. Type that in where it says Class Name. Don t hit the OK button yet. Mr G s Java Jive #2: Yo! Our First Program With this handout you ll write your first program, which we ll call Yo. Programs, Classes, and Objects, Oh My! People regularly refer to Java as a language that

More information

Outline Key Management CS 239 Computer Security February 9, 2004

Outline Key Management CS 239 Computer Security February 9, 2004 Outline Key Management CS 239 Computer Security February 9, 2004 Properties of keys Key management Key servers Certificates Page 1 Page 2 Introduction Properties of Keys It doesn t matter how strong your

More information

Kearney High School Class of Search Guide Guide to Searching for Missing Classmates as of 12/04/2009

Kearney High School Class of Search Guide Guide to Searching for Missing Classmates as of 12/04/2009 Thanks for your interest to serve on our Search Team to help search for our Missing Classmates! Our goal is to obtain current contact information for each Missing Classmate, so we can invite them to visit

More information

Homework 3. OPTIONAL PROBLEMS (No due date)

Homework 3. OPTIONAL PROBLEMS (No due date) 1 Written Problems Homework 3 OPTIONAL PROBLEMS (No due date) 1.1 Longest Increasing Subset NOTE: this is a challenge problem Given an array of integers, find the length of the longest increasing subsequence

More information

An Introduction to How PGP Works

An Introduction to How PGP Works An Introduction to How PGP Works Revision: 0.01 Author: Kenneth Robert Ballou Date 2005-07-21 Document Change History Change Description/Reason Changed By Date Revision Initial Creation of Document Kenneth

More information

Decisions, Decisions. Testing, testing C H A P T E R 7

Decisions, Decisions. Testing, testing C H A P T E R 7 C H A P T E R 7 In the first few chapters, we saw some of the basic building blocks of a program. We can now make a program with input, processing, and output. We can even make our input and output a little

More information

Transcriber(s): Aboelnaga, Eman Verifier(s): Yedman, Madeline Date Transcribed: Fall 2010 Page: 1 of 9

Transcriber(s): Aboelnaga, Eman Verifier(s): Yedman, Madeline Date Transcribed: Fall 2010 Page: 1 of 9 Page: 1 of 9 0:00 1 R1 The color s not going to show a little bit, but okay. Okay. So, um, a plus b quantity cubed, you said, means Stephanie a plus b times a plus b times a plus b /R1 3 R1 Okay, so you

More information

Text Input and Conditionals

Text Input and Conditionals Text Input and Conditionals Text Input Many programs allow the user to enter information, like a username and password. Python makes taking input from the user seamless with a single line of code: input()

More information

Getting Started. Excerpted from Hello World! Computer Programming for Kids and Other Beginners

Getting Started. Excerpted from Hello World! Computer Programming for Kids and Other Beginners Getting Started Excerpted from Hello World! Computer Programming for Kids and Other Beginners EARLY ACCESS EDITION Warren D. Sande and Carter Sande MEAP Release: May 2008 Softbound print: November 2008

More information

IMPORTANT WORDS AND WHAT THEY MEAN

IMPORTANT WORDS AND WHAT THEY MEAN MOBILE PHONES WHAT IS DATA Data is Internet. It can let you do lots of different things on your phone or tablet. You can send or receive texts, emails or photos, listen to music, watch TV shows, movies

More information

Today s Topics. Percentile ranks and percentiles. Standardized scores. Using standardized scores to estimate percentiles

Today s Topics. Percentile ranks and percentiles. Standardized scores. Using standardized scores to estimate percentiles Today s Topics Percentile ranks and percentiles Standardized scores Using standardized scores to estimate percentiles Using µ and σ x to learn about percentiles Percentiles, standardized scores, and the

More information

Cryptography III Want to make a billion dollars? Just factor this one number!

Cryptography III Want to make a billion dollars? Just factor this one number! Cryptography III Want to make a billion dollars? Just factor this one number! 3082010a0282010100a3d56cf0bf8418d66f400be31c3f22036ca9f5cf01ef614de2eb9a1cd74a0c344b5a20d5f80df9a23c89 10c354821aa693432a61bd265ca70f309d56535a679d68d7ab89f9d32c47c1182e8a14203c050afd5f1831e5550e8700e008f2

More information

Powered by. How did trying to give apples away for free change the world?

Powered by. How did trying to give apples away for free change the world? How did trying to give apples away for free change the world? Steve Wozniak can tell you. He put technology in the hands of the people through the invention of the modern personal computer. Leaving college

More information

Chat Reference Assignment

Chat Reference Assignment REFERENCE & INFORMATION RESOURCES & SERVICES ILS 504-70 Fall Dr. Clara Ogbaa Chat Reference Assignment Lucinda D. Mazza CHAT REFERENCE ASSIGNMENT 2 Chat Reference Assignment When first starting this assignment,

More information

Library Website Migration and Chat Functionality/Aesthetics Study February 2013

Library Website Migration and Chat Functionality/Aesthetics Study February 2013 Library Website Migration and Chat Functionality/Aesthetics Study February 2013 Summary of Study and Results Georgia State University is in the process of migrating its website from RedDot to WordPress

More information

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know.

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know. MINDSET TOP DEVELOPERS All About the 5 Things You Don t Know 1 INTRODUCTION Coding and programming are becoming more and more popular as technology advances and computer-based devices become more widespread.

More information

1. You re boring your audience

1. You re boring your audience 1. You re boring your audience OK, so you ve convinced your users to visit your landing page. Or even better they ve signed up for your mailing list. That s great! Now that you have their attention, the

More information

The following content is provided under a Creative Commons license. Your support

The following content is provided under a Creative Commons license. Your support MITOCW Lecture 9 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To make a donation

More information

CS61A Notes Week 6: Scheme1, Data Directed Programming You Are Scheme and don t let anyone tell you otherwise

CS61A Notes Week 6: Scheme1, Data Directed Programming You Are Scheme and don t let anyone tell you otherwise CS61A Notes Week 6: Scheme1, Data Directed Programming You Are Scheme and don t let anyone tell you otherwise If you re not already crazy about Scheme (and I m sure you are), then here s something to get

More information

CS Computer Networks 1: Authentication

CS Computer Networks 1: Authentication CS 3251- Computer Networks 1: Authentication Professor Patrick Traynor 4/14/11 Lecture 25 Announcements Homework 3 is due next class. Submit via T-Square or in person. Project 3 has been graded. Scores

More information

Coding & Computation or What s all this about 1s and 0s? File: coding-computation-slides.tex.

Coding & Computation or What s all this about 1s and 0s? File: coding-computation-slides.tex. Coding & Computation or What s all this about 1s and 0s? File: coding-computation-slides.tex. 1 File: coding-computation-slides.tex. Created: January 28, 2001, sok. 1-1 Topics Aim: Communicate certain

More information

VIDEO 1: WHY SHOULD YOU USE TEMPLATES TO SEND YOUR S?

VIDEO 1: WHY SHOULD YOU USE TEMPLATES TO SEND YOUR  S? VIDEO 1: WHY SHOULD YOU USE TEMPLATES TO SEND YOUR EMAILS? Hey, it s Kyle from HubSpot Academy. Let s talk about about email templates. Why should you use templates to send your emails? You probably don

More information

The Cornerstone. Tau Beta Pi Third Actives. Your Future As An Engineer. Logic Puzzles & Answers 4-5. Your Future as an Engineer 1

The Cornerstone. Tau Beta Pi Third Actives. Your Future As An Engineer. Logic Puzzles & Answers 4-5. Your Future as an Engineer 1 Volume 10, Issue 7 Tuesday November 6, 2012 MI-Gamma Inside this issue: Your Future as an Engineer 1 C++11 :: 2 Cool New Features 2-3 Logic Puzzles & Answers 4-5 Tau Beta Pi Third Actives Your Future As

More information

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy?

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy? Unit 9 Tech savvy? Lesson A Tech support 1 I have no idea why... A Unscramble the questions. 1. which battery / Do you know / should / buy / I? Do you know which battery I should buy? 2. they / where /

More information

Cyber Smarts Using Social Media Wisely

Cyber Smarts Using Social Media Wisely Cyber Smarts Using Social Media Wisely Posted on March 24, 2016 by Shridevi Stock Photo You have access to the world s largest museum, art gallery, library and social group ever created. You also have

More information

English as a Second Language Podcast ESL Podcast 314 Buying a Digital Audio (MP3) Player

English as a Second Language Podcast   ESL Podcast 314 Buying a Digital Audio (MP3) Player GLOSSARY MP3 player a device that plays digital music in MP3 files * This is a very popular MP3 player, but there are many other players that are less expensive. selection the variety of things to choose

More information

Cozi Orlen Copywriter/Proofreader. Phone: (323)

Cozi Orlen Copywriter/Proofreader.   Phone: (323) Cozi Orlen Copywriter/Proofreader Email: sorlen6059@msn.com Phone: (323) 272-3921 Electronic Arts Real Racing 3 ios App App Store Description Electronic Arts SCRABBLE ios App App Store Description Electronic

More information

Lesson Three: False Claims Act and Health Insurance Portability and Accountability Act (HIPAA)

Lesson Three: False Claims Act and Health Insurance Portability and Accountability Act (HIPAA) Lesson Three: False Claims Act and Health Insurance Portability and Accountability Act (HIPAA) Introduction: Welcome to Honesty and Confidentiality Lesson Three: The False Claims Act is an important part

More information

Unit 4 Voice. Answer Key. Objectives

Unit 4 Voice. Answer Key. Objectives English Two Unit 4 Voice Objectives After the completion of this unit, you would be able to explain the functions of active and passive voice transform active sentences into passive and passive sentences

More information

E-cash. Cryptography. Professor: Marius Zimand. e-cash. Benefits of cash: anonymous. difficult to copy. divisible (you can get change)

E-cash. Cryptography. Professor: Marius Zimand. e-cash. Benefits of cash: anonymous. difficult to copy. divisible (you can get change) Cryptography E-cash Professor: Marius Zimand e-cash Benefits of cash: anonymous difficult to copy divisible (you can get change) easily transferable There are several protocols for e-cash. We will discuss

More information

The MailNinja 7-Step Success Formula For Sending Lead Generating Campaigns

The MailNinja 7-Step Success Formula For Sending Lead Generating  Campaigns The MailNinja 7-Step Success Formula For Sending Lead Generating Email Campaigns The MailNinja 7-Step Success Formula For Sending Lead Generating Email Campaigns Over the past 10 years we ve perfected

More information

We aren t getting enough orders on our Web site, storms the CEO.

We aren t getting enough orders on our Web site, storms the CEO. In This Chapter Introducing how Ajax works Chapter 1 Ajax 101 Seeing Ajax at work in live searches, chat, shopping carts, and more We aren t getting enough orders on our Web site, storms the CEO. People

More information

English as a Second Language Podcast ESL Podcast 285 A Movie Collection

English as a Second Language Podcast   ESL Podcast 285 A Movie Collection GLOSSARY buff a big fan; a person who likes something very much and knows a lot about it * Lynette is a music buff who owns thousands of CDs. collection a group of similar objects that are kept together,

More information

CSE413: Programming Languages and Implementation Racket structs Implementing languages with interpreters Implementing closures

CSE413: Programming Languages and Implementation Racket structs Implementing languages with interpreters Implementing closures CSE413: Programming Languages and Implementation Racket structs Implementing languages with interpreters Implementing closures Dan Grossman Fall 2014 Hi! I m not Hal J I love this stuff and have taught

More information

Welcome to CS120 Fall 2012

Welcome to CS120 Fall 2012 Welcome to CS120 Fall 2012 John Magee (jmagee@clarku.edu) 1 Welcome to CS120 Computing is ubiquitous Daily life, news, ecommerce Sciences and engineering fields Social sciences, humanity, Arts, music,

More information

Learn Ninja-Like Spreadsheet Skills with LESSON 9. Math, Step by Step

Learn Ninja-Like Spreadsheet Skills with LESSON 9. Math, Step by Step EXCELL MASTERY Learn Ninja-Like Spreadsheet Skills with LESSON 9 Doing Math, Step by Step It s Elementary, My Dear Ninja There is a scene in the short story The Crooked Man, where Sherlock Holmes accurately

More information

A GUIDE TO CYBERBULLYING THINK BEFORE YOU POST

A GUIDE TO CYBERBULLYING THINK BEFORE YOU POST A GUIDE TO CYBERBULLYING THINK BEFORE YOU POST WHAT IS BULLYING? Bullying is repeated aggression, verbal, psychological or physical conduct by an individual or a group against others. Bullying is always

More information

The little mermaid lives in a beautiful castle in the deep blue sea. She lives with her five sisters and her father, the Merking.

The little mermaid lives in a beautiful castle in the deep blue sea. She lives with her five sisters and her father, the Merking. The Little Mermaid A Play Scene 1 The little mermaid lives in a beautiful castle in the deep blue sea. She lives with her five sisters and her father, the Merking. Her sisters tell her stories of the world.

More information

Lecture 3: Recursion; Structural Induction

Lecture 3: Recursion; Structural Induction 15-150 Lecture 3: Recursion; Structural Induction Lecture by Dan Licata January 24, 2012 Today, we are going to talk about one of the most important ideas in functional programming, structural recursion

More information

What Are CSS and DHTML?

What Are CSS and DHTML? 6/14/01 10:31 AM Page 1 1 What Are CSS and DHTML? c h a p t e r ch01.qxd IN THIS CHAPTER What Is CSS? What Is DHTML? DHTML vs. Flash Browser Hell What You Need to Know Already Welcome to the world of CSS

More information

Contacting by LESSON E1. Vocabulary. Comprehension Check BUSINESS ENGLISH 5 I. WARM-UP. Match the words with their meanings. II.

Contacting by  LESSON E1. Vocabulary. Comprehension Check BUSINESS ENGLISH 5 I. WARM-UP. Match the words with their meanings. II. LESSON E1 Contacting by Email BUSINESS ENGLISH 5 I. WARM-UP Vocabulary Match the words with their meanings. A B 1. supermarket chain a. a person or company that sells goods to costumers 2. specifications

More information

Y o u ' r e N o t M y F a t h e r b y P a u l S l o c u m

Y o u ' r e N o t M y F a t h e r b y P a u l S l o c u m Y o u ' r e N o t M y F a t h e r b y P a u l S l o c u m This video project is composed of a sequence of recreations of a 10 second scene from the television show, Full House, overlaid with a set of sound

More information

Tips and Tricks for Microsoft PowerPoint Game

Tips and Tricks for Microsoft PowerPoint Game Tips and Tricks for Microsoft PowerPoint Game Topics include: 1. Linking 2. Inserting Sound 3. Animation 4. Background Ideas 5. Buttons and Image Linking 6. Creating an Invisible Hot Spot 7. Set as One

More information

9.4 Classifying Quadrilaterals

9.4 Classifying Quadrilaterals 9.4 Classifying Quadrilaterals Introduction The Grind Box Isabelle is a friend of Marc and Isaac s at school. She overheard them talking at lunch about the skatepark and is excited to help. Isabelle has

More information

Chapter 101. Coding & Computation. Coding & Computation or What s all this about 1s and 0s? Topics

Chapter 101. Coding & Computation. Coding & Computation or What s all this about 1s and 0s? Topics Chapter 101 Coding & Computation 101.0.1 Coding & Computation 1 or What s all this about 1s and 0s? 101.0.2 Topics Aim: Communicate certain fundamental concepts about computers and computing. Relax. Digital

More information

EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP

EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP! 1 of! 26 HOW TO GET STARTED WITH MAILCHIMP Want to play a fun game? Every time you hear the phrase email list take a drink. You ll be passed out in no time.

More information

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications

Hello World! Computer Programming for Kids and Other Beginners. Chapter 1. by Warren Sande and Carter Sande. Copyright 2009 Manning Publications Hello World! Computer Programming for Kids and Other Beginners by Warren Sande and Carter Sande Chapter 1 Copyright 2009 Manning Publications brief contents Preface xiii Acknowledgments xix About this

More information

Written Communication

Written Communication Module 2: Written Communication 1 Your Passport to Professionalism: Module 2 Written Communication Step 1 Learn Introduction Sooner or later, you will need to communicate in writing. You will write down

More information

The Do s and Don ts of Communicating Effectively

The Do s and Don ts of Communicating Effectively The Do s and Don ts of Communicating Effectively It all started with: Then came verbal communication: Finally, technology was introduced. Webster states: It is. 1. the act or process of communicating;

More information

Chapter One. I m Sorry Gramps

Chapter One. I m Sorry Gramps Contents Introduction 11 I m Sorry Gramps 13 Again, Again 21 Mommy Hug 29 Go Gramps, Go! 35 Silly Gunkle 43 Baby Yesus 51 Tousch 59 Puback 67 No, I Don t 73 I m Helping 79 Where Moon? 85 You Don t Smell

More information

UPTEMPO.

UPTEMPO. customizing your UPTEMPO www.blink-twice.com 2 3 Table of Contents Life is about to get easier! Introduction 03 Chapter 1 Programming Principles 04 Chapter 2 How to Edit Content 08 Create a Phrase Button

More information

Lines of Symmetry. Grade 3. Amy Hahn. Education 334: MW 8 9:20 a.m.

Lines of Symmetry. Grade 3. Amy Hahn. Education 334: MW 8 9:20 a.m. Lines of Symmetry Grade 3 Amy Hahn Education 334: MW 8 9:20 a.m. GRADE 3 V. SPATIAL SENSE, GEOMETRY AND MEASUREMENT A. Spatial Sense Understand the concept of reflection symmetry as applied to geometric

More information

Physics 306 Computing Lab 1: Hello, World!

Physics 306 Computing Lab 1: Hello, World! 1. Introduction Physics 306 Computing Lab 1: Hello, World! In today s lab, you will learn how to write simple programs, to compile them, and to run them. You will learn about input and output, variables,

More information

Welcome to Cogeco Home Phone. Extended Home Phone User Guide

Welcome to Cogeco Home Phone. Extended Home Phone User Guide Welcome to Cogeco Home Phone Extended Home Phone User Guide Thank you for choosing Cogeco Home Phone. We re looking forward to providing you with superior phone service for your home. By choosing Cogeco,

More information

The End. witch, Ariel embarks on the adventure of a lifetime. After bravely striking a bargain with Ursula, a sneaky sea

The End. witch, Ariel embarks on the adventure of a lifetime. After bravely striking a bargain with Ursula, a sneaky sea Venture under the sea where Ariel, a free-spirited mermaid princess, longs to be part of the human world. After bravely striking a bargain with Ursula, a sneaky sea witch, Ariel embarks on the adventure

More information

Establishing Trust in Disconnected Environments, page 1

Establishing Trust in Disconnected Environments, page 1 Establishing Trust in Disconnected Environments featuring Grace Lewis as Interviewed by Suzanne Miller ---------------------------------------------------------------------------------------------Suzanne

More information

Image Credit: Photo by Lukas from Pexels

Image Credit: Photo by Lukas from Pexels Are you underestimating the importance of Keywords Research In SEO? If yes, then really you are making huge mistakes and missing valuable search engine traffic. Today s SEO world talks about unique content

More information

It s possible to get your inbox to zero and keep it there, even if you get hundreds of s a day.

It s possible to get your  inbox to zero and keep it there, even if you get hundreds of  s a day. It s possible to get your email inbox to zero and keep it there, even if you get hundreds of emails a day. It s not super complicated, though it does take effort and discipline. Many people simply need

More information

Improving our systems. Includes important information about changes to HR and Payroll, including how you receive your payslips

Improving our systems. Includes important information about changes to HR and Payroll, including how you receive your payslips Improving our systems Includes important information about changes to HR and Payroll, including how you receive your payslips Introduction More and more of us are moving our lives online, whether it s

More information

GROW YOUR BUSINESS WITH AN ALL-IN-ONE REAL ESTATE PLATFORM

GROW YOUR BUSINESS WITH AN ALL-IN-ONE REAL ESTATE PLATFORM GROW YOUR BUSINESS WITH AN ALL-IN-ONE REAL ESTATE PLATFORM ZipperAgent TABLE OF CONTENTS 1. Introduction: How valuable is your CRM? 2. Online Lead Capture: Online lead capture builds your business 3. Timely

More information

Theo. Miles. Olivia. Joseph. Nina. Kishan. The Richard Pate School, Cheltenham

Theo. Miles. Olivia. Joseph. Nina. Kishan. The Richard Pate School, Cheltenham Theo Miles Olivia Joseph Nina Kishan Summary We have developed a system to help old/disabled people answer the door, especially people who have difficulty walking or walk slowly. The system uses the Raspberry

More information

The Untold Story of. Debugiano. By Bill Gowans

The Untold Story of. Debugiano. By Bill Gowans The Untold Story of Debugiano By Bill Gowans Before we start, is there anything you would like to say first? asked CBS news correspondent Carol Elliot. My name is Debugiano, and I am the long lost brother

More information

Disney dog with a blog games

Disney dog with a blog games P ford residence southampton, ny Disney dog with a blog games Go behind the scenes with Disney Insider, your place for in-depth Disney coverage, exclusive access, and all the stories behind the magic.

More information

Table of Contents. Starting a Thread. Replying to a Post. Searching for new threads/discussions and Posts. Reporting a Post

Table of Contents. Starting a Thread. Replying to a Post. Searching for new threads/discussions and Posts. Reporting a Post Table of Contents Starting a Thread Replying to a Post Searching for new threads/discussions and Posts Reporting a Post Uploading Media Files Like You Tube Uploading a Picture to a Post Quoting a Post

More information