Displaying 3 results from an estimated 3 matches for "marick".
Did you mean:
magick
2006 Feb 02
5
Fwd: win32-clipboard and Unicode zero bytes
Hi all,
I''m forwarding this message from Brian Marick. If you
run this test script and then paste the results into a
Unicode aware text editor, you''ll notice that it only
prints one character instead of three.
I tried changing the strlen to _tcslen and strcpy to
_tcscpy, but that didn''t help. I mucked around a bit
with the MultiBy...
2007 May 31
28
Another attempt for a succinct model validation DSL
...se/66478
And also, a simpler multi-field version: http://pastie.caboo.se/66510
Notice how checking all three sides of each boundary is so simple and
succinct that there is almost no excuse not to do so. Also, after
noticing how similar the multi-field validation is to a fit-table or
some of Brian Marick and zenspider''s recent blog entries, I decided
that further simplification was necessary/desirable. :-)
Consider this my request for comments on the syntax. Hopefully I''ll
have time to put my code where my mouth is and create a rspec
extension to do this in the near future. :-...