Explain Codes LogoExplain Codes Logo

Best Articles — Page 239

How to append text to an existing file in Java?

java
file-manipulation
bufferedwriter
printwriter

How to vertically align text with icon font?

html
responsive-design
css
best-practices

How to test run an UPDATE statement in PostgreSQL?

sql
transactions
database-safety
best-practices

How to store printStackTrace into a string

java
exception-handling
stack-trace
stringwriter

How to get the current date and time

java
date-manipulation
best-practices
java-8

Pip install from git repo branch

python
pip-install
git-repo
version-control

Angle bracket (<) without triggering html code

html
html-entities
code-integrity
cross-site-scripting

Css customized scroll bar in div

html
responsive-design
css
performance

How to prevent form resubmission when page is refreshed (F5 / CTRL+R)

javascript
form-validation
csrf-protection
client-side-validation

How can I import a module dynamically given its name as string?

python
dynamic-imports
importlib
module-resolution

Drawing text to <canvas> with @font-face does not work at the first time

html
responsive-design
web-development
best-practices

List attributes of an object

python
attribute-introspection
python-attributes
object-inspection

Sqlite syntax for If Else condition

sql
best-practices
data-accuracy
database-management

Why does z-index not work?

html
responsive-design
positioning
css-jenga

Export table data from one SQL Server to another

sql
data-transfer
sql-server
database-management

Moving average or running mean

python
numpy
pandas
performance

How to change value of object which is inside an array using JavaScript or jQuery?

javascript
map
functions
best-practices

Disabling 'Starred' (Package) Imports in IntelliJ?

java
intellij
package-imports
ide-settings

Addition for BigDecimal

java
bigdecimal
precision
rounding

Remove characters except digits from string using Python?

python
regex
string-manipulation
functions