CubicleSoft
CubicleSoft
@hornj I've been eyeing floatThead as a possible alternative sticky table header solution for quite a while: http://mkoryak.github.io/floatThead/ When I first found floatThead, my initial tests showed that it was...
I recently attempted to use floatThead as a replacement StickyTableHeaders and it was more or less a disaster. The headers were all over the place. I think part of the...
Another problem I ran into with StickyTableHeaders is specific to Android Chrome. The bug is intermittent and is caused by updating "too frequently". Basically, when the headers are supposed to...
Possible implementation: https://github.com/cubiclesoft/php-ssh/blob/master/support/phpseclib/Net/PatchedSSH2.php
Possible implementation: https://github.com/cubiclesoft/php-ssh/blob/master/support/phpseclib/Net/PatchedSSH2.php
Well I don't know about anybody else, but I whipped up something in a few hours that adds non-blocking support to the interactive shell: https://github.com/cubiclesoft/php-ssh/blob/master/support/phpseclib/Net/AsyncSSH2.php Example usage: https://github.com/cubiclesoft/php-ssh/blob/master/async_test.php That demonstrates...
See this: https://github.com/cubiclesoft/email_sms_mms_gateways/pull/3
Json.NET is the defacto standard JSON parser for .NET languages. Your code looks okay to me. I'm not sure what I want to do with this. It's not really maintainable...
After doing a bit of research, it looks like Google Voice is gone from the Wikipedia gateway list but the reason for the removal is not that it doesn't work,...
They are unique accounts from the perspective of the SSO server. Account ID is the only unique attribute you can ever truly rely upon and trust from a client application...