author avatar

akshay

Mon Apr 13 2020

+----------+---------+---------------------+------------------------+-------------+
|          | context | matched docs scored | matched docs in result | exact match |
+----------+---------+---------------------+------------------------+-------------+
| must     | query   | yes                 | yes                    | yes         |
| filter   | filter  | no                  | yes                    | yes         |
| should   | query   | yes                 | yes                    | no          |
| must_not | filter  | no                  | no                     | yes         |
+----------+---------+---------------------+------------------------+-------------+
author avatar

revath

Wed Apr 01 2020

mac set custom default folder for screenshots defaults write com.apple.screencapture location /path/to/Screenshots

author avatar

iffyuva

Tue Mar 17 2020

This site https://imageonline.co/ is very handy to manipulate images online without searching for imagemagick commands

author avatar

goromlagche

Wed Feb 12 2020

$stdout.sync = true

this helps if you are trying to write a tool which pipes to another command. the other command will be able to process the output immediately, as no buffer and periodic flush is involved. eg. cat rules > ruby rule_engine.rb | python calculate_tax.py

Also ARGF, sort of like a streaming STDIN. pretty cool, cause of the streaming.

author avatar

shubham

Fri Feb 07 2020

cat k8s.yaml | kubectl apply -f-

author avatar

shubham

Fri Feb 07 2020

cat k8s.yaml | kubectl apply -f-

author avatar

shubham

Fri Feb 07 2020

cat k8s.yaml | kubectl apply -f-

Showing 35 to 37 of 66 results