I hereby claim:
- I am pshegger on github.
- I am pshegger (https://keybase.io/pshegger) on keybase.
- I have a public key whose fingerprint is DEF3 A310 B451 3FF0 8B29 CD4F 76C3 E614 6820 77E1
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| echo "Creating project directory" | |
| mkdir $1 | |
| cd $1 | |
| echo "Initializing virtual environment" | |
| python3 -m venv venv | |
| . venv/bin/activate | |
| pip install Flask > pip.log |
| // Copyright 2016 Gergely Hegedüs | |
| // | |
| // Licensed under the Apache License, Version 2.0 (the "License"); | |
| // you may not use this file except in compliance with the License. | |
| // You may obtain a copy of the License at | |
| // | |
| // http://www.apache.org/licenses/LICENSE-2.0 | |
| // | |
| // Unless required by applicable law or agreed to in writing, software | |
| // distributed under the License is distributed on an "AS IS" BASIS, |
I hereby claim:
To claim this, I am signing this object:
| package io.github.pshegger.simplerootdetector; | |
| import android.content.Context; | |
| import android.content.pm.ActivityInfo; | |
| import android.content.pm.PackageInfo; | |
| import android.content.pm.PackageManager; | |
| import java.io.File; | |
| import java.util.Arrays; | |
| import java.util.List; |
| function pinterIstvan() { | |
| var sasDiv = document.getElementById("sasDiv"); | |
| if (!sasDiv) { | |
| sasDiv = document.createElement("div"); | |
| sasDiv.setAttribute("id", "sasDiv"); | |
| sasDiv.style.position = "fixed"; | |
| sasDiv.style.zIndex = "99999999"; | |
| var sasImg = document.createElement("img"); |