I hereby claim:
- I am gabrielepmattia on github.
- I am gabrielepmattia (https://keybase.io/gabrielepmattia) on keybase.
- I have a public key ASCgdBaA2zMuxdHNy7waZqTLNVMEXKmbWN6iDwS_HUBYAwo
To claim this, I am signing this object:
| from flask import Flask, render_template, request, redirect, url_for, flash, make_response | |
| import time | |
| MYCOOKIE_KEY = "mycookie" | |
| app = Flask(__name__) | |
| @app.route('/') | |
| def hello_world(): |
I hereby claim:
To claim this, I am signing this object:
| // | |
| // Name: genCSinc.js | |
| // Copyright: Microsoft 2006 | |
| // Revision: 1.0 | |
| // | |
| // This script can be used to generate a C# .cs file that contains | |
| // the equivalent WPD property-keys and GUIDs as defined in | |
| // portabledevice.h | |
| // This script is provided as-is and Microsoft does not assume any | |
| // liability. This script may be redistributed as long as the file |
| #include <utils/CallStack.h> | |
| namespace test { | |
| void myfun(){ | |
| android::CallStack stack; | |
| stack.update(); | |
| stack.log("<Stack prefix here>"); | |
| } | |
| } |
| mount -o rw,remount,rw /system |