Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Pavan Manjunath
Pavan Manjunath has asked
34
questions and find answers to
87
problems.
Stats
4.0k
EtPoint
1.6k
Vote count
34
questions
87
answers
About
Software Engineer @ Lyft, SF Bay Area
Pavan Manjunath questions
Why cant a pipe created using pipe() be used as a bi-directional pipe?
What does the '-' operator actually do in Linux?
Can variables adjacent to a bit-field get corrupted?
Reasons for Soft Lock up?
Changing text selection color in visual mode in vim
What decides the sizeof an integer?
Whats the working difference between a signed char pointer and an unsigned one?
Statement before fork() printing twice [duplicate]
How to sync Kernel time and logcat time?
Difference between OS scheduling and RTOS scheduling
Pavan Manjunath answers
Adding a new system call in Linux kernel 3.3
Concept of bit field
printk loglevel usage in module programming
Dealing with reserved register bits of an ARM chip
Highlight all upper case words in VIM
Should I cast arrays to pointers when passing them to variadic functions like printf?
How to be notified when a thread has been terminated for some error
Hotspot7 hsdis PrintAssembly Intel Syntax
Is there a way to assign a unique number to a type in C?
associating enums with strings in C