I hereby claim:
- I am npalm on github.
- I am npalm (https://keybase.io/npalm) on keybase.
- I have a public key ASCRDxB-c0sgTXfWFv9BY69jN2nXLVKpdsV5-j6gNLg7cwo
To claim this, I am signing this object:
{ | |
"meta": { | |
"version": "1.0.0", | |
"lastModified": "2021-02-28T12:00:00.000Z", | |
"theme": "even" | |
}, | |
"basics": { | |
"name": "Niek Palm", | |
"label": "Principal Engineer at Philips", | |
"image": "https://raw.githubusercontent.com/npalm/npalm/master/gravatar/niek512.jpg", |
$ openssl s_client -servername token.actions.githubusercontent.com -showcerts -connect token.actions.githubusercontent.com:443 < /dev/null 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sed "0,/-END CERTIFICATE-/d" > certificate.crt | |
$ openssl x509 -in certificate.crt -fingerprint -noout | cut -f2 -d'=' | tr -d ':' | tr '[:upper:]' '[:lower:]' | |
6938fd4d98bab03faadb97b34396831e3780aea1 |
_....._ | |
_.:`.--|--.`:._ | |
.: .'\o | o /'. '. | |
// '. \ o| / o '.\ | |
//'._o'. \ |o/ o_.-'o\\ | |
|| o '-.'.\|/.-' o || | |
||--o--o-->| |
--- | |
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: aws-account-creds | |
namespace: crossplane-system | |
type: Opaque | |
data: | |
credentials: secret | |
--- |
#!/usr/bin/env bash | |
# Copyright 2017 Jesse Wang | |
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | |
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | |
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOF |
const csv = require('csvtojson') | |
const { prisma } = require('./generated/prisma-client') | |
async function loadPersons(data) { | |
const createPersonRequests = data.map(element => prisma.createPerson(element)); | |
await Promise.all(createPersonRequests); | |
} | |
async function loadConferences(data) { |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object: