I hereby claim:
- I am mathisve on github.
- I am mathisve (https://keybase.io/mathisve) on keybase.
- I have a public key whose fingerprint is BBBB E77F DD61 2E0E F4F5 2FE4 8DAF 8B0A FA8E CCAB
To claim this, I am signing this object:
| package main | |
| import ( | |
| "bufio" | |
| "encoding/json" | |
| "fmt" | |
| "io/ioutil" | |
| "os" | |
| "sync" | |
| // "math/rand" |
| USE logging; | |
| SELECT | |
| DATE(FROM_UNIXTIME(co_chat.time)), | |
| co_user.user, | |
| message | |
| FROM | |
| co_chat | |
| LEFT JOIN co_user | |
| ON co_user.rowid = co_chat.user |
| package main | |
| import ( | |
| "fmt" | |
| "github.com/aws/aws-lambda-go/lambda" | |
| "github.com/aws/aws-sdk-go/aws" | |
| "github.com/aws/aws-sdk-go/aws/session" | |
| "github.com/aws/aws-sdk-go/service/s3" |
| #!/usr/bin/env bash | |
| # pip3 install --target ./package Pillow | |
| cd package | |
| zip -r9 ${OLDPWD}/archive.zip . | |
| cd $OLDPWD | |
| zip -g archive.zip main.py chromedriver | |
| echo "UPLOADING archive.zip to AWS" | |
| aws lambda update-function-code --function-name pythontest --zip-file fileb://archive.zip |
| package main | |
| import ( | |
| "fmt" | |
| "math" | |
| ) | |
| type rectangle struct { | |
| width float64 | |
| height float64 |
| package main | |
| import ( | |
| "fmt" | |
| "math" | |
| ) | |
| func main() { | |
| var acceleration, velocity, displacement, time float64 |
| #!/usr/bin/env bash | |
| # https://elinux.org/Bringing_CAN_interface_up | |
| # Installing can-utils | |
| sudo sudo apt-get install can-utils | |
| # Creating vcan0 interface | |
| sudo ip link add dev vcan0 type vcan | |
| sudo ip link set up vcan0 |
| name: React publish | |
| on: | |
| push: | |
| branches: [ master ] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-20.04 |
| #!/bin/bash | |
| aws ec2 describe-addresses \ | |
| --filters "Name=tag-key,Values=Static" | jq -r '.Addresses[] | .PublicIp' |
I hereby claim:
To claim this, I am signing this object: