- 2 / 5
- 1 / 5 (I can't even click the sources)
- 3 / 5
- 3 / 5 (Page numb. begins at abstract, Pie Chart should be at appendix)
- 3 / 5 (Page numb. begins at abstract, Pie Chart should be at appendix)
- Challenges of Data Driven decision making, were thoroughly analysed and discussed.
- Historical Development Chapter, was not thoroughly analysed and developed as it should have been. It stated only some keypoints of the history of the decision making science, and didn't analysed as much as it should have.
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
kdeconnect.core: Daemon starting | |
kdeconnect.core: LanLinkProvider started | |
kdeconnect.core: Daemon started | |
kdeconnect.core: Broadcasting identity packet | |
kdeconnect.core: LanLinkProvider newConnection | |
kdeconnect.core: LanLinkProvider received reply: "{\"id\":1737293296,\"type\":\"kdeconnect.identity\",\"body\":{\"deviceId\":\"42CB418BA0604E418C88470D44881162\",\"protocolVersion\":7,\"tcpPort\":1716,\"deviceType\":\"phone\",\"deviceName\":\"iPhone \xE2\x80\x93 Damianos\",\"incomingCapabilities\":[\"kdeconnect.ping\",\"kdeconnect.share.request\",\"kdeconnect.share.request.update\",\"kdeconnect.findmyphone.request\",\"kdeconnect.battery.request\",\"kdeconnect.battery\",\"kdeconnect.clipboard\",\"kdeconnect.clipboard.connect\",\"kdeconnect.runcommand\"],\"outgoingCapabilities\":[\"kdeconnect.ping\",\"kdeconnect.share.request\",\"kdeconnect.share.request.update\",\"kdeconnect.findmyphone.request\",\"kdeconnect.battery.request\",\"kdeconnect.battery\",\"kdeconnect.clipboard\",\"kdeconnect.clipboard.connect\",\"kdecon |
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
<?php | |
/* | |
The Redux Framework Options Configuration File. | |
Assigns to the global variable $theme_options all of the admin's options. | |
*/ | |
if (!class_exists('Redux')) { | |
require_once ABSPATH . '\wp-content\plugins\redux-framework\redux-core\framework.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
<?php | |
class ModelCatalogCategory extends Model { | |
public function getCategory($category_id) { | |
$query = $this->db->query("SELECT DISTINCT * FROM " . DB_PREFIX . "category c LEFT JOIN " . DB_PREFIX . "category_description cd ON (c.category_id = cd.category_id) LEFT JOIN " . DB_PREFIX . "category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '" . (int)$category_id . "' AND cd.language_id = '" . (int)$this->config->get('config_language_id') . "' AND c2s.store_id = '" . (int)$this->config->get('config_store_id') . "' AND c.status = '1'"); | |
return $query->row; | |
} | |
public function getCategories($parent_id = 0) { | |
$query = $this->db->query("SELECT * FROM " . DB_PREFIX . "category c LEFT JOIN " . DB_PREFIX . "category_description cd ON (c.category_id = cd.category_id) LEFT JOIN " . DB_PREFIX . "category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.parent_id = '" . (int)$parent_id . "' AND cd.language_id = '" . (int)$this->config->get('config_language_id') . "' AND c2s.store |
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
. .... ....... | |
............ ........... | |
......,7+=+$..I?=+7~.... | |
...,,,7~::~=7:I~::~I,,,. | |
.,,,,?I~::~=7?+~::~+7,, ... | |
.... ,:,I???II+77I?I??+$: ...... | |
....... .::?I~~~+7$7$+~~~?7. .,,,...... | |
......,,, ,:7+::~=?$$I=~::~7. .,,,,,..... | |
.....,,,,,,. ~I~::~=?$$I=~::~?~ .:::,,,,,. | |
...,,,,:::,. :+~::~=?7$I=~::~=7. .:::::,,,.. |
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
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDO$I+============================?I$8DMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM | |
MMMMMMMMMMMMMMMMMMMMMMOI===================================================?7OMMMMMMMMMMMMMMMMMMMMMM | |
MMMMMMMMMMMMMMMN$+===============?7$ODDMMMMMMMMMMMMMMMMMMMMMNDDZZII============+==7OMMMMMMMMMMMMMMMM | |
MMMMMMMMMMMMN$+============?7Z8DMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMDZ$?=============7DMMMMMMMMMMMMM | |
MMMMMMMMMO?=========?ZNMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMN$+=========INMMMMMMMMM | |
MMMMMDI=======?OMMMMMMMMMMMMMMMN8$I=~. . . . ...... . . . :=+I78MMMMMMMMMMMMMMMD$+======+ZMMMMMM | |
MMMMZ=======7DMMMMMMMMMMMMNOI~:. . ........................... . . :+78MMMMMMMMMMMMN8+======+DMMMM | |
MMM7?+===$NMMMMMMMMMO?.... ................. ... ..........................IDMMMMMMMMMD?===?7NMMM | |
MMM????OMMMMMMNI, . . . .............7M+D8N=MOM=.NZ...........................~ZMMMMMMM7777OMMM | |
MMD????DMMMD$= . ~======.7M~NND.~8N:7M8 +======. ,?ONMMMZI77$MMM |
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
<?php | |
if (session_status() != PHP_SESSION_ACTIVE) | |
session_start(); | |
if ( ! isset($_SESSION['u_email']) ): | |
header($_SERVER["SERVER_PROTOCOL"] . "401 Unauthorized"); | |
header('Location: login.php'); | |
exit; | |
endif; |
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
[PHP] | |
;;;;;;;;;;;;;;;;;;; | |
; About php.ini ; | |
;;;;;;;;;;;;;;;;;;; | |
; PHP's initialization file, generally called php.ini, is responsible for | |
; configuring many of the aspects of PHP's behavior. | |
; PHP attempts to find and load this configuration from a number of locations. | |
; The following is a summary of its search order: |