Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
ideasman42
ideasman42 has asked
224
questions and find answers to
95
problems.
Stats
4.5k
EtPoint
1.3k
Vote count
224
questions
95
answers
About
ideasman42 questions
How to break out of a do-while style loop in Rust?
Conventions for naming mutable/immutable API functions?
Possible to apply constraints on identifiers passed into a macro?
How to pass named loop labels to a macro in Rust?
How to include ASCII art/diagrams in Rust source-code comment documentation?
Is transmuting bytes to a float safe or might it produce undefined behavior?
Quick way to set a bitmask from a boolean in C
Generalizing over pointer mutability [duplicate]
How to swap values from a multidimensional array in Rust?
C, Portable way to deprecate struct members
ideasman42 answers
How to remove all the occurrences of a certain value in a Python list? [duplicate]
C, Portable way to deprecate struct members
Python: Exporting environment variables in subprocess.Popen(..)
How to pass a macro containing multiple items into a macro?
Is there a modulus (not remainder) function / operation?
Is there a predictable replacement for os.urandom using Python's random module?
how to import a submodule in Python (without `exec`)
How to calculate the hash of a string literal using only the C preprocessor?
How to get pointer offset in bytes?
Suppressing "extra ';'" error in GCC when -pedantic is on