Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
bob
bob has asked
14
questions and find answers to
0
problems.
Stats
70
EtPoint
0
Vote count
14
questions
0
answers
About
bob questions
Keep Android awake for incoming network connections?
Why do you need to list two object types when you instantiate an object?
Does inserting into the middle of an ArrayList shift objects over, or references over?
Why can't I create an array of an inner class of a generic type?
Arrays in different languages - store references, or raw objects?
Is using a hash table valid in counting sort (in place of an array)?
When writing code compiled by LLVM backend, does architecture matter?
What's the cleanest way to set up an enumeration in Python? [duplicate]
What's the difference between type hinting in 3.3 and 3.5?
max([x for x in something]) vs max(x for x in something): why is there a difference and what is it?
bob answers