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
461
problems.
Stats
10.3k
EtPoint
3.1k
Vote count
9
questions
461
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
To use strcpy or not
FreeRTOS vTaskDelayUntil() finishes immediately
Dependency between defining constants in C? [duplicate]
Is there a tool for Visual C++ or other IDE, that would allow more than 1 programmer (online), to work on the same project, at the same time?
Timer / prescaler in microcontrollers
Write data to an SD card through a buffer without a race condition
Weird behavior for SysTick based timer for stm32g483
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