Explain Codes LogoExplain Codes Logo

Best Articles — Page 360

Make a negative number positive

java
math-abs
biginteger
ternary-operator

Convert list to array in Java

java
toarray
concurrency
autoboxing

How to convert a byte array to a hex string in Java?

java
byte-array
hex-string
performance

What does the "yield" keyword do in Python?

python
yield
generators
itertools

Html5 Video // Completely Hide Controls

html
video-controls
accessibility
custom-controls

I am getting an "Invalid Host header" message when connecting to webpack-dev-server remotely

javascript
webpack
dev-server
remote-access

How do I make the method return type generic?

java
generics
type-safety
method-overloading

Generate random string/characters in JavaScript

javascript
random-string
crypto
best-practices

How to align checkboxes and their labels consistently cross-browsers

html
checkboxes
css-resets
responsive-design

Align DIV's to bottom or baseline

html
flexbox
positioning
layout

Truncate (not round) decimal places in SQL Server

sql
truncation
round
best-practices

Switch Statement for Multiple Cases in JavaScript

javascript
switch-statement
higher-order-functions
best-practices

How can I vertically align elements in a div?

html
flexbox
grid
vertical-alignment

How to return only the Date from a SQL Server DateTime datatype

sql
date-formatting
performance
null-handling

Scrollintoview Scrolls just too far

javascript
scrolling
css-properties
smooth-scroll

Using Python's os.path, how do I go up one directory?

python
path-manipulation
cross-platform
reusable-functions

Testing HTML email rendering

html
email-rendering
responsive-design
email-testing

How do I make a delay in Java?

java
scheduledexecutorservice
lambda
thread-sleep

How to display pandas DataFrame of floats using a format string for columns?

python
pandas
dataframe
formatting

What is the most efficient/elegant way to parse a flat table into a tree?

sql
recursive-queries
closure-tables
path-enumeration