Explain Codes LogoExplain Codes Logo

Best Articles — Page 355

Is it possible to pass a flag to Gulp to have it run tasks in different ways?

javascript
gulp
yargs
command-line-arguments

Extra space under textarea, differs along browsers

html
css-box-model
responsive-design
best-practices

How can I use the FOR attribute of a LABEL tag without the ID attribute on the INPUT tag

html
responsive-design
accessibility
usability

Mysql's now() +1 day

sql
date-arithmetic
mysql-functions
sql-best-practices

How can I trim beginning and ending double quotes from a string?

java
string-manipulation
performance-optimization
best-practices

Fastest check if row exists in PostgreSQL

sql
indexing
transaction-control
performance-optimization

How to export JavaScript array info to csv (on client side)?

javascript
prompt-engineering
performance
feature-detection

How do I obtain raw SQL from a query builder?

sql
logging
debugging
performance

Add a summary row with totals

sql
prompt-engineering
best-practices
grouping-sets

How can I shuffle an array?

javascript
shuffle
array
performance

Activerecord find_each combined with limit and order

ruby
batching
query-optimization
active-record

How to use multiple @RequestMapping annotations in spring?

java
spring
request-mapping
url-patterns

Mysql pivot row into dynamic number of columns

sql
dynamic-pivot
sql-injection
prepared-statements

Finding the index of an item in a list

python
list-comprehension
performance
benchmarking

Flattening a shallow list in Python

python
list-flattening
iterators
performance

Dim entire screen except a fixed area?

html
responsive-design
css
javascript

How do I assert my exception message with JUnit Test annotation?

java
assertions
junit
exception-handling

How to sort an object array by date property?

javascript
prompt-engineering
functions
best-practices

Difference between & and && in Java?

java
logical-operations
performance-optimization
best-practices

How do I remove all packages installed by pip?

python
pip
virtual-environment
best-practices