I hereby claim:
- I am evaneliasyoung on github.
- I am evaneliasyoung (https://keybase.io/evaneliasyoung) on keybase.
- I have a public key ASBR9_CWRSBiIz5tnlChHmX1hGh8EA__veOcEW15l3VPGQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
REV=$(cat /proc/cpuinfo | grep Revision | sed 's|.*: ||') | |
case $REV in | |
000[7-9]) | |
DEF="A" | |
;; | |
0012|0015) | |
DEF="A+" | |
;; | |
000[2-3]) |
### | |
# @file .clang-format | |
# @brief My personal c-lang format specifications. | |
# | |
# @author Evan Elias Young | |
# @date 2020-03-02 | |
# @date 2020-12-15 | |
# @copyright Copyright 2020 Evan Elias Young. All rights reserved. | |
### |
/** | |
* @file zbc.es6 | |
* @brief ZyBooks completion tool. | |
* | |
* @author Evan Elias Young | |
* @date 2021-09-19 | |
* @date 2022-09-06 | |
* @copyright Copyright 2021-2022 Evan Elias Young. All rights reserved. | |
*/ |