python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Comments section not forming in Laravel
My comments section is not forming in Laravel. I get "The POST method is not supported for this route. Supported methods: GET, HEAD, PUT, PATCH, DELETE.", but I do not have POST method anywh...
unknown
Votes: 0
Answers: 2
Use emacs To Process Code From Command Line
Is it possible to filter content from source files using emacs from command line. For instance, if you want to use emacs to filter out comments from code, can this be done just from command line?
My u...
Timothy C. Quinn
Votes: 0
Answers: 1
Can't understand what Javadoc is
I can't understand what 'Javadoc' is.
I wanted to know the difference between the /** */ and /* */ comments in the first place.
When I saw the answer in here, It said something about HTML and APIs in...
Super Coder
Votes: 0
Answers: 3
how to add surrounding comments to an element in a list
fruits = CommentedSeq()
fruits.append('banana')
fruits.yaml_set_comment_before_after_key(0, 'comments above', after='comments below')
yaml.dump({'fruits': fruits}, sys.stdout)
I'd like the output to ...
Nowibananatzki
Votes: 0
Answers: 1