Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
supercat
supercat has asked
57
questions and find answers to
885
problems.
Stats
14.6k
EtPoint
3.3k
Vote count
57
questions
885
answers
About
supercat questions
Best 8-bit supplemental checksum for CRC8-protected packet
If security is not an issue, is an immutable interface a good pattern?
When a microcontroller's manual says "check that XX happens" what should one do if it doesn't?
Is `uint_fast32_t` guaranteed to be at least as wide as `int`?
Cheapest way of establishing happens-before with non-final field
Any way to set per-solution color options (VS2010)?
Can undefined behavior which would follow a getc() alter program behavior if the getc() exits via SIGINT
Why does vb.net reject assignment to nested covariant interface as "ambiguous"
Efficient binary-to-string formatting (like base64, but for UTF8/UTF16)?
Do any compilers transfer effective type through memcpy/memmove
supercat answers
Stackalloc and value types
How would you call the kind of polymorphism introduced by arrays in C#
Why does GCC fail to reduce a loop that increments two locations of the same buffer?
How to properly dispose collection of unmanaged resources from finalizer?
Generic interface inheritance (design issue)
Integral promotion/conversion: why should I care about the name of the resulting type?
Why doesn't/couldn't IDictionary<TKey,TValue> implement ILookup<TKey,TValue>?
Have implemented IEquatable correctly? Should I always override GetHashCode?
Why does assignment of `uint8_t` to `uint8_t` give conversion warning?
In a finite state machine, can a state generate an event?