- Windows < 8:
sfc /scannow
- Windows >= 8:
DISM /Online /Cleanup-Image /RestoreHealth
(requires an Internet connection)
chkdsk C: /F /R
function indexOfDeep(arr, needle) { | |
return _.findIndex(arr,function (entry) { | |
return _.isEqual(entry, needle); | |
}); | |
} |
German description of how to use the scripts: https://www.tutorials.de/threads/tabelleninhalt-nach-wert-summieren.399561/#post-2063424 | |
The "Microsoft Scripting Runtime" must be added as a reference in Visual Basic when using the scripts. |
How to use an older Node.js version on a per-project basis |
The audience is intended to be Chocolatey package maintainers who employ automatic packages with Ketarin. (Not already using automatic packages? Better start now!)
Such package mainatainers might wish to be informed when an application gets updated and/or pushed to Chocolatey in response to Ketarin's update procedure. The two scripts contained in this Gist accommodate that request.
1. Download `start-iojs-ps.bat` and put it in your project folder. | |
2. Download [IO.js](https://iojs.org/en/index.html) and put `iojs.exe` and `iojs.lib` into `[your-project-folder]/iojs`. | |
3. Rename `iojs.exe` to `node.exe`. | |
4. Whenever you want to use IO.js in a command line, simply start `start-iojs-ps.bat` by double-clicking it in Explorer. |
Recommended links:
also works for Git Bash and Cygwin users on Windows
Be sure to have a recent version of Windows 10 (>= Windows 10 1809
)
Install
Forked from https://gist.github.com/lukas-zech-software/a7e4a23a6833ec1abb1fc836138f7822 (thanks to @lukas-zech-software!) and modified to include typings for the Directions API as well.
Hopefully, this will once be available officially from Google, see googlemaps/google-maps-services-js#42.
@google/maps
if you haven't do so already: npm install @google/maps --save
.