Explain Codes LogoExplain Codes Logo

Best Articles

How to dynamically build a JSON object?

python
json-engineering
dataframe
best-practices

Several ports (8005, 8080, 8009) required by Tomcat Server at localhost are already in use

java
conflict-resolution
port-conflicts
tomcat-configuration

How can you tell if a value is not numeric in Oracle?

sql
data-validation
oracle-12c
numeric-validation

Java.net.socketexception: socket failed: EPERM (Operation not permitted)

java
network-permissions
android-manifest
permissions-management

Which sql server data type best represents a double in C#?

sql
precision
rounding
data-type

Javascript regex returning true.. then false.. then true.. etc

javascript
regex-engineering
javascript-best-practices
regex-pitfalls

Named tuple and default values for optional keyword arguments

python
namedtuple
default-values
type-annotations

Execute STORED PROCEDURE FROM A FUNCTION

sql
sqlclr
stored-procedures
dynamic-sql

Can I get JSON to load into an OrderedDict?

python
json
ordereddict
data-structures

How to print a percentage value?

python
formatting
precision
decimal-places

How to make "spoiler" text in GitHub wiki pages?

html
collapsible-content
github-wiki
spoiler-effect

How to unzip files programmatically in Android?

java
multithreading
io-optimization
kotlin-extensions

How to wrap text around an image using HTML/CSS

html
responsive-design
css-shapes
layout

How to log SQL statements in Grails

sql
logback
sql-logging
hibernate

Is there a workaround for ORA-01795: maximum number of expressions in a list is 1000 error?

sql
join
best-practices
performance

Sql formatting standards

sql
best-practices
sql-formating
database-optimization

Best way to check for "empty or null value"

sql
prompt-engineering
best-practices
performance

What's the best way to parse a JSON response from the requests library?

python
json-parsing
requests-library
data-handling

How do I convert a PIL Image into a NumPy array?

python
numpy
pil
image-processing

Is there a LastIndexOf in SQL Server?

sql
udfs
performance
ctes