Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Alex D
Alex D has asked
51
questions and find answers to
150
problems.
Stats
3.9k
EtPoint
1.2k
Vote count
51
questions
150
answers
About
Ruby/C/Lisp/Java/SQL developer with an insatiable thirst for more knowledge.
Alex D questions
How to read Ruby global variable using internal C API?
What does an ELF relocation in .bss, but relative to .bss, mean?
Why does gdb backtrace show only one frame when catching syscall?
Why do Windows NT threads have separate user mode/kernel mode stacks?
Why does the 80x87 instruction set use a "stack-based" design?
Good place to start studying the source code for Clojure? [closed]
How to interpret exception codes shown in WinDbg?
Why can typedef'd names be used as the names of struct members?
What is this C syntax (used in Linux drivers/net/bonding/bond_main.c)?
How does the BSWAP instruction "speed execution of decimal arithmetic"?
Alex D answers
Registers saved on stack in system_call
about_classes.rb inspect and self in ruby
uninitialized constant Object::Element in Opal RB
Two Identical Linear Addresses of two different Processes?
What's the difference between a class and the singleton of that class in Ruby?
Is string comparison faster than string length?
A more elegant way to reject array if it contains only empty strings
How do you run multiple ruby files in conjunction in a shell script?
Copy method from one class to another
How does the kernel separate threads from processes