/*
* Patch for filter_var()
*/
if(!function_exists('filter_var')){
define('FILTER_VALIDATE_IP', 'ip');
define('FILTER_FLAG_IPV4', 'ipv4');
define('FILTER_FLAG_IPV6', 'ipv6');
define('FILTER_VALIDATE_EMAIL', 'email');
define('FILTER_FLAG_EMAIL_UNICODE', 'unicode');
function filter_var($variable, $filter, $option = false){
if($filter == 'ip'){
if($option == 'ipv4'){
if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
if($option == 'ipv6'){
if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
if($filter == 'email'){
if($option == 'unicode' || $option == false){
if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){
$variable = $matches[1];
return $variable;
}
}
}
}
}
Print Page - Thermic efefcts of food
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Forums => General Discussion => Topic started by: political atheist on February 08, 2020, 04:22:18 pm
-
Does anybody here pay atention to this? Some foods are very yin or yang, meaning very warming or cooling...
For example, consuming tropical(cooling) fruit in the winter/autumn can be very detrimental to the body.
Or, consuming warming foods in summer or tropical places can also destabilize the body.
Did Aajonus ever talk bout this?
-
Protein seems to be very warming for me. But I think a big aspect is also to get your energy requirements covered.
-
this topic came up in October, 2019:
''What is your opinion on cold/heat exposure?''
https://www.rawpaleodietforum.com/index.php?topic=13496.msg147732#msg147732
i think i've finally adapted to raf in the tropics; i will know more this summer, march thru may, here.