Explain Codes LogoExplain Codes Logo

Best Articles — Page 230

Bootstrap table won't fill container width

html
responsive-design
best-practices
web-development

How can I get the return value of a function passed to multiprocessing.Process?

python
multiprocessing
concurrency
parallel-computing

Does use of final keyword in Java improve the performance?

java
thread-safety
performance-optimization
best-practices

Pass table as parameter into sql server UDF

sql
udfs
sql-server
performance-optimization

Delete all but top n from database table in SQL

sql
performance
best-practices
data-integrity

Smart way to truncate long strings

javascript
string-manipulation
javascript-utilities
best-practices

Android Studio was unable to find a valid Jvm (Related to MAC OS)

java
java-configuration
android-studio
mac-os

Apache Tomcat Not Showing in Eclipse Server Runtime Environments

java
eclipse-plugin
server-runtime-environments
tomcat-configuration

How to add new <li> to <ul> onclick with javascript

javascript
event-listeners
dom-manipulation
javascript-best-practices

Convert from ASCII string encoded in Hex to plain ASCII?

python
hex-to-ascii
character-encoding
python-stdlib

Delete from two tables in one query

sql
transaction
foreign-key
join

Disabling tab focus on form elements

javascript
focus-control
accessibility
javascript-events

Sql: set existing column as Primary Key in MySQL

sql
database-design
data-types
error-handling

Python recursive folder read

python
file-handling
pathlib
io-best-practices

Force table column widths to always be fixed regardless of contents

html
responsive-design
css
best-practices

How to deploy a war file in Tomcat 7

java
deployment
tomcat
maven

Mysql - how to front pad zip code with "0"?

sql
data-consistency
database-design
sql-best-practices

Sql Server: Extract Table Meta-Data (description, fields and their data types)

sql
metadata
database-management
sql-server

Smooth scroll without the use of jQuery

javascript
smooth-scroll
scrollintoview
window-scrollto

How do I set/unset a cookie with jQuery?

javascript
cookie-handling
jquery
javascript-api