Explain Codes LogoExplain Codes Logo

Best Articles — Page 17

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

How to debug web workers

javascript
debugging
web-workers
console-dir

How to debug stream().map(...) with lambda expressions?

java
lambda
debugging
stream-api

How to debug JavaScript / jQuery event bindings with Firebug or similar tools?

javascript
event-handling
debugging
firebug

How to deal with page breaks when printing a large HTML table

html
responsive-design
css-styling
page-breaks

How to deal with a slow SecureRandom generator?

java
performance-issues
security-best-practices
entropy-management

How to create streams from a string in Node.js?

javascript
stream-engineering
node-js
stream-handling

How to create new folder?

python
file-permissions
error-handling
folder-creation

How to create key or append an element to key?

python
dataframe
collections
best-practices

How to create a windows service from java app

java
wrapper
service-wrapper
java-service

How to create a project from existing source in Eclipse and then find it?

java
file-management
eclipse-configuration
project-structure

How to create an instance of anonymous interface in Kotlin?

kotlin
lambda
functional-interfaces
type-safe-builder-pattern