Skip to main content

Questions tagged [simplification]

The tag has no usage guidance.

0 votes
1 answer
168 views

How to CONCAT (or something like it) Sheet-file path reference in Excel

I’m trying to simplify my Excel function my referencing a simple string I am using quite a few times. In Sheet1 and Sheet2 and have a small matrix. That I am calling from Sheet3 with the INDEX ...
Eric Fail's user avatar
  • 263
0 votes
0 answers
179 views

Simplify NETSTAT monitoring output

I'm monitoring suspicious incoming connections using sudo watch -n 30 "netstat -antp" which provides more information than I need, so based on the answer I found here, I've tried to ...
marcusdavanco's user avatar
-1 votes
1 answer
132 views

Combining and improving 2 ahk scripts into 1

I've created a script by editing from those scripts I found around about gaming. I'm not even sure if it's 100% effective, but somehow I kind of know what I want. Is it possible to combine the below ...
Kinkstaah's user avatar
3 votes
1 answer
2k views

How to check for two visually similar images in a directory containing many sub folders?

I have a image in jpeg format in a sub folder. I want to check if the same image is present in any other sub folder in that folder. All sub folders have a lot of images. The same image may be present ...
Anubhav's user avatar
  • 135
0 votes
1 answer
40 views

Evaluating symbolic fractions without assigning values to the symbolic variables in MATLAB?

I'm working with a few matrices and trying to simplify the results involving symbolic terms. The subs() command won't work because there are no values assigned to the variables. But it's nasty trying ...
Asinine's user avatar
  • 67
7 votes
2 answers
14k views

How to make Snipping Tool in Windows 10 start taking a screenshot by clicking its icon in taskbar?

I simply want to make it start taking a screenshot right after clicking its icon in the Taskbar. Unfortunatelly, now the situation is different. This how it works now: BAD VARIANT click the icon in ...
Sergio Larin's user avatar