Appellee's Opening Brief – Response from District Attorney's office

OooOoOo, Look what I received yesterday. So, I really can take this two different ways. 1: The D.A. agrees with my stance that the court error’d in interpreting the Statues CVC 40801-40805 / CEC 1271(C), Doubtful 2: They don’t give two structured object’s about traffic cases and will leave it to the justices to reverse …

Isilon Smart Connect – Performance issues

So, in my environment now we are having Isilon performance issues where a single file is taking anywhere from 20ms to 6 seconds in response time to deliver access to a file. I am currently working on getting Smart connect Advanced setup to get stronger control over our connects to our resource pools. We currently …

ESP8266 NONOS SDK SprintF stright from Flash

Well this weekend turned out wonderful. I manage to finish this little piece of and this solution saved me a HUGE mount of heap space. This function I wrote to cycle through flash memory and format SprintF on the fly from Flash memory instead of having to double buffer the formatted HTML page. In my …

ESP8266 NONOS Using SpiFlash in place of Heap Memory

UPDATE: Latest Src: http://controllingtheinter.net/2018/03/05/esp8266-nonos-sdk-sprintf-stright-from-flash/ So, One of my ESP projects requires a Large HTML file being massaged and sent out with Data to display to the client. What I currently do now is use SpiRead and read it into a Malloc that is the size of the HTML. Then after I use OS_SprintF on the string …