Project Summary: Remote Pet Feeder System
This project allows users to control an automatic per feeder wirelessly anywhere they are via the Android application we provide!
The Arduino sketch, written in C++, controls a servo motor to dispense pet food, while the Android application, written in Java, allows users to log in and control the feeder remotely using Firebase Realtime Database and Firebase Authentication.
The Android application features two activities: Login and MainActivity, with the latter allowing users to control the servo motor by changing the "FEED_STATUS" field in the Firebase Realtime Database.
For more details, please check the link below:
I have written a Python script to scrape rental property data from Zillow and send it to a Google Form survey. The code uses the BeautifulSoup and requests libraries to scrape the Zillow website and extract the rental property data. Then, the data is formatted and sent to the survey using the Selenium library.
First, I define the URL of the Zillow search results page I want to scrape and create a class called DataFromZillow. This class is used to scrape the data and store it in a list.
Next, I create an instance of the DataFromZillow class and call the getData method to scrape the data. Then, I create an instance of the ImportData class, which is used to send the data to the survey.
I define a dictionary called a parameter that contains the URL of the survey and the scraped data. Finally, I call the send_data method of the ImportData class to send the data to the survey and close the browser window.
Overall, My code demonstrates proficiency in web scraping and using Selenium to automate form submissions.
Github: https://github.com/Chris970715/Intermediate-Web-scraping-Data-Entry-Job-Automation
The details about the AutoBot_Game_Cheater are posted right down below!
This code is a Python program that fetches the daily closing price of a cryptocurrency (in this case, Bitcoin or BTC) and determines whether the price has increased or decreased by more than 5% from the previous day's closing price. If the price has increased or decreased by more than 5%, the program fetches the top two news articles related to Bitcoin and sends an SMS message via the Twilio API to a specific phone number, along with a link to the news article.
The details about the crypto_SMS_alert are posted right down below!
Welcome to the Turtle Crossing Game!
Here are the rules:
1.Use the up arrow key on your keyboard to move the turtle forward.
2.The turtle can only move forward and cannot move backward or sideways.
3.Avoid collisions with the passing cars on the road. If the turtle collides with a car, the game is over.
Good luck and have fun playing!
The details about the turtle_crossing_game are posted right down below!
https://github.com/Chris970715/turtle_crossing_game
I used python turtle module to build the project.
Rules to play!
right_paddle - up key - to move the paddle up - down Key - to mova the paddle down
left paddle - 'w' key - to move the left paddle up - 's' key - to move the left paddle down
The details about the pong game are posted right down below!
Does it seem familiar? what you just guessed was right! The sneak game has come back!
Rules of the game
Great job! Now that you know how to play the Sneak Game, here are some additional rules:
1.The game will end if the sneak runs into a wall or its own tail.
2.As you eat the food, the sneak will grow longer, making it harder to maneuver around the game board.
3.The game will get progressively more challenging as you advance to higher levels.
4.The score will be displayed on the screen and will increase as you eat more food.
5.Enjoy the game and have fun!
The details about the sneak game are posted right down below!
I used PCB through Mentor Graphics suite (PADS Layout & Router) to build suitable a PCB board for DC Power supply. I also calculated potential voltage and current output through every component to determine the final voltage and current output on the board.
Technologies used: PADS Layout & Router and Electrical engineering
This project was designed to provide users Login interface through Eclipse and Servlet, using Java, HTML, CSS, and MySQL.
Languages used in the project : Java, HTML, CSS, and MySQL.
Eclipse and Servlet had also been used for the project.
The details about the project has been posted on Chris970715/Login-and-Register-Page-with-Eclipse-and-servlet (github.com)