I hereby claim:
- I am butonic on github.
- I am butonic (https://keybase.io/butonic) on keybase.
- I have a public key whose fingerprint is 5F7F 7F40 E732 009C 5E69 94EA 3F8C AA2A 1CD2 281A
To claim this, I am signing this object:
#!/bin/bash | |
echo -n "GitHub User: " | |
read USER | |
echo -n "GitHub Password: " | |
read -s PASS | |
echo "" | |
echo -n "GitHub Repo (e.g. foo/bar): " |
SELECT * | |
FROM all_constraints | |
WHERE constraint_name = 'SYS_C0010867'; | |
SELECT * | |
FROM all_cons_columns | |
WHERE table_name = 'oc_preferences'; | |
SELECT sess.process, sess.status, sess.username, sess.schemaname, sql.sql_text | |
FROM v$session sess, |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* ownCloud | |
* | |
* @author Jörn Friedrich Dreyer <[email protected]> | |
* | |
* @copyright Copyright (c) 2016, ownCloud, Inc. | |
* @license AGPL-3.0 | |
* |
<?php | |
// parameters | |
$username = 'username'; | |
$password = 'secret'; | |
//how many days should be fetched? | |
$days = 7; | |
// functions |