Update README.md

This commit is contained in:
exarobibliologist 2022-10-12 13:19:07 -04:00
parent 3a855efad7
commit 11a34c0fb8

View File

@ -338,41 +338,41 @@ L = Programming Languages
List a series of languages and your facility/opinion thereupon, for example Lpy++/LR+ would indicate high proficiency in python and above average knowledge of R. List a series of languages and your facility/opinion thereupon, for example Lpy++/LR+ would indicate high proficiency in python and above average knowledge of R.
| | | | | | | |
|:--- | :---: | :--- | |:--- | :---: | :--- |
| Lasm | = | Assembly | | `Lasm` | = | Assembly |
| Lbash | = | Bourne Again Shell | | `Lbash` | = | Bourne Again Shell |
| LC | = | C programming lang | | `LC` | = | C programming lang |
| LCpp | = | C plus plus | | `LCpp` | = | C plus plus |
| LC# | = | C sharp | | `LC#` | = | C sharp |
| Lgo | = | Go | | `Lgo` | = | Go |
| Lj | = | Java | | `Lj` | = | Java |
| Ljs | = | Javascript | | `Ljs` | = | Javascript |
| Llll | = | Low-level Lisp | | `Llll` | = | Low-level Lisp |
| Llua | = | Lua | | `Llua` | = | Lua |
| LM | = | MATLAB | | `LM` | = | MATLAB |
| LoC | = | Objective C | | `LoC` | = | Objective C |
| LP | = | Perl | | `LP` | = | Perl |
| Lphp | = | PHP | | `Lphp` | = | PHP |
| Lpy | = | Python | | `Lpy` | = | Python |
| LQ# | = | Q sharp | | `LQ#` | = | Q sharp |
| LR | = | R | | `LR` | = | R |
| LRs | = | Rust | | `LRs` | = | Rust |
| LRu | = | Ruby | | `LRu` | = | Ruby |
| Lsql | = | SQL | | `Lsql` | = | SQL |
| Lvb | = | Visual Basic | | `Lvb` | = | Visual Basic |
| Lwps | = | Windows PowerShell | | `Lwps` | = | Windows PowerShell |
For example: For example:
| | | | | | | |
|:--- | :---: | :--- | |:--- | :---: | :--- |
| Lpy+++ | = | I am Guido | | `Lpy+++` | = | I am Guido |
| Lpy++ | = | I maintain/contribute to the python code base | | `Lpy++` | = | I maintain/contribute to the python code base |
| Lpy+ | = | I am a pythonista love python and use it all the time , consider whether things I say are 'pythonic' | | `Lpy+` | = | I am a pythonista love python and use it all the time , consider whether things I say are 'pythonic' |
| Lpy | = | I am neutral on python , its ok for some things. | | `Lpy` | = | I am neutral on python , its ok for some things. |
| Lpy- | = | Python is for hobbies | | `Lpy-` | = | Python is for hobbies |
| Lpy-- | = | I do not like python, it is an ugly aberration for people incapable of grasping the subtle power of [C|Lisp|assembly] | | `Lpy--` | = | I do not like python, it is an ugly aberration for people incapable of grasping the subtle power of [C|Lisp|assembly] |
IO = Input/Output IO = Input/Output
@ -381,26 +381,15 @@ IO = Input/Output
How do you take your data? How do you present your data to others? Input/Output is a single entry with two sections delimited by a colon describing how user-friendly or not you are. How do you take your data? How do you present your data to others? Input/Output is a single entry with two sections delimited by a colon describing how user-friendly or not you are.
`Input Side` `Input Side`
| | | | | | | Input | Output |
|:--- | :---: | :--- | |:--- | :---: | :--- | :--- |
| IO+++ | = | I wrote my own database system as current performance limitations were irking me | | `+++` | = | I wrote my own database system as current performance limitations were irking me | I am a java bean |
| IO++ | = | | | `++` | = | | |
| IO+ | = | | | `+` | = | | |
| IO | = | | | | = | | |
| IO- | = | | | `-` | = | | |
| IO-- | = | | | `--` | = | | My user interface is a text-only Terminal. Don't even touch the mouse |
| IO--- | = | Keep the dirty stuff under the hood, building a cool GUI is where its at | | `---` | = | Keep the dirty stuff under the hood, building a cool GUI is where its at | I couldnt care less about the 'user experience'; users can be approximated using Bayesian techniques |
`Output Side`
| | | |
|:--- | :---: | :--- |
| IO+++ | = | I am a java bean |
| IO++ | = | |
| IO+ | = | |
| IO | = | |
| IO- | = | |
| IO-- | = | My user interface is a text-only Terminal. Don't even touch the mouse |
| IO--- | = | I couldnt care less about the 'user experience'; users can be approximated using Bayesian techniques |
For example: IO+++:--- likely means you send and recieve data in as raw a form as possible. For example: IO+++:--- likely means you send and recieve data in as raw a form as possible.