Explain Codes LogoExplain Codes Logo

Best Articles — Page 171

Making button go full-width?

html
responsive-design
css
best-practices

Why does CSS not support negative padding?

html
responsive-design
performance
best-practices

What is the easiest way to get the current day of the week in Android?

java
date-and-time
localdate
datetimeformatter

How do I prevent the padding property from changing width or height in CSS?

html
responsive-design
css-box-model
layout-design

Splitting a list into N parts of approximately equal length

python
list-splitting
numpy
array-split

Using MySql, can I sort a column but have 0 come last?

sql
sql-sorting
mysql-tricks
data-manipulation

How do I get a list of methods in a Python class?

python
introspection
methods
python-3

Handling exceptions from Java ExecutorService tasks

java
exception-handling
executor-service
threadpool

Is there a NumPy function to return the first index of something in an array?

python
numpy
array-indexing
data-science

Convert boolean result into number/integer

javascript
type-coercion
truthy-falsy-values
conditional-statements

How do I initialize a byte array in Java?

java
byte-array-initialization
utility-classes
performance-considerations

What is the order of precedence for CSS?

html
responsive-design
best-practices
css-preprocessors

Using HTML in Express instead of Jade

html
web-development
express
template-engine

Convert varchar to uniqueidentifier in SQL Server

sql
guid
sql-server
data-integrity

Override back button to act like home button

android
background-execution
state-management
navigation-adjustments

Error: Java: invalid target release: 11 - IntelliJ IDEA

java
intellij-idea
java-compiler
jdk-11

Sql Server : How to test if a string has only digit characters

sql
prompt-engineering
best-practices
dataframe

Eclipse comment/uncomment shortcut?

java
keyboard-shortcuts
eclipse-ide
productivity

`:app:lintvitalrelease` error when generating signed apk

java
lint-error-check
gradle-configuration
android-development

Explaining why 'Just add another column to the DB' is a bad idea, to non programmers

sql
database-normalization
data-bloating
database-design