echo66
echo66
Epsilon Lexicase
It's already implement in https://github.com/lacava/few/ . More info at: * https://github.com/lacava/emo-lex * https://github.com/lacava/epsilon_lexicase * http://williamlacava.com/research/lexicase
Greetings, @drom ! Thanks for the quick response. :+1: There are several ways, IHMO, to make a "nice" interface for this: a) The transform function should accept one or two...
I'm still using it with the phase vocoder. :)
To get an idea on how this could be implemented: https://github.com/antoniogarrote/rdfstore-js
Hi @ocorby ! How are you doing? Would you mind pointing out what are the java files specific to the index implementation and management? That way I could take a...
Hey, @ocorby ! I took a look at the EdgeIndexer. Are you using any kind of compression? I'm asking this because, AFAIK, there is none but I'm still fairly newbie...
the call is within the class SG_iCal_VEvent, in the construct method
more exactly, in this function: protected function setLineTimeZone(SG_iCal_Line $line) { 264 if( isset($line['tzid']) ) { 265 if (!isset($this->previous_tz)) { 266 $this->previous_tz = @ date_default_timezone_get(); 267 } 268 $this->tzid = $line['tzid'];...
I'm getting the same error