Today's topics:
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
{ | |
"$schema": "https://vega.github.io/schema/vega-lite/v4.json", | |
"data": { | |
"url": "https://covid.ourworldindata.org/data/owid-covid-data.csv", | |
"format": {"parse": {"date": "date"}} | |
}, | |
"transform": [ | |
{ | |
"filter": { | |
"or": [ |
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
{ | |
"$schema":"https://vega.github.io/schema/vega-lite/v4.json", | |
"data":{ | |
"url":"https://covid.ourworldindata.org/data/owid-covid-data.csv", | |
"format":{ | |
"parse":{ | |
"date":"date" | |
} | |
} | |
}, |
Let's try the Onfido API. We have captured four criminals that we know have spoofed their IDs. Please use onfido to run checks on their ids.
Title | First Name | Last Name | Country | Address town | Date of Birth | |
---|---|---|---|---|---|---|
Miss | Patricia | Scarlett | [email protected] | PT | Barreiro | 08/08/1957 |
Professor | Tom | Plum | [email protected] | GB | Liverpool | 09/11/1948 |
Mrs | Mafalda | Peacock | [email protected] | PT | Lisboa | 28/07/1966 |
I hereby claim:
- I am joninvski on github.
- I am joaotrindade (https://keybase.io/joaotrindade) on keybase.
- I have a public key ASD9UyzVe2ZdTlhoUYbavD8GYubD-rwai-7N99rjSU87Xwo
To claim this, I am signing this object:
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
require 'twilio-ruby' | |
account_sid = 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' | |
auth_token = 'your_auth_token' | |
@client = Twilio::REST::Client.new account_sid, auth_token | |
# Get an object from its sid. If you do not have a sid, | |
# check out the list resource examples on this page | |
@account = @client.accounts.get("ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX") | |
@account.update(:status => "suspended") |
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
module Central | |
module Interactors | |
module ListWaitingQueue | |
extend self | |
def call() | |
puts "Hello" | |
end | |
private |
NewerOlder