Explain Codes LogoExplain Codes Logo

Best Articles — Page 84

Cross browser method to fit a child div to its parent's width

html
responsive-design
css-box-model
cross-browser

Cron and virtualenv

python
cron
virtualenv
environment-variables

Creating SVG elements dynamically with JavaScript inside HTML

javascript
svg
event-listeners
accessibility

Creating a Zoom Effect on an image on hover using CSS?

html
responsive-design
css-transitions
accessibility

Creating a Pandas DataFrame from a Numpy array: How do I specify the index column and column headers?

python
pandas
dataframe
numpy

Creating an instance using the class name and calling constructor

java
reflection
constructor
security

Creating an array of objects in Java

java
stream-api
object-creation
array-initialization

Create the perfect JPA entity

java
jpa-entity
entity-design
best-practices

Create Test Class in IntelliJ

java
intellij
test-class
maven

Createprocess error=206, The filename or extension is too long when running main() method

java
classpath-management
ide-settings
custom-class-loader

Create empty file using python

python
file-handling
os-module
python-basics

Create dynamic URLs in Flask with url_for()

python
prompt-engineering
best-practices
route-optimization

Create an empty object in JavaScript with {} or new Object()?

javascript
object-literals
object-constructors
javascript-best-practices

Create an empty list with certain size in Python

python
list-comprehensions
performance
best-practices

Create and save a file with JavaScript

javascript
blob
mime-types
file-download

Create a link that opens the appropriate map app on any device, with directions to destination

javascript
prompt-engineering
geolocation-api
device-detection

Create a date from day month and year with T-SQL

sql
date-calculation
t-sql
sql-server

Create a custom callback in JavaScript

javascript
callbacks
async-await
promises

Create a .csv file with values from a Python list

python
csv-writing
pandas
data-manipulation

Counting the number of distinct keys in a dictionary in Python

python
dataframe
collections
best-practices