So recently I just finished Arabesque Opus. 100 No. 2 by Burgmuller. The song looked difficult at first but turned out to be actually pretty easy. First: By taking a look at the last chord we can easily identify that the song is written in A Minor. Second: The speed is fast pace using a …
Category Archives: Uncategorized
Evolving Train of Thought for C/C++ Library's and Header Files
So, In the last few weeks’s I have been converting my Large ESP8266 project to multiple .h Module files so I can carry functions over from project to project and at the same time have them centrally managed to update code / fix bugs so they carry over to all of my projects. One important …
Continue reading “Evolving Train of Thought for C/C++ Library's and Header Files”
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 …
Continue reading “Appellee's Opening Brief – Response from District Attorney's office”
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 …
Continue reading “Isilon Smart Connect – Performance issues”
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 …
Continue reading “ESP8266 NONOS SDK SprintF stright from Flash”