|
Daily Mail asks: Are games creating a generation of murderers?
Own survey says no. Also: Cheryl Cole owns hotpants.
"Are games creating a generation of murderers?" Asks the Daily Mail's latest anti-games headline. 'That's not what I'm claiming', says ...
Started by Dr. Zoidberg on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at blueguerilla):
To differentiate fiction from reality, I highly disagree that video games are training a generation to kill.
|
|
Daily Mail asks: Are games creating a generation of murderers? "Are games creating a generation of murderers?" Asks the Daily Mail's latest anti-games headline. 'That's not what I'm claiming', says the man behind the survey it's based on.
Brad Bushman...
Started by wraggster on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at dcemu):
|
|
I work for a doctor and am looking for a solution to speed up his process of composing medical reports. Most of the text in the medical reports are redundant and should be able to be generated by a selection process
What I would like is to present him...
Started by Aheho on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
I can think of these options:
XMLFO Mail-Merge with MS Word.
In our case we work with a specific form template, but they may be out of your price range .
Are some options for PDF generation on .Net.
|
Ask your Facebook Friends
|
Use case: the "I forgot my password" button. We can't find the user's original password because it's stored in hashed form, so the only thing to do is generate a new random password and e-mail it to him. This requires cryptographically unpredictable random...
Started by rwallace on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Take a look at Random.org if you feel that....
There's a whole bunch of them right here , in the comments section .
Mt_rand()));
Should perform faster, and still very secure.
I think sha512 is too much for it, if you use:
$secureHash = sha1(uniqid($seed .
|
|
Hi,
I am trying to create a unique CD-KEY to put in our product's box, just like a normal CD-KEY found in standard software boxes that users use to register the product.
However we are not selling software, we are selling DNA collection kit for criminal...
Answer Snippets (Read the full thread at stackoverflow):
Method of key generation in the first place and it's relatively cheap, it's certainly worth a look.
|
|
Hi. I'm looking for a tool which can generate makefile for a C/C++ project for different compilers (gcc, microsoft vc++, borland etc) and different platforms (Win, Linux, Mac).
Started by Serge on
, 11 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
G'day,
Automatic generation of (M|m.
It's fairly simple and seems to work well.
With some success.
|
|
I need to generate some passwords, I want to avoid characters that can be confused for each other. Is there a definitive list of characters I should avoid? my current list is
il10o8B3Evu![]{}
Are there any other pairs of characters that are easy to confuse...
Started by Aidan on
, 12 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
I usually have a button allowing the generation of a new password if the one presented several years ago, I had to generate random, secure passwords that were then mail-merged into documents by my client and sent by....
Imagination).
|
|
I used LaTeX for writing couple of white papers while I was in grad school. From that I have a really good impression about it in terms of what LaTeX allows user to do, especially the fine control it provides over formatting, etc.
Now I am debating whether...
Started by codelove on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Built a platform for report generation that uses plain TeX (specifically the MiKTeX implementation.
|
|
FS: 5th Generation DC Sports Front Strut Bar I purchased this strut bar from a member on the Forum..It was never installed on my prelude and is in mint condition..Only looking to get back the original amount that I paid for this item..If interested please...
Started by Franco on
, 15 posts
by 3 people.
Answer Snippets (Read the full thread at hondaprelude):
Re: FS: 5th Generation DC Sports Front Strut Bar bump Re: FS: 5th Generation DC Sports Front Strut Bar bump Re: FS: 5th Generation DC Sports Front Strut Bar what's wrong with it? Re: FS: 5th Generation DC Sports Front Strut....
|
|
There is a bug in Firefox (even in the new betas and in minefield releases) which prevents the caching of certain files because of the algorithm for creating a key in their cache hash. Here is a link to the source code of the function .
I want to ensure...
Started by jedierikb on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
From the bug "similiar enough" seems to mean every 4 characters... .
From what I understand of just reading the bugzilla entry, the bug manifests when two distinct problems occur:
Their hash algorithm generates collisions for urls that are "similar enough".
|