This file contains hidden or 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
| from selenium import webdriver | |
| from bs4 import BeautifulSoup | |
| import urllib.request | |
| import os | |
| import requests | |
| driver = webdriver.Chrome("./chromedriver") | |
| # Set the URL you want to webscrap from | |
| # Example website with tons of Pokemon Sprites |
This file contains hidden or 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
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <time.h> | |
| #include <string.h> | |
| #include "mpi.h" | |
| #define N 100 | |
| void generateNumbers(int* arr); |
This file contains hidden or 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
| <Panel> | |
| <ScrollView> | |
| <ScrollingAnimation From="0" To="-1000"> | |
| <Scale Target="contentImage" Factor="4" /> | |
| </ScrollingAnimation> | |
| <Panel> | |
| <StackPanel Margin="0,250,0,0" Padding="0,30,0,0" Background="#EFF0F1"> | |
| <!-- CONTENT HERE --> | |
| </StackPanel> | |
| </Panel> |