Activities
- PBS KIDS DAILY (Newsletter)
- Resources for Families and Educators Facing Coronavirus Uncertainty
- Jen the Entomologist Pre-school Science - Tiny Science Channel
#!/usr/bin/env node | |
process.env.AWS_SDK_LOAD_CONFIG = '1'; | |
const {default: s3SpaUpload} = require('s3-spa-upload'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const proc = require('node:child_process'); | |
proc.execFileSync('yarn', ['run', 'build', ...process.argv.slice(2)], { | |
cwd: __dirname, |
pragma solidity >=0.8.0 <0.9.0; | |
// SPDX-License-Identifier: MIT | |
/// [MIT License] | |
/// @title Base64 | |
/// @notice Provides a function for encoding some bytes in base64 | |
/// @author Brecht Devos <brecht@loopring.org> | |
library Base64 { | |
bytes internal constant TABLE = | |
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; |
A list of public repositories, content, and web from re:Invent 2019 Workshops. Many of the links are subject to be moved or completely removed at any point in time in the future.
Session ID | Session Name | Repo/Site |
---|---|---|
SVS203 | Build a serverless ride-sharing web application | https://webapp.serverlessworkshops.io/ |
SVS340 | Serverless image processing workflows at scale with AWS Step Functions | https://image-processing.serverlessworkshops.io/ |
AIM362 | Build, train & debug, and deploy & monitor with Amazon SageMaker | http://bit.ly/aim362-workshop |
GPSTEC406 | AWS Alien Attack workshop | https://alienattack.workshop.aws/ |
What this will cover
www.website.com
to website.com
index.html
)export YARN="$(yarn global bin):$HOME/.config/yarn/global/node_modules/.bin" |
#!/usr/bin/python | |
import sys | |
import os, shutil | |
import subprocess | |
import os.path | |
from datetime import datetime | |
######################## Functions ######################### |
I hereby claim:
To claim this, I am signing this object:
struct Notifications { | |
struct ListColorDidChange { | |
static let name = "ListDidUpdateColorNotification" | |
static let colorUserInfoKey = "ListDidUpdateColorUserInfoKey" | |
static let URLUserInfoKey = "ListDidUpdateURLUserInfoKey" | |
} | |
} | |