This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
# */AIPND/intropylab-classifying-images/check_images.py | |
# | |
# TODO: 0. Fill in your information in the programming header below | |
# PROGRAMMER: Arsene I. Muhire | |
# DATE CREATED: 24/9/2019 | |
# REVISED DATE: 26/9/2019 defined get_input_args() get_pet_labels() - started the project <=(Date Revised - if any) | |
# REVISED DATE: 05/14/2018 - added import statement that imports the print | |
# functions that can be used to check the lab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Welcome to the official Scrapper class | |
* | |
* Author: Arsene I. Muhire | |
* email:[email protected] | |
* | |
* Project Description: | |
* I was building a browser extension that would rely on data from a server. | |
* basically, the extension allows users to get answers tips pop up on each question page during their CISCO/CCNA assessment. | |
* I made this as a proof of concept... the first browser extension I worked on. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb | |
sudo apt update | |
sudo dpkg --install chrome-remote-desktop_current_amd64.deb | |
sudo apt install --assume-yes --fix-broken | |
sudo DEBIAN_FRONTEND=noninteractive \ | |
apt install --assume-yes xfce4 desktop-base | |
sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/xfce4-session" > /etc/chrome-remote-desktop-session' | |
sudo apt install --assume-yes xscreensaver | |
sudo systemctl disable lightdm.service | |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb |