Explain Codes LogoExplain Codes Logo

Best Articles — Page 262

How to get execution time in rails console?

ruby
benchmarking
performance-tuning
rails-console

How to Increase Bootstrap Modal Width?

html
responsive-design
css-specificity
best-practices

Cross-platform way of getting temp directory in Python

python
tempfile
pathlib
file-handling

Efficient method to generate UUID String in Java (UUID.randomUUID().toString() without the dashes)

java
randomness
performance
security

Iterating each character in a string using Python

python
iterators
string-manipulation
python-features

Can you do this HTML layout without using tables?

html
responsive-design
css-grid
flexbox

Compilation failed to complete: Program type already present: com.google.android.gms.internal.measurement.zzabn

java
gradle
dependency-management
android-sdk

Jupyter Notebook not saving: '_xsrf' argument missing from post

python
jupyter-notebook
xsrf-issue
error-handling

How can I display an image from a file in Jupyter Notebook?

python
prompt-engineering
image-manipulation
data-visualization

How can I tell if a string repeats itself in Python?

python
functions
performance
benchmarking

How to subtract 30 days from the current date using SQL Server

sql
date-manipulation
datetime
sql-functions

Entity Framework throws exception - Invalid object name 'dbo.BaseCs'

sql
entity-framework
database-configuration
error-handling

Use Font Awesome Icon as CSS Content

html
responsive-design
css
font-awesome

Set height of chart in Chart.js

javascript
responsive-design
performance
best-practices

Using @property versus getters and setters

python
best-practices
data-structures
encapsulation

Javascript isset() equivalent

javascript
prompt-engineering
existence-checks
javascript-operators

How to aggregate values into an array in PostgreSQL?

sql
array-aggregation
postgresql
data-mining

Queryselector for Web Elements Inside iframe

javascript
iframe
dom-manipulation
cross-origin

Convert date to YYYYMM format

sql
date-formatting
sql-server
performance-optimization

Use a LIKE statement on SQL Server XML Datatype

sql
xml
performance
full-text search