Openness to experience, Conscientiousness, Extraversion, Agreeableness, Non-Neuroticism. (https://github.com/aimclub/OCEANAI?tab=readme-ov-file)
- AIM
- OCEAN
- CoT
Openness to experience, Conscientiousness, Extraversion, Agreeableness, Non-Neuroticism. (https://github.com/aimclub/OCEANAI?tab=readme-ov-file)
| console.table(new hire({ | |
| "name": "Arthur Janson", | |
| "role": "Software Developer", | |
| "skills": ["js", "html", "css", "json", "php", "sql"], | |
| "url": "https:\/\/linkedin.com\/in\/iegik" | |
| })); | |
| function hire ($ = {}) { | |
| setTimeout(() => hire.d.invite(), 300); | |
| if (hire.d) return hire.d; | |
| Object.assign(hire.d = this, $, { invite(){ |
| MacOS | Windows | Debian | ... |
|---|---|---|---|
| /var/log/{app}.log | C:/ProgramData/{App}/Logs/ | /var/log/{app}.log |
HTTP GET params are persistant by themselves, that means if you request same request with same params - you will receive same response every time.
FTA Score: 47 (Lower is better)
OK - Considered Maintainable
Item Result
Halstead
| const html = (strings, ...values) => { | |
| const raw = String.raw({ raw: strings }, ...values); | |
| if (typeof document === "undefined") return raw; | |
| const el = document.createElement("div"); | |
| el.innerHTML = raw; | |
| return el.firstElementChild || ''; | |
| }; | |
| const Fragment = ({ children }) => { | |
| if (typeof document === "undefined") { |
| console.log({...JSON.parse(JSON.stringify(performance.timing))}) |
| #!/bin/python | |
| /* | |
| * > `#idea to write a program like #git, so it was based on #ast instead of sources, and changes will be written in #ml predictions tree instead of #diff. I'll never have time for this #inhtft, but you...` | |
| */ | |
| import ast | |
| import difflib | |
| import json | |
| import argparse | |
| import socket |
| #!/bin/bash | |
| O=" | |
| H4sICL8DYmYAA3RtcDIAbVNNb9swDL3rV7CqE | |
| SRobSdZm6xxXAw9dadeN8zDolh0rMWWDFte+p | |
| Hst49SsrUY6hMlPj4+PtHnZ/Fa6XgtupLVQun | |
| h6IUB5EZiyh/SjAcPGU8oi7MrCCUsl8sseNhv | |
| nlUDYV7IvcNkDgSOglOtxUebcnaPVWUuIRjuS | |
| iNqNWLsM7SYm7pGLeGr6cEaWCOInWgRTAH4iH | |
| lvld4woZ+g11ttdtor8egOMYI7zEXfIdhSdSw | |
| XGkrR1vBk+hYk/lI50RG5FFacMXaHQGirTN/R |