Explain Codes LogoExplain Codes Logo

Best Articles — Page 11

How to force keyboard with numbers in mobile website in Android

html
responsive-design
input-tag
keyboard-behavior

Get the last day of the month in SQL

sql
performance
best-practices
functions

Android Center text on canvas

android
canvas
paint
text-centering

How to install Python MySQLdb module using pip?

python
pip-installation
mysql-python
dependency-management

Pretty-print a NumPy array without scientific notation and with given precision

python
prompt-engineering
functions
dataframe

Making a Bootstrap table column fit to content

html
responsive-design
css
custom-classes

How do you format the day of the month to say "11th", "21st" or "23rd" (ordinal indicator)?

java
date-formatting
java-time
unit-testing

Fastest way to get the first object from a queryset in Django?

python
django-queries
optimization
best-practices

How to join two sets in one line without using "|"

python
set-union
python-sets
data-structures

How much disk-space is needed to store a NULL value using postgresql DB?

sql
database-administration
performance-optimization
data-management

Define variable to use with IN operator (T-SQL)

sql
table-variables
in-operator
sql-server

Can I use multiple versions of jQuery on the same page?

javascript
prompt-engineering
best-practices
functions

Submitting a form by pressing enter without a submit button

html
responsive-design
accessibility
best-practices

T-sql split string based on delimiter

sql
string-splitting
sql-server
delimiter

Java HTTPS Client Certificate Authentication

java
ssl-context
https-client
client-certificates

Styling every 3rd item of a list using CSS

css
responsive-design
best-practices
performance

How to resize images proportionally / keeping the aspect ratio?

javascript
responsive-design
image-manipulation
performance

Postgresql Foreign Key syntax

sql
foreign-key
database-design
data-integrity

Cannot install Lxml on Mac OS X 10.9

python
virtual-environments
installation-troubleshooting
best-practices

Generating a Random Number between 1 and 10 in Java

java
random-number-generation
java-utility-classes
performance-optimization