Explain Codes LogoExplain Codes Logo

Best Articles — Page 169

Iterating through a range of dates in Python

python
generator-functions
pandas
dateutil

Show an image preview before upload

javascript
responsive-design
best-practices
file-reader-api

Fit cell width to content

html
responsive-design
css
table-layout

How to play a notification sound on websites?

javascript
prompt-engineering
audio-engineering
browser-compatibility

Html minification?

html
performance
optimization
minification

Why can't I do ``?

web-development
local-file-access
browser-security
same-origin-policy

Type annotations for *args and **kwargs

python
type-hints
function-overloading
typeddict

Why can't radio buttons be "readonly"?

html
prompt-engineering
web-development
best-practices

Sql select join: is it possible to prefix all columns as 'prefix.*'?

sql
join
best-practices
database-design

Which types can be used for Java annotation members?

java
annotation
metadata
compile-time-processing

How do you cast a List of supertypes to a List of subtypes?

java
type-safety
generics
casting

Use one CTE many times

sql
prompt-engineering
best-practices
data-integrity

System.out.println() shortcut on Intellij IDEA

java
debugging
live-templates
shortcuts

Should I use ``s and ``s inside my ``s?

html
responsive-design
semantic-ui
accessibility

How can I wrap or break long text/word in a fixed width span?

html
responsive-design
css
web-development

Proper way of checking if row exists in table in PL/SQL block

sql
prompt-engineering
best-practices
debugging

Unrecognized Attribute name MODULE (class com.sun.tools.javac.util.SharedNameTable$NameImpl)

java
java-8
gradle
android-studio

Passing table name as a parameter in psycopg2

sql
sql-injection
prepared-statements
parametrized-queries

Get everything after the dash in a string in JavaScript

javascript
string-manipulation
functions
performance

Get stored procedure parameters by either C# or SQL?

sql
sql-server
parameter-discovery
csharp