Explain Codes LogoExplain Codes Logo

Best Articles — Page 143

Getting list of parameter names inside python function

python
functions
best-practices
python-2

Selecting unique values from a column

sql
distinct
performance
best-practices

How do I install a custom font on an HTML site

html
responsive-design
css
font-face

What's the best way to select the minimum value from several columns?

sql
best-practices
performance
join

How to get HTML 5 input type="date" working in Firefox and/or IE 10

html
responsive-design
polyfills
modernizr

How to dynamically change header based on AngularJS partial view?

javascript
angularjs
promises
callbacks

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