I hereby claim:
- I am bergkvist on github.
- I am bergkvist (https://keybase.io/bergkvist) on keybase.
- I have a public key ASBysYhr038dSRqnPQ75tCcXQcZsSK-JnXxg9XLlCJQ5Mgo
To claim this, I am signing this object:
| #!/bin/bash | |
| s="$(nvidia-settings -q CurrentMetaMode -t)" | |
| MODE="${1:-On}" | |
| if [[ "${s}" != "" ]]; then | |
| s="${s#*" :: "}" | |
| nvidia-settings -a CurrentMetaMode="${s//\}/, ForceCompositionPipeline=$MODE, ForceFullCompositionPipeline=$MODE\}}" | |
| fi | |
I hereby claim:
To claim this, I am signing this object:
| pragma solidity ^0.5.0; | |
| contract PackageTracking { | |
| struct Place { | |
| bool exists; | |
| string country; | |
| string location; | |
| } | |
| struct Package { |