=RECHTS(A2;LÄNGE(A2)-FINDEN("@";WECHSELN(A2;"/";"@";LÄNGE(A2)-LÄNGE(WECHSELN(A2;"/";"")));1))
=DATUM(1970;1;1)+(LINKS([ZELLE];10)/86400)
| STATUS_CODES: { | |
| '100': 'Continue', | |
| '101': 'Switching Protocols', | |
| '102': 'Processing', | |
| '103': 'Early Hints', | |
| '200': 'OK', | |
| '201': 'Created', | |
| '202': 'Accepted', | |
| '203': 'Non-Authoritative Information', | |
| '204': 'No Content', |
| # Chrome Browser | |
| ## Delete all Other Search Engines in Chrome Settings (chrome://settings/searchEngines -> use Console) | |
| settings.SearchEnginesBrowserProxyImpl.prototype.getSearchEnginesList() | |
| .then(function(val) { | |
| val.others.sort(function(a, b) { return b.modelIndex - a.modelIndex; }); | |
| val.others.forEach(function(engine) { | |
| settings.SearchEnginesBrowserProxyImpl.prototype.removeSearchEngine(engine.modelIndex); | |
| }); | |
| }); |
| - https://coderwall.com/p/bkjifw/preview-markdown-in-os-x |