Explain Codes LogoExplain Codes Logo

Best Articles — Page 324

Detect a finger swipe through JavaScript on the iPhone and Android

javascript
touch-events
gesture-detection
mobile-devices

How to replace a string in a SQL Server Table Column

sql
best-practices
data-integrity
sql-server

Error:java: javacTask: source release 8 requires target release 1.8

java
javacompiler
maven
gradle

Get human readable version of file size?

python
functions
performance
best-practices

Convert Existing Eclipse Project to Maven Project

java
maven-configuration
eclipse-integration
project-structure

How to get script of SQL Server data?

sql
script-generation
data-consistency
sql-server

Creating a Singleton in Python

python
singleton
metaclasses
decorators

Linked List in SQL

sql
linked-list
sql-queries
database-design

Compute list difference

python
list-comprehension
set-operations
performance-optimization

Android Split string

java
prompt-engineering
best-practices
string-manipulation

Mysql LEFT JOIN 3 tables

sql
join
subqueries
left-join

Lock Escalation - What's happening here?

sql
lock-escalation
concurrency
performance

Javascript displaying a float to 2 decimal places

javascript
prompt-engineering
functions
best-practices

How do I check whether a checkbox is checked in jQuery?

javascript
prompt-engineering
functions
callbacks

Align two divs horizontally side by side center to the page using Bootstrap CSS

html
responsive-design
grid-system
css

Object spread vs. Object.assign

javascript
spread-operator
object-assign
javascript-standards

Font Awesome not working, icons showing as squares

html
responsive-design
css
font-awesome

Html: How to create a DIV with only vertical scroll-bars for long paragraphs?

html
responsive-design
best-practices
scrolling

Difference between volatile and synchronized in Java

java
synchronization
thread-safety
concurrency

How to implement LIMIT with SQL Server?

sql
performance
best-practices
join