Explain Codes LogoExplain Codes Logo

Best Articles — Page 333

How to select date without time in SQL

sql
date-truncation
sql-performance
best-practices

Getting key with maximum value in dictionary?

python
prompt-engineering
best-practices
dataframe

How do I delete an item or object from an array using ng-click?

javascript
angularjs
array-manipulation
javascript-best-practices

How do you find the first key in a dictionary?

python
functions
performance
best-practices

Absolute position and Overflow:hidden

css
positioning
overflow
css-tricks

Best way to "negate" an instanceof

java
instanceof
negation
conditional-logic

Jquery selector regular expressions

javascript
regex
jquery-selector
performance

How can I change the default width of a Twitter Bootstrap modal box?

html
responsive-design
css
best-practices

Add new attribute (element) to JSON object using JavaScript

javascript
json
javascript-objects
data-interchange-format

Run a Python script from another Python script, passing in arguments

python
prompt-engineering
functions
process-control

Access to ES6 array element index inside for-of loop

javascript
loop-control
iterator-protocol
array-indexing

Input type="text" vs input type="search" in HTML5

html
responsive-design
best-practices
web-development

Count the number of occurrences of a string in a VARCHAR field?

sql
sql-functions
performance-optimization
database-management

How to redirect 'print' output to a file?

python
logging
file-handling
best-practices

Numpy array is not JSON serializable

python
numpy
json-serialization
data-serialization

How can I use SUM for bit columns?

sql
bit-manipulation
aggregate-functions
t-sql

Intellij Incorrectly Saying No Beans of Type Found for Autowired Repository

java
intellij
spring-data-plugin
spring-boot

How can I read a large text file line by line using Java?

java
streaming
lambda
performance

How can I search (case-insensitive) in a column using LIKE wildcard?

sql
case-insensitive-search
sql-functions
database-performance

Can we instantiate an abstract class?

java
anonymous-inner-classes
instantiation
abstract-classes