Explain Codes LogoExplain Codes Logo

Best Articles — Page 16

How to disable scrolling temporarily?

javascript
scrolling
touchmove
performance

How to disable logging on the standard error stream?

python
logging
context-manager
error-handling

How to disable/enable select field using jQuery?

javascript
functions
callbacks
responsive-design

How to disable all div content

html
responsive-design
best-practices
accessibility

How to disable a link using only CSS

html
css-disabling
accessibility
user-experience

How to directly initialize a HashMap (in a literal way)?

java
map-initialization
java-9
immutable-maps

How To Determine Which Submit Button Was Pressed, Form onSubmit Event, Without jQuery

javascript
event-handling
form-submission
javascript-techniques

How to determine whether a Pandas Column contains a particular value

python
pandas
dataframe
performance

How to determine if Javascript array contains an object with an attribute that equals a given value?

javascript
prompt-engineering
functions
callbacks

How to determine an object's class?

java
instanceof
class-checks
polymorphism

How to detect when cancel is clicked on file input?

javascript
prompt-engineering
event-listeners
file-system-access-api

How to detect the screen resolution with JavaScript?

javascript
responsive-design
promises
callbacks

How to detect internet speed in JavaScript?

javascript
performance
network-optimization
real-time-feedback

How to detect if browser window is scrolled to bottom?

javascript
scrolling
browser-compatibility
event-listeners

How to detect a Christmas Tree? To spot a Christmas Tree from a picture, you can try a multitude of algorithms depending on the context and the data at hand. While a Convolutional Neural Network (CNN) powered by TensorFlow remains a robust and modern method, we have also traditional image processing algorithms that concentrate on clusters, color, shape, and texture patterns.

python
image-processing
computer-vision
machine-learning

How to de/serialize an immutable object without default constructor using ObjectMapper?

java
objectmapper
serialization
deserialization

How to delete the top 1000 rows from a table using SQL Server 2008?

sql
prompt-engineering
best-practices
performance

How to delete the last row of data of a pandas dataframe

python
dataframe
vectorized-operations
data-structures

How to delete an item from state array?

javascript
react
state-management
immutability

How to declare array of zeros in python (or an array of a certain size)

python
list-comprehension
numpy
data-structures