Explain Codes LogoExplain Codes Logo

Best Articles — Page 348

How to calculate percentage with a SQL statement

sql
percentage-calculation
window-functions
data-accuracy

How to convert a Java 8 Stream to an Array?

java
java-8
streams
performance

Combining UNION and LIMIT operations in MySQL query

sql
union
limit
pagination

How to change color of the back arrow in the new Material theme?

java
customization
theme-attributes
navigation-icon

How can I make the contents of a fixed element scrollable only when it exceeds the height of the viewport?

html
responsive
scrolling
accessibility

How to set selected item of Spinner by value, not by position?

java
spinner
arraylist
nullpointerexception

Get $_POST from multiple checkboxes

html
checkboxes
form-handling
input-validation

How to run HTML file on localhost?

html
local-hosting
http-server
live-reloading

Frame Buster Buster ... Buster Code Needed

html
frame-busting
web-security
http-headers

Converting Java bitmap to byte array

java
bitmap
byte-array
memory-management

Impossible to make a cached thread pool with a size limit?

java
thread-pool
concurrency
best-practices

Java: Date from unix timestamp

java
date-time
unix-timestamp
time-zones

How to convert a string to an integer in JavaScript

javascript
string-conversion
parseint
number-function

Converting Dictionary to List?

python
list-comprehension
memory-management
dictionary-comprehensions

How to set a specific Java version in Maven?

java
maven
java-home
build-environment

How do I make the first letter of a string uppercase in JavaScript?

javascript
string-manipulation
browser-compatibility
performance

Finding the average of a list

python
performance
statistics
numpy

Why does "return list.sort()" return None, not the list?

python
list-sort
method-chaining
timsort

Using a Conditional Update Statement in SQL

sql
conditional-update
case-statement
best-practices

Check if null Boolean is true results in exception

java
null-pointer-exception
boolean-checks
optional