If there no installed git Install or Update to Last Version Git
-
sudo add-apt-repository -y ppa:git-core/ppa
-
sudo apt-get update
-
sudo apt-get install git -y
-
su {user_name}
-
enter password
-
cd {user_name}
-
cd {folder_frappe}
If there no installed git Install or Update to Last Version Git
sudo add-apt-repository -y ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git -y
su {user_name}
enter password
cd {user_name}
cd {folder_frappe}
| <?php | |
| /* Require file config */ | |
| require_once('../resources/config.php'); | |
| /* Include file headers */ | |
| include(Templates_Front . DS . 'headers.php'); | |
| ?> | |
| <body> |
xposed installer
https://repo.xposed.info/module/de.robv.android.xposed.installer
SManager
https://play.google.com/store/apps/details?id=os.tools.scriptmanager&hl=en&gl=US
https://www.mavensecurity.com/blog/getting-started-with-frida-on-android
https://arben.sh/bugbounty/Configuring-Frida-with-Burp-and-GenyMotion-to-bypass-SSL-Pinning/
| import contextlib | |
| import ctypes | |
| import ctypes.wintypes | |
| import io | |
| import json | |
| import os | |
| import re | |
| import socket | |
| import socketserver | |
| import threading |
| /* | |
| * This decorates Handlebars.js with the ability to load | |
| * templates from an external source, with light caching. | |
| * | |
| * To render a template, pass a closure that will receive the | |
| * template as a function parameter, eg, | |
| * T.render('templateName', function(t) { | |
| * $('#somediv').html( t() ); | |
| * }); | |
| * Source: https://github.com/wycats/handlebars.js/issues/82 |
FWIW: I'm not the author of the content presented here (which is an outline from Edmond Lau's book). I've just copy-pasted it from somewhere over the Internet, but I cannot remember what exactly the original source is. I was also not able to find the author's name, so I cannot give him/her the proper credits.