regexes
Here are a couple of regexes I made a while back. I used them with quite a bit of success (not perfect, but do well), so I'd thought I'd shareEmail regex: "[A-Za-z0-9\\.] + (\\[at\\] | \\s\\[at\\]\\s | \\s\\@\\s | \\@) + [A-Za-z0-9\\.] + (\\[dot\\] | \\s\\[dot\\]\\s | \\s\\.\\s | \\.) + [A-Za-z0-9\\.]+"
Website regex: "( (http://www + \\.) | (http://) | (www + \\.) | ( \\s ) | ( \" | = ) ) + [A-Za-z0-9\\.] + \\. + [A-Za-z0-9\\.]+"
Both of these I compiled in Java 6 and are found in my WebCrawler program. When compiling in Java, be sure to add in the Pattern.COMMENTS parameter lest they give an error.
myspace page viewer
some pdfs
book on assembly (pdf)apcs autumn final project(pdf)