Search Results

0
votes

Sample code for using mac camera in a program?

Quartz Composer is also a pleasant way to capture and work with video, when it's applicable. There's a video input patch. Quartz Composer is a visual programming environment that integrate …
7
votes

Random string that matches a regexp

Welp, just musing, but the general question of generating random inputs that match a regex sounds doable to me for a sufficiently relaxed definition of random and a sufficiently tight definition of …
0
votes

Opinions on using My as a class name prefix

As far as I've ever seen, My is a prefix used in sample code that indicates "your stuff goes here". It's kind of like foo. Teaching purposes only. …