/ stalker New Task identifikovat akcie pre notifikacie a ich granularitu Samuel Molnár

Size: px
Start display at page:

Download "/ stalker New Task identifikovat akcie pre notifikacie a ich granularitu Samuel Molnár"

Transcription

1 Askalot - report # Priradené k verzii Stav Fronta Predmet Priradené Začiatok Uzavrieť do % hotovo stalker New Task identifikovat akcie pre notifikacie a ich granularitu Samuel Molnár zatial mame nieco ako: :'create-question', :'create-answer', :'create-comment', :'update-question', :'update-answer', :'update-comment', :'delete-question', :'delete-answer', :'delete-comment', :'mention-user' treba pridat veci ako: evaluate, label, vote, view (vote alebo view nemusime zobrazovat) otazka je ci si chceme drzat akciu ako create-comment alebo ako create-comment-on-answercreate-comment-on-question? stalker New Bug fixnut testy Samuel Molnár ) Show Questions shows list of new questions Failure/Error: expect(list).to have(10).items expected 10 items, got 17 #./spec/features/show_questions_spec.rb:32:in `block (2 levels) in <top (required)>' An error occurred in an after hook NoMethodError: undefined method `search' for nil:nilclass occurred at /home/samuel/projects/team/askalot/lib/redcurtain/renderer/linker.rb:21:in `render' 2) Add Question adds new question Failure/Error: expect(page).to have_content('nadpis je povinná položka') expected to find text "Nadpis je povinná položka" in "Internal Server Error undefined method `search' for nil:nilclass WEBrick/1.3.1 (Ruby/2.1.0/ ) at :55541" #./spec/features/add_question_spec.rb:21:in `block (2 levels) in <top (required)>' 3) Add Question adds new question anonymously Failure/Error: fill_in 'question_title', with: 'Lorem ipsum title?' Unable to find field "question_title" #./spec/features/add_question_spec.rb:55:in `block (2 levels) in <top (required)>' /10

2 4) Add Question with notifications registers author as watcher Failure/Error: expect(question).to be_watched_by(user) ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column views.watcher does not exist LINE 1:...ROM "views" WHERE "views"."question_id" = $1 AND "views"."w... ^ : SELECT 1 AS one FROM "views" WHERE "views"."question_id" = $1 AND "views"."watcher" = 3 LIMIT 1 #./app/models/concerns/watchable.rb:12:in `watched_by?' #./spec/features/add_question_spec.rb:249:in `block (3 levels) in <top (required)>' An error occurred in an after hook NoMethodError: undefined method `search' for nil:nilclass occurred at /home/samuel/projects/team/askalot/lib/redcurtain/renderer/linker.rb:21:in `render' 5) Add Question when selecting category after realoading page shows automaticly assigned tags Failure/Error: within '#question-category-tags' do Unable to find css "#question-category-tags" #./spec/features/add_question_spec.rb:227:in `block (4 levels) in <top (required)>' 6) Add Question when using markdown embeds reference to question Failure/Error: select category.name, from: 'question_category_id' Unable to find select box "question_category_id" #./spec/features/add_question_spec.rb:138:in `block (3 levels) in <top (required)>' 7) Question behaves like Watchable #watched_by? check if the user is watcher Failure/Error: expect(resource).to be_watched_by(user) ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column views.watcher does not exist LINE 1:...ROM "views" WHERE "views"."question_id" = $1 AND "views"."w... ^ : SELECT 1 AS one FROM "views" WHERE "views"."question_id" = $1 AND "views"."watcher" = 58 LIMIT 1 Shared Example Group: "Watchable" called from./spec/models/question_spec.rb:5 #./app/models/concerns/watchable.rb:12:in `watched_by?' #./spec/models/concerns/watchable_spec.rb:14:in `block (3 levels) in <top (required)>' 8) Add Comment adds new comment Failure/Error: click_button 'Komentovať' NoMethodError: undefined method `search' for nil:nilclass #./lib/redcurtain/renderer/linker.rb:21:in `render' #./app/services/markdown/processor.rb:8:in `process' #./app/controllers/concerns/markdown.rb:6:in `process_markdown_for' #./app/controllers/comments_controller.rb:18:in `create' #./spec/features/add_comment_spec.rb:20:in `block (3 levels) in <top (required)>' #./spec/features/add_comment_spec.rb:17:in `block (2 levels) in <top (required)>' 9) Add Comment for answer with notifications registers commenter as watcher of the question Failure/Error: expect(question).to be_watched_by(user) /10

3 ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column views.watcher does not exist LINE 1:...ROM "views" WHERE "views"."question_id" = $1 AND "views"."w... ^ : SELECT 1 AS one FROM "views" WHERE "views"."question_id" = $1 AND "views"."watcher" = 86 LIMIT 1 #./app/models/concerns/watchable.rb:12:in `watched_by?' #./spec/features/add_comment_spec.rb:105:in `block (4 levels) in <top (required)>' 10) Add Comment for answer with notifications notifies about new comment Failure/Error: expect(last_notification.action).to eql(:'add-comment') expected: :"add-comment" got: :"create-comment" (compared using eql?) -1,2 -:"add-comment" +:"create-comment" 1../spec/features/add_comment_spec.rb:131:in `block (4 levels) in <top (required)>' 11) Add Comment for question with notifications registers commenter as watcher of question Failure/Error: expect(question).to be_watched_by(user) ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column views.watcher does not exist LINE 1:...ROM "views" WHERE "views"."question_id" = $1 AND "views"."w... ^ : SELECT 1 AS one FROM "views" WHERE "views"."question_id" = $1 AND "views"."watcher" = 92 LIMIT 1 #./app/models/concerns/watchable.rb:12:in `watched_by?' #./spec/features/add_comment_spec.rb:56:in `block (4 levels) in <top (required)>' 12) Add Comment for question with notifications notifies about new comment Failure/Error: expect(last_notification.action).to eql(:'add-comment') expected: :"add-comment" got: :"create-comment" (compared using eql?) -1,2 -:"add-comment" +:"create-comment" 1../spec/features/add_comment_spec.rb:82:in `block (4 levels) in <top (required)>' 13) Notification requires action Failure/Error: expect(notification).to be_valid expected #<Notification id: nil, recipient_id: 2, initiator_id: 3, notifiable_id: nil, notifiable_type: nil, action: :"add-answer", unread: true, created_at: nil, updated_at: nil> to be valid, but got errors: Action nie je v zozname povolených hodnôt. #./spec/models/notification_spec.rb:11:in `block (2 levels) in <top (required)>' 14) Filter Questions filters questions by tag Failure/Error: expect(list).to have(10).items /10

4 expected 10 items, got 15 #./spec/features/filter_questions_spec.rb:23:in `block (2 levels) in <top (required)>' 15) Filter Questions filters questions by question tags Failure/Error: expect(list).to have(10).items expected 10 items, got 15 #./spec/features/filter_questions_spec.rb:85:in `block (2 levels) in <top (required)>' 16) Filter Questions when changing tabs persists question filter by tag Failure/Error: expect(list).to have(10).items expected 10 items, got 15 #./spec/features/filter_questions_spec.rb:166:in `block (3 levels) in <top (required)>' 17) Filter Questions when changing tabs when navigating in history correctly filters questions Failure/Error: expect(current_path).to eql(question_path(questions.first)) expected: "/questions/6" got: "/questions" 1../spec/features/filter_questions_spec.rb:196:in `block (4 levels) in <top (required)>' (compared using eql?) 18) Editing when question have no evaluation can edit comment Failure/Error: within "#comment-#{comment.id}-edit" do Unable to find css "#comment-1-edit" #./spec/features/editing_spec.rb:65:in `block (3 levels) in <top (required)>' 19) Editing when question have no evaluation can edit answer Failure/Error: within "#answer-#{answer_u.id}-edit" do Unable to find css "#answer-1-edit" #./spec/features/editing_spec.rb:50:in `block (3 levels) in <top (required)>' 20) Editing when question have no evaluation can edit question Failure/Error: within "#question-#{question.id}-edit" do Unable to find css "#question-1-edit" #./spec/features/editing_spec.rb:22:in `block (3 levels) in <top (required)>' 21) Add Answer with question from student adds new answer to question Failure/Error: click_button 'Odpovedať' NoMethodError: undefined method `search' for nil:nilclass #./lib/redcurtain/renderer/linker.rb:21:in `render' #./app/services/markdown/processor.rb:8:in `process' #./app/controllers/concerns/markdown.rb:6:in `process_markdown_for' #./app/controllers/answers_controller.rb:18:in `create' #./spec/features/add_answer_spec.rb:18:in `block (3 levels) in <top (required)>' 22) Add Answer with question from student with notifications registers answer author as watcher of her answer Failure/Error: expect(answer).to be_watched_by(user) NameError: undefined local variable or method `views' for #<Answer:0x007f059d564790> #./app/models/concerns/watchable.rb:12:in `watched_by?' /10

5 #./spec/features/add_answer_spec.rb:113:in `block (4 levels) in <top (required)>' 23) Add Answer with question from student with notifications notifies watchers about new answer Failure/Error: expect(last_notification.action).to eql(:'add-answer') expected: :"add-answer" got: :"create-answer" (compared using eql?) -1,2 -:"add-answer" +:"create-answer" 1../spec/features/add_answer_spec.rb:134:in `block (4 levels) in <top (required)>' 215/215 ================================= 100 =================================> Time: 00:07:3 963 New Support stretnutie lognite si 3h stalker New User Story profil pouzivatela Rastislav Dobšovič pridat tabky na otazky odpovede favorites zoradenie podla create_at, v buducnosti mozno podla hlasov/oblubenosti. nezabudnut strankovanie. este aj sumarizaciu USP: stalker New Bug upravit markdown rendering Samuel Molnár ak napisem lala: mam suggest na gemoji a teda dopisem to na lala:+1: ale po ulozeni a renderovani sa mi zobrazi lala:+1: a nie ikona malo by to renderovat ikonu podla mna stalker New Bug pridat deleted_at a deletor Marek Grznár pridat deleted_at default null pridat deletor ako referenciu na ID pouzivatela, ktory mazal nebudeme sa spoliehat na updated_at pozn. deleted boolean flag ponechat /10

6 # Priradené k verzii Stav Fronta Predmet Priradené Začiatok Uzavrieť do % hotovo 951 Feedback Bug Pri slido otazkach sa nezobrazuje best label ak som ucitel Jozef Harinek Ked ucitel odpovie slido otazku, nezobrazi sa mi label ze odpoved je oznacena ako best. V zozname otazok ukazuje, ze best answer otazka ma, ked si ju ale rozkliknem, uz to tak nevidim. Problem je v tejto podmienke: Pretoze ak som iny ucitel, ako ten co odpovedal otazku, mam sice prava na labelovanie, ale neozncil som ju ako best, tak mi teda ukaze to co je pod else. Podla mna by sme podmienku mali zmenit na answer.best?, avsak nie som si isty ci tym nieco nepokazim. Nenapada mi nic co by sa tym mohlo pokazit, ale zamyslite sa aj vy, ostatni. Ak som student, best vidim v pohode stalker Resolved Bug Gemoji v nahladoch otazok Samuel Molnár V nahladok otazok v ich zozname sa nezobrazuju gemoji (napr. pre tuto otazku Chceme to fixnut? stalker New Task Nova otazka s rovnakymi tagmi Pavol Zbell Michal: "Mam novy use case. Som na otazke a chcem polozit novu, s rovnakymi tagmi." Navrhujem, aby sa ku kazdej otazke pridal niekde na koniec takyto odkaz "Nenasli ste odpoved na svoju otazku, spytajte sa" - alebo nieco podobne a prednastavi to vo formulari kategoriu a rovnake tagy. Co myslite? stalker New Bug Aktualizacia cache counteru pre pocet odpovedi Marek Grznár Pozeral som tu otazku "Ako sa naucime programovat v Jave" - ktoru spominal Michal v maily Tak tu: ma ta otazka 0 odpovedi A tu: ma 1 odpoved Treba pozriet, co sa tam stalo (student zmazal svoju odpoved?), opravit cache counter a fixnut to aj v kode stalker New Bug implementovat pending specs Notification add some examples to /home/samuel/projects/team/askalot/spec/models/notification_spec.rb #./spec/models/notification_spec.rb:4 Label Answer with question author labels answer as helpful #./spec/features/label_answer_spec.rb:33 Label Answer with question author removes helpful label from answer #./spec/features/label_answer_spec.rb:66 Label Answer with another user visits question with helpful answer /10

7 #./spec/features/label_answer_spec.rb:106 Add Question adds new question anonymously #./spec/features/add_question_spec.rb:50 Show Questions shows list of solved questions #./spec/features/show_questions_spec.rb:100 Show Questions shows list of unanswered questions #./spec/features/show_questions_spec.rb:96 Slido Integration scrapes current event for Category #./spec/features/slido_integration_spec.rb: stalker New Support podpora 08 stalker stalker New Task testy pre activity Dušan Poizl stalker New Task view pre activity Dušan Poizl stalker New Task controller pre activity Dušan Poizl stalker New Task migracia pre activity Dušan Poizl stalker New Task model pre activity Dušan Poizl stalker New Task dia pre activity Dušan Poizl stalker New Task texty pre help Jozef Harinek stalker New Task view pre help Jozef Harinek stalker New Task controller pre help Jozef Harinek stalker New Task migracia pre help Jozef Harinek stalker New Task model pre help Jozef Harinek stalker New Task dia pre help Jozef Harinek stalker New Bug nastavit created_at a updated_at v DB na not null Marek Grznár otvoris pg_admin, prejdes vsetky tabulky a pohladas stlpce *_at, ktore mozu byt null - vytvoris 1 migraciu kde vsetky tie stlpce zmenis tak aby nemohli byt null 928 New Support Stretnutie Lognite si 3 hodiny stalker New User Story Activity Dušan Poizl model - migracia - observer pre notifikacie ktory bude ukladat do DB USP: /10

8 # Priradené k verzii Stav Fronta Predmet Priradené Začiatok Uzavrieť do % hotovo stalker New User Story Export dat do Google analytics Marek Grznár pridat javascriptove helpre, pozriet na otvorenych sudoch - napisat kde vsade to chce pridat. nech je to dlhy zoznam USP: stalker In Progress User Story Help pre system Jozef Harinek napisat text toho help USP: stalker New Task Facebook notifikacie helper Marek Grznár Pozriet existujuce gemy stalker New User Story Zobrazenie tagov Peter Páleník zobrazit podla: - popularne - nazov - nove zalozit to na kode pre zobrazenie kategorii. inspirovat sa stackoverflow zobrazenim tagov. USP: stalker In Progress Task Pridat zalozku novi pouzivatelia Peter Páleník do zoznamu pouzivatelov stalker In Progress Bug fixnut gemoji v code tagu Samuel Molnár je problem napisat retazec "`:dog2:`" do MD 917 backlog New Bug case insensitive & diacritics strip suggets Samuel Molnár postpone until ES stalker New Bug vymazanie otazku ma nastavit flag deleted na vsetky odpovede a komentare Marek Grznár opravit statistky na produkcnom serveri /10

9 - spravit test v modeli stalker New Bug odpoved ma byt zvyraznena iba ked si ucitel Marek Grznár New Support spolupraca so studentmi z ekonomickej univerzity Ivan Srba Ahoj Ivan, dnes priesil tento mail, porad ako postupovat: Ahojte, my sme študenti z Ekonomickej univerzity a sme videli prezentáciu Vášho projektu ASKALOT, s ktorým by sme chceli pracovať vrámci predmetu Podnikanie v praxi a vytvoriť jeho biznis model. Chceli by sme ho aplikovať aj pre našu školu a preto by sme chceli vedieť čo všetko je potrebné pre vytvorenie takéhoto systému a pre jeho následnú údržbu. Vedeli by ste nám dať odhad toho, koľko by to vytvorenie cca stálo? A rovnako je možné od Vás získať nejaké prístupové údaje? Ďakujeme, s pozdravom Alexandra, Veronika, Matúš probe New Bug poriesit lepsiu validaciu nicku pouzivatela Dušan Poizl tento pripad napriklad probe In Progress Bug skry usporiadanie otazok podla hlasov do scope question.order_by_votes Pavol Zbell probe New Bug fixnut responzivny dizajn na landing page Pavol Zbell probe Resolved Task service pre notitikacie Pavol Zbell stalker New User Story notifikacie Pavol Zbell service - model - views - callback pre akcie v controlleroch USP: probe Feedback Task usporiadanie otázok podľa aktuálnych udalostí Jozef Harinek prvá ktorú treba urobiť vymyslieť názov toho fieldu ktorý sa bude končiť _at (touched_at) treba pridať field do DB (questions) a podľa neho nech sa tie otázky zoradia to znamená, že keď sa pridá nový komentár alebo odpoveď tak sa tento atribút updatne a ten pomôže k tomu zoradeniu probe New Bug blokovanie registracie cez nastavenie nick prezyvky Dušan Poizl ak si pouzivatel nastavy nick na prezyvku tak sa nikto neregistruje s danym loginom. to je problem pri registracii cez AIS kedze tak mozete vyblokovat ak si nastavite prezivku na jeho AIS login probe In Progress Bug prehodnotit vizualizaciu tagov Pavol Zbell Ivo, prekonzultujme to zajtra: /10

10 - farby, prilis vyrazne - cislo v zatvorke, nikto nevie co to je - vysvetlit cislo v tooltipe, ale bude pouzivatel potom vediet, ze ma na to kliknut? probe In Progress Task testy pre editaciu QAC Dušan Poizl probe New User Story editacia QAC Dušan Poizl Prava - editovat moze vsetko autor, ucitel, admin - ked ma moja otazka label a neoznacil som ju ja, uz ju nemozem editovat - ak ma entita evaluation, tak ju tiez nemozem editovat Model - 3 tabulky, Q/A/C revisions - tiez obsahuje kto editoval, kedy, dump povodnej otazky View - pre otazku modal, ktory obsahuje prvky formularu pre novu otazku - * predvyplnene polia - * nema napr. moznost oznacit ako anonymne - pre odpoved a komentar inline - zobrazit info, ze Q/A/C bolo editovane a ze kto a kedy probe In Progress Bug odpovedane otazky nemaju obsahovat vyriesene Peter Páleník tab odpovedane su tie otazky, ktore maju odpoved, ale nemaju vybranu najlepsiu probe Resolved Task zoznam socialnych sieti Marek Grznár premysliet, ktore soc. siete tam nechat probe New Task napisat README Samuel Molnár /10

DocuSign Setup Admin. DocuSign User Setup Process Overview. Setting up a new DocuSign user

DocuSign Setup Admin. DocuSign User Setup Process Overview. Setting up a new DocuSign user DocuSign Setup Admin DocuSign User Setup Process Overview 1) CORE-CT Security receives request to set up new supplier contract document creator 2) CORE-CT security team sets up Roles for the User 3) DocuSign

More information

Step-by-Step Guide for Employees How to set your goals and development plan in Success Factors:

Step-by-Step Guide for Employees How to set your goals and development plan in Success Factors: Step-by-Step Guide for Employees How to set your goals and development plan in Success Factors: 1. Login to Success Factors using your email ID and password; you land on the Home Page of Success Factors.

More information

2. Aké osobné údaje, na aké účely a ako dlho spracovávame?

2. Aké osobné údaje, na aké účely a ako dlho spracovávame? Dodatok k Ochrane osobných údajov Platný'od'25.05.2018' Ochranu(vašich(osobných(údajov(berieme(vážne.(Je(pre(nás(dôležité,(aby(vaše(údaje,(získavané( na(stránke(wisomm.com,(boli(v(bezpečí(a(aby(boli(využívané(iba(na(také(účely,(s(ktorými(

More information

Financial Disclosure Management. FDM Release 4.1 Release Notes. FDM 4.1 Release 1 /Publication 1.0

Financial Disclosure Management. FDM Release 4.1 Release Notes. FDM 4.1 Release 1 /Publication 1.0 Financial Disclosure Management FDM Release 4.1 Release Notes FDM 4.1 Release 1 /Publication 1.0 INTRODUCTION...4 ADMIN...4 ORG UNIT TOOL MANAGING ORG UNITS... 4 Key Change from Release 3.1...4 New features...4

More information

Presenter SNP6000. Register your product and get support at SK Príručka užívateľa

Presenter SNP6000. Register your product and get support at  SK Príručka užívateľa Register your product and get support at www.philips.com/welcome Presenter SNP6000 SK Príručka užívateľa 1 a b c d e 2 3 4 Federal Communication Commission Interference Statement This equipment has been

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

KB Stories. Roles identified. KB Admin - To Do. KB Admin. Moderator/Publisher/Approver. Author/Contributer. Basic User - User Internal

KB Stories. Roles identified. KB Admin - To Do. KB Admin. Moderator/Publisher/Approver. Author/Contributer. Basic User - User Internal KB Stories UC Berkeley Campus Ticketing Public Roles identified KB Admin Moderator/Publisher/Approver. Author/Contributer Basic User - User Internal Basic User - External KB Admin - To Do As a KB Admin,

More information

Hyperion System 9 Financial Data Quality Management. Quick Reference Guide

Hyperion System 9 Financial Data Quality Management. Quick Reference Guide Hyperion System 9 Financial Data Quality Management Quick Reference Guide Hyperion FDM Release 9.2.0. 2000 2006 - Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo and Hyperion

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

Live Agent for Support Supervisors

Live Agent for Support Supervisors Live Agent for Support Supervisors Salesforce, Winter 17 @salesforcedocs Last updated: December 12, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

English Unlimited Intermediate Prekladové vety

English Unlimited Intermediate Prekladové vety OXICO Jazykové knihy English Unlimited Intermediate Prekladové vety Unit 1 1. Uprednostňujem pozeranie televízie iných krajín. Mám šancu precvičovať si jazyk. 2. Čítaš práve niečo dobré? Teraz nie, ale

More information

Občiansky preukaz Slovenskej republiky. Identity Card of the Slovak Republic

Občiansky preukaz Slovenskej republiky. Identity Card of the Slovak Republic Občiansky preukaz Slovenskej republiky Identity Card of the Slovak Republic Úvod Introduction Slovenská republika vydáva nové občianske preukazy (OP). Občiansky preukaz je personalizovaný centrálne v Národnom

More information

Welcome to 6 Trait Power Write!

Welcome to 6 Trait Power Write! Welcome to 6 Trait Power Write! Student Help File Table of Contents Home...2 My Writing...3 Assignment Details...4 Choose a Topic...5 Evaluate Your Topic...6 Prewrite and Organize...7 Write Sloppy Copy...8

More information

Celtx Studios Owner's Manual January 2011

Celtx Studios Owner's Manual January 2011 January 2011 Get the most out of Celtx Studios with the latest version of Celtx - available free at http://celtx.com Screen captures are made using Windows OS. Some image dialogs differ slightly on Mac

More information

COMPACONLINE CARD MANAGEMENT MANUAL

COMPACONLINE CARD MANAGEMENT MANUAL COMPACONLINE CARD MANAGEMENT MANUAL CompacOnline Card Management Version No: 1.0.1 Date: 20/04/2018 Document Control Document Information Document Details Current Revision Author(s) Authorised By CompacOnline

More information

Prednáška. Vypracoval: Ing. Martin Juriga, PhD. Bratislava, marec 2016

Prednáška. Vypracoval: Ing. Martin Juriga, PhD. Bratislava, marec 2016 Dizajn procesných zariadení časť 3. Prednáška Vypracoval: Ing. Martin Juriga, PhD. Vedúci pracoviska: prof. Ing. Marián Peciar, PhD. Bratislava, marec 2016 Označovanie zvarov na výkresoch Slovensko: Pôvodná

More information

DESIGN AND IMPLEMENTATION OF SOFTWARE SUPPORT FOR BIOMETRICS LABORATORY COURSES

DESIGN AND IMPLEMENTATION OF SOFTWARE SUPPORT FOR BIOMETRICS LABORATORY COURSES DOI: 10.5507/tvv.2016.010 Trendy ve vzdělávání 2016 DESIGN AND IMPLEMENTATION OF SOFTWARE SUPPORT FOR BIOMETRICS LABORATORY COURSES HAMBALÍK Alexander MARÁK Pavol, SR Abstract In this paper we decided

More information

PLA Planner Student Handbook

PLA Planner Student Handbook PLA Planner Student Handbook TABLE OF CONTENTS Student Quick Start Guide PLA Planner Overview...2 What is PLA Planner?...4 How do I access PLA Planner?...4 Getting to Know PLA Planner Home...5 Getting

More information

Live Agent for Support Supervisors

Live Agent for Support Supervisors Live Agent for Support Supervisors Salesforce, Winter 18 @salesforcedocs Last updated: November 2, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Live Agent for Support Supervisors

Live Agent for Support Supervisors Live Agent for Support Supervisors Salesforce, Winter 19 @salesforcedocs Last updated: November 1, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Department of the Army Office of the General Counsel. FDM Release 3.0 Release Notes

Department of the Army Office of the General Counsel. FDM Release 3.0 Release Notes Department of the Army Office of the General Counsel FDM Release 3.0 Release Notes Table of Contents 1. General... 4 1.1. Agency... 4 1.1.1. Login page... 5 1.1.2. Contact Info... 5 1.2. Limited Support

More information

RAZER CENTRAL ONLINE MASTER GUIDE

RAZER CENTRAL ONLINE MASTER GUIDE RAZER CENTRAL ONLINE MASTER GUIDE CONTENTS 1. RAZER CENTRAL... 2 2. SIGNING IN... 3 3. RETRIEVING FORGOTTEN PASSWORDS... 4 4. CREATING A RAZER ID ACCOUNT... 7 5. USING RAZER CENTRAL... 11 6. SIGNING OUT...

More information

Submittals Quick Reference Guide

Submittals Quick Reference Guide This topic provides a reference for the Project Center Submittals activity center. Purpose The Submittals activity center in Newforma Contract Management enables you to effectively log submittals and track

More information

Revit Structure 2012 Basics:

Revit Structure 2012 Basics: SUPPLEMENTAL FILES ON CD Revit Structure 2012 Basics: Framing and Documentation Elise Moss autodesk authorized publisher SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Structural

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

Weekly Webinar: Facebook Fan Pages And Beyond. Copyright 2010 Century 21 Real Estate LLC. All rights reserved.

Weekly Webinar: Facebook Fan Pages And Beyond. Copyright 2010 Century 21 Real Estate LLC. All rights reserved. Weekly Webinar: Facebook Fan Pages And Beyond Agenda Using Facebook for Business Facebook Fan Page Basics What is the difference between my Timeline and my Business/ Fan Page? How Do I Create a Fan Page?

More information

making them (robots:) intelligent

making them (robots:) intelligent Artificial Intelligence & Humanoid Robotics or getting robots closer to people making them (robots:) intelligent Maria VIRCIKOVA (maria.vircik@gmail.com) Peter SINCAK (peter.sincak@tuke.sk) Dept. of Cybernetics

More information

PHY 112L Activity 2 Electronics Primer

PHY 112L Activity 2 Electronics Primer PHY 112L Activity 2 Electronics Primer Name: Section: ID #: Date: Lab Partners: TA initials: Objectives 1. Introduce the power supply and multimeter commonly used to analyze electric circuits 2. Understand

More information

Release Notes - Fixes in Tekla Structures 2016i PR1

Release Notes - Fixes in Tekla Structures 2016i PR1 Release Notes - Fixes in Tekla Structures 2016i PR1, you can now set the to either or. is modified., the ID of the connection plate is not changed anymore when the connection now uses normal rebar groups

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

Click here to give us your feedback. New FamilySearch Reference Manual

Click here to give us your feedback. New FamilySearch Reference Manual Click here to give us your feedback. New FamilySearch Reference Manual January 25, 2011 2009 by Intellectual Reserve, Inc. All rights reserved Printed in the United States of America English approval:

More information

This Lecture. G52GRP : Lecture 3. Sharing Code and Documents (2) Sharing Code and Documents (1)

This Lecture. G52GRP : Lecture 3. Sharing Code and Documents (2) Sharing Code and Documents (1) This Lecture G52GRP 2012 2013: Lecture 3 Project Site and Version Control with Subversion Indefero project site Why use version control systems? Subversion Using Subversion Henrik Nilsson University of

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

RosterPro by Demosphere International, Inc.

RosterPro by Demosphere International, Inc. RosterPro by INDEX OF PAGES: Page 2 - Getting Started Logging In About Passwords Log In Information Retrieval Page 3 - Select Season League Home Page Page 4 - League Player Administration Page 5 - League

More information

Enhanced Push-to-Talk Application for iphone

Enhanced Push-to-Talk Application for iphone AT&T Business Mobility Enhanced Push-to-Talk Application for iphone Standard Version Release 8.3 Table of Contents Introduction and Key Features 2 Application Installation & Getting Started 2 Navigating

More information

Archicad Layout of Drawings

Archicad Layout of Drawings Archicad Layout of Drawings NOTE: It is important that house features (Walls, Cabinets, Floors, etc.) Have been placed on the proper layer and layer combination for ease of transferring your final drawings

More information

TradeSchool Start Guide

TradeSchool Start Guide TradeSchool Start Guide Welcome to TradeSchool! TradeSchool is the computer program that your Committee uses to track your progress through your apprentice program. As an apprentice, you also have access

More information

MYSA Direct Member Club Registration Setup Manual. Contents

MYSA Direct Member Club Registration Setup Manual. Contents MYSA Direct Member Club Registration Setup Manual Contents Introduction... 1 Log into your Account... 2 Creating Teams... 3 Creating Players... 6 Placing Players on a Team... 10 Creating a Coach or Team

More information

A FACEBOOK GUIDE FOR SALONS

A FACEBOOK GUIDE FOR SALONS A FACEBOOK GUIDE FOR SALONS A DIGITAL MARKETING GUIDE FOR SALONS Set Up Time 3/5 Fairly straightforward to set up, but you shouldn t rush through the process. Leave yourself plenty of time to get it right.

More information

ndash Customer Success Guide

ndash Customer Success Guide ndash Customer Success Guide Introduction (Page 3) Basic Setup (Page 3) o Completing Profile (info and payment) Groups o Adding your team members o Setting preferences Getting Started (Page 8) o Building

More information

Learn what to do with results of autosomal DNA testing from AncestryDNA. Tools: AncestryDNA results; ancestry.com, gedmatch.com and familytreedna.

Learn what to do with results of autosomal DNA testing from AncestryDNA. Tools: AncestryDNA results; ancestry.com, gedmatch.com and familytreedna. First Look : AncestryDNA When You First Get Your AncestryDNA Results Objective: Learn what to do with results of autosomal DNA testing from AncestryDNA. Tools: AncestryDNA results; ancestry.com, gedmatch.com

More information

COAH Council on Affordable Housing

COAH Council on Affordable Housing COAH Council on Affordable Housing CTM RCA/Partnership Training What is an RCA? Units and $$$ Credits AGREEMENT Sending Municipality Builds Units Receiving Municipality 1 What is an RCA? Agreement between

More information

What s your favourite place?

What s your favourite place? What s your favourite place? Grammar & Speaking Aims Talking about favourite places Contents Grammar Present simple Vocabulary Favourite places: the seaside the mountains lake town the forest the countryside

More information

PaperCut PaperCut Payment Gateway Module - Blackboard Quick Start Guide

PaperCut PaperCut Payment Gateway Module - Blackboard Quick Start Guide PaperCut PaperCut Payment Gateway Module - Blackboard 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

BBM for BlackBerry 10. User Guide

BBM for BlackBerry 10. User Guide BBM for BlackBerry 10 Published: 2019-01-15 SWD-20190115102527350 Contents What's new in BBM...5 What's new in BBM...5 Get started...6 About BBM...6 Signing in to BBM... 6 Change your BBM status or profile...

More information

Overview of Textron Systems Supplier First Article Inspection (FAI) expectations

Overview of Textron Systems Supplier First Article Inspection (FAI) expectations Overview of Textron Systems Supplier First Article Inspection (FAI) expectations See your Supplier Quality Engineer with questions PURPOSE Ensure the product being delivered meets drawing requirements

More information

Salesforce Communities Recognition Badges Implementation Guide

Salesforce Communities Recognition Badges Implementation Guide Salesforce Communities Recognition Badges Implementation Guide Salesforce, Winter 19 @salesforcedocs Last updated: December 4, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce

More information

Archicad Layout of Drawings

Archicad Layout of Drawings Archicad Layout of Drawings NOTE: It is important that house features (Walls, Cabinets, Floors, etc.) Have been placed on the proper layer and layer combination for ease of transferring your final drawings

More information

CHAPTER 18 DOCUMENT IMAGING MODULE 18.0 OVERVIEW 18.1 REQUIREMENTS AND INSTALLATION Special Requirements Mapping Network Drive

CHAPTER 18 DOCUMENT IMAGING MODULE 18.0 OVERVIEW 18.1 REQUIREMENTS AND INSTALLATION Special Requirements Mapping Network Drive EXTENDED SERVICE OPTIONS CHAPTER 18 18.0 OVERVIEW Collection agencies frequently require the ability to save documents related to collection efforts. For example, agencies doing commercial collections

More information

Accutome Connect Visual Aid

Accutome Connect Visual Aid Accutome Connect Visual Aid Table of Contents A-Scan Mode Page 3 B-Scan Mode Page 15 UBM.. Page 23 B-Scan/UBM Recording.. Page 31 2 Accutome Connect: A-Scan 3 Probe Position 2. 1. Insert probe through

More information

METRO TILES (SHAREPOINT ADD-IN)

METRO TILES (SHAREPOINT ADD-IN) METRO TILES (SHAREPOINT ADD-IN) November 2017 Version 2.6 Copyright Beyond Intranet 2017. All Rights Reserved i Notice. This is a controlled document. Unauthorized access, copying, replication or usage

More information

TABLE OF CONTENTS. Logging into the Website Homepage and Tab Navigation Setting up Users on the Website Help and Support...

TABLE OF CONTENTS. Logging into the Website Homepage and Tab Navigation Setting up Users on the Website Help and Support... TABLE OF CONTENTS Logging into the Website...02 Homepage and Tab Navigation...03 Setting up Users on the Website...08 Help and Support...10 Uploding and Managing Photos...12 Using the Yearbook Ladder...16

More information

PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide PaperCut PaperCut Payment Gateway Module - CardSmith Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing

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

Electronic Signature. July 2, 2018

Electronic Signature. July 2, 2018 Electronic Signature July 2, 2018 Webinar Purpose To enable Signatories to set up their electronic signature information and sign contracts electronically in CalUsource. Who can use it? Good news! Both

More information

Revit Structure 2014 Basics

Revit Structure 2014 Basics Revit Structure 2014 Basics Framing and Documentation Elise Moss Authorized Author SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit

More information

A Changes in accordance with N.O.R R M. A. FRYE. B Drawing updated to reflect current requirements. -ro R.

A Changes in accordance with N.O.R R M. A. FRYE. B Drawing updated to reflect current requirements. -ro R. RVISIONS LTR DSCRIPTION DAT (YR-MO-DA) APPROVD A Changes in accordance with N.O.R. 5962-R206-93. 93-07-27 M. A. FRY B Drawing updated to reflect current requirements. -ro 01-03-27 R. MONNIN C Update drawing

More information

Submittal Exchange Design Team User Guide

Submittal Exchange Design Team User Guide Submittal Exchange Design Team User Guide Version 17 November 2017 Contents About This Guide... 9 Access/Permissions... 11 What is Submittal Exchange for Design?... 11 How Can I Get Submittal Exchange

More information

GERRIT User Summit Robot Comments Edwin Kempin, Google

GERRIT User Summit Robot Comments Edwin Kempin, Google GERRIT User Summit 2016 Robot Comments Edwin Kempin, Google What are Robot Comments? Robot Comments = Comments generated by automated systems. What are Robot Comments? E.g. created by static analysis tools

More information

DataCapture Transcript Module Getting Started Guide

DataCapture Transcript Module Getting Started Guide DataCapture Transcript Module Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software, Inc.

More information

Revit Structure 2013 Basics

Revit Structure 2013 Basics Revit Structure 2013 Basics Framing and Documentation Elise Moss Supplemental Files SDC P U B L I C AT I O N S Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com Tutorial

More information

2018 Student s Guide.

2018 Student s Guide. 2018 Student s Guide www.scienteer.com Student Guide Page 1 Student Guide Table of Contents Registration... 3 Returning Students (students who had a Scienteer account last year)... 3 Logging in for the

More information

Approving an Expense Voucher eform Travel Expense Voucher eform Instructions for the Approver. Introduction. Finding the eform.

Approving an Expense Voucher eform Travel Expense Voucher eform Instructions for the Approver. Introduction. Finding the eform. Introduction The Travel Expense Voucher eform must be approved by the department prior to submission to the Business Travel Office. Below are suggested steps for the department approver when reviewing

More information

INTRODUCTION. Welcome to Subtext the first community in the pages of your books.

INTRODUCTION. Welcome to Subtext the first community in the pages of your books. INTRODUCTION Welcome to Subtext the first community in the pages of your books. Subtext allows you to engage in conversations with friends and like-minded readers and access all types of author and expert

More information

Navigating our Job Board is quick and easy!

Navigating our Job Board is quick and easy! Navigating our Job Board is quick and easy! We hope these instructions will help you navigate our job board so you can apply for shops and start earning money! New to Pinnacle? If you re not yet signed

More information

Once your church has set up the Church App for Seraphim, you can now download the app onto your mobile device from the the App Store or Google Play.

Once your church has set up the Church App for Seraphim, you can now download the app onto your mobile device from the the App Store or Google Play. Once your church has set up the Church App for Seraphim, you can now download the app onto your mobile device from the the App Store or Google Play. Once the app has completed downloading, open the app.

More information

Hyperion System 9 Financial Data Quality Management

Hyperion System 9 Financial Data Quality Management Hyperion System 9 Financial Data Quality Management Administrator Training Guide WebLink Version 8.3, 8.31, and Hyperion System 9 Financial Data Quality Management Version 9.2.0 Hyperion Financial Management

More information

User Guide: PTT Application - Android. User Guide. PTT Application. Android. Release 8.3

User Guide: PTT Application - Android. User Guide. PTT Application. Android. Release 8.3 User Guide PTT Application Android Release 8.3 March 2018 1 1. Introduction and Key Features... 6 2. Application Installation & Getting Started... 7 Prerequisites... 7 Download... 8 First-time Activation...

More information

SafetyNet Mobile v3.0

SafetyNet Mobile v3.0 This guide covers the Predictive Solutions SafetyNet application version 3.0. It is intended to show users how to enter, edit and sync inspections and incidents from a phone or tablet. The application

More information

Step By Step Instructions for Registering Students Online In Skyward

Step By Step Instructions for Registering Students Online In Skyward Step By Step Instructions for Registering Students Online In Skyward This guide will help you to register your students online in Skyward, Tri-Creek School Corporation s new student management system.

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

Unite Crowd Com. Functional Overview. Revision: 1.0. Customer: CCA. Revision Datum Change Author Initial Version CCA

Unite Crowd Com. Functional Overview. Revision: 1.0. Customer: CCA. Revision Datum Change Author Initial Version CCA Unite Crowd Com Functional Overview Revision: 1.0 Customer: CCA History Revision Datum Change Author 1.0 29.3.2017 Initial Version CCA Approval CCA CCA Control Center Apps GmbH, Phorusgasse 8/9, A-1040

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

Univerzita Karlova v Praze Matematicko-fyzikální fakulta DIPLOMOVÁ PRÁCE

Univerzita Karlova v Praze Matematicko-fyzikální fakulta DIPLOMOVÁ PRÁCE Univerzita Karlova v Praze Matematicko-fyzikální fakulta DIPLOMOVÁ PRÁCE Matej Dajčár Implementace alternativních metrik v protocolu AODV Katedra softwarového inženýrství Vedoucí diplomové práce: Mgr.

More information

Creating Interim & Final Invoices - Basic Steps

Creating Interim & Final Invoices - Basic Steps Creating Invoices in your fp. system is a straightforward and flexible. Please follow the steps in this article, to learn the basics of building interim or final invoices. Refer to other articles to learn

More information

Switching to Sub Category and Collapsible Skins

Switching to Sub Category and Collapsible Skins Switching to Sub Category and Collapsible Skins New programming enhancements and features are not compatible with the older Q-Net skins. If you are using either the original Drop Down skin or the Standard

More information

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide PaperCut PaperCut Payment Gateway Module - CASHNet emarket Checkout - Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing,

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

GE84 Agreement Procedures

GE84 Agreement Procedures GE84 Agreement Procedures 1 The Geneva 84 Agreement relating to the Use of the Band 87.5-108 MHz for FM Sound Broadcasting (Region 1 and Part of Region 3) 100kHz channel spacing 2 GE84 in summary Article

More information

Administration Guide. BBM Enterprise on BlackBerry UEM

Administration Guide. BBM Enterprise on BlackBerry UEM Administration Guide BBM Enterprise on BlackBerry UEM Published: 2018-08-17 SWD-20180817150112896 Contents Managing BBM Enterprise in BlackBerry UEM... 5 User and device management...5 Activating users...

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

DRCR.net Image Acquisition Protocol

DRCR.net Image Acquisition Protocol DRCR.net Image Acquisition Protocol Optical Coherence Tomography Angiography (OCT-A) Using: Optovue AngioVue Version 3.0 August 14, 2017 DRCR.net OCT-A Optovue AngioVue Procedure Manual 3.0 8-14-17 Table

More information

Using the Digital Player Cards Web Application as a Coach

Using the Digital Player Cards Web Application as a Coach Using the Digital Player Cards Web Application as a Coach Affinity Sports is pleased to announce the newest version of the Digital Player Cards Web application. Accessing Digital Player Cards 1. To get

More information

Sanctioning A Tournament

Sanctioning A Tournament Sanctioning A Tournament How To Sanction A Pokémon Tournament 1 1. Log into your Pokémon Trainer Club account and select OP Tools Dashboard from the lefthand toolbar. Note: You must have the Organizer

More information

Drill Manager is under the Emergency Mgmt. sub-menu within the Modules area of the Navigation Menu.

Drill Manager is under the Emergency Mgmt. sub-menu within the Modules area of the Navigation Menu. Drill Manager FAQ How Do I Access Drill Manager? To get started using Drill Manager contact Raptor client services at clientservices@raptortech.com. In the subject line, just put Interested in Drill Manager

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

Kalipso 3.6 Features on each edition

Kalipso 3.6 Features on each edition Kalipso 3.6 Features on each edition General Features Standard Professional Multi Language r n ODBC n n Multi Instance n n Report Writer r n Planes On Forms n n Screen Rotation n n Graphical Themes n n

More information

EMC ViPR SRM. Alerting Guide. Version

EMC ViPR SRM. Alerting Guide. Version EMC ViPR SRM Version 4.0.2.0 Alerting Guide 302-003-445 01 Copyright 2015-2017 Dell Inc. or its subsidiaries All rights reserved. Published January 2017 Dell believes the information in this publication

More information

IDF Exporter. August 24, 2017

IDF Exporter. August 24, 2017 IDF Exporter IDF Exporter ii August 24, 2017 IDF Exporter iii Contents 1 Introduction to the IDFv3 exporter 2 2 Specifying component models for use by the exporter 2 3 Creating a component outline file

More information

PSoC Academy: How to Create a PSoC BLE Android App Lesson 9: BLE Robot Schematic 1

PSoC Academy: How to Create a PSoC BLE Android App Lesson 9: BLE Robot Schematic 1 1 All right, now we re ready to walk through the schematic. I ll show you the quadrature encoders that drive the H-Bridge, the PWMs, et cetera all the parts on the schematic. Then I ll show you the configuration

More information

Bridgemate App. Information for bridge clubs and tournament directors. Version 2. Bridge Systems BV

Bridgemate App. Information for bridge clubs and tournament directors. Version 2. Bridge Systems BV Bridgemate App Information for bridge clubs and tournament directors Version 2 Bridge Systems BV Bridgemate App Information for bridge clubs and tournament directors Page 2 Contents Introduction... 3 Basic

More information

Vodičský preukaz Slovenskej republiky. Driving Licence of the Slovak Republic

Vodičský preukaz Slovenskej republiky. Driving Licence of the Slovak Republic Vodičský preukaz Slovenskej republiky Driving Licence of the Slovak Republic 1 Úvod Introduction Slovenská republika vydáva vodičské preukazy formátu EÚ v novej aktualizovanej verzii. Vodičský preukaz

More information

Heuristic Evaluation of Spiel

Heuristic Evaluation of Spiel Heuristic Evaluation of Spiel 1. Problem We evaluated the app Spiel by Addison, Katherine, SunMi, and Joanne. Spiel encourages users to share positive and uplifting real-world items to their network of

More information

Externé multimediálne karty Používateľská príručka

Externé multimediálne karty Používateľská príručka Externé multimediálne karty Používateľská príručka Copyright 2009 Hewlett-Packard Development Company, L.P. Logo SD je ochranná známka príslušného vlastníka. Informácie obsiahnuté v tomto dokumente sa

More information

databázy pre stredné školy

databázy pre stredné školy a uvádzajú databázy pre stredné školy Technické zabezpečenie učiteľ podľa priloženej inštalačnej príručky pripraví pracovné prostredie každý žiak má osobitný počítač, z ktorého je prístup na databázový

More information

SAMPLE KYRIE. Dm (Em) Dm (Bm) (Bm) (G) (Em) (Bm) (D) Chri ste. ri e e. son. ri e e lé. Gm7 F (G) Gm7. (Bm) (Em7) (D) (Em7) (D) son. Chri ste.

SAMPLE KYRIE. Dm (Em) Dm (Bm) (Bm) (G) (Em) (Bm) (D) Chri ste. ri e e. son. ri e e lé. Gm7 F (G) Gm7. (Bm) (Em7) (D) (Em7) (D) son. Chri ste. KYRIE Capo 3: () m () m () m () m () m () () B e e (7) m7 lé () m () m lé son. Ky r e e () son. Chr ste SMPLE Text: raduale Romanum, 1974. Musc: Chant Mass; raduale Romanum, 1974; gutar acc. 1995, OCP.

More information

G e t t i n g S t a r t e d G u i d e. ID Card Managers. Getting Started Guide. 1 P a g e

G e t t i n g S t a r t e d G u i d e. ID Card Managers. Getting Started Guide. 1 P a g e G e t t i n g S t a r t e d G u i d e ID Card Managers Getting Started Guide 1 P a g e G e t t i n g S t a r t e d G u i d e P a g e 2 Contents ID Cards: Getting Started... 3 Why manage photo ID Cards

More information

Advance Steel suite 6.1 / SP2

Advance Steel suite 6.1 / SP2 Advance Steel suite 6.1 / SP2 This document describes only the improvements in Service Pack 2 compared to Service Pack 1. The installation of SP2 includes SP1; please see the previous document for improvements

More information

Full Contents. Survey V8.08 Essentials

Full Contents. Survey V8.08 Essentials Section 1: Overview Essentials 1.1 Introduction... 3 Learning InRoads Survey... 3 Basic Rules... 3 How to Use This Guide... 4 Section Breakdown... 5 Section 1: Overview Essentials... 5 Section 2: Production

More information

Live Agent for Administrators

Live Agent for Administrators Live Agent for Administrators Salesforce, Summer 16 @salesforcedocs Last updated: July 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information