I hereby claim:
- I am martiningesen on github.
- I am martiningesen (https://keybase.io/martiningesen) on keybase.
- I have a public key whose fingerprint is 2B85 87AF B6AE 3D55 9F18 776E 08A6 B757 9325 3C85
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| 0000 | |
| 0001 | |
| 0002 | |
| 0003 | |
| 0004 | |
| 0005 | |
| 0006 | |
| 0007 | |
| 0008 | |
| 0009 |
| 000 | |
| 001 | |
| 002 | |
| 003 | |
| 004 | |
| 005 | |
| 006 | |
| 007 | |
| 008 | |
| 009 |
| <?php | |
| // DISCLAIMER: I AM JUST TRYING TO REVERSE THIS CODE. I AM NOT THE CREATOR, NOR HAVE I EVER USED THIS TO EXPLOIT ANYTHING. | |
| // skrur av feilmeldinger. | |
| error_reporting(0); | |
| $lru = "gg/66551324912345824801528/291s293r654o358d894-4502674n550i200a383m417/539n523o433t599t860u453b488d347e322r290/806m243o771c122.808p804w934-266t284s462o458h478-117n717i372m468d391a823/568/674:241p107t197t574h606"; | |
| $url = ''; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Flight Simulator Flight Planning Tool</title> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| function buttonFunction(id) { | |
| // this could be a switch-statement, but for simplicity it's not. | |
| if (id === 1) { | |
| // get value from input |
| public class HTMLTagRemover{ | |
| public static void main(String []args){ | |
| String html = "<p>Hello <br> World!</p> <a href='google.com'>website</a>"; | |
| System.out.println(html.replaceAll("<([^>]+)>", "")); | |
| } | |
| } |
| public class Main { | |
| public static void main(String[] args) { | |
| int siffer = mfdString(Integer.MAX_VALUE); | |
| System.out.println(Integer.MIN_VALUE + "mfd (String) er: " + siffer); | |
| siffer = mfdInt(Integer.MAX_VALUE); | |
| System.out.println("mfd (int) er: " + siffer); | |
| } |