Regular Expression, Data Compression
Regular Expression:
1. Write a program at any programming language, which checks is input in correct
pattern using regular expressions.
Your program should handle both formats. If input is in correct pattern, output
– Yes, in other case- No
If your student ID in the range between 190107022 and 200117007:
Check if it is phone number of Beeline carrier. Beeline carrier phone number has
two formats:
Format 1: it starts with +7(777), followed by any 7 digits.
Format 2: it starts with +7(705), followed by any 7 digits.
Also, you need to consider that the number can start with 8. Your program should
handle both formats and if it starts with 8. The number is considered as correct if
it has parenthesis. If the input is correct output – Yes, in other case – No.
Compressthe given string using LZW Compression. Use ASCII hexadecimal format
from the table above. Also, the end of string is represented by 80.
If your student ID in the range 190107039 and 200117008
d) MLKMSMQMLKMLKLKMLKM
You need to show every step of compression as well as how you update your table.
You need to write the code.
any language ;)
Regular Expression:
1. Write a program at any programming language, which checks is input in correct
pattern using regular expressions.
Your program should handle both formats. If input is in correct pattern, output
– Yes, in other case- No
If your student ID in the range between 190107022 and 200117007:
Check if it is phone number of Beeline carrier. Beeline carrier phone number has
two formats:
Format 1: it starts with +7(777), followed by any 7 digits.
Format 2: it starts with +7(705), followed by any 7 digits.
Also, you need to consider that the number can start with 8. Your program should
handle both formats and if it starts with 8. The number is considered as correct if
it has parenthesis. If the input is correct output – Yes, in other case – No.
Compressthe given string using LZW Compression. Use ASCII hexadecimal format
from the table above. Also, the end of string is represented by 80.
If your student ID in the range 190107039 and 200117008
d) MLKMSMQMLKMLKLKMLKM
You need to show every step of compression as well as how you update your table.
You need to write the code.
any language ;)
How do u feel about your future as a programmer?
Anonymous Poll
50%
I'm sure I'll get a job
21%
I hope to get a job
8%
With enough luck, I'll get hired
22%
Time's are hard, let's see if I stand a chance on the job market
Forwarded from Programming Challenges (MAXIMILIAN)
Jobs as a dev
+=========+
Many of you are very confident in being able to find a job! On the other side of the spectrum, some worry about the future.
Regardless which side you are own, we Have something for you!
+======+
@prograjobs
+======+
A Channel and a community with the mission of helping you from being a beginner to landing that first Job!
+======+
With our multiple partner-channels, we offer a very wide range of opportunities to grow personally!
And we have a nice family ;)
+=========+
Many of you are very confident in being able to find a job! On the other side of the spectrum, some worry about the future.
Regardless which side you are own, we Have something for you!
+======+
@prograjobs
+======+
A Channel and a community with the mission of helping you from being a beginner to landing that first Job!
+======+
With our multiple partner-channels, we offer a very wide range of opportunities to grow personally!
And we have a nice family ;)
Forwarded from Programming jobs
Communities for you
+===============+
Groups:
https://t.me/prograhtml
https://t.me/progracpp
https://t.me/prograjs
https://t.me/prograjava
Channels:
https://t.me/prograchallenges
https://t.me/prografirststeps
https://t.me/full_stack_developers
+===============+
Groups:
https://t.me/prograhtml
https://t.me/progracpp
https://t.me/prograjs
https://t.me/prograjava
Channels:
https://t.me/prograchallenges
https://t.me/prografirststeps
https://t.me/full_stack_developers
Forwarded from José
Forwarded from TheFrontEnd🔥
This media is not supported in your browser
VIEW IN TELEGRAM
Wuuut
Who else didn't know or am I the only one?
Who else didn't know or am I the only one?
Current situation as a developer?
Anonymous Poll
20%
Employed at a company
25%
Freelancing
59%
Learning / Studying
23%
Looking for well-paying jobs
Forwarded from TheFrontEnd🔥
This media is not supported in your browser
VIEW IN TELEGRAM
When client asks to make loading animation a bit more interesting 😂
Forwarded from TheFrontEnd🔥
Forwarded from Algochallenges
If binary trees are represented in arrays, what formula can be used to locate a left child, if the node has an index i?
Anonymous Quiz
58%
2i+1
22%
2i+2
19%
2i
2%
4i