Options:
- # Session Start: Sat Oct 12 22:39:26 2013
- # Session Ident: #html5
- # [22:39] * Now talking in #html5
- # [22:39] * Topic is 'Ask any question about HTML5 & Friends || HTML5 Spec for Developers: http://developers.whatwg.org || Also: http://html5rocks.com http://diveintohtml5.info http://mzl.la/9giLwR || Channel logs: http://j.mp/cG7UDa'
- # [22:39] * Set by marienz!marienz@freenode/staff/marienz on Fri Oct 21 21:53:09
- # [22:39] * Quits: vincentjr (~vincentjr@c-98-255-199-253.hsd1.ca.comcast.net) (Quit: vincentjr)
- # [22:40] * Quits: frustrum (~frustrum@128.54.214.164) (Quit: WeeChat 0.4.1)
- # [22:43] * Quits: haiQt_ (~haiQt@78-21-0-106.access.telenet.be) (Read error: Connection reset by peer)
- # [22:44] * Joins: mdel (~mdel@unaffiliated/mdel)
- # [22:47] * Quits: patson` (~mIRC@dyn72-158.yok.fi) (Read error: Connection reset by peer)
- # [22:51] * Quits: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com) (Ping timeout: 245 seconds)
- # [22:52] * barking_cat is now known as barking_dog
- # [22:52] * Quits: arietis (~arietis@188.242.181.162) (Quit: Textual IRC Client: http://www.textualapp.com/)
- # [22:53] * Quits: ren_hope (~ren@173.74.159.41) (Ping timeout: 240 seconds)
- # [22:54] * Joins: kmels (~kmels@190.148.121.135)
- # [22:55] <kmels> hi, i'm rotating an image with setInterval by 1 degrees every millisecond; after some time it becomes slow, is there a way to clear the drawing stack of the canvas?
- # [22:56] <kmels> clearRect does not cut it
- # [22:56] * Quits: jsbkkj (~jsbkkj@host86-130-238-91.range86-130.btcentralplus.com) (Quit: jsbkkj)
- # [22:57] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Quit: Ex-Chat)
- # [22:58] * Quits: roadt (~roadt@60.168.88.137) (Ping timeout: 240 seconds)
- # [22:58] * Joins: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com)
- # [23:02] * Quits: Andre_designer (~Thunderbi@82-170-146-165.ip.telfort.nl) (Quit: Andre_designer)
- # [23:05] * Quits: u0m3 (~u0m3@109.96.187.73) (Ping timeout: 265 seconds)
- # [23:07] * Joins: jumperswitch_ (~jumperswi@ip-109-47-2-230.web.vodafone.de)
- # [23:09] * jalcine is now known as jalcine_
- # [23:09] * Quits: longbeach (~mike@AFontenayssB-152-1-50-18.w82-121.abo.wanadoo.fr)
- # [23:10] * Quits: jumperswitch_ (~jumperswi@ip-109-47-2-230.web.vodafone.de) (Client Quit)
- # [23:10] * Joins: SteveF (~chatzilla@cpc3-nmal20-2-0-cust916.19-2.cable.virginmedia.com)
- # [23:11] * Quits: jumperswitch (~jumperswi@ltea-047-065-024-081.pools.arcor-ip.net) (Ping timeout: 265 seconds)
- # [23:13] * Quits: basmoura (~basmoura@186-247-154-158.user.veloxzone.com.br) (Quit: Computer has gone to sleep.)
- # [23:17] * Joins: TheGallery (~TheGaller@athedsl-216794.home.otenet.gr)
- # [23:26] * Quits: TheGallery (~TheGaller@athedsl-216794.home.otenet.gr) (Quit: Leaving)
- # [23:27] * Joins: PaulCapestany (~PaulCapes@204.28.124.82)
- # [23:31] * Joins: P1RATEZ (piratez@CPE602ad086e9b5-CM602ad086e9b2.cpe.net.cable.rogers.com)
- # [23:35] * Joins: u0m3 (~u0m3@92.80.65.121)
- # [23:36] * Joins: shashank_rs (~Thunderbi@14.139.122.114)
- # [23:39] * Joins: ren_hope (~ren@pool-173-74-159-41.dllstx.fios.verizon.net)
- # [23:44] * Quits: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com) (Ping timeout: 245 seconds)
- # [23:48] <P1RATEZ> attempting to make a regular expression to match 123-123-12345 x1234, where x1234 is optional [0-9]-[0-9]-[0-9] ?x(?:[0-9]){4}
- # [23:52] * Quits: Jon47 (~Adium@pool-108-18-206-254.washdc.fios.verizon.net) (Quit: Leaving.)
- # [23:56] * Quits: frozenice (~frozenice@unaffiliated/fr0zenice) (Remote host closed the connection)
- # [23:56] <mdel> P1RATEZ, this should get you closer, but you are missing some fundamentals: [0-9]+-[0-9]+-[0-9]+\s?(x[0-9]{4})?
- # [23:56] <mdel> that is not testing the length of the first 3 segments, only allows 1 space, etc
- # [23:59] * Joins: carif (~mcarifio@cpe-74-78-54-137.maine.res.rr.com)
- # Session Close: Sun Oct 13 00:00:00 2013
The end :)