Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Tom Tanner
Tom Tanner has asked
10
questions and find answers to
46
problems.
Stats
925
EtPoint
244
Vote count
10
questions
46
answers
About
intentionally left blank
Tom Tanner questions
Git and file renaming and replacing
Are there any C compilers that'll warn about using undeclared defines
Efficient method of checking if a string starts with one of a set of strings
Fetching non-utf8 data with XMLHttpRequest
How do you undo changes committed to main line from a feature branch but keep the branch up to date?
Why would people use globals() to define variables
what is the difference between 'import a.b as b' and 'from a import b' in python [duplicate]
Tom Tanner answers
Why `strchr` seems to work with multibyte characters, despite man page disclaimer?
Can I always use 1-bit booleans?
What's the scenario to use atexit function?
Why are C macros not type-safe?
What do these macros do?
Linux 3.5: Safe to `read(2)` from same fd `open(2)` `/dev/urandom` from multiple threads?
Weird declaration and definition of a function in C
Fetching non-utf8 data with XMLHttpRequest
How to check if a void* is to a pointer on a valid instance of an object type?
Protecting main thread from errors in worker thread