Explain Codes LogoExplain Codes Logo

Best Articles — Page 231

How can I find the closest previous sibling with class using jQuery?

javascript
performance
dom-traversal
best-practices

Create a directory if it does not exist, then create a file in that directory

java
file-io
exception-handling
best-practices

Most concise way to convert a Set<T> to a List<T>

java
promises
collections
best-practices

Can I set enum start value in Java?

java
enum
singleton
best-practices

Prevent "overscrolling" of web page

html
responsive-design
performance
best-practices

How to compare datetime with only date in SQL Server

sql
best-practices
performance
join

Is there a `pointer-events:hoverOnly` or similar in CSS?

html
responsive-design
css
javascript

Max retries exceeded with URL in requests

python
retry-strategy
exponential-backoff
ssl-verification

Quick selection of a random row from a large table in MySQL

sql
join
indexing
performance

Join between tables in two different databases?

sql
cross-database-join
database-optimization
sql-performance

How to delete a character from a string using Python

python
string-manipulation
list-comprehension
regular-expressions

Does HTML5/Canvas Support Double Buffering?

html
double-buffering
canvas-performance
animation-loop

Uncaught Error: SECURITY_ERR: DOM Exception 18 when I try to set a cookie

html
security
cookies
local-storage

Can I Comma Delimit Multiple Rows Into One Column?

sql
string-aggregation
query-optimization
sql-techniques

Sql Left Join first match only

sql
join
subqueries
performance

Full OUTER JOIN vs. FULL JOIN

sql
join
data-quality
query-optimization

Adding additional data to select options using jQuery

javascript
prompt-engineering
browser-compatibility
performance-optimization

Limit Decimal Places in Android EditText

java
input-validation
decimal-places
android-edittext

Is cross-origin postMessage broken in IE10?

javascript
prompt-engineering
message-channel
cross-origin

Converting Epoch time into the datetime

python
datetime
timestamp
timezones