Top "Comments" questions

A comment is a programming language construct used to embed non-compiled, programmer-readable annotations in the source code of a computer program.

TODO comments in rStudio

is there a way to list ToDo comments in rstudio? Before I used eclipse and really loved to put some # …

r rstudio comments todo
Effects of comment (#) lines before and/or after the comment-like #!/bin/sh line

Example one #!/bin/sh # purpose: print out current directory name and contents pwd ls Example two # purpose: print out current …

shell comments sh shebang
Function commenting conventions in R

I'm fairly new to R, and I have been defining some of my own functions in script files. I'm intending …

r conventions comments
YUI remove javascript comments

I need to remove comments (the "// This is a comment" like comments) from some Javascript code, I'm using YUI compressor, …

javascript comments yui-compressor
Convert PHP closing tag into comment

One of the lines in my script contains a PHP closing tag inside a string. Under normal operation this does …

php regex tags comments
How to integrate Disqus in my Android App?

I am developing an android app for a web-site. The web-site supports Disqus for commenting service. I want to support …

android comments disqus
Add comments to PDF files automagically with regular expressions

I've been grading academic papers for a couple of years now and I've started to see numerous patterns in spelling …

regex pdf annotations comments ghostscript
mysql structure for posts and comments

I've read several tutorials, documentations about mysql, db structures and also I'm using it via php for weeks. Now I …

mysql comments posts
Are Pascal comments supposed to nest?

I have a compiler homework question that wants me to draw a DFA for Pascal comments, but I have never (…

comments pascal