Explain Codes LogoExplain Codes Logo

Best Articles — Page 4

Create table with sequence.nextval in Oracle

sql
sequence-engineering
identity-columns
oracle-12c

Show MySQL host via SQL Command

sql
mysql
sql-commands
database-troubleshooting

How to change the height of a ``?

html
responsive-design
best-practices
css

Jquery click anywhere in the page except on 1 div

javascript
event-delegation
dom-traversal
event-control

Get IFrame's document, from JavaScript in main document

javascript
same-origin-policy
iframe-access
browser-compatibility

Replace spaces with dashes and make all letters lower-case

javascript
string-transformation
regex
lodash

How to update and order by using ms sql

sql
subqueries
update-rows
sql-tricks

Is there a short contains function for lists?

python
performance
collections
best-practices

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