API Specification Doc Version Date Author Description

Size: px
Start display at page:

Download "API Specification Doc Version Date Author Description"

Transcription

1 API Specification Doc Version Date Author Description Aug Initial draft

2 1. Login 1. Signup 2. Save Device Token 3. Get User Score 4. Get Seasons 5. Get All Animals 6. Get All Animaltypes 7. Get Animals by Types 8. Game Rules Attempt Scratch 9. Game Rules Spend Points 10. Get All Claims 11. Get All Scratch Games 12. Get All Nians 13. Get Merchants Index

3 14. Get Products For Merchants 15. Get Game Positions Points 16. Get All Weapon Names Conventions Codes

4 s 1. Login Authenticate user with his and password users/loginuser/ Object Type JSON " ": "password": 200 "status": true, "userobject": "id": "678", "password": "f91e15dbec69fc40f81f0876e ", "first_name": "Ravi", "last_name": "deshmukh", " ": "signup_date": " :07:39", "last_login_on": " :08:24", "phone_mobile": " ", "deleted": "N", "user_status": "A", "social_id": "",

5 "social_platform": " :07:39", "game_points": "60050", "redemption_points": "0", "diamond_points": "4", "referral_code": "6eGI", "message": "success" 1. Sign Up Creates New User /users/registeruser Object Type JSON " ": "first_name": "Ravi", "last_name": "deshmukh", "facebook_id": "1", "phone_mobile": " ", "password": "referral_code":"uken" 200

6 "status": true, "userobject": "id": "678", "password": "f91e15dbec69fc40f81f0876e ", "first_name": "Ravi", "last_name": "deshmukh", " ": "signup_date": " :07:39", "last_login_on": " :00:00", "phone_mobile": " ", "deleted": "N", "user_status": "A", "social_id": "", "social_platform": " :07:39", "game_points": "50000", "redemption_points": "0", "diamond_points": "0", "referral_code": "6eGI", "message": "Registration successfull" Conventions Glossary Client - Client application. - HTTP status code of response. All the possible responses are listed under s for each method. Only one of them is issued per request server. All response are in JSON format. All request parameters are mandatory unless explicitly marked as [optional] The type of values accepted for a request parameter are shown the the values column like this [10 <any number>].the symbol means OR. If the parameter is [optional], the default value is shown in blue bold text, as 10 is written in [10 <any number>].

7 Codes All status codes are standard HTTP status codes. The below ones are used in this API. 2XX - Success of some kind 4XX - Error occurred in client s part 5XX - Error occurred in server s part Code Description 200 OK 201 Created 202 Accepted ( accepted, and queued for execution) 400 Bad request 401 Authentication failure 403 Forbidden 404 Resource not found 405 Not Allowed 409 Conflict 412 Precondition Failed 413 Entity Too Large 500 Internal Server Error 501 Not Implemented 503 Service Unavailable

8 2. Save Device Token /users/savedevicetoken Object Type JSON "userid": "684", "devicetoken": "gcgccg", "platform": "status": true, "userid": "684", "message": "Device Registered successfully"

9 3. Get User Score /users/getuserscore Object Type JSON "userid": "656" 200 "message": "success", "status": true, "userscoreobject": "bombs": 0, "scentsticks": 0, "dice": 0, "cards": 0, "firecracker": 0, "tickets": 0, "gamepoints": , "redemptionpoints": 0, "diamondpoints": 68, "nians": [ "id": "1", "nian_name": "Nian 1", "id": "2",

10 ,,,,,,,,,,, "nian_name": "Nian 2" "id": "3", "nian_name": "Nian 3" "id": "4", "nian_name": "Nian 4" "id": "5", "nian_name": "Nian 5" "id": "6", "nian_name": "Nian 6" "id": "7", "nian_name": "Nian 7" "id": "8", "nian_name": "Nian 8" "id": "9", "nian_name": "Nian 9" "id": "10", "nian_name": "Nian 10" "id": "11", "nian_name": "Nian 11" "id": "12", "nian_name": "Nian 12"

11 ,,,,,,,,,,, "id": "13", "nian_name": "Nian 13" "id": "14", "nian_name": "Nian 14" "id": "15", "nian_name": "Nian 15" "id": "16", "nian_name": "Nian 16" "id": "17", "nian_name": "Nian 17" "id": "18", "nian_name": "Nian 18" "id": "19", "nian_name": "Nian 19" "id": "20", "nian_name": "Nian 20" "id": "21", "nian_name": "Nian 21" "id": "22", "nian_name": "Nian 22" "id": "23", "nian_name": "Nian 23"

12 ],,,,,, "id": "24", "nian_name": "Nian 24" "id": "25", "nian_name": "Nian 25" "id": "26", "nian_name": "Nian 26" "id": "27", "nian_name": "Nian 27" "id": "28", "nian_name": "Nian 28" "id": "29", "nian_name": "Nian 29" "id": "30", "nian_name": "Nian 30"

13 4. Get Seasons /animals/getseasons 200 "status": true, "seasons": [ "seasonid": "1", "seasonname": "Summer", "seasonid": "2", "seasonname": "Autumn", "seasonid": "3", "seasonname": "Winter", "seasonid": "4", "seasonname": "Spring", "seasonid": "5", "seasonname": "Christmas", "seasonid": "6", "seasonname": "Chinese New Year", "seasonid": "7", "seasonname": "Cool"

14 ], "message": "success" 5. Get All Animals /animals/getallanimals 200 "status": true, "animalslist": [ "animalid": "1", "animalname": "Rat", "animaltypeid": "2", "animalprice": "100", "picture": "uploads/images/rat.jpg", "animalid": "2", "animalname": "Ox", "animaltypeid": "5", "animalprice": "100", "picture": "uploads/images/ox.jpg", "animalid": "3", "animalname": "Tiger", "animaltypeid": "4", "animalprice": "100",

15 ,,,,,, "picture": "uploads/images/tiger.jpg" "animalid": "4", "animalname": "Rabbit", "animaltypeid": "3", "animalprice": "100", "picture": "uploads/images/rabbit.jpg" "animalid": "5", "animalname": "Dragon", "animaltypeid": "1", "animalprice": "100", "picture": "uploads/images/dragon.jpg" "animalid": "6", "animalname": "Snake", "animaltypeid": "4", "animalprice": "100", "picture": "uploads/images/snke.jpg" "animalid": "7", "animalname": "Horse", "animaltypeid": "2", "animalprice": "100", "picture": "uploads/images/horse.jpg" "animalid": "8", "animalname": "Goat", "animaltypeid": "4", "animalprice": "100", "picture": "uploads/images/goat.jpg" "animalid": "9", "animalname": "Monkey", "animaltypeid": "2", "animalprice": "100", "picture": "uploads/images/monkey.jpg"

16 ,,,,,,, "animalid": "10", "animalname": "Roaster", "animaltypeid": "5", "animalprice": "100", "picture": "uploads/images/roaster.jpg" "animalid": "11", "animalname": "Pig", "animaltypeid": "5", "animalprice": "100", "picture": "uploads/images/pig.jpg" "animalid": "12", "animalname": "Parrot", "animaltypeid": "6", "animalprice": "100", "picture": "uploads/images/parrot.jpg" "animalid": "13", "animalname": "Rabbit", "animaltypeid": "5", "animalprice": "100", "picture": "uploads/images/rabbit.jpg" "animalid": "14", "animalname": "Cat", "animaltypeid": "3", "animalprice": "100", "picture": "uploads/images/cat.jpg" "animalid": "15", "animalname": "Dog", "animaltypeid": "2", "animalprice": "100", "picture": "uploads/images/nn.jpg"

17 "animalid": "19", "animalname": "Test Animal Name", "animaltypeid": "1", "animalprice": "50", "picture": "uploads/images/testimage.jpg", "animalid": "18", "animalname": "tt", "animaltypeid": "1", "animalprice": "24", "picture": "uploads/images/testimage.jpg" ], "message": "success" 6. Get All Animaltypes /animals/getanimaltypes 200 "status": true, "animaltypes": [ "animaltypeid": "1", "animaltype": "Zodiac", "animaltypeid": "2",

18 "animaltype": "Horoscope", "animaltypeid": "3", "animaltype": "Pokemon", "animaltypeid": "4", "animaltype": "Far Cry", "animaltypeid": "5", "animaltype": "Counter Strike", "animaltypeid": "6", "animaltype": "NFS Most Wanted" ], "message": "success" 7. Get Animals by Types /animals/getanimalsbytype Object Type JSON "animaltypeid":1

19 200 "status": true, "animalslist": [ "animalid": "5", "animalname": "Dragon", "animaltypeid": "1", "animalprice": "100", "picture": "uploads/images/dragon.jpg", "animalid": "19", "animalname": "Test Animal Name", "animaltypeid": "1", "animalprice": "50", "picture": "uploads/images/testimage.jpg", "animalid": "18", "animalname": "tt", "animaltypeid": "1", "animalprice": "24", "picture": "uploads/images/testimage.jpg" ], "message": "success" 8. Game Rules Attempt Scratch /gamerules/attemptscratch

20 Object Type JSON "userid":656, "gameid":2 200 "status": true, "gamepointsleft": "178054", "gamepointsdeducted": "50", "message": "Success" 9. Game Rules Spend Points /gamerules/spendpoints Object Type JSON "userid":656, "gamepoints":100, "diamondpoints":2, "bombs":40, "scentsticks":2,

21 "dice":100, "card":2, "firecracker":100, "tickets":2, "gameid":3 200 "status": true, "totalgamepointsafterclaim": "178254", "totaldiamondpointsafterclaim": "72", "message": "Success" 10. Get All Claims /gamerules/getallclaims Object Type JSON "userid":656

22 200 "status": true, "claims": [ "claim_id": "1", "claim_name": "Daily Claim Bonus", "game_points": "100", "redemption_points": "0", "diamond_points": "0", "claim_id": "2", "claim_name": "Random Bonus", "game_points": "50", "redemption_points": "0", "diamond_points": "0", "claim_id": "3", "claim_name": "Like us on Facebook", "game_points": "75", "redemption_points": "0", "diamond_points": "0", "claim_id": "4", "claim_name": "Join a Animal Scratch Game Community", "game_points": "150", "redemption_points": "0", "diamond_points": "0", "claim_id": "5", "claim_name": "Scratch 30 Cards today to earn Game Points", "game_points": "200", "redemption_points": "0", "diamond_points": "0" ], "message": "success"

23 11. Get All Scratch Games /gamerules/getallscratchgames Object Type JSON "userid": "status": true, "gp_requires_each_scratch": [ "id": "1", "scratch_game_name": "3 numbers to be indentical", "game_points_required_for_each_scratch": "100", "status": "1", "id": "2", "scratch_game_name": "Match 2 numbers", "game_points_required_for_each_scratch": "50",

24 ,,,,,,, "status": "1" "id": "3", "scratch_game_name": "3 numbers to be indentical 3", "game_points_required_for_each_scratch": "100", "status": "0" "id": "4", "scratch_game_name": "3 numbers to be indentical 4", "game_points_required_for_each_scratch": "100", "status": "0" "id": "5", "scratch_game_name": "3 numbers to be indentical 5", "game_points_required_for_each_scratch": "100", "status": "1" "id": "6", "scratch_game_name": "3 numbers to be indentical 6", "game_points_required_for_each_scratch": "100", "status": "0" "id": "7", "scratch_game_name": "3 numbers to be indentical 7", "game_points_required_for_each_scratch": "100", "status": "0" "id": "8", "scratch_game_name": "3 numbers to be indentical 8", "game_points_required_for_each_scratch": "100", "status": "1" "id": "9", "scratch_game_name": "3 numbers to be indentical 9", "game_points_required_for_each_scratch": "100", "status": "0"

25 , "id": "10", "scratch_game_name": "3 numbers to be indentical 10", "game_points_required_for_each_scratch": "100", "status": "0" ], "message": "success" 12. Get All Nians /gamerules/getallnians 200 "status": true, "nians": [ "id": "1", "nian_name": "Nian 1", "id": "2", "nian_name": "Nian 2", "id": "3", "nian_name": "Nian 3", "id": "4", "nian_name": "Nian 4"

26 ,,,,,,,,,,, "id": "5", "nian_name": "Nian 5" "id": "6", "nian_name": "Nian 6" "id": "7", "nian_name": "Nian 7" "id": "8", "nian_name": "Nian 8" "id": "9", "nian_name": "Nian 9" "id": "10", "nian_name": "Nian 10" "id": "11", "nian_name": "Nian 11" "id": "12", "nian_name": "Nian 12" "id": "13", "nian_name": "Nian 13" "id": "14", "nian_name": "Nian 14" "id": "15",

27 ,,,,,,,,,,, "nian_name": "Nian 15" "id": "16", "nian_name": "Nian 16" "id": "17", "nian_name": "Nian 17" "id": "18", "nian_name": "Nian 18" "id": "19", "nian_name": "Nian 19" "id": "20", "nian_name": "Nian 20" "id": "21", "nian_name": "Nian 21" "id": "22", "nian_name": "Nian 22" "id": "23", "nian_name": "Nian 23" "id": "24", "nian_name": "Nian 24" "id": "25", "nian_name": "Nian 25"

28 "id": "26", "nian_name": "Nian 26", "id": "27", "nian_name": "Nian 27", "id": "28", "nian_name": "Nian 28", "id": "29", "nian_name": "Nian 29", "id": "30", "nian_name": "Nian 30" ], "message": "success" 13. Get Merchants /merchants/getmerchants 200 "status": true, "merchants": [ "id": "1", "merchant_name": "Test Merchant",

29 " ": "password": "fbef a6496e902f1348eb91ee4", "address": "Kalyani Nagar", "contact_number": " ", "id": "10", "merchant_name": "Ravi Deshmukh", " ": "password": "fbef a6496e902f1348eb91ee4", "address": "address1", "contact_number": " " ], "message": "success" 14. Get Products for Merchants /merchants/getproductsformerchant Object Type JSON "merchantid":3 200 "status": true,

30 "products": [ "id": "3", "product_name": "Reebok Product 1", "product_price": "200", "product_description": "", "merchant_id": "10" ], "message": "success" 15. Get Game Position Points /gamestats/getgamepositionandpoints Object Type JSON "gameid":3, "userid": "status": true, "gamepointswithpositions": [ "position": "1", "game_points": "500000",

31 ,,,,,,,,, "has_user_achieved_position_in_past": false "position": "2", "game_points": "200000", "has_user_achieved_position_in_past": false "position": "3", "game_points": "100000", "has_user_achieved_position_in_past": true "position": "4", "game_points": "90000", "has_user_achieved_position_in_past": true "position": "5", "game_points": "80000", "has_user_achieved_position_in_past": true "position": "6", "game_points": "70000", "has_user_achieved_position_in_past": true "position": "7", "game_points": "60000", "has_user_achieved_position_in_past": true "position": "8", "game_points": "50000", "has_user_achieved_position_in_past": true "position": "9", "game_points": "40000", "has_user_achieved_position_in_past": true

32 "position": "10", "game_points": "30000", "has_user_achieved_position_in_past": true, "position": "11", "game_points": "20000", "has_user_achieved_position_in_past": true, "position": "12", "game_points": "10000", "has_user_achieved_position_in_past": true ], "message": "success" 16. Get All Weapon Names /gamestats/getallweaponnames 200 [,, "id": "1", "weapon_names": "Bomb" "id": "2", "weapon_names": "Scent Sticks" "id": "3",

33 ],,, "weapon_names": "Dice" "id": "4", "weapon_names": "Card" "id": "5", "weapon_names": "Fire Cracker" "id": "6", "weapon_names": "Tickets"

Sida Zhiyezi Playing Cards

Sida Zhiyezi Playing Cards Sida Zhiyezi Playing Cards Copyright Vasey Corporation Pty Ltd Introduction Sida Zhiyezi brings the centuries old tradition of four suit card decks into the 21 st Century through several innovations. It

More information

GAME MECHANICS CHINESE ZODIAC DIE If a C appears in one of the die boxes of a card, then the player using the card must roll the Chinese Zodiac die.

GAME MECHANICS CHINESE ZODIAC DIE If a C appears in one of the die boxes of a card, then the player using the card must roll the Chinese Zodiac die. Creature Feature Bunny Bits Unwrap all of the cards. Large cards with a Creature Feature Sinister Bunny on the back are shuffled into the Draw Pile. The small Zodiac Cards are shuffled into their respective

More information

Mobile Application Programming: Android

Mobile Application Programming: Android Mobile Application Programming: Android CS4962 Fall 2015 Project 4 - Networked Battleship Due: 11:59PM Monday, Nov 9th Abstract Extend your Model-View-Controller implementation of the game Battleship on

More information

Maîtres du Temps tourbillon pocket watches -12 unique pieces each with Chinese Zodiac dial

Maîtres du Temps tourbillon pocket watches -12 unique pieces each with Chinese Zodiac dial WatchProSite News Central Maîtres du Temps tourbillon pocket watches -12 unique pieces each with Chinese Zodiac dial Mar 11, 2016,10:36 AM Maîtres du Temps continues its cultural approach to the conception

More information

Copyright 2009 Aladdin Knowledge Systems Ltd. All rights reserved. All trade and service marks, logos and trade names(collectively, the "Marks")

Copyright 2009 Aladdin Knowledge Systems Ltd. All rights reserved. All trade and service marks, logos and trade names(collectively, the Marks) Copyright 2009 Aladdin Knowledge Systems Ltd. All rights reserved. All trade and service marks, logos and trade names(collectively, the "Marks") mentioned herein, whether registered or no, are proprietary

More information

2018 Chinese Horoscopes for the Twelve Chinese Zodiac Animal Signs By Ting-Foon Chik, Chinese Astrologer and Feng Shui Master, CM BAPS

2018 Chinese Horoscopes for the Twelve Chinese Zodiac Animal Signs By Ting-Foon Chik, Chinese Astrologer and Feng Shui Master, CM BAPS 2018 Chinese Horoscopes for the Twelve Chinese Zodiac Animal Signs By Ting-Foon Chik, Chinese Astrologer and Feng Shui Master, CM BAPS 2018 is the year of the Dog in Chinese Astrology. Each of the Chinese

More information

SAMPLE. Mathematics. Mastering. Yvonne Kang. Selective and Scholarship Tests BOOK 1

SAMPLE. Mathematics. Mastering. Yvonne Kang. Selective and Scholarship Tests BOOK 1 BOOK 1 Mastering Mathematics Yvonne Kang Five Senses Education Pty Ltd 2/195 Prospect Highway Seven Hills 2147 New South Wales Australia Copyright Five Senses Education 2017 First Published 2017 All rights

More information

Spring Festival. Happy New year

Spring Festival. Happy New year Spring Festival Happy New year 小 年 除 夕 春 节 元 宵 Spring Festival is the most important festival in China. People used to call it "the Lunar New Year". It always starts between January the first and February

More information

APCS Study Guide Part I (Free Response)

APCS Study Guide Part I (Free Response) APCS Study Guide Part I (Free Response) Name: The final exam will have 2 free response questions on it. Use this review to develop your free response question skills. Feel free to write your answers on

More information

0. Getting Started. Guide of Configuring INAZUMA Certified Systems. INAZUMA Head Office of Sony

0. Getting Started. Guide of Configuring INAZUMA Certified Systems. INAZUMA Head Office of Sony 0. Getting Started Guide of Configuring INAZUMA Certified Systems INAZUMA Head Office of Sony Agenda Contents Explanation Scope on this document Overview 0. Getting Started Please be sure to read this

More information

Animal Poker Rulebook

Animal Poker Rulebook Number of players: 3-6 Length: 30-45 minutes 1 Overview Animal Poker Rulebook Sam Hopkins Animal Poker is a game for 3 6 players. The object is to guess the best Set you can make each round among the Animals

More information

DataCar Select Application launcher via DataCar Portal

DataCar Select Application launcher via DataCar Portal DataCar Select Application launcher via DataCar Portal TABLE OF CONTENTS 1. INTRODUCTION... 2 2. PREREQUISITE... 2 3. DESCRIPTION... 2 3.1. Launch modes : Connection & Offline... 2 3.2. Setup of company

More information

Welcome to JigsawBox!! How to Get Started Quickly...

Welcome to JigsawBox!! How to Get Started Quickly... Welcome to JigsawBox!! How to Get Started Quickly... Welcome to JigsawBox Support! Firstly, we want to let you know that you are NOT alone. Our JigsawBox Customer Support is on hand Monday to Friday to

More information

Episode 5 26 th 28 th December

Episode 5 26 th 28 th December & Episode 5 6 th 8 th December by shish Kumar Puzzle Ramayan rounds will also serve as qualifiers for Indian Puzzle Championship for year 06. Please check http://logicmastersindia.com/pr/05-6pr.asp for

More information

1 Document history Version Date Comments

1 Document history Version Date Comments V1.4 Contents 1 Document history... 2 2 What is TourneyKeeper?... 3 3 Creating your username and password... 4 4 Creating a tournament... 5 5 Editing a tournament... 8 6 Adding players to a tournament...

More information

DataCAD Softlock License Activation and Management

DataCAD Softlock License Activation and Management DataCAD Softlock License Activation and Management DataCAD uses a software-based license management technology called a softlock, in lieu of the hardware-based USB key, or hardlock used by older versions.

More information

Field Device Manager Express

Field Device Manager Express Honeywell Process Solutions Field Device Manager Express Software Installation User's Guide EP-FDM-02430X R430 June 2012 Release 430 Honeywell Notices and Trademarks Copyright 2010 by Honeywell International

More information

Twitter Quick Start Guide

Twitter Quick Start Guide Twitter Quick Start Guide Twitter Quick Start Guide 1 So, you want to expand your business by using Twitter, but you re not sure where to start? Well, the first thing is that you need to sign up for a

More information

Line Op Art. In the mid-20th century, artists such as Josef Albers, Victor Vasarely, and M.C. Escher experimented with Optical Art.

Line Op Art. In the mid-20th century, artists such as Josef Albers, Victor Vasarely, and M.C. Escher experimented with Optical Art. Intro Basic line, space Line Op Art Concept/Skill:When lines are close together in patterns, colors, motion or other optical illusions are created. OHS line - A1, A2, C4, C5, D3 Objective: The learner

More information

Lab Assignment 5 Geoprocessing Service. Due Date: 01/24/2014

Lab Assignment 5 Geoprocessing Service. Due Date: 01/24/2014 Lab Assignment 5 Geoprocessing Service Due Date: 01/24/2014 Overview Geoprocessing is one of the original purposes or functions when GIS was invented. It provides tools and a framework for performing analysis

More information

for Microsoft Dynamics CRM r3.0 On-Premise Installation Instructions

for Microsoft Dynamics CRM r3.0 On-Premise Installation Instructions formicrosoftdynamicscrm r3.0 On-Premise Installation Instructions September 2009 www.crm.hoovers.com/msdynamics TableofContents Before You Begin...3 First Time Installing Access Hoover s...3 Updating Access

More information

FMJD Draughts Arbiter Pro page 1

FMJD Draughts Arbiter Pro page 1 FMJD Draughts Arbiter Pro page 1 Part A starting the use of the program 1. How do you get a licence and download and install the program: a. Get a licence Click on the Draughts Arbiter logo on the FMJD

More information

Lab 15: EXL3 Microsoft Excel s AutoFill Tool, Multiple Worksheets, Charts and Conditional Formatting

Lab 15: EXL3 Microsoft Excel s AutoFill Tool, Multiple Worksheets, Charts and Conditional Formatting Lab 15: EXL3 Microsoft Excel s AutoFill Tool, Multiple Worksheets, Charts and Conditional Formatting Learn how to work with multiple worksheets, use the AutoFill tool, charts, and apply conditional formatting

More information

Tech the Halls is back again this year and we ve made it even better!

Tech the Halls is back again this year and we ve made it even better! Consumer Promotion All Retail Networks Tech The Halls Contest is back! Thanks to your support, last year s contest was a great success! We received over 6 million unique entries into the contest and 1.4

More information

MULTIPLE ORGANISATION ( MULTI ORG )

MULTIPLE ORGANISATION ( MULTI ORG ) MULTIPLE ORGANISATION ( MULTI ORG ) Oracle Financials R12 www.erpstuff.com INDEX MULTI ORGANISATION Introduction Benefits Multi Org Structure in Release 11 and Release 12 Release 11 Versus Release 12 Important

More information

Tech the Halls is back again this year and we ve made it even better!

Tech the Halls is back again this year and we ve made it even better! Consumer Promotion All Retail Networks Tech The Halls Contest is back! Thanks to your support, last year s contest was a great success! We received over 5 million unique entries into the contest and 1.6

More information

TimeClock Plus Manager

TimeClock Plus Manager TimeClock Plus Manager The link/url is http://timeclock.collin.edu then click on TimeClock+Manager Login Enter your Banner ID and Password Click the Log on Your Dashboard will come up. When you click in

More information

Chapter 16: Batch Scanning

Chapter 16: Batch Scanning Chapter 16: Batch Scanning The Batch Scanning module allows users to scan and upload various versions of voter registration forms as a batch into the system. Once they are scanned, documents are available

More information

This guide provides information on installing, signing, and sending documents for signature with

This guide provides information on installing, signing, and sending documents for signature with Quick Start Guide DocuSign for Dynamics 365 CRM 5.2 Published: June 15, 2017 Overview This guide provides information on installing, signing, and sending documents for signature with DocuSign for Dynamics

More information

Estate Playing Cards

Estate Playing Cards 2 Estate Playing Cards Devised and designed by Keith Maxwell WILSON Director Vasey Corporation Pty Ltd ACN 81 003 319 908 vaseycorporation@gmail.com Design Number 12180 / 2016 3 Contents Section Title

More information

REGULAR SEASON SCHEDULE SETUP

REGULAR SEASON SCHEDULE SETUP REGULAR SEASON SCHEDULE SETUP TABLE OF CONTENTS TABLE OF CONTENTS... 2 Click here for the Tournament Schedule Set-up Guide... 3 GLOSSARY 3 PRE-SCHEDULING CHECKLIST... 3 RESOURCE SETUP... 3 Locations...

More information

AUIG2 User s Manual (ALOS/ALOS-2 Consolidated Edition)

AUIG2 User s Manual (ALOS/ALOS-2 Consolidated Edition) AUIG2 User s Manual (ALOS/ALOS-2 Consolidated Edition) Ver. No. First edition AUIG2 User s Manual (ALOS/ALOS-2 Consolidated Edition) Revision History Revision Date Revised Pages Revision Details A 2014/11/19

More information

Mahjong British Rules

Mahjong British Rules Mahjong British Rules The Tiles... 2 Sets Of Tiles... 5 Setting up the Game... 7 Playing the game... 9 Calculating Scores... 12 Mahjong Bonus... 14 Basic Scoring... 15 Special Hands... 19 Variations of

More information

Add in a new ghost sprite, and a suitable stage backdrop.

Add in a new ghost sprite, and a suitable stage backdrop. Ghostbusters Introduction You are going to make a ghost-catching game! Step 1: Animating a ghost Activity Checklist Start a new Scratch project, and delete the cat sprite so that your project is empty.

More information

36PIN AND 10PINS PARTS SIDE SLODER SIDE PARTS SIDE SLODER SIDE. *1 This pin is normal low.when it enable is +5V

36PIN AND 10PINS PARTS SIDE SLODER SIDE PARTS SIDE SLODER SIDE. *1 This pin is normal low.when it enable is +5V 36PIN AND 10PINS PARTS SIDE SLODER SIDE VIDEO RED 1 VIDEO GREEN VIDEO BLUE 2 VIDEO SYN SPEAKER 3 SPEAKER 4 GROUND 6 TICKET OUT BUTTON *TICKET NOTCH(DISPENSER) 8 START 9 ODDS 10 PLAY 11 TAKE 12 DOUBLE 13

More information

You should see the following screen when you first login to Student E-Service

You should see the following screen when you first login to Student E-Service You should see the following screen when you first login to Student E-Service Check your status at the top of the screen. It should read Ready to Register Online You will find useful information in the

More information

february2014 retail product plan NEW GAMEs begin 1/27/14! FEATURING February PLACEMENT GUIDES

february2014 retail product plan NEW GAMEs begin 1/27/14! FEATURING February PLACEMENT GUIDES february2014 retail product plan FEATURING February PLACEMENT GUIDES NEW GAMEs begin 1/27/14! quick reference guide draw games JACKPOT STARTS AT $ 40M JACKPOT STARTS AT $ 15M JACKPOT STARTS AT $ 7M GAMES

More information

Bridgepad Swiss Team Guide 2010 BridgePad Company Version 2a BridgePad Swiss Team Manual2d-3c.doc. BridgePad Swiss Team Instruction Manual

Bridgepad Swiss Team Guide 2010 BridgePad Company Version 2a BridgePad Swiss Team Manual2d-3c.doc. BridgePad Swiss Team Instruction Manual Version 2a BridgePad Swiss Team Manual2d-3c.doc BridgePad Swiss Team Instruction Manual TABLE OF CONTENTS INTRODUCTION AND FEATURES... 3 START UP AND GAME SET UP... 5 GAME OPTIONS... 6 FILE OPTIONS...

More information

DMR Association Interoperability Certificate

DMR Association Interoperability Certificate Document 10052 DMR Association Interoperability Certificate Note to readers: This DMR Association Interoperability Certificate documents that the TB9315 product as detailed in Table A below: TABLE A :

More information

A. creating clones. Skills Training 5

A. creating clones. Skills Training 5 A. creating clones 1. clone Bubbles In many projects you see multiple copies of a single sprite: bubbles in a fish tank, clouds of smoke, rockets, bullets, flocks of birds or of sheep, players on a soccer

More information

2.11 Over The Air Battery Management

2.11 Over The Air Battery Management 118 System Feature Overview 2.11 Over The Air Battery Management When a battery fails and communication is lost, it impacts every aspect of an organization from serving customers to saving lives. But monitoring

More information

DakStats Web-Sync. Operation Manual. DD Rev 4 12 December 2012

DakStats Web-Sync. Operation Manual. DD Rev 4 12 December 2012 DakStats Web-Sync Operation Manual DD1670479 Rev 4 12 December 2012 201 Daktronics Drive PO Box 5128 Brookings, SD 57006-5128 Tel: 1-800-DAKTRONICS (1-800-325-8766) Fax: 605-697-4746 www.daktronics.com

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.2.2 Red Hat, Inc. Mar 08, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

DMR Association Interoperability Certificate

DMR Association Interoperability Certificate Document 10054 DMR Association Interoperability Certificate Note to readers: This DMR Association Interoperability Certificate documents that the TB9315 product as detailed in Table A below: TABLE A :

More information

TIGER HOOK 2004 AMCOE INC.

TIGER HOOK 2004 AMCOE INC. TIGER HOOK 2004 AMCOE INC. PIN PARTS SIDE SOLDER SIDE PIN 1 VIDEO RED VIDEO GREEN 1 2 VIDEO BLUE VIDEO SYNC 2 3 SPEAKER + SPEAKER - 3 4 EXTRA - 4 5 EXTRA - STOP 2 EXTRA - ALL STOP 5 6 EXTRA - STOP 3 6

More information

A game by Marcel Süßelbeck and Marco Ruskowski for 2 4 players Parfum transports players to the wonderful world of fragrances, which dates.

A game by Marcel Süßelbeck and Marco Ruskowski for 2 4 players Parfum transports players to the wonderful world of fragrances, which dates. A game by Marcel Süßelbeck and Marco Ruskowski for 2 4 players Parfum transports players to the wonderful world of fragrances, which dates back hundreds of years to when aromatic scents were first used

More information

GD&T Administrator Manual v 1.0

GD&T Administrator Manual v 1.0 The GD&T Professional Edition GD&T Administrator Manual v 1.0 800-886-0909 Effective Training Inc. www.etinews.com Introduction to the GD&T Administrator s Manual There are two Administration programs

More information

FreeStyle Manager Game Guide (http://freestylemanager.gamekiss.com)

FreeStyle Manager Game Guide (http://freestylemanager.gamekiss.com) FreeStyle Manager Game Guide (http://freestylemanager.gamekiss.com) Table of Contents I. Getting Started II. Game Preparation III. IV. Game Modes In-Game I. Getting Started 1. Gamekiss Registration You

More information

Brain Game. Introduction. Scratch

Brain Game. Introduction. Scratch Scratch 2 Brain Game All Code Clubs must be registered. Registered clubs appear on the map at codeclubworld.org - if your club is not on the map then visit jumpto.cc/ccwreg to register your club. Introduction

More information

Online Gaming Category Overview

Online Gaming Category Overview Online Gaming Category Overview Yandex International Business Development ussales@yandex-team.ru +1 857.288.8762 uksales@yandex-team.ru +44 020 3291 3306 Segment Volumes ü Query dynamics ü User interest

More information

A step-by-step process for attaching a photo of the park through Android Mobile Application

A step-by-step process for attaching a photo of the park through Android Mobile Application A step-by-step process for attaching a photo of the park through Android Mobile Application Feedback is registered by the customer with the details of the customer and park through web based enabled application

More information

ScoreKeeperWEB Youth Game Protocol

ScoreKeeperWEB Youth Game Protocol ScoreKeeperWEB Youth Game Protocol You must have a live Internet connection to score a game. If the power or Internet connection fails while scoring a game don t panic, all data is stored in a temp file.

More information

How to set up Teamspeak 3 on your Windows PC

How to set up Teamspeak 3 on your Windows PC How to set up Teamspeak 3 on your Windows PC 1: Download Teamspeak 3 https://www.teamspeak.com/downloads (Client version) 2: Once downloaded, Click teamspeak icon so the application opens up. 3: Click

More information

Useful Tips To Earn With ClixSense. A Complete Guide to start your Earning with ClixSense Today!

Useful Tips To Earn With ClixSense. A Complete Guide to start your Earning with ClixSense Today! Useful Tips To Earn With ClixSense A Complete Guide to start your Earning with ClixSense Today! USEFUL TIPS TO EARN WITH CLIXSENSE CONTENTS: Introduction:... 2 Where to Start?... 2 Types of Membership:...

More information

CitiDirect BE Portal MobilePASS - Reference Guide

CitiDirect BE Portal MobilePASS - Reference Guide CitiDirect BE Portal MobilePASS - Reference Guide CitiService CitiDirect BE HelpDesk Phone No. 0 801 343 978, +48 (22) 690 15 21 monday friday 8.00 17.00 helpdesk.ebs@citi.com www.citihandlowy.pl Table

More information

2.1 Introduction. Purpose. Scope

2.1 Introduction. Purpose. Scope SOFTWARE REQUIREMENT SPECIFICATION 2.1 Introduction Chennemane is a traditional folk game of Dakshina Kannada. In this project we are going to implement the game and preserve the traditionalism of our

More information

Colored Pencil Guide - How To Draw Realistic Objects: With Colored Pencils, Still Life Drawing Lessons, Realism, Learn How To Draw, Art Book,

Colored Pencil Guide - How To Draw Realistic Objects: With Colored Pencils, Still Life Drawing Lessons, Realism, Learn How To Draw, Art Book, Colored Pencil Guide - How To Draw Realistic Objects: With Colored Pencils, Still Life Drawing Lessons, Realism, Learn How To Draw, Art Book, Illustrations, Step-by-Step Drawing Tutorials, Techniques PDF

More information

PaperCut Toshiba MDS V3 Embedded Manual

PaperCut Toshiba MDS V3 Embedded Manual PaperCut Toshiba MDS V3 Embedded Manual Contents 1 Version history... 5 2 Overview... 6 2.1 Consistency... 6 2.2 Integration... 6 2.3 Rate of development... 6 2.4 Vendor Neutral... 6 2.5 Security... 7

More information

Episode 3 8 th 12 th February Substitution and Odd Even Variations By Kishore Kumar and Ashish Kumar

Episode 3 8 th 12 th February Substitution and Odd Even Variations By Kishore Kumar and Ashish Kumar Episode 3 8 th 12 th February 2019 Substitution and Odd Even Variations By Kishore Kumar and Ashish Kumar Sudoku Mahabharat rounds will also serve as qualifiers for Indian Sudoku Championship for year

More information

Student Quick Guide to Progress Reports

Student Quick Guide to Progress Reports Student Quick Guide to Progress Reports 1. To create your progress report, log in to RIMS. The link is http://rims.massey.ac.nz. Use your student id and mymassey password to log in. 2. Under GRS, select

More information

PaperCut PaperCut Payment Gateway Module Authorize.Net Quick Start Guide

PaperCut PaperCut Payment Gateway Module Authorize.Net Quick Start Guide PaperCut PaperCut Payment Gateway Module Authorize.Net Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up, and

More information

Episode 4 30 th March 2 nd April 2018 Odd Even & Substitution Variations By R Kumaresan and Amit Sowani

Episode 4 30 th March 2 nd April 2018 Odd Even & Substitution Variations By R Kumaresan and Amit Sowani Episode 4 30 th March 2 nd April 2018 Variations By R Kumaresan and Amit Sowani Sudoku Mahabharat rounds will also serve as qualifiers for Indian Sudoku Championship for year 2018. Please check http://logicmastersindia.com/sm/2018sm.asp

More information

Proposal Writing ASIA IDOL

Proposal Writing ASIA IDOL Proposal Writing ASIA IDOL The Concept The Asia idol game app targets at smartphone were aged 12 to 30. The characters and visual style of the game are set cute and chic to attract female players. As compared

More information

TOURNAMENT SCHEDULE SETUP GUIDE

TOURNAMENT SCHEDULE SETUP GUIDE TOURNAMENT SCHEDULE SETUP GUIDE TABLE OF CONTENTS TABLE OF CONTENTS... 2 Click here for the Regular Season Schedule Set-up Guide... 3 GLOSSARY 3 PRE-SCHEDULING CHECKLIST... 3 RESOURCE SETUP... 3 Locations...

More information

Ansible F5 Workshop +

Ansible F5 Workshop + Ansible F5 Workshop + What You Will Learn What is Ansible, its common use cases How Ansible works and terminology Running Ansible playbooks Network modules An introduction to roles An introduction to Ansible

More information

OVERVIEW. 1 metal coin GAME PREPARATIONS

OVERVIEW. 1 metal coin GAME PREPARATIONS OVERVIEW You re the head of a large trading house in Hamburg s warehouse district, the Speicherstadt. Using a bidding-and-buying system, you purchase trade cards. These cards give you, for instance, ships

More information

My Star Cards - StarCash

My Star Cards - StarCash My Star Cards - StarCash Table of Contents StarCash... 1 Star Cash... 1 StarCash Menu... 1 Related topics... 2 Order StarCash cards... 2 Order StarCash Cards... 2 StarCash Order List Screen... 2 StarCash

More information

Infoblox and Ansible Integration

Infoblox and Ansible Integration DEPLOYMENT GUIDE Infoblox and Ansible Integration Ansible 2.5 April 2018 2018 Infoblox Inc. All rights reserved. Ansible Deployment Guide April 2018 Page 1 of 12 Contents Overview... 3 Introduction...

More information

Lesson 2 Game Basics

Lesson 2 Game Basics Lesson What you will learn: how to edit the stage using the Paint Editor facility within Scratch how to make the sprite react to different colours how to import a new sprite from the ones available within

More information

CGI commands V JPEG image commands. 2. System commands

CGI commands V JPEG image commands. 2. System commands CGI commands V1.1 1. JPEG image commands 1.1 Get one JPEG image URL: HTTP://camera_ip/jpg/image.jpg Return: One JPEG image will be transferred to client. 1.2 Get one JPEG image without any authentication

More information

PaperCut MF - Fuji Xerox ApeosPort V+ Embedded Manual

PaperCut MF - Fuji Xerox ApeosPort V+ Embedded Manual PaperCut MF - Fuji Xerox ApeosPort V+ Embedded Manual Contents 1 Version history... 5 2 Overview... 6 2.1 Consistency... 6 2.2 Integration... 6 2.3 Rate of development... 6 2.4 Vendor Neutral... 6 2.5

More information

DataCAD 18 Softlock. Universal Installer. Installation. Evaluation

DataCAD 18 Softlock. Universal Installer. Installation. Evaluation DataCAD 18 Softlock DataCAD 18 uses a software-based license management option, referred to as a softlock, in lieu of the hardware-based USB license key, or hardlock used by older versions. Each DataCAD

More information

Sample file. Written by Alice K. Flanagan Illustrated by Svetlana Zhurkina

Sample file. Written by Alice K. Flanagan Illustrated by Svetlana Zhurkina CHINESE NEW YEAR Written by Alice K. Flanagan Illustrated by Svetlana Zhurkina Content Advisers: Jennifer Lo and Li-Chun Chen, Chinese American Association of Minnesota, Minneapolis, Minnesota Reading

More information

PRINTING ON YOUR IPAD

PRINTING ON YOUR IPAD PRINTING ON YOUR IPAD TABLE OF CONTENTS I don t have Papercut on my ipad... 1 I can t see any printers when trying to print... 2 The Papercut app wants me to sign in... 3 Can I print double sided?... 4

More information

Manual API Meetdata.nl

Manual API Meetdata.nl Version log Manual API Meetdata.nl API version 1 Version 1.0 Date 30-8-2018 Version log Date Comment 1.0 30-8-2018 Manual for the new API of Meetdata.nl. Page 2 of 15 Contents 1 Information for API users

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.1.3 Red Hat, Inc. Feb 27, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

DocuSign Signature Appliance SharePoint Connector Guide Version 8.2

DocuSign Signature Appliance SharePoint Connector Guide Version 8.2 DocuSign Signature Appliance SharePoint Connector Guide Version 8.2 DocuSign Signature Appliance SharePoint Connector Guide 1 Copyright 2003-2017 DocuSign, Inc. All rights reserved. For information about

More information

Manager Client. User Guide V

Manager Client. User Guide V Manager Client User Guide V1.25 www.mobiletornado.com pushtoexperience Introduction Manager Client provides the ability to manage communications within an organisation, view mobile devices live and historic

More information

Scorer with BridgePads Quick Guide to Teams Scoring

Scorer with BridgePads Quick Guide to Teams Scoring December 2013, Scorer 14 Scorer with BridgePads Quick Guide to Teams Scoring These instructions a short guide to Teams scoring. Only the most common functions are covered. For details on more advanced

More information

角子機御虎大師爭霸賽 金鑽之戰 6-7, & April 年 4 月 6 至 7 日, 13 至 14 日及 20 日 -21 日

角子機御虎大師爭霸賽 金鑽之戰 6-7, & April 年 4 月 6 至 7 日, 13 至 14 日及 20 日 -21 日 1. Participants must be 21 years of age or older. 2. Participants cannot be barred and must have a valid membership card and be in good standing with Venetian Macau Limited. 3. The tournament period for

More information

WEBSOLUTIONS B2B SURVEY

WEBSOLUTIONS B2B SURVEY WEBSITE DESIGN & MANAGEMENT ASSESSMENT Name: Date: Address: WEBSOLUTIONS B2B SURVEY CONSULTATION ABOUT YOUR BUSINESS What is the primary focus of your business? What is the secondary focus of your business?

More information

IE11, Edge (current version), Chrome (current version), Firefox (current version)

IE11, Edge (current version), Chrome (current version), Firefox (current version) Quick Start Guide DocuSign for SharePoint Online v3.4 Published: October 13, 2017 Overview DocuSign for SharePoint Online allows users to sign or send documents for signature from a SharePoint Online library.

More information

This handbook is a suggested guide to be used at your discretion. It has been created by Times Tables Rockstars.

This handbook is a suggested guide to be used at your discretion. It has been created by Times Tables Rockstars. This handbook is a suggested guide to be used at your discretion. It has been created by Times Tables Rockstars. Goal At Daubeney we focus on children achieving a depth of understanding when learning their

More information

WARHAMMER 40K COMBAT PATROL

WARHAMMER 40K COMBAT PATROL 9:00AM 2:00PM ------------------ SUNDAY APRIL 22 11:30AM 4:30PM WARHAMMER 40K COMBAT PATROL Do not lose this packet! It contains all necessary missions and results sheets required for you to participate

More information

MICRONESIA. New Year - Year of the Snake 2001 SOUVENIR SHEET 60 C

MICRONESIA. New Year - Year of the Snake 2001 SOUVENIR SHEET 60 C New Year - Year of the Snake 2001 60 C 60 C Pokemon 2001 MINIATURE SHEET OF 6 50 C EACH (MOUNT SIDEWAYS) Pokemon 2001 Whales 2001 MINIATURE SHEET OF 6 50 C EACH MINIATURE SHEET OF 6 60 C EACH Whales 2001

More information

Easy Steps to My Best Bonus Offers by Sunny Suggs! Click here to join now!

Easy Steps to My Best Bonus Offers by Sunny Suggs! Click here to join now! Easy Steps to My Best Bonus Offers by Sunny Suggs! Click here to join now! My Best Bonus Offers is probably the greatest innovation in Affiliate Marketing I've ever seen. I've been an affiliate marketer

More information

VoIP Paging Amplifier and Elastix Server

VoIP Paging Amplifier and Elastix Server VoIP Paging Amplifier and Elastix Server Setup Guide http://www.elastix.org 1.0 Setup Diagram Figure 1-1 is a setup diagram for a single VoIP Paging Amplifier configuration. In this configuration, the

More information

make the most of our VISIT SOUTHEND .CO.UK BRAND NEW WEBSITE PROMOTE YOUR BUSINESS, OFFERS & EVENTS FOR FREE

make the most of our VISIT SOUTHEND .CO.UK BRAND NEW WEBSITE PROMOTE YOUR BUSINESS, OFFERS & EVENTS FOR FREE make the most of our BRAND NEW WEBSITE VISIT SOUTHEND.CO.UK PROMOTE YOUR BUSINESS, OFFERS & EVENTS FOR FREE make the most of our BRAND NEW WEBSITE! VISITSOUTHEND.CO.UK Did you know, as a member of Southend

More information

bar graph, base (geometry), base (number)

bar graph, base (geometry), base (number) The 3 5 MATH Concept Learning Bricks packet is organized alphabetically, with each concept explanation (concept, question, answer, gesture, and examples) listed first and the Concept Learning Brick visual

More information

1 Approve Members who have registered via an Online Registration Process

1 Approve Members who have registered via an Online Registration Process CONTENTS 1 Approve Members who have registered via an Online Registration Process 2 Bulk Imports of Custom Fields (all questions answered by participants via Online Registrations) 3 Create I.D. numbers

More information

DreamHack HCT Grand Prix Rules

DreamHack HCT Grand Prix Rules DreamHack HCT Grand Prix Rules The DreamHack administration team holds the right to alter rules at any time, to ensure fair play and a smooth tournament. Introduction The following terms and conditions

More information

Frequently Asked Questions

Frequently Asked Questions Table of Contents Who should an Investigator contact to submit an ERP proposal? What type of information is needed for Medtronic to review? Is a protocol required? Why is so much information necessary?

More information

Student Centre. Contents. 1. Introduction 2. Live Mathletics 3. Activities 4. Certificates and points 5. Earning and Spending Credits 6.

Student Centre. Contents. 1. Introduction 2. Live Mathletics 3. Activities 4. Certificates and points 5. Earning and Spending Credits 6. 1 Student Centre Contents 1. Introduction 2. Live Mathletics 3. Activities 4. Certificates and points 5. Earning and Spending Credits 6. Reporting 1. Introduction Welcome to Mathletics! Mathletics is an

More information

Gridiron-Gurus Final Report

Gridiron-Gurus Final Report Gridiron-Gurus Final Report Kyle Tanemura, Ryan McKinney, Erica Dorn, Michael Li Senior Project Dr. Alex Dekhtyar June, 2017 Contents 1 Introduction 1 2 Player Performance Prediction 1 2.1 Components of

More information

Automatic Wordfeud Playing Bot

Automatic Wordfeud Playing Bot Automatic Wordfeud Playing Bot Authors: Martin Berntsson, Körsbärsvägen 4 C, 073-6962240, mbernt@kth.se Fredric Ericsson, Adolf Lemons väg 33, 073-4224662, fericss@kth.se Course: Degree Project in Computer

More information

User Manual Veterinary

User Manual Veterinary Veterinary Acquisition and diagnostic software Doc No.: Rev 1.0.1 Aug 2013 Part No.: CR-FPM-04-022-EN-S 3DISC, FireCR, Quantor and the 3D Cube are trademarks of 3D Imaging & Simulations Corp, South Korea,

More information

Service Pack Notes. Service Pack Notes for May 5, New Signing Experience Updates. Extended Transition Deadline

Service Pack Notes. Service Pack Notes for May 5, New Signing Experience Updates. Extended Transition Deadline Service Pack Notes Service Pack Notes for May 5, 2015 This document provides information about the updates deployed to the DocuSign Production environment as part of May 5, 2015 Service Pack. There are

More information

CONNECTOR (10PIN) BLACK BEARD PARTS SIDE

CONNECTOR (10PIN) BLACK BEARD PARTS SIDE CONNECTOR (10PIN) PARTS SIDE SOLDER SIDE GND 1 GND GND 2 GND (*1) +5V 3 +5V +5V 4 +5V (*1) +12V 5 +12V +12V 6 +12V Ticket Dispenser Enable 7 (*2) Hopper SSR 8 GND 9 GND GND 10 GND (1) DC +5V 2A and DC

More information

Introduction. So, let's get this moving forward, first things first, some things you will need to get up and running...

Introduction. So, let's get this moving forward, first things first, some things you will need to get up and running... Introduction First of all, I would like to say thanks for purchasing CPA Firestorm and taking action. You have made a great decision. This upgrade will show you how to use display ad networks to scale

More information

In this project you ll learn how to create a times table quiz, in which you have to get as many answers correct as you can in 30 seconds.

In this project you ll learn how to create a times table quiz, in which you have to get as many answers correct as you can in 30 seconds. Brain Game Introduction In this project you ll learn how to create a times table quiz, in which you have to get as many answers correct as you can in 30 seconds. Step 1: Creating questions Let s start

More information