|
I have 3 hedgehogs. But I have a request for every hedgehog lover/mum & animal lover.
I saw this going around on tumblr, being a hedgehog mum and lover. I thought I'd spread it around. Just simply go to the youtube channel, click the video and report ...
Started by lxlKurai-himelxl on
, 13 posts
by 5 people.
Answer Snippets (Read the full thread at gaiaonline):
I encourage all not to do animal abuse but haven't you noticed that most.
Mrgreen mrgreen it's mostly bumps.
Report this video! ninja ninja Report the video if you're against animal abuse.
|
|
Child sexual abuse is a far larger social issue than just Sandusky and Penn State. It occurs on a scale that most of us do not realize. It occurs to boys as well as to girls, a fact often denied. The victims often deny it occurred.
Dr. George Reardon ...
Started by TollandRCR on
, 19 posts
by 7 people.
Answer Snippets (Read the full thread at thefogbow):
Those who choose not to fail each-to-be-embroiled-in-sex-abuse....
It's the pattern of campus cover-ups of sex abuse that should enrage us."</u></a>
<div of abuse of power make a positive contribution to their community.
|
|
XML has its uses.
What is the worst abuse of XML that you have seen? What about XML made it so unsuitable for the task?
Started by WW on
, 23 posts
by 23 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't see a point in introducing a new language .
The worst abuse there is, but it is still pretty bad.
|
Ask your Facebook Friends
|
Lots of websites in the wild seem to abuse their visitors by automatically starting flash based advertisements / trailers and the like. What are the defenses modern browsers offer, for example,
Disallow automatic playing for a specific URL / site/ domain...
Started by Vyas Bharghava on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I think that currently, what ultimately curbs this behavior is social - I've only seen an ad banner with auto-playing... .
I don't think any current browsers offer any features like this - what happens inside a plugin is basically beyond the browser's concern .
|
|
In C# you can create getter/setters in a simpler way than other languages:
public int FooBar { get; set; }
This creates an internal private variable which you can't address directly, with the external property 'FooBar' to access it directly.
My question...
Started by byte on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
And to be honest, I don't really see what you mean, as I can't see how abuse to me, even if it's minor....
There is no "abuse" in simply not writing the field manually; and it is good to encourage all!
I haven't seen any abuse of it.
|
|
What is the worst real-world macros/pre-processor abuse you've ever come across (please no contrived IOCCC answers *haha*)?
Please add a short snippet or story if it is really entertaining. The goal is to teach something instead of always telling people...
Started by Trevor Boyd Smith on
, 59 posts
by 54 people.
Answer Snippets (Read the full thread at stackoverflow):
They clued in that it ....
Sigh).
Over 10 years ago now) function inside of a method (because they didn't want the overhead of calling strcpy.. .
Define private public
The worst one I saw was the non-use :-)
Someone wrote a strcpy (I think that was it.. .
|
|
I'm pretty sure that there have been developers in the past that have severely abused our poor friend ASP.NET session state. Session would love to help track things between requests, but can only do so much! Please help me ease its pain so that it can...
Started by Scott Holden on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
By doing a code walk-through, you can easily identify what... .
I am not currently aware of a tool to monitor Session sizes, but I do recommend code walk-through's before releasing your application to the masses .
I agree that Sessions are being abused.
|
|
Hey everyone, I run an image hosting website and I'm designing an API for it. My concern is that I don't want anyone to be able to do something like:
while(true) { Upload(); }
and spam/DoS the site.
My current solution is to limit all IP addresses to ...
Started by Alan on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
At one company I worked for, we implemented throttling for all non-paying... .
If you don't want to implement user accounts, how about having those that want to use the api sign up for an api key/secret, which you can use to rate limit with .
Check out OAuth.
|
|
I'm developing a small freeware application which can display text in a special structure. (bible texts, to be specific)
Lately I discovered that some users use my application to view texts protected by copyright and some are even providing downloads ...
Started by DR on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How do you communicate that the developer has very limited options to prevent abuse?
License.
Manufacturer.
|
|
I've been working on a web app that could be prone to user abuse, especially spam comments/accounts. I know that RECAPTCHA will take care of bots as far as fake users are concerned, but it won't do anything for those users who create an account and somehow...
Started by Kenji Crosland on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
When this column reaches a predefined value, you could.
Cache column such as "abuse_count".
|