230
Points
Questions
44
Answers
52
-
If I were to make a 9X9 sudoku grid, would it still be preferred to use a RecyclerView over a …
- 478 views
- 0 answers
- 0 votes
-
I need to modify web.config file which I am reading as xml and the line i need to change is …
- 420 views
- 2 answers
- 0 votes
-
I am using log4j2 for logging in my project, with log4j2.xml as a configuration file. I have a class that …
- 408 views
- 1 answers
- 0 votes
-
I have created one XML file and a JS file, I have removed odoo’s promotion from dashboard, it works fine …
- 370 views
- 1 answers
- 0 votes
-
- 0 views
- 0 answers
- 0 votes
-
- 411 views
- 1 answers
- 0 votes
-
- 402 views
- 0 answers
- 0 votes
-
I have query with many joins and I’m searching for optimization for it. It’s about computers: For examples I have: …
- 413 views
- 4 answers
- 0 votes
-
I have written a query to get the items from the table which doesn’t have any child items. It’s working …
- 392 views
- 2 answers
- 0 votes
-
def fib(n): # write Fibonacci series up to n >"""Print a Fibonacci series up to n.""" >a, b = 0, …
- 408 views
- 1 answers
- 0 votes