Quiz Day-6
What does the countdown_timer function do?
What does the countdown_timer function do?
Anonymous Quiz
63%
Displays remaining time in hours, minutes, seconds format
32%
Calculate the amount of time that has passed
0%
Add time to the timer
5%
Stops the timer when the time reaches 0
Day-7 / Project-7 🔥
Name: Password Manager
Repositories:
https://github.com/DzarelDeveloper/PasswordManager
View Output:
-link
Level: Intermediate
Name: Password Manager
Repositories:
https://github.com/DzarelDeveloper/PasswordManager
View Output:
-link
Level: Intermediate
Quiz Day-7
What is the main function of the "passwords.json" file in this code?
What is the main function of the "passwords.json" file in this code?
Anonymous Quiz
15%
saves the application configuration
0%
stores the user's username
75%
save the password data that has been added
10%
The result is a random password
🎉 Happy 1st Birthday CodeSphere! 🎉
Today, December 17, 2024, we celebrate 1 year of CodeSphere's founding! A great journey with a community focused on web development and IT programming for beginners to intermediate. Thank you to all members and admins who have contributed to building this community to reach 2,000 members. Your support has been key to CodeSphere's development to date!
To enliven this moment, look forward to the special Challenge Have Fun event that we will hold on:
📅 December 21, 2024
🎯 Full of fun, learning and togetherness
Let's continue creating, learning, and growing together as the CodeSphere family! Growing Together, Coding Better!
Owner:
@CodeByDzarel
Today, December 17, 2024, we celebrate 1 year of CodeSphere's founding! A great journey with a community focused on web development and IT programming for beginners to intermediate. Thank you to all members and admins who have contributed to building this community to reach 2,000 members. Your support has been key to CodeSphere's development to date!
To enliven this moment, look forward to the special Challenge Have Fun event that we will hold on:
📅 December 21, 2024
🎯 Full of fun, learning and togetherness
Let's continue creating, learning, and growing together as the CodeSphere family! Growing Together, Coding Better!
Owner:
@CodeByDzarel
🎉6❤1
Day-7 / Project-8 🔥
Name: Encrypt & Decrypt Text
Repositories:
https://github.com/DzarelDeveloper/Enc-Dec-Text
View Output:
-link
Level: Intermediate
Name: Encrypt & Decrypt Text
Repositories:
https://github.com/DzarelDeveloper/Enc-Dec-Text
View Output:
-link
Level: Intermediate
Quiz Day-8
"Mjqqt"
What is the meaning of this text? Try decrypting it with shift '5'
"Mjqqt"
What is the meaning of this text? Try decrypting it with shift '5'
Anonymous Quiz
90%
Hello
5%
Hai
5%
Hallo
0%
Hayy
Day-9 / Project-9 🔥
Name: Smart Calendar
Repositories:
https://github.com/DzarelDeveloper/Smart-Calender
View Output:
-link
Level: Beginner
Name: Smart Calendar
Repositories:
https://github.com/DzarelDeveloper/Smart-Calender
View Output:
-link
Level: Beginner
Quiz Day-9
What file format is used to save and load the events in the calendar?
What file format is used to save and load the events in the calendar?
Anonymous Quiz
16%
.txt
29%
.json
42%
.html
13%
.docx
Day-10 / Project-10 🌟
Name: ChatGPT
Repositories:
https://github.com/DzarelDeveloper/ChatGPT
How to get API KEY?
https://github.com/DzarelDeveloper/ChatGPT/blob/main/README.md
View Output:
-link
Level: Intermediate
Name: ChatGPT
Repositories:
https://github.com/DzarelDeveloper/ChatGPT
How to get API KEY?
https://github.com/DzarelDeveloper/ChatGPT/blob/main/README.md
View Output:
-link
Level: Intermediate
❤3👍1
Quiz Day-10
Where should the API Key be placed in the code for the request to be successful?
Where should the API Key be placed in the code for the request to be successful?
Anonymous Quiz
31%
As part of the URL.
0%
In the payload variable.
62%
In the header with the key X-RapidAPI-Key.
8%
Inside the ask() function.
Day-11 / Project-11 🔥
Name: File Manager
Repositories:
https://github.com/DzarelDeveloper/File-Manager
View Output:
-link
Level: Intermediate
Name: File Manager
Repositories:
https://github.com/DzarelDeveloper/File-Manager
View Output:
-link
Level: Intermediate
Quiz Day-11
What happens if you select a file and press the "Delete" button?
What happens if you select a file and press the "Delete" button?
Anonymous Quiz
6%
Files will be deleted immediately without confirmation.
82%
The application will ask for confirmation before deleting files.
12%
The file will be renamed to "deleted_file".
0%
The file will be moved to another directory.