Video Link: Apache Kafka Crash Course | What is Kafka?
- Knowledge
- Node.JS Intermediate level
- Experience with designing distributed systems
- Tools
- Node.js: Download Node.JS
- Docker: Download Docker
- VsCode: Download VSCode
Video Link: Apache Kafka Crash Course | What is Kafka?
======================================= | |
1. Check Whether a Letter is Vowel or Consonant | |
------------------------------------------------ | |
Documentation (docs_question1.txt): | |
Title: Vowel or Consonant Checker | |
Description: This program reads input characters. If a letter matches one of the vowel characters (a, e, i, o, u in either case) it prints “Vowel”. Otherwise, if it is an alphabet letter it prints “Consonant”. All other characters are ignored. | |
Usage: | |
Compile using Flex and gcc. Run and type letters at the prompt. | |
Flex Source Code (question1.l): |
i | |
me | |
my | |
myself | |
we | |
our | |
ours | |
ourselves | |
you | |
your |