Explain Codes LogoExplain Codes Logo

Best Articles — Page 38

How do I convert an integer to binary in JavaScript?

javascript
number-conversions
bitwise-operations
javascript-quirks

How to check file MIME type with JavaScript before upload?

javascript
file-signature
mime-type-validation
file-upload

Get the week start date and week end date from week number

sql
date-arithmetic
date-part
dateadd

Why not use java.util.logging?

java
logging-performance
logging-implementation
best-practices

What does the ^ operator do in Java?

java
bitwise-operations
xor
encryption

Trying to modify a constraint in PostgreSQL

sql
data-integrity
constraint-modification
postgresql

How do I check that a Java String is not all whitespaces?

java
regex-patterns
string-manipulation
null-pointer-exception

What is the best practice for creating a favicon on a web site?

web-development
responsive-design
best-practices
favicon

How to center buttons in Twitter Bootstrap 3?

html
responsive-design
css
bootstrap

How can I split a string into segments of n characters?

javascript
regex-patterns
string-manipulation
javascript-features

Sending POST data in Android

java
android-networking
httpurlconnection
retrofit

Import postgres database without roles

sql
database-import
postgres
roles

Foreign key reference to table in another schema

sql
foreign-key
database-performance
data-integrity

How to align two elements on the same line without changing HTML

html
responsive-design
css-properties
layout

Sort array of objects by single key with date value

javascript
date-sorting
performance-optimization
javascript-best-practices

Way to get the number of digits in an int?

java
performance
best-practices
mathematical-operations

Remove all special characters except space from a string using JavaScript

javascript
regex-patterns
string-manipulation
javascript-regex

Is it possible to insert HTML content in an XML document?

html
xml-encoding
html-embedding
xml-schema

Not DEFERRABLE versus DEFERRABLE INITIALLY IMMEDIATE

sql
constraint-violation
database-design
performance-optimization

Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

python
venv
python-dev
dependency-resolution