Questions tagged [profanity]

A sacrilegious word, or more generally an offensive word. In the SO context, a word that may be filtered out of forum postings etc.

Profanity is something that is profane, a synonym of sacrilegious. From the Latin profānus: outside the temple, from pro- + fānum temple

64 questions
-1
votes
2 answers

scanning incoming traffic/packets before they get to an app

I'm trying to develop an app (profanity filter) that would allow me to scan incoming traffic/packets coming into an iPhone before it goes to an app such as Facebook, Twitter, Text Messaging, etc. Is this possible and if so, could someone please…
-2
votes
2 answers

Profanity Filter with ReactJS

Consider the following code: /* eslint-disable array-callback-return */ /* eslint-disable no-unused-expressions */ import React from 'react' import './App.css'; let swear =…
HASEEB Ahmed
  • 109
  • 3
  • 12
-2
votes
2 answers

How to handle flagged content in a community?

On a multi-lingual community with almost only user-generated content, is there a commonly used way to treat flagged content (profanity, racism, general illegal stuff etc)? As there will be a lot non-english content, the only way to handle the…
SkaveRat
  • 2,124
  • 3
  • 18
  • 34
-3
votes
1 answer

Accessing variable from one class from another

I want to use a variable out of file "a" in file "b". I searched online a bit but it still doesn't work. So I got the file bot.cs and the file profanityFilter.cs. In the profanityFilter.cs I want to use the incomingMessage from bot.cs. bot.cs: class…
Lexumi
  • 11
  • 2
1 2 3 4
5