Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Clifford
Clifford has asked
9
questions and find answers to
454
problems.
Stats
10.2k
EtPoint
3.1k
Vote count
9
questions
454
answers
About
Software Engineer, embedded systems.
Clifford questions
Why does adding custom build step in Visual Studio Qt project with Qt add-in stop automatic MOC and UIC steps?
Detecting open PC COM port from USB Virtual Com Port device
Generating a compile-time constant integer from a literal string
Can `std::istream::operator>>()` accept integer radix prefixes like stdio's %i format specifier?
How to improve fixed point square-root for small values
How can I use an SD card for logging 16-bit data at 48 ksamples/s?
Is `volatile` required for shared memory accessed via access function?
Clifford answers
Why do some system libraries require a -l option while others do not?
Why using Low-level-Languages or close to it ( C ) for embedded system and not a high level language, when all will be compiled to machine code?
Replace floating point math with integer in sigmoid transfer function
Drive high frequency output (32Khz) on 20Mhz Renesas microcontroller IO pin
Fair comparison of code size
How to debug a freeRTOS application?
Floating point numbers and the effect on 8-bit microcontrollers memory
How does a person reverse the order of the lower 8 bits of an "int" value and leave the upper 8 bits the same?
Can memcpy of array of 16-bit objects be interrupted in between
Is free() missing in this "good taste" and "bad taste"code?