This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
finch@thinkpad:~|⇒ sudo su | |
[root@thinkpad finch]# # Archive the GNUPG directories | |
[root@thinkpad finch]# mv $HOME/.gnupg $HOME/.gnupg.bak | |
# mv: nie można wykonać stat na „/root/.gnupg”: Nie ma takiego pliku ani katalogu | |
[root@thinkpad finch]# sudo mv /root/.gnupg /root/.gnupg.bak | |
# mv: nie można wykonać stat na „/root/.gnupg”: Nie ma takiego pliku ani katalogu | |
[root@thinkpad finch]# | |
[root@thinkpad finch]# # This one fixed the GNUPG Error | |
[root@thinkpad finch]# dirmngr </dev/null | |
# dirmngr[1551.0]: error opening '/root/.gnupg/dirmngr_ldapservers.conf': Nie ma takiego pliku ani katalogu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
437 - '3 in de pan' pannenkoekjes met kwark en sinaasappel | |
56 - 'Kipcorn' met pompoenschijfjes en ijsbergsla | |
506 - Aardappel-groentecurry | |
633 - Aardappel-spinazie omelet | |
630 - Aardappel-spruitjes stamppot | |
634 - Andijviestamppot met gehaktbal | |
606 - Andijviestamppot met rundertartaar en kaas | |
533 - Aubergine met tomaat en rijst | |
396 - Avocado bootjes gevuld met tonijn en kappertjes | |
530 - Baked oats met Protein Blend, blauwe bessen en kokosrasp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 - Boerenomelet met lichte salade | |
1 - Gebakken biefstuk met zoete aardappel | |
8 - Gebakken kip met gemixte groente en quinoa | |
339 - Gekruide tilapia filet met wokgroenten | |
7 - Kip/kalkoen met gewokte groente | |
56 - 'Kipcorn' met pompoenschijfjes en ijsbergsla | |
51 - Eirolletjes met groente en zalmroosjes | |
46 - Eirolletjes met groente, tomaat en avocado | |
31 - Frisse kipsalade met avocado | |
15 - Gebakken biefstuk met torentje van rijst en groente |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
AjaxBootstrapSelectList.prototype.setTitle = function (title) { | |
if (!this.plugin.request) { | |
this.title = this.plugin.$element.attr('title'); | |
if($.isEmptyObject(this.plugin.selectpicker.$lis)) { | |
this.plugin.selectpicker.options.selectedTextFormat = 'static'; | |
} | |
this.plugin.$element.attr('title', title); | |
} | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
systemctl start bluetooth | |
bluetoothctl | |
power on | |
agent on | |
default-agent | |
scan on | |
pair 24:FD:52:3A:AE:89 | |
connect 24:FD:52:3A:AE:89 | |
scan off | |
exit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select @user_id:=id from RABC_users where email="[email protected]"; | |
-- delete from `users_inactive` where `email` in (@email); | |
delete from `progress` where `subscription_id` in (select id from `users_subscriptions` where `user_id` in (@user_id)); | |
delete from `progress_meals` where `subscription_id` in (select id from `users_subscriptions` where `user_id` in (@user_id)); | |
delete from `progress_nutrients` where `subscription_id` in (select id from `users_subscriptions` where `user_id` in (@user_id)); | |
delete from `progress_optional` where `subscription_id` in (select id from `users_subscriptions` where `user_id` in (@user_id)); | |
delete from `progress_reason` where `subscription_id` in (select id from `users_subscriptions` where `user_id` in (@user_id)); | |
delete from `progress_training` where `subscription_id` in (select id from `users_subscriptions` where `user_id` in (@user_id)); | |
delete from `subscriptions_caloriebudgets` where `subscription_id` in (select id from `users_subscriptions` where `user_id` in (@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"city": "Amsterdam", | |
"gender" : "Male", | |
"height" : "156", | |
"weight": "", | |
"goal": "", | |
"body_type": "", | |
"activity_level": "", | |
"alergies": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> select * from RABC_verification ; | |
+---------+----------------------------------+ | |
| user_id | verification_hash | | |
+---------+----------------------------------+ | |
| 599 | 03a6a7f36836d76cc08a57d029d51cb1 | | |
| 600 | 901ecb810f9c6d1f0f94a9d274150bf3 | | |
| 601 | e2bb61d1a334439d905906f2bc04e4fc | | |
| 612 | a9e761f26dc2d266bd8dccab7961a4f9 | | |
| 626 | ab4d2c9d9cee44dbbd5eae6df4f3bc5e | | |
| 689 | d7fed5472828e93f2410fa1157de6f00 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.gitignore b/.gitignore | |
index b1663e0..0447dea 100644 | |
--- a/.gitignore | |
+++ b/.gitignore | |
@@ -2,6 +2,6 @@ data/* | |
www/data/* | |
www/tmp/* | |
ses_tmp/* | |
-config/bootstrap.local.* | |
+config/bootstrap.local.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/.gitignore b/.gitignore | |
index b8746ec..6dc9d1e 100644 | |
--- a/.gitignore | |
+++ b/.gitignore | |
@@ -1 +1,3 @@ | |
ses_tmp/* | |
+vendor/* | |
+config/bootstrap.local.php | |
diff --git a/config/SiteController.class.php b/config/SiteController.class.php | |
index 6e28759..a2a8a34 100644 |