I hereby claim:
- I am aadilayub on github.
- I am aadil (https://keybase.io/aadil) on keybase.
- I have a public key ASAXKArz9B1lczC85a1035UodJkNrlbBqa_A3zMvaRvCbAo
To claim this, I am signing this object:
| ### wp-core ### | |
| version: 6.2.2 | |
| site_language: en_US | |
| user_language: en_US | |
| timezone: +00:00 | |
| permalink: /%postname%/ | |
| https_status: true | |
| multisite: false | |
| user_registration: 0 |
| Validation Summary: | |
| errors 1 | |
| notices 1 | |
| warnings 48 | |
| ERRORS: | |
| Code Message Description File Line Column | |
| JSON_INVALID "/incognit… Your JSON file could |
| Validation Summary: | |
| errors 2 | |
| notices 1 | |
| warnings 74 | |
| ERRORS: | |
| Code Message Description File Line Column | |
| JSON_INVALID "/incognit… Your JSON file could |
| { | |
| "name": "Quantum Dark", | |
| "comment": "port of quantum vim theme", | |
| "foreground-color": "#D7D7DB", | |
| "background-color": "#2a2a2e", | |
| "cursor-color": "#75BFFF", | |
| "pallette": [ | |
| "#2a2a2e", | |
| "#737373", | |
| "#EB5368", |
| # .bashrc | |
| # Source global definitions | |
| if [ -f /etc/bashrc ]; then | |
| . /etc/bashrc | |
| fi | |
| # User specific environment | |
| if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]] | |
| then |
I hereby claim:
To claim this, I am signing this object:
| var removeFromArray = function (array, element) { | |
| var elementToBeDeleted; | |
| for (var i = 1; i < arguments.length; i++) { | |
| elementToBeDeleted = arguments[i]; | |
| for (var j = 0; j < array.length; j++) { | |
| if (array[j] == elementToBeDeleted) { | |
| array.splice(i,1); | |
| } | |
| } | |
| } |