Coding Challenge of the week
-
As something a little different we've launched a coding challenge of the week. A weekly simple programming problem that should take no more than half an hour or so, with the best answer winning a CodeProject T-shirt. The first challenge is up, and it's culled directly from a problem we faced internally: Coding challenge: bad word filter[^] If anyone has any small programming challenges they'd like to submit for the next challenge please send them to me (chris@codeproject.com).
cheers Chris Maunder
-
As something a little different we've launched a coding challenge of the week. A weekly simple programming problem that should take no more than half an hour or so, with the best answer winning a CodeProject T-shirt. The first challenge is up, and it's culled directly from a problem we faced internally: Coding challenge: bad word filter[^] If anyone has any small programming challenges they'd like to submit for the next challenge please send them to me (chris@codeproject.com).
cheers Chris Maunder
-
As something a little different we've launched a coding challenge of the week. A weekly simple programming problem that should take no more than half an hour or so, with the best answer winning a CodeProject T-shirt. The first challenge is up, and it's culled directly from a problem we faced internally: Coding challenge: bad word filter[^] If anyone has any small programming challenges they'd like to submit for the next challenge please send them to me (chris@codeproject.com).
cheers Chris Maunder
-
Nice try, but that code doesn't take sunshines into consideration! :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
I almost started a stopwatch to see how long it would take for that comment ;)
cheers Chris Maunder
-
I almost started a stopwatch to see how long it would take for that comment ;)
cheers Chris Maunder
Does that mean I won a T-shirt for posting first? :laugh:
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
As something a little different we've launched a coding challenge of the week. A weekly simple programming problem that should take no more than half an hour or so, with the best answer winning a CodeProject T-shirt. The first challenge is up, and it's culled directly from a problem we faced internally: Coding challenge: bad word filter[^] If anyone has any small programming challenges they'd like to submit for the next challenge please send them to me (chris@codeproject.com).
cheers Chris Maunder
How long until someone copies and pastes the question in an attempt to get someone else to do the work for them.
-
How long until someone copies and pastes the question in an attempt to get someone else to do the work for them.
-
Exactly ! If it works and Chris gets by with it by only giving out a T-Shirt, I think we can name it a good deal.
-
As something a little different we've launched a coding challenge of the week. A weekly simple programming problem that should take no more than half an hour or so, with the best answer winning a CodeProject T-shirt. The first challenge is up, and it's culled directly from a problem we faced internally: Coding challenge: bad word filter[^] If anyone has any small programming challenges they'd like to submit for the next challenge please send them to me (chris@codeproject.com).
cheers Chris Maunder
Chris Maunder wrote:
The first challenge is up
I suppose we unit test using Michael's posts ?
Chris Maunder wrote:
If anyone has any small programming challenges they'd like to submit for the next challenge please send them to me
Awesome, free workforce !
-
As something a little different we've launched a coding challenge of the week. A weekly simple programming problem that should take no more than half an hour or so, with the best answer winning a CodeProject T-shirt. The first challenge is up, and it's culled directly from a problem we faced internally: Coding challenge: bad word filter[^] If anyone has any small programming challenges they'd like to submit for the next challenge please send them to me (chris@codeproject.com).
cheers Chris Maunder
When I read this, I just had to think of this: http://thedailywtf.com/articles/The-Clbuttic-Mistake-
-
Easier.
if(str.length() > 0) { str = ""; }
It's impossible filter for every single word that people may find offensive, so you need to get rid of them all. eg. "I like Ds. Big Ds. I like to think long and hard about Ds." Gets past pretty much every word filter there is.
-
Easier.
if(str.length() > 0) { str = ""; }
It's impossible filter for every single word that people may find offensive, so you need to get rid of them all. eg. "I like Ds. Big Ds. I like to think long and hard about Ds." Gets past pretty much every word filter there is.