Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
Extract e-mails and passwords from several .txt files from a path to the folder to be searched and rewrite them in a symbolic .txt file : in Python code (do it in Visual Studio Code and run it)
Example:
hey... email: username+123@example.com, password: 627hsjwu*
these are my company's credentials... See you later Now I want to put in a result.txt the email and the password separated by the symbol :
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 4 steps with 3 images
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- The Mid-Term Exam: A program to write (below). Note that you must submit and return directly to me with your name and the date included as an upload Canvas (file) submission. Make sure that your name is used as the file name. (You will not get credit if your exam cannot be read.) No notes, books, cells, Internet Search, computer/device, etc., may be used during this exam. Write a Java program that lets the user enter a series of integers with an input range from 2 to 199 (in random order). The user must enter a value of -1, 0, or +1 (a sentinel which must be an integer and not part of the series of numbers) in order to signal the end of the series. • After all the numbers have been entered, the program should display the smallest and largest numbers entered, and not include the sentinel. Note that this must be a Java implementatiọn, and not pseudo-code, etc. You must use a Loop and If-Else constructs as well.arrow_forwardplease use java to answer the following question Implement a program with a GUI and Action listener that looks like the one shown below You should connect to the database ( make sure you have maximum 5 rows in your table) The table should contain of the name, card number and the pin number of the customers who uses the ATM once you enter the card number and the pin number that exist in the database, then by clicking on the Login button, you could show a dialogue dialog box in which it shows the name of the customer and then indicates that that name is login successfully ( Mehrnaz is login successfully). Otherwise, the dialogue box indicates that the information does not exist in the database. The clear button will clear all the information on the GUI.arrow_forward#4. Task Programming Language and Technologies▪ C# Programming Language.▪ Visual Studio 2019. Build a method called Encrypt to receive a string and return another string.The method will be a static.Build a method called Decrypt to return original string.The encryption method will be a very simple one: to encrypt add 1 to eachcharacter and to decrypt subtract 1 to each character.Note: we do not need to create any object of type Encrypter..arrow_forward
- java 1 eclips pls fix code for don't know where i made the miskatearrow_forwardusing java maze1.txt (file being referenced) 4 4*************.....*******.***.....***.***.*******.**....*****.**.**.*****....**.....***.*********..........*************arrow_forwardcan someone help me or teach whats wrong with my code please badly needed this nightarrow_forward
- please do fast i will give you thumbs uparrow_forwardCoding in python Please!!I need help please help me in the easiest way to do this coding question. Please do not post it's answer from chegg just use your own skills to write code in easyiest way possible. I will really appriciate your help. Coding language PYTHON : The purpose of this assignment is to help you get comfortable creating and using simple classes and objects. In this assignment, we wish to model a 2-D video game character’s movements. In particular, suppose we are creating a tiny game, where the character can occupy one of 25 squares, like so: The first thing we need to keep track of is the character’s name, so we can differentiate this character from other characters or enemies. The other thing we need to keep track of is the character’s position, i.e., which square they are in. In order to do this, we’ll use an X-Y coordinate system with the origin in the top left corner (the 0,0 square in the picture). So, in the picture, the character occupies square 3, 2;…arrow_forwardIn python: The program should ask users for their email address and password for connecting to the mail server. You can create a new gmail account and use it for this assignment. Once the connection is complete, the program should ask for the receiver''s email address, and lastly send the email. Write "Hello" for the subject and "Email from Python" as body. Use the getpass library to hide password from shell. Instantiate an object and call it. Submit the .py file as well as screenshots showing the code runs and email received.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education