Bing Cheng
Bing Cheng
I added the touch button and tested it on mobile browsers. Fix reset difficulty bug, and mobile double tap zoom and adaptive scale.
I try to use Network Analyzer to measure the response of a amplifier, which has very large DC gain and some input offset. I need to give the exciting generator...
for issue: #32
When I use this package to generate memory initializing file for alera_mf MEM 1 port with 16 bit word length, the saved hex file is working. I create and use...
I implemented a naive i18n() function. I am not expecting it to merge immediately.I didn't know enough of php and js, so there lack of configuration and user choice. Help...
prevent `long int` overflow when too many digits. This change will only return the most significant digits. Issue #468
Stream::parseFloat method use `long value;` to store temporary value before completion. But when encountering stream of number more than 2^32, this variable will overflow, and generate wrong results. Expect result...
There is a few attempts to works with Xilinx SOCs with Hard ARM cores. I find these examples difficult to follow. The example below is what i tried, and finally...