Explain Codes LogoExplain Codes Logo

Best Articles — Page 20

How can I tell Google Translate to not translate a section of a website?

html
meta-tags
responsive-design
web-development

What does Java option -Xmx stand for?

java
memory-management
jvm-configuration
performance-tuning

How do I make JavaScript beep?

javascript
web-audio-api
data-uri
cross-browser-compatibility

How to append to a file in Node?

javascript
file-handling
error-handling
performance-optimization

Absolute URLs omitting the protocol (scheme) in order to preserve the one of the current page

web-development
protocol-relative-urls
mixed-content-scenarios
security-bottleneck

How do I convert an IPython Notebook into a Python file via commandline?

python
jupyter
nbconvert
command-line

Anaconda Export Environment File

python
environment-variables
conda
environment-management

Does Python optimize tail recursion?

python
recursion
tail-call-optimization
debugging

How do you make div elements display inline?

html
responsive-design
css
layout

How to get the mouse position without events (without moving the mouse)?

javascript
event-listeners
performance-issues
web-development

Mysql datetime comparison

sql
datetime-comparison
sql-best-practices
data-types

How do you convert Html to plain text?

html
html-agility-pack
regex
html-parsing

Parse JSON in JavaScript?

javascript
json-parsing
javascript-libraries
error-handling

How to get multiple selected values of select box in php?

html
form-engineering
validation
sanitization

Does MS SQL Server's "between" include the range boundaries?

sql
datetime
dateadd
best-practices

How to cheaply count lines in a large file in Python?

python
prompt-engineering
performance
best-practices

Remove unwanted parts from strings in a column

python
pandas
lambda
dataframe

Positioning <div> element at center of screen

css
responsive-design
css-grid
positioning

Sql Server User Mapping Error 15023

sql
sql-server
error-handling
database-administration

Update statement using with clause

sql
prompt-engineering
best-practices
performance