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
248
questions and find answers to
98
problems.
Stats
4.6k
EtPoint
1.3k
Vote count
248
questions
98
answers
About
ideasman42 questions
Introspect type min/max with C
How to decode a single UTF-8 character and step onto the next using only the Rust standard library?
How to open a file with a known encoding on both Python2 and 3?
How to define a pass-through (identity or NOP) macro?
What is a 'thunk'? (in the context of re-entrant sort functions, eg: qsort_r)
Whats the best way to iterate over circular wrapped indices?
Is it possible to declare config tokens within a source file?
Possible to declare functions that will warn on unused results in Rust? [duplicate]
How to swap variables pointing to data, without swapping their content?
Measuring a hash functions quality (for use with maps/assosiative arrays)
ideasman42 answers
blender: Bridge Faces/Edge-Loops [closed]
How to simplify cubic bezier curve?
How to mark last imported *obj in blender
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`)