Explain Codes LogoExplain Codes Logo

Best Articles — Page 29

Correct way to write line to file?

python
file-operations
best-practices
try-except-blocks

How to remove word wrap from a textarea?

html
responsive-design
css
javascript

Change date format in a Java string

java
date-formatting
localdatetime
datetimeformatter

How to get unique values in an array

javascript
prompt-engineering
functions
callbacks

Android changing Floating Action Button color

android
material-design
xml-customization
android-development

How do I store an array in localStorage?

javascript
localstorage
utility-functions
error-handling

Sql Inner-join with 3 tables?

sql
join
query-optimization
best-practices

Java: random long number in 0 <= x < n range

java
random-number-generation
threadlocalrandom
splittablerandom

Reflection generic get field value

java
reflection
best-practices
performance

Insert data in 3 tables at a time using Postgres

sql
transactional-integrity
concurrent-writes
temporary-tables

How to concatenate columns in a PostgreSQL SELECT?

sql
join
best-practices
performance

Android - Programmatically Hide/Show Soft Keyboard

android
prompt-engineering
input-method-manager
keyboard-visibility

Why does PowerShell not run Angular commands?

javascript
npm
angular-cli
powershell

How do I add PHP code/file to HTML(.html) files?

html
php-integration
htaccess
server-config

Best way to Format a Double value to 2 Decimal places

java
decimal-format
string-format
best-practices

Json Java 8 LocalDateTime format in Spring Boot

java
objectmapper
jackson
datetime

Dropdownlist width in IE

javascript
responsive-design
performance
best-practices

A non-blocking read on a subprocess.PIPE in Python

python
non-blocking-io
subprocess
asyncio

Drop all databases from server

sql
database-management
sql-server
database-deletion

How can I check if a string represents an int, without using try/except?

python
functions
best-practices
performance