-
Notifications
You must be signed in to change notification settings - Fork 36
Week 2 Homework
DimelsaM edited this page Oct 27, 2014
·
30 revisions
- Post a link to documentation of your assignment. This could be a version of your work that runs online or a blog post with written / visual description of your work.
- Place a copy of your code in our class' shared dropbox folder. (Look for it in email.) This is so that we can run or debug in class if necessary.
- Practice Regular Expressions! If you are stuck for an idea, here are some suggestions:
- Take your code from week 1, expand and rework it using Regular Expressions.
- Taking inspiration from the Pirate Translator, re-imagine a text using regex search and replace.
- Create a program that performs Mac Low's Diastic reading of a text
- Write a regular expression that matches any e-mail address.
- Take that regular expression and do a search and replace so that any e-mail address is made into a “mailto:” link.
- Create an example that reads an HTML page and removes any markup and leaves only the raw content.
- Adapt the regex tester to be a search/replace tester.
- Create a regex that matches only code comments in code.
- Add a link below.
If you are struggling with something, write about it below and it will help me organize material for class. (Name optional.)
- your question here
- Your Name -- your work -- any comments about your work
- Ben --
- Billy -- [Blog Post] (http://ddaanngg.com/2014/09/18/a2z_wk-02/)
- Clara --
- Danqing -- [Blog Post] (http://www.wangdanqing.com/?p=680)
- Diana --
- Alejandra --[blog] (http://www.dimelsamedina.com/ITPBlog/programming-a-to-z-what-did-you-said/)
- Karen --
- Moon --
- Karam -- Blog Post | Github | Site
- Kate --
- Neva -- [dropbox] (https://www.dropbox.com/home/a2z_2014/week2_homework/neva) | [blog] (http://nevaneva.net/2014/09/25/what-you-love-should-put-in-a-poem/)
- Luna --github
- Sharang --"Jabberwocky"
- Sharon -- [Blog Post] (http://itp.unoseistres.com/?p=864)
- Susanne -- [Blog Post] (http://www.forchheimer.se/susanne/ITP/?p=441)
- Woonyung --Blog Post + Links
- Claire -- github of week 2 homework, github of updated homework from week 1
- Jinyi -- [site] (http://ginnyfu.com/itpHW/aToZ/homework2/) | detects email address, however bug exists
- Sagar -- [Site] | Github