search for: fooooo

Displaying 2 results from an estimated 2 matches for "fooooo".

Did you mean: sooooo
2002 Sep 28
2
Problems with lower and uppercase filenames
...up "without loops"). * If I drag and copy a file from the windows explorer, lets say "foo.txt", the new file becomes "COPY OF FOO.TXT" All the characters in uppercase. * If I move the file to another directory in the share, the case is kept. * If I rename a file to fOooOo.tXt, the case is kept. * If I use Notepad and save a new file in the share, it goes all to UPPERCASE!!! * If I use Wordpad, however, it respects the case... * Other programs behave in different ways... The main problem (and what started all this) is that my Java IDE has the "all to upperca...
2007 May 31
28
Another attempt for a succinct model validation DSL
On 5/28/07, David Chelimsky <dchelimsky at gmail.com> wrote: > The behaviour you''re trying to describe is that the User should > require that passwords bear certain qualities - in this case a length > between 5 and 40. So you need to ask yourself how the User should > behave when this requirement is violated, and then specify that it > behaves that way. > >