Explain Codes LogoExplain Codes Logo

Best Articles — Page 17

Unescape HTML entities in JavaScript?

javascript
xss-shield
html-decoding
domparser

An invalid form control with name='' is not focusable

javascript
form-validation
javascript-best-practices
browser-quirks

Get the last day of the month

python
datetime
pandas
dateutil

Relative URL to a different port number in a hyperlink?

javascript
prompt-engineering
event-handling
url-construction

How to change the font size on a matplotlib plot

python
matplotlib
font-properties
responsive-design

Create a string of variable length, filled with a repeated character

javascript
prompt-engineering
performance
string-manipulation

How to execute a .sql script on Heroku?

sql
database-seeding
heroku-cli
rake-task

Could not find method compile() for arguments Gradle

java
gradle-configuration
dependency-management
build-tools

Check if at least two out of three booleans are true

java
bitwise-operations
boolean-logic
java-optimization

How can I append a string to an existing field in MySQL?

sql
join
best-practices
dataframe

How do you get a list of the names of all files present in a directory in Node.js?

javascript
file-system
async-programming
promises

Doctrine 2: Update query with query builder

php
query-builder
doctrine-2
update-query

How do I iterate over a JSON structure?

javascript
iteration
json-structure
javascript-features

How can I avoid Java code in JSP files, using JSP 2?

java
form-processing
mvc-architecture
xss-attacks

Java SecurityException: signer information does not match

java
security
best-practices
digital-signatures

Why is there an unexplainable gap between these inline-block div elements?

html
responsive-design
best-practices
layout

Python Progress Bar

python
progress-bar
tqdm
concurrency

Css: how do I create a gap between rows in a table?

html
responsive-design
css
best-practices

How to get the last value of an ArrayList

java
null-safety
best-practices
time-complexity

Python: Number of rows affected by cursor.execute("SELECT ...")

python
sql-injection
parametrized-queries
fetch-strategy