/* * 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; } } } } }
Visit our website: www.rawpaleodiet.com
Join our Yahoo Group: RawPaleoDiet
RSS Feed Latest 50 Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Cool, thanks. Have you also checked out the throat singing of other peoples (such as Mongolian, Kazakh, Kyrgyz, Dukha/Tsaatan, Eskimo, Maasai, ...)? There's lots of good stuff on Youtube.
Yeah, but when you unfriended twice without explanation, THAT was indicative of a lack of stability. Not that I care, it's just that you really are an aggressive and confrontational person with less than perfect emotional control, and discussing things calmly with you can be challenging as a result. I find it annoying that someone with no actual awareness of Moore's Law or anything remotely related to it is preaching about it like they know everything. But you don't. For pete's sake, you didn't even know about foliar feeding, yet you still claim to be some kind of expert on permaculture, plants, etc.. I mean, that's fine, but don't expect me to be interested in discussing this more with you. Keep working on yourself.
It's not offensive in any real sense. We were discussing the theoretical harm I had caused you by pointing out your volatility, and so I brought up the theoretical harm you had done me by unfriending me twice with no explanation. I'm not trying to insult you.
I hope we'll one day have permaculture machines capable of harvesting different plants at their optimal picking time, in squares of land with several species growing next to one another.