intercept

[Java] Question on how to refer to two specific objects in a method

So basically, we create four lines. One is created by giving a point (x,y) and the slope, the second is created by giving two points (x1, y1) and (x2,y2), the third is created as an equation in slope intercept form y=mx+b, and the fourth is given as an equation x=a with the line being vertical. To do that, we create four constructors. T...

Program for protection against insider threats

Hello. I'm looking for a program to protect against insider threats (Interception of mail from all computers on the LAN in the company.), be sure to open source. Did not find any. Some more questions: What are the ways to intercept email? is it possible to intercept mail is send via Web interface? How is easier to do this,may be use ...

Block MsgBox From External Application Using VB.Net

Is there a way to intercept a MsgBox() from an external application and block it using VB.Net? For this discussion, let's say the MsgBox Title is "SQL Application" and the Message is "SQL Error - Try Again". I have found some examples of looking for the MsgBox to pop-up (by watching for the Window title) and then sending key(s) to pre...

Intercept http POST requests

I am looking for a method to intercept http post requests with delphi without hooking any browser functions.Is that possible? How?? ...

Line x and y n-intercept point / C++

Can someone please help me. I understand the equation of a line and how to solve for the zero intercept on paper, but I have trouble converting it to code. More specifically, I need to calculate the point at which a line intercepts any given X or Y coordinate with two different functions... double CalcLineYIntercept(LINE *line, double y...