I write a lot of Rails apps these days and would like to have vim add header comments to all the code I work on..
XCode 4 recognizes开发者_JAVA百科 comments like // TODO: comment or // FIXME: comment and displays it in the Class overview drop-down.
At the start of a python file (first line) sometimes I read # -*- coding: utf-8 -*- and sometimes I read
I am searching for the best and easiest way to have the client side be able to \"post\" text to a server side file (.txt) and then save it to the text file. I would like to set up a simple board to po
I recently upgraded a large Django install from 1.1 to 1.3. In the Comments app, they added a caveat so only Superusers get the Delete Action.
I have been working on a project where I\'ve been developing the MySQL commands interactively. I now want to run the MySQL commands using a PHP script. I do this by simply pasting in the MySQL command
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
How would I make my own cu开发者_开发知识库stom templates/forms for the built in Django Comments Framework?If you just want to override (specific) templates put them in templates/comments (a technique
I need to remove all JavaScript comments from a JavaScript source using the JavaScript RegExp object.
I\'m confused about the way that SQL Server Management Studio saves the comments of views, stored procedures, etc.