Tagged Questions

A problem caused by naive search/replace censorship, turning classic into clbuttic - related to the Scunthorpe problem.

learn more… | top users | synonyms

13
votes
17answers
2k views

What is the origin of the term “baller” which means “pointer”? [closed]

I've seen the term "baller" used in a couple of C++ interview tests. It means "pointer" as best as I can tell from questions like "Describe the difference between a baller and a reference." I thought ...
2
votes
3answers
212 views

How to detect abusive comments on my website

I have my website where i have given user to share their status how can i detect that if any abusive or slang words are used so block that comments. Is there any library or trick to detect such kinda ...
1
vote
1answer
69 views

Vim: Replace inside a replace

How do you replace inside a replace. I know you can get the current word under the cursor into the replace, but I want to perform a replace on it before having it as the output. For example: Having ...