Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Mike
Mike has asked
56
questions and find answers to
25
problems.
Stats
829
EtPoint
184
Vote count
56
questions
25
answers
About
Mike questions
How can I send an std::vector<std::string> over a UNIX socket?
How can I sum up the lines added/removed by a user in a git repo?
Is pushing a variable onto an array a threadsafe operation?
What are good heuristics for inlining functions?
Why does declaring a "static const" member in a header file cause linker errors?
How can you interact with Perl programs from Ruby?
What are the advantages of git over git-svn?
How can I best determine the correct capitalization for a word?
Editing assembly on Mac OS X
Is it possible to vectorize myNum += a[b[i]] * c[i]; on x86_64?
Mike answers
Parallel and Concurrent Programming
Parse NSURL path and query on iOS
Problem with creating sockets using CFSocket in Objective-C (iPhone app)
Can I change the size of the Xcode IDE fonts?
Generate a random number with a random numberlength in Objective-C
Where should I deallocate memory within functions?
How to parallelize file reading and writing
Is it possible for a malicious user to edit $_SESSION?
How to display scrollbar in UITableView
Is there any cost for using Push Notification Service? [closed]