python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Questions
Why Laravel?
There are a variety of tools and frameworks available to you when building a web application. However, we believe Laravel is the best choice for building modern, full-stack web applications. A Pr...

Giuseppe
@GiuseppeMuci
Votes: 3
Answers: 0
Split by coma the content of python list embedded in list
I need help in splitting by coma a content of a list that is inside a list, basically I have such data
[['Department of Computer Languages and Computing Sciences, University of Málaga, Málaga, Spain']...
Axton
Votes: 1
Answers: 1
How to access an individual data in a struct array in Swift
I am trying to access individual data entry in a struct array, so I can format the data output it a more "cosmetic way", an while I can print it, I can not format it as I wish because I can ...
Learningnewthings
Votes: 0
Answers: 1
Unable to authenticate application using Twitter OAuth with Spring Security OAuth2 Client
I’m trying to authenticate users from Twitter using Spring Security OAuth2 Client. I have the following configuration:
spring:
security:
oauth2:
client:
registration:
twi...

cbender
Votes: 0
Answers: 1