yarn run eslint | grep -o "warning.*$" | sed -e's/ */ /g' | sort | uniq -c | sort
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"timeZone": "Europe/Paris", | |
"dependencies": { | |
"enabledAdvancedServices": [{ | |
"userSymbol": "Sheets", | |
"serviceId": "sheets", | |
"version": "v4" | |
}] | |
}, | |
"webapp": { |
In PowerShell run:
$ pip3 install numpy
$ pip3 install matplotlib
Download OpenCV for Windows/Python here https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv I've tested 'https://download.lfd.uci.edu/pythonlibs/t4jqbe6o/opencv_python-4.1.0-cp37-cp37m-win_amd64.whl'
Create a new bookmark somewhere in your browser with the following URL:
javascript:(function(){ var last = ''; var color = 'transparent'; $('#list_table_body tr').each(function (index, el) { var actual = $(el).children(":first").text(); if (actual !== last) { color = (color === 'transparent') ? '#eee':'transparent'; } last=actual; $(el).css('background-color', color); }); })();
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"math/big" | |
"sync" | |
) | |
func runInThread(wg *sync.WaitGroup, startFrom int64, numOfIterations int64) { | |
defer wg.Done() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use https://www.sassmeister.com/ to try it out | |
$have: #dfe2e5; | |
$need: #e1e4e6; | |
//$need: #d8dbe1; | |
//$out: saturate(darken($have, 2.15), 2.7); | |
$out: desaturate(lighten($have, 0.58), 1.25); |
NewerOlder