Computer Security. Gary Harkin 1

Size: px
Start display at page:

Download "Computer Security. Gary Harkin 1"

Transcription

1 Computer Security Goals Give Denbigh his Birthday off. Get Gary out of the office for a bit. Understand the basics of software security. Understand the basics of computer security. Provide minimal opportunity for performance evaluation. Gary Harkin 1

2 Why Is This Funny? Gary Harkin 2

3 Consider the Application Add a new user to the database Get the users name and other stuff Add the users name (and other stuff) to the database. High-fives all around. Gary Harkin 3

4 Which looks like? $name=$_post_vars('name_from_form'); mysql_query ( INSERT INTO students (name) VALUES ($name), <some other stuff>); high_fives_all_around ( $name added ); Gary Harkin 4

5 And You Get This SQL If $name has the value 'Jimmie' INSERT INTO students (name) VALUES ('Jimmie')'; Gary Harkin 5

6 SQL Injection Strikes If name=robert');drop TABLE students;-- INSERT INTO students (name) VALUES ('ROBERT');DROP TABLE students; -- ) stmt 1: INSERT INTO students (name) VALUES ('ROBERT'); stmt 2: DROP TABLE students; stmt 3: -- ) Gary Harkin 6

7 What's the Solution? $name=$_post_vars('name_from_form'); if (!ereg ('[a-za-z ]', $name) { print ( <B>Stop that!</b> ); exit;} mysql_query ( INSERT INTO students (name) VALUES ($name)); high_fives_all_around ( $name added ); Gary Harkin 7

8 Other Web Evils? There are roughly 20 different types of web attacks, but each has variations. Buffer overflows, Cross-site Scripting, Format string exploits, Command Injection, Magic URL exploits, Race condition exploits, weak random number exploits,... Gary Harkin 8

9 But Its All For Fun Right? Gary Harkin 9

10 Gary Harkin 10

11 Not Really More than 50% of attacks are now motivated by money. There are now multiple boiler rooms that consist of teams dedicated to computer crimes. Gary Harkin 11

12 Cross-site Scripting Phishing and Pharming aren't just about food. You see a link saying Click here to win a free Spring Break vacation. But the link is: What should you do? Gary Harkin 12

13 Cross-site Scripting The Sin: You have a web site that allows users to post, but you don't check for dangerous code. The Setup: A user posts a message that includes: <A HREF= >Help Here</A> Gary Harkin 13

14 Cross-site Scripting The Mistake: I need help, I think I'll click on that! The Con: Enter your username and password to get help. The Bigger Mistake: Duh, OK! Gary Harkin 14

15 What To Do? Sanitize your user inputs. Only legal values allowed? Escape dangerous stuff. <A HREF= >Help Here</A> becomes < HREF=" Help Here < Gary Harkin 15

16 Make the Illusion Good Gary Harkin 16

17 The Viso-Geeks Gary Harkin 17

18 How Big Is The Problem? 90% of web sites are vulnerable. 75% of hacks are the result of exploits in web facing applications. 31% in.gov and.mil Estimated cost is $60 BILLION in U.S. Annual increase in vulnerabilities reported is 42%. Annual increase in attacks is 70%. Average cost is up to $10 M per attack. Gary Harkin 18

19 Do You Have Examples? CardSystems ,000 credit card numbers stolen 40 million exposed Millions in fraudulent purchases SQL Injection attackers dropped a job into the database that ran every 4 days sending records to a remote site. Gary Harkin 19

20 MySpace XSS MySpace 2006 XSS using Flash redirect embed allowscriptaccess="never" src=" /albums/mff225/yrkblack/redirecft.swf" redirect then has access to the account of the user, allowing it to make the same change on their page. It an XSS worm. Gary Harkin 20

21 PayPal XSS PayPal 2004*-2006 XSS using parameter substituion nextpage should be addr or resolution page PayPal didn't bother to check if nextpage made sense. Attackers spammed people. They followed the link and then entered their login data and more. Gary Harkin 21

22 Poker Face Paradise Poker Site 2005 A user notices that when the dealer shows an Ace and has a pocket 10, there is a longer delay than if the hole card is something else. He wins big for a while. Abuse of Functionality exploit. Gary Harkin 22

23 What To Do? You have 2.5 million lines of code and that code is constantly churned by extensions and bug fixes. Test everything a user can do in every possible way to find vulnerabilities?? There are many things that are perniciously subtle. You can never make it perfectly safe or prove that it is. Gary Harkin 23

24 Accept the security breach or clean a litter box. Take your pick. Gary Harkin 24

25 Vulnerability Fixing Costs $ Cost Design Development QA Maintenance Gary Harkin 25

26 When Controls Fail Gary Harkin 26

27 It Can Ge Expensive TJ Maxx - $135 M and up to $ 4.5 B AICPA - $30 M ChoicePoint - $15 M + U of C (Los Alamos) - $3 M fine MSU -? Identity theft cost averages $32 K Average cost is $10 M Impacts nearly 25% of companies/year Gary Harkin 27

28 Legals 33 states have disclosure laws Sarbanes-Oxley Health Information Portability and Accountability Act PCI DSS ISO Gramm-Leach-Bliley Act (Financial Ind.) Gary Harkin 28

29 Does Anybody Get Caught? Gary Harkin 29

30 Yes, increasingly Brian Salcedo, 9 years, cracking Lowes'. Kevin Mitnick, 5 years, $4k, Takedown Unamed 15-year old, 12 months prob + CS; Sinapore newspaper using news/news. Jeanson Ancheta, 5 yrs, $15,000, installing adware on zombies. Ken Flury, 3 years, $300K, stolen CitiBank debit card numbers. Gary Harkin 30

31 I order you to wear a tie every day, take on a huge mortgage, join the local Rotary Club and act normal in public Gary Harkin 31

32 Bottom Line If you're on the Web, you have security issues. If you allow the users to input anything, you have bigger issues. If you store any data, you have really big issues. Gary Harkin 32

Raise Your Hand If. Todays Cybersecurity Risks. June 14, WBA BOLT Summer Leadership Summit 1. May 4, 2018

Raise Your Hand If. Todays Cybersecurity Risks. June 14, WBA BOLT Summer Leadership Summit 1. May 4, 2018 WEALTH ADVISORY OUTSOURCING AUDIT, TAX, AND CONSULTING Investment advisory services are offered through CliftonLarsonAllen Wealth Advisors, LLC, an SEC registered investment advisor Todays Cybersecurity

More information

Find and fix software security problems wait, do not make security mistakes in the first place!

Find and fix software security problems wait, do not make security mistakes in the first place! Find and fix software security problems wait, do not make security mistakes in the first place! Faster time to secure code Founded in 2016 to create the next generation of solutions to expertly guide developers

More information

Wicket Cards & Tags For Cashless Stored Value Payment Systems Rev: 10/2008

Wicket Cards & Tags For Cashless Stored Value Payment Systems Rev: 10/2008 Wicket Cards & Tags For Cashless Stored Value Payment Systems Rev: 10/2008 General Description: Wickets are laminated cards or tags having an ISO 15693 RFID (radio frequency identification) inlay in the

More information

GN21 Frequently Asked Questions For Golfers

GN21 Frequently Asked Questions For Golfers Customer Support We are dedicated to offering you the best customer support possible. Our goal is to respond to your requests within 24hrs. 1. On the www.ngn.com homepage there is link labeled Help which

More information

How To Use My Tennis Page On TennisLink

How To Use My Tennis Page On TennisLink How To Use My Tennis Page On TennisLink Once you have set up an account with the USTA then you receive a My Tennis Page space. This is the place on the web site where you handle all of your personal league

More information

Fencing Time Version 4.3

Fencing Time Version 4.3 Fencing Time Version 4.3 Upgrading your Fencing Time Server October 2017 Copyright 2017 by Fencing Time, LLC. All rights reserved. Overview Periodically, a new version of Fencing Time is released. In most

More information

Start - All Programs - Class Software - Scratch - Scratch move move move Sound play drum move move move play drum Control forever forever forever

Start - All Programs - Class Software - Scratch - Scratch move move move Sound play drum move move move play drum Control forever forever forever Scratch Exercise A. Choose Start - All Programs - Class Software - Scratch - Scratch. B. Let's start with a very simple project we'll call Dancing Sprite. This example has been adapted from the exercise

More information

Security Awareness. Katja Dörlemann Zurich, 15. Februar SWITCH 1

Security Awareness. Katja Dörlemann Zurich, 15. Februar SWITCH 1 Security Awareness Katja Dörlemann katja.doerlemann@switch.ch Zurich, 15. Februar 2018 2018 SWITCH 1 1. Cyber Threats a short introduction 2. Security Awareness what is it and why? 3. elearning and the

More information

Using Moodle. Poramin Bheganan Krittaya Bunchongchit

Using Moodle. Poramin Bheganan Krittaya Bunchongchit Using Moodle Poramin Bheganan Krittaya Bunchongchit Outline Introduction Course Configurations Course Content Development Resources Activities Other Tools Administrator Tools Block Tools 2 Bheganan & Bunchongchit

More information

Safety Through Technology. gastag.co.uk

Safety Through Technology. gastag.co.uk Safety Through Technology 1 The future of gas safety is here... 1 Issues in the industry... 2 5 Introducing Gas Tag... 6 Eliminating the possibility of rogue gas work... 7 The four elements... 8 9 How

More information

Smart Card based application for IITK Swimming Pool management

Smart Card based application for IITK Swimming Pool management CS499 End Semester Report Smart Card based application for IITK Swimming Pool management Submitted By: Ankur Mittal Project Guide: Prof. Rajat Moona Introduction In today s world, there is an increasing

More information

Zombie Daze Scenario: Day 17: Air Strike

Zombie Daze Scenario: Day 17: Air Strike Scenario: Day 17: Air Strike Objective: Get the civilians out alive or dye trying! Maximum Turns: 8 Dedication: I'd like to thank all the play testers: Scott Clinton, Ken Nickel, Randy Fant, Alex Beckman,

More information

Tournamation. Fishing Tournament Automation Software. User Guide. Tournamation User Guide

Tournamation. Fishing Tournament Automation Software. User Guide. Tournamation User Guide Tournamation Fishing Tournament Automation Software User Guide Page 1 I. Introduction Tournamation is a Fishing Tournament Automation Software. The user may define the event, challenges, registration and

More information

An irrigation system serves as the veins

An irrigation system serves as the veins An irrigation system serves as the veins and arteries that deliver life-sustaining water to golf courses. Superintendents must maintain that system properly to avoid turf-quality problems on fairways,

More information

Booking Tee-Times on a Computer

Booking Tee-Times on a Computer Booking Tee-Times on a Computer 1. Go to www.tee-on.com 2. In the top right corner enter your information given to you by the proshop (no capitals) Username: hoks**** Password: golf 3. Click the red Sign

More information

GN21 Frequently Asked Questions For Golfers

GN21 Frequently Asked Questions For Golfers Posting Scores (My Score Center) 1. Click on the Enter Score button to enter an adjusted gross score or click on the Enter Hole-By-Hole Score button to enter your score hole-by-hole. NOTE: to use the Game

More information

3. EXCEL FORMULAS & TABLES

3. EXCEL FORMULAS & TABLES Fall 2017 CS130 - Excel Formulas & Tables 1 3. EXCEL FORMULAS & TABLES Fall 2017 Fall 2017 CS130 - Excel Formulas & Tables 2 Cell References Absolute reference - refer to cells by their fixed position.

More information

Jackpot Rodeo - A Tutorial

Jackpot Rodeo - A Tutorial Jackpot Rodeo - A Tutorial The JRO software has a lot of options and variations, and can seem complicated to the first time user. Here is a fairly typical example of setting up and running a show that

More information

FAQ RCGA Network. The RCGA is dedicated to offering you the best customer support possible. Our goal is to respond to your requests within 24hrs.

FAQ RCGA Network. The RCGA is dedicated to offering you the best customer support possible. Our goal is to respond to your requests within 24hrs. FAQ RCGA Network Customer Support The RCGA is dedicated to offering you the best customer support possible. Our goal is to respond to your requests within 24hrs. 1. On the RCGANetwork.org homepage there

More information

OVENS & MURRAY BOWLS REGION PROCEDURES FOR ENTERING PLAYER NAMES AND BOWLS RESULTS

OVENS & MURRAY BOWLS REGION PROCEDURES FOR ENTERING PLAYER NAMES AND BOWLS RESULTS OVENS & MURRAY BOWLS REGION PROCEDURES FOR ENTERING PLAYER NAMES AND BOWLS RESULTS (Amendment 1 15 Oct 17) Page 1 You need to access the Ovens and Murray Region Inc Website Competition webpage. This can

More information

Get it here. Page 1 of 7 Date:Jan 8, 2014

Get it here. Page 1 of 7 Date:Jan 8, 2014 Step 1 We are going to use Scratch 2.0 from now on so everyone should download Scracth 2.0 before starting this exercise. Get it here http://scratch.mit.edu/scratch2download/ Create a new project, delete

More information

A GUIDE TO THE LOOSE ENDS HOCKEY LEAGUE WEBSITE PAGE

A GUIDE TO THE LOOSE ENDS HOCKEY LEAGUE WEBSITE PAGE A GUIDE TO THE LOOSE ENDS HOCKEY LEAGUE WEBSITE PAGE 1 What Can Be Done Using The League Website: MAIN PAGE: From the main page, click on the man with the newspaper beneath the label News and Archives

More information

resultszone Post Result Service

resultszone Post Result Service resultszone Post Result Service Published: June 2006 Abstract The resultszone system is a web based application for capturing and publishing sports events and results information through the web. The system

More information

Online League Management lta.tournamentsoftware.com. User Manual. Further support is available online at

Online League Management lta.tournamentsoftware.com. User Manual. Further support is available online at Online League Management lta.tournamentsoftware.com User Manual Further support is available online at www.lta.org.uk/leagueplanner Contents Welcome... 3 Using this guide... 3 Further support?... 3 Publishing

More information

Xactix XeF2 OPERATION MANUAL

Xactix XeF2 OPERATION MANUAL General Information The Xactix e-1 is a xenon difluoride (XeF 2) isotropic silicon etcher. XeF 2 is a vapor phase etch, which exhibits very high selectivity of silicon to photo-resist, silicon dioxide,

More information

Laybotpro Automated Betfair Bot. LayBotPro User Manual

Laybotpro Automated Betfair Bot. LayBotPro User Manual LayBotPro User Manual LayBotPro Automated Betfair Bot 1 Contents Legal Stuff...3 Introduction...4 Pre-Requisites...4 Quick Start...5 Getting Started...6 LayBotPro Settings...9 UK Wallet... 10 Exposure...

More information

BVIS Beach Volleyball Information System

BVIS Beach Volleyball Information System BVIS Beach Volleyball Information System Developments in computer science over the past few years, together with technological innovation, has in turn stimulated the development of tailored software solutions

More information

CPRA Web-Entry Program How To Manual. Before You Start. Accessing the Web-Entry Program... New User?... Logging into the Web-Entry Program.

CPRA Web-Entry Program How To Manual. Before You Start. Accessing the Web-Entry Program... New User?... Logging into the Web-Entry Program. TABLE OF CONTENTS Before You Start Accessing the Web-Entry Program.... New User?... Logging into the Web-Entry Program. Forgot Password?.. Web-Entry Main Menu Navigation.. Rodeo Entry... Statistics. Entry

More information

For Models: 55A00-2 (HAI UPB 1500W Wall Switch Dimmer) 55A00-3 (HAI UPB 2400W Wall Switch Dimmer) 37A00-1 (HAI Auxiliary Switch)

For Models: 55A00-2 (HAI UPB 1500W Wall Switch Dimmer) 55A00-3 (HAI UPB 2400W Wall Switch Dimmer) 37A00-1 (HAI Auxiliary Switch) HAI UPB High Power Wall Switch Dimmer and HAI Auxiliary Switch Installation and Operating Instructions For Models: 55A00-2 (HAI UPB 1500W Wall Switch Dimmer) 55A00-3 (HAI UPB 2400W Wall Switch Dimmer)

More information

Pass Protection Manual

Pass Protection Manual Pass Protection Manual Presented by Football-Offense.com Joe Daniel Football-Offense.com Please do not copy or distribute this digital ebook without the written consent of the author. This ebook is available

More information

USER MANUAL

USER MANUAL USER MANUAL WWW.SVILEN.INFO/FIGHTSCORE CONTENTS 1. Introduction... 3 2. Phone Application... 4 2.1. Score... 4 2.1.1. Score Setup Details... 5 2.1.2. How to Score?... 8 2.1.3. Score Ready... 13 2.2. Browse...

More information

SunTrust. Online Cash Manager Demo. Duration: 00:04:51:00 Date: February

SunTrust. Online Cash Manager Demo. Duration: 00:04:51:00 Date: February SunTrust Online Cash Manager Demo : 00:04:5:00 Date: February 04 03 SunTrust Online Cash Manager Demo Page /3 0:00 0:00 For consistency, the video opens on a SunTrust blue background. The sun rays animate

More information

Table of Content IMPORTANT NOTE: Before using this guide, please make sure you have already set up your settings in

Table of Content IMPORTANT NOTE: Before using this guide, please make sure you have already set up your settings in Quick Start Guide Table of Content Introduction... 3 Prerequisites... 3 How to Open QQEvolution 2... 4 How to do Carrier Downloads... 5 Locating a Client in QQEvolution 2... 7 Adding a New Client... 8

More information

Baseball players are famous for cliches. Here are the ones they actually use.

Baseball players are famous for cliches. Here are the ones they actually use. Analysis Baseball players are famous for cliches. Here are the ones they actually use. By Bonnie Berkowitz, Manas Sharma and Leslie Shapiro Aug. 29, 2018 The cliche-spouting baseball player has become

More information

Glamour Athletics Handbook

Glamour Athletics Handbook Glamour Athletics Handbook Introduction Welcome to the Glamour Athletics all-star cheerleading, dance, and tumbling program! We hope you will join us as we make our way through this years competitive and

More information

Xactix Xenon Difluoride Etcher

Xactix Xenon Difluoride Etcher Xactix Xenon Difluoride Etcher 1 Introduction This tool is a Xactix e1 series XeF2 (Xenon Difluoride) based vapor phase etch system for isotropic and selective silicon etching. The XeF2 reaction with silicon

More information

Step 1. Set up the Defaults for your shows.

Step 1. Set up the Defaults for your shows. In this Tutorial, we will set up a Rodeo for December 17, 2011 with Barrels, Bareback, Saddle Bronc, Bull Riding and Calf Roping events. Each event will be a 1-Go Only, and the contestants can indicate

More information

NOTICE -A login is now required To view the following sections on the Westminster Web Site Scheduled Agendas Committee Meeting Minutes Meeting

NOTICE -A login is now required To view the following sections on the Westminster Web Site Scheduled Agendas Committee Meeting Minutes Meeting WESTMINSTER CRIER NOTICE -A login is now required To view the following sections on the Westminster Web Site Scheduled Agendas Committee Meeting Minutes Meeting Minutes Reserve Study You must be a current

More information

Play Cricket Scoring App V 3.0 Four Ways of Scoring on the App 1) Both Innings Ball by Ball

Play Cricket Scoring App V 3.0 Four Ways of Scoring on the App 1) Both Innings Ball by Ball Play Cricket Scoring App V 3.0 Four Ways of Scoring on the App 1) Both Innings Ball by Ball 2) 1 st Innings Manual Scoring 2 nd Innings Ball by Ball 3) 1 st Innings Ball by Ball 2 nd Innings Manual Scoring

More information

QUESTIONS FOR COACH SHERRI COALE AND PLAYERS VIONISE PIERRE LOUIS AND MADDIE MANNING

QUESTIONS FOR COACH SHERRI COALE AND PLAYERS VIONISE PIERRE LOUIS AND MADDIE MANNING QUESTIONS FOR COACH SHERRI COALE AND PLAYERS VIONISE PIERRE LOUIS AND MADDIE MANNING Q. I guess we'll start with Maddie. Could you talk about your thoughts when you guys were selected. I read a little

More information

Inform Racing In Running Trading Tool

Inform Racing In Running Trading Tool 1 Inform Racing In Running Trading Tool http://www.informracing.com/in-running-trading/ All material in this guide is fully copyright Inform Racing www.informracing.com DISCLAIMER AND OR LEGAL NOTICES:

More information

Slide 1 - Welcome to an Overview of the Student Center and New Titan Online

Slide 1 - Welcome to an Overview of the Student Center and New Titan Online Slide 1 - Welcome to an Overview of the Student Center and New Titan Online Page 1 of 64 Slide 2 - This web-based tutorial is brought to you by Information Technology and Student Administration Staff.

More information

Computer Scorekeeping Procedures Page 1

Computer Scorekeeping Procedures Page 1 Computer Scorekeeping Procedures Page 1 COMPUTER SET-UP: Scorekeepers for the first game on a field should plan to arrive at least one-half hour prior to the game time to allow time for computer set-up.

More information

Members Online Booking

Members Online Booking Welcome to the Members Online Booking User Guide This guide is to help you understand and take you through the process of booking tee times through a computer be it from home, the office or in the clubhouse.

More information

SCW Web Portal Instructions

SCW Web Portal Instructions LP & JH 7/21/16 SCW Web Portal Instructions Contents Welcome to the SCW Web Portal!... 1 Accessing the SCW Web Portal... 2 Main SCW Web Portal Page... 4 My Profile... 5 Rounds History... 7 Book a Tee Time...

More information

The Race Director. Race Director Go [RACE DIRECTOR GO] This document describes the implementation of Race Director Go with a beginning to end example.

The Race Director. Race Director Go [RACE DIRECTOR GO] This document describes the implementation of Race Director Go with a beginning to end example. 2018 The Race Director [RACE DIRECTOR GO] This document describes the implementation of with a beginning to end example. Contents Intro... 3 1 Setup... 3 Combining Race Director Divisions... 3 Creating

More information

Balanced Binary Trees

Balanced Binary Trees CSE : AVL TREES 2 Balanced Binary Trees Recall: Worst case for find in a BST is : Worst case for find in a Balanced BST is: 3 Balanced Binary Trees Deterministic Balancing Change insert and delete operations

More information

Modelling Today for the Future. Advanced Modelling Control Techniques

Modelling Today for the Future. Advanced Modelling Control Techniques CwMAG 1 st Autumn Conference 2012 Modelling Today for the Future Advanced Modelling Control Techniques What are advanced modelling controls? Why do we have them? How can we use them? What are the differences

More information

BEATING THE ZONE WITH THE TRIANGLE OFFENSE

BEATING THE ZONE WITH THE TRIANGLE OFFENSE BEATING THE ZONE WITH THE TRIANGLE OFFENSE Zone defenses are used infrequently in the NBA, but they can be a valuable tool in certain situations where the defense wants to throw the opposition off balance,

More information

Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas

Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas Standard League Robot Soccer EV3 Compass Training Curriculum Brian Thomas RoboCup Junior Australia Inc Copyright 2018 1 Standard League Robot Soccer EV3 Compass Training Welcome! The aim of this curriculum

More information

Portable Gas Monitor GX User Maintenance Manual (H4-0050)

Portable Gas Monitor GX User Maintenance Manual (H4-0050) H4E-0050 Portable Gas Monitor GX-8000 User Maintenance Manual (H4-0050) Need of Maintenance and Servicing This gas monitor must be maintained in a normal state at all times to prevent accidents due to

More information

Workshops & Tours WEDNESDAY. 7:30am-9:30pm. June 27. Library Tour 8:30 am 9:00 am and 12:30 pm 1:00 pm

Workshops & Tours WEDNESDAY. 7:30am-9:30pm. June 27. Library Tour 8:30 am 9:00 am and 12:30 pm 1:00 pm Mt. SAC Library Workshops & Tours See p. 4 for sessions listed by start time. See pp. 5-6 for descriptions & more info. Summer 2018 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY June 17 June

More information

Software for electronic scorekeeping of volleyball matches, developed and distributed by:

Software for electronic scorekeeping of volleyball matches, developed and distributed by: Software for electronic scorekeeping of volleyball matches, developed and distributed by: Developed for the rules of USports 2017-18 As adopted by Ontario University Athletics for Men s & Women s Volleyball

More information

Setting Up the Ingenico isc250 Pinpad via USB

Setting Up the Ingenico isc250 Pinpad via USB One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Setting Up the Ingenico isc250 Pinpad via USB The following

More information

OBJECT-ORIENTED ANALYSIS AND DESIGN

OBJECT-ORIENTED ANALYSIS AND DESIGN OBJECT-ORIENTED ANALYSIS AND DESIGN Due on: Sunday, February 22, 2009 1 st Homework Assignment Task 1 In this homework, you will determine requirements elements: FRs, NFRs, risks, constraints, and additional

More information

HyperSecureLink V6.0x User Guide

HyperSecureLink V6.0x User Guide HyperSecureLink V6.0x User Guide Note: This software works with the LS-30 Version (06.0x or later) 1, Hardware Installation: 1-1, Connection Diagram for USB or RS-232 Computer Interface To LS-30 CM1 To

More information

WORLD TRADE CENTER TASK FORCE INTERVIEW EMT KEVIN BARRETT

WORLD TRADE CENTER TASK FORCE INTERVIEW EMT KEVIN BARRETT FILE NO 9110464 WORLD TRADE CENTER TASK FORCE INTERVIEW EMT KEVIN INTERVIEW DATE JANUARY 17 2002 TRANSCRIBED BY ELISABETH NASON MR MURAD TODAYS DATE JARIUTARY 17 2002 THE TIME IS 0700 HOURS MY NAME IS

More information

3. EXCEL FORMULAS & TABLES

3. EXCEL FORMULAS & TABLES Winter 2017 CS130 - Excel Formulas & Tables 1 3. EXCEL FORMULAS & TABLES Winter 2017 Winter 2017 CS130 - Excel Formulas & Tables 2 Cell References Absolute reference - refer to cells by their fixed position.

More information

FAQs GOLF CANADA KIOSK

FAQs GOLF CANADA KIOSK FAQs GOLF CANADA KIOSK WHY THE GOLF CANADA KIOSK? The kiosk web address is generally used at the course because of its basic features and user-friendly interface. There is no password required for entry,

More information

Teaching The Martial Arts In School

Teaching The Martial Arts In School Page 1 of 10 Teaching The Martial Arts In School Written by - Dave J. Lomas Visit DAVE S ARCHIVES by clicking > HERE < Since the 1970 s people keep saying to me that children should be taught the martial

More information

NCAA Certification Process REQUIRED For Teams Ages Thank you for your interest in Big Shots NCAA Certified July events!

NCAA Certification Process REQUIRED For Teams Ages Thank you for your interest in Big Shots NCAA Certified July events! NCAA Certification Process REQUIRED For Teams Ages 14-17 Thank you for your interest in Big Shots NCAA Certified July events! The July events are focused on maximum exposure to college coaches and player

More information

Ascent Overview. Cellular Access Control Systems Powered by Summit Control

Ascent Overview. Cellular Access Control Systems Powered by Summit Control Ascent Overview Cellular Access Control Systems Powered by Summit Control How It Works Summit Control securely handles all communication and gives you a full suite of features FIRE WALL $ SECURI TY BRANDS,

More information

Fitbit Pay. Terms and Conditions

Fitbit Pay. Terms and Conditions Fitbit Pay Terms and Conditions 1. Scope and definitions 1.1. 1.2. 1.3. In these Terms and Conditions, We, Us or our means IMB Ltd trading as IMB Bank ABN 92 087 651 974 AFSL/Australian Credit Licence

More information

[XACT INTEGRATION] The Race Director. Xact Integration

[XACT INTEGRATION] The Race Director. Xact Integration 2018 The Race Director Xact Integration [XACT INTEGRATION] This document describes the steps in using the direct integration that has been built between Race Director and Xact. There are three primary

More information

KANSAS. March 11, Kansas

KANSAS. March 11, Kansas March 11, 2007 An interview with: KANSAS CHARLIE FISS: We are ready to begin with the Kansas Jayhawks. Student athletes will be here shortly. Let's start with Coach Self. Q. What's your reaction with getting

More information

Standard Operating Manual

Standard Operating Manual Standard Operating Manual Branson IPC 3000 O 2 Asher Page 1 of 14 Contents 1 Picture and Location 2 Process Capabilities 2.1 Cleanliness Standard 2.2 Recipes 2.3 Performance of Branson IPC 3000 O 2 Asher

More information

How to Setup and Score a Tournament. May 2018

How to Setup and Score a Tournament. May 2018 How to Setup and Score a Tournament May 2018 What s new for 2018 As the rules change, the programmers must adjust the scoring program as well. Feedback from scorers also assist in providing ways to make

More information

ELIMINATOR COMPETITION DRAG RACE Program Manual Firm Ver 4.11

ELIMINATOR COMPETITION DRAG RACE Program Manual Firm Ver 4.11 ELIMINATOR COMPETITION DRAG RACE Program Manual Firm Ver 4.11 The Portatree Eliminator Super 2000 Competition Track Timer can be used with an IBM Compatible Personal Computer connected through Com Port

More information

GOLT! RED LIGHT DISTRICT

GOLT! RED LIGHT DISTRICT GOLT! RED LIGHT DISTRICT USER MANUAL v2.1 How RLD Works Signal Flow PROCESSOR The timing processor receives all clock signals and start stop commands. Its main function is to determine which timing signals

More information

DIVE MEET SCORING INSTRUCTIONS. Day before meet

DIVE MEET SCORING INSTRUCTIONS. Day before meet DIVE MEET SCORING INSTRUCTIONS Day before meet Physical set up Set up registration/scoring table #1 on 1 meter side and scoring table #2 on 3 meter side of diving well, judges chairs, and award stand as

More information

Treasure Island 3. Little bit of rum

Treasure Island 3. Little bit of rum 3. Little bit of rum Hello again - David Grant here. Today we meet the most famous pirate in English literature. Long John Silver. Them that dies will be the lucky ones! This song is partly sung but mostly

More information

House Rules for Nuts! Final Version Version 1.3 by Jeff Glasco

House Rules for Nuts! Final Version Version 1.3 by Jeff Glasco 1. The basic game uses a 3' x 3' table. This is fine for very dense combat, like in a major urban campaign, but is too small for a larger attack, like a platoon attack. A platoon attack would be on an

More information

KIV-SACS Safe automatic calibration system:

KIV-SACS Safe automatic calibration system: KIV-SACS Safe automatic calibration system: LOK: g:\prosjekter\calibration_system\kiv safe calibration system.doc Page: 1 of 14 Parts description:... 4 Wash extractors:... 6 Tunnel washers:... 5 Test valve:...

More information

Table Football. Introduction. Scratch. Let s make a world cup football game in Scratch! Activity Checklist. Test your Project.

Table Football. Introduction. Scratch. Let s make a world cup football game in Scratch! Activity Checklist. Test your Project. Scratch + Table Football All Code Clubs must be registered. By registering your club we can measure our impact, and we can continue to provide free resources that help children learn to code. You can register

More information

Tennis Ireland National Player Database

Tennis Ireland National Player Database Tennis Ireland V1.2 Table of Contents Chapter 1... 1 Tennis Ireland Tournament Loader... 1 Application installation... 1 Chapter 2... 2 Manual loading of results (single matches)... 2 Match detail information...

More information

Software Manual for FITstep Pro Version 2

Software Manual for FITstep Pro Version 2 Thank you for purchasing this product from Gopher. If you are not satisfied with any Gopher purchase for any reason at any time, contact us and we will replace the product, credit your account, or refund

More information

Greater Portland City League Tennis FAQ. Table of Contents

Greater Portland City League Tennis FAQ. Table of Contents Greater Portland City League Tennis FAQ Table of Contents CAPTAIN'S PAGE... 2 Where is the Captain's page?... 2 Where do I enter scores?... 2 Where are the team statistics?... 2 Where is the substitution

More information

League Registration for New Leagues

League Registration for New Leagues League Registration for New Leagues Congratulations and thank you for joining Slo-Pitch Ontario for the upcoming season! This Guide has been designed to help guide you through our online registration process

More information

SPECIAL ORDER DISTRICT OF COLUMBIA I. BACKGROUND

SPECIAL ORDER DISTRICT OF COLUMBIA I. BACKGROUND SPECIAL ORDER DISTRICT OF COLUMBIA Title Bicycle Recovery Procedures Topic/Number SO-08-07 Effective Date July 2, 2008 Rescinds: General Order 303.4 (Inspection and Registration of Bicycles) Effective

More information

Most hit keno numbers ohio

Most hit keno numbers ohio content="http://dpsinfo.com/2001/teens/index.html"> Most hit keno numbers ohio Numbers Frequency Drawn ago Days ago Last Drawn Date. Numbers Frequency Drawn ago Days ago Last Drawn Date. Numbers Frequency

More information

CLUB REGISTRATION & SUPPORT / TICKETING

CLUB REGISTRATION & SUPPORT / TICKETING CLUB REGISTRATION & SUPPORT / TICKETING Version number: 1.0 Account Manager: Kevin Fowler Nemisys Authors: Andy Felton & Paul Keeling Nemisys English Golf Union Customer Name: Club Systems International

More information

HELPFUL TIP. 1. Visit and select Become A Provider.

HELPFUL TIP. 1. Visit   and select Become A Provider. If you are seeking to be a USTA Junior Team Tennis coordinator, coach/manager, or volunteer, you must register on Net Generation and be in compliance with the USTA Safe Play requirements. The following

More information

TRF Technology 16 September By: Peter Anderson, District 7610 Annual Giving Chair

TRF Technology 16 September By: Peter Anderson, District 7610 Annual Giving Chair TRF Technology 16 September 2017 By: Peter Anderson, District 7610 Annual Giving Chair Tools District Web Site o District Foundation Newsletter o Annual Giving o Club & Individual recognition o PMail Rotary

More information

Setting up the Ingenico isc250 Pinpad via USB in Windows 8

Setting up the Ingenico isc250 Pinpad via USB in Windows 8 One Blue Hill Plaza, 16 th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Setting up the Ingenico isc250 Pinpad via USB in Windows 8 The

More information

MODERATOR: The 61 in particular, what do you remember about that round? You were to dialed in.

MODERATOR: The 61 in particular, what do you remember about that round? You were to dialed in. PRE-TOURNAMENT INTERVIEW January 24, 2018 LEXI THOMPSON MODERATOR: We're here at the first event of the 2018 LPGA season and joined by Lexi Thompson. First of all, thank you for coming to talk to us today.

More information

PRODUCT MANUAL The Caddie Chip

PRODUCT MANUAL The Caddie Chip PRODUCT MANUAL The Caddie Chip The next generation of golf GPS devices Voice GPS Shot Tracking Ball Marker www.golfscene.com.au Water Resistant Product Components Caddie Chip, Product Manual Product Features

More information

Team Manager's Manual

Team Manager's Manual Introduction: Team Managers Duties: Overview Team Manager's Manual Team Manager's Tasks Get your ScoreBook ID and Password from your League Administrator. Enter Your "Team Administration" Page Setting

More information

Fastball Baseball Manager 2.5 for Joomla 2.5x

Fastball Baseball Manager 2.5 for Joomla 2.5x Fastball Baseball Manager 2.5 for Joomla 2.5x Contents Requirements... 1 IMPORTANT NOTES ON UPGRADING... 1 Important Notes on Upgrading from Fastball 1.7... 1 Important Notes on Migrating from Joomla 1.5x

More information

MODERATOR: Have you had the chance to fish or will you go fishing this week?

MODERATOR: Have you had the chance to fish or will you go fishing this week? PRE-TOURNAMENT INTERVIEW January 24, 2018 BRITTANY LINCICOME MODERATOR: We would like to welcome in our defending champion here at the Pure Silk Bahamas LPGA Classic, Brittany Lincicome. You washed that

More information

Quick Start Guide. For Gold and Silver Editions

Quick Start Guide. For Gold and Silver Editions Quick Start Guide For Gold and Silver Editions Table of Content Introduction... 3 Prerequisites... 3 Installation and Setup... 4 Download and Install QQEvolution 2... 4 Create Users... 8 Create Agent/CSR/Producer...

More information

"Aircraft setup is a constant process really. Every

Aircraft setup is a constant process really. Every The R/C Aircraft Proving Grounds - Aerobatics Setup Set Up for Success by: Douglas Cronkhite "Aircraft setup is a constant process really. Every time something is changed, there is the chance it will affect

More information

Critical Systems Validation

Critical Systems Validation Critical Systems Validation Objectives To explain how system reliability can be measured and how reliability growth models can be used for reliability prediction To describe safety arguments and how these

More information

Swim-a-Thon Dashboard Quick Start Guide Registering your Swim-a-Thon

Swim-a-Thon Dashboard Quick Start Guide Registering your Swim-a-Thon Guide Registering your Swim-a-Thon Please follow these easy steps to register your Swim-a-Thon through the USA Swimming Foundation s online registration system. This process replaces the submission of

More information

SIDRA INTERSECTION 6.1 UPDATE HISTORY

SIDRA INTERSECTION 6.1 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

The Complete 100 Day Dash Guide Updated May 7, 2013

The Complete 100 Day Dash Guide Updated May 7, 2013 The Complete 100 Day Dash Guide Updated May 7, 2013 This guide covers the following topics (click the links to read more): Official Rules Frequently Asked Questions (FAQs) How to Register for the Dash

More information

Hitting The Driver Made Easy

Hitting The Driver Made Easy Table of Contents Introduction 3 Equipment 4 The Golf Shaft 4 The Golf Grip 5 The Club Head 6 Equipment Summary 7 The Setup And Swing 9 The Grip 10 Ball Position 12 Alignment 12 Posture 14 The Take-Away

More information

NIKE+ RUN CLUB WOMEN S HALF MARATHON SYDNEY FAQ S

NIKE+ RUN CLUB WOMEN S HALF MARATHON SYDNEY FAQ S NIKE+ RUN CLUB WOMEN S HALF MARATHON SYDNEY FAQ S REGISTRATION WHEN WILL REGISTRATION OPEN? Registration for the Nike+ Run Club Women s Half Marathon Sydney will open on Monday, 29 th February 2016. 3,000

More information

The Unfair Advantage. Literally millions of kids start playing baseball at a young age. All to reach their dreams of

The Unfair Advantage. Literally millions of kids start playing baseball at a young age. All to reach their dreams of Blackford 1 Barron Blackford Mrs. Tasha Bowlin ENG 100 Writing I 15 Mar. 2013 The Unfair Advantage Baseball is America's pastime; it is one of the most respected games in the world. Literally millions

More information

How-to Edit/Delete a Score

How-to Edit/Delete a Score This guide will give you step-by-step instructions on how to edit or delete a score in the USGA s GHIN Handicap System. Edit/Delete an 18-Hole Score 1. Open an internet browser and go to www.gam.org/clubadmin

More information

XC2 Client/Server Installation & Configuration

XC2 Client/Server Installation & Configuration XC2 Client/Server Installation & Configuration File downloads Server Installation Backup Configuration Services Client Installation Backup Recovery Troubleshooting Aug 12 2014 XC2 Software, LLC Page 1

More information