Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Zaffy
Zaffy has asked
10
questions and find answers to
41
problems.
Stats
2.9k
EtPoint
1.3k
Vote count
10
questions
41
answers
About
Yet Another Programmer
Zaffy questions
What does _r suffix mean?
Why "abcdef" is not matched by (?=abc)def but matched by abc(?=def)? [duplicate]
How to free pointer's space in memory?
Is fast implementation of pow(x, 0.5f) faster than fast sqrt(x)?
Why {} != ( {} ) in JavaScript?
Why prototype and definition of a function in C may differ?
Zaffy answers
Better way to validate a form in javascript
CMake project fails to find shared library
delete from end of lines using block select in vim
Delete the remainder of the line after current word in VIM
How to go back to previous opened file in Vim? [duplicate]
Drop any session from client side
Replace all spaces which are enclosed within braces
C++ 11 threads with clang
C++ How to protect oneself from stdio.h macros
User-editable HTML XSS protection (tumblr like)