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
{ | |
"_type": "snscrape.modules.twitter.Tweet", | |
"url": "https://twitter.com/globeandmail/status/1607049543732056064", | |
"date": "2022-12-25T16:24:03+00:00", | |
"content": "China’s COVID-19 surge raises odds of new coronavirus mutant emerging https://t.co/9vNRtSn2E1", | |
"renderedContent": "China’s COVID-19 surge raises odds of new coronavirus mutant emerging theglobeandmail.com/world/article-…", | |
"id": 1607049543732056000, | |
"user": { | |
"_type": "snscrape.modules.twitter.User", | |
"username": "globeandmail", |
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
*.aux | |
*.bbl | |
*.bcf | |
*.blg | |
*.dvi | |
*.log | |
*.xml | |
*.synctex.gz | |
*.fdb_latexmk |
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
\documentclass{article} | |
\usepackage{pgfplots} | |
\begin{filecontents*}{data.csv} | |
a,b,c,d | |
1,4,5,1 | |
2,3,1,5 | |
3,5,6,1 | |
4,1,4,9 | |
5,3,4,7 | |
\end{filecontents*} |
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
['{"csrf_token":"ab1a6504f2266e58c2c83d77f049883a9b06784c61ad7518b4ead42bd47fc781","product_attributes":{"sku":"1432","upc":null,"weight":null,"base":false,"image":null,"price":{"without_tax":{"formatted":"$5.25","value":5.25,"currency":"CAD"},"tax_label":"Tax"},"stock":0,"stock_message":"Out of stock","out_of_stock_behavior":"label_option","out_of_stock_message":"Out of stock","available_modifier_values":[188,189,190,191,192],"in_stock_attributes":[188,190,191],"instock":false,"purchasable":true,"purchasing_message":"The selected product combination is currently unavailable."}}'] |
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
['\n var BCData = {"csrf_token":"ab1a6504f2266e58c2c83d77f049883a9b06784c61ad7518b4ead42bd47fc781","product_attributes":{"sku":"1432","upc":null,"weight":null,"base":false,"image":null,"price":{"without_tax":{"formatted":"$5.25","value":5.25,"currency":"CAD"},"tax_label":"Tax"},"stock":0,"stock_message":"Out of stock","out_of_stock_behavior":"label_option","out_of_stock_message":"Out of stock","available_modifier_values":[188,189,190,191,192],"in_stock_attributes":[188,190,191],"instock":false,"purchasable":true,"purchasing_message":"The selected product combination is currently unavailable."}};\n |
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
import board | |
import random | |
import time | |
from digitalio import DigitalInOut, Direction | |
PRESS3 = DigitalInOut(board.BUTTON_3) | |
PRESS2 = DigitalInOut(board.BUTTON_2) | |
PRESS1 = DigitalInOut(board.BUTTON_1) | |
PRESS_JOYSTICK = DigitalInOut(board.SWITCH_PRESS) |
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
def convert(number): | |
numberoutput = "" | |
if number % 3 == 0: | |
numberoutput = numberoutput + "Pling" | |
if number % 5 == 0: | |
numberoutput = numberoutput + "Plang" | |
if number % 7 == 0: | |
numberoutput = numberoutput + "Plong" | |
print(numberoutput) |
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
import board | |
import random | |
import time | |
from digitalio import DigitalInOut, Direction | |
PRESS3 = DigitalInOut(board.BUTTON_3) | |
PRESS_JOYSTICK = DigitalInOut(board.SWITCH_PRESS) | |
def light(): |
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
sudo apt-get install -y ruby ruby-dev postgresql-10-postgis-2.4 postgresql-server-dev-all postgresql-contrib build-essential git-core libxml2-dev libxslt1-dev imagemagick libmapserver2 gdal-bin libgdal-dev ruby-mapscript bundler nodejs |
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
These are unsettling times. The spread of COVID-19 around the world and its arrival in our own region has brought McMaster and all other organizations to uncharted territory. As of today, the risk of catching the virus continues to remain low. | |
The University’s focus is always clearly on our students, faculty and staff. And while the university has taken many measures to prepare and keep our community informed as the pandemic has unfolded, it is now time to take a more significant decision to suspend classes at McMaster. | |
McMaster in-person classes for undergraduate and graduate students will end at the end of day Friday March 13th and no in-person exams will be held at the end of this term. | |
Faculty members and instructors are asked to work with their Chairs, Directors and Deans to be prepared to communicate with students by Wednesday, March 18th to let them know how the remainder of their courses will be managed and grades assessed so that they can complete their credits within the normal timeframe of t |
NewerOlder