I imagine that was made in.

  Elvis: It takes longer to write the thing being pasted Elvis: Than it does to paste it Defusco: Sillyslux: I've been looking in the debug section thing Gallon: Oh i see, that firefox builtin thing Defusco: Firebug, everyone told me no one uses that ha Defusco: I can see…

Also, amdahl’s law def..

  Fylnn: Style.sheet.cssRules0.cssText has the css definition Defusco: Sillyslux: ah **** - is this the no-css / reset css thing that some people use? Cutright: It's style.sheet not style.styleSheet Defusco: Sillyslux: ooo I'll test that Defusco: Sillyslux: ha ok, now it goes into the if ; Defusco: So this if…

So this ‘if’ isn’t an.

  Setter: I had to use bit logic to make a buffer that could use bits instead of bytes Wojtanowski: If ~"abc".indexOf"d" { true } else { false} Regier: That way if it finds nothing and returns -1, the ~ will make it into 0, which evaluates as false Wojtanowski:…

I read a blog post about it.

  Pieratt: I'm not sure what i'm doing wrong here Kosin: But i want to use a regex inside a switch statement Kirksey: So, where window.location ends with 'page=account', i want to alert'asdf' Derosie: Code: http://pastebin.com/ZYyss7CN Shanahan: It always runs default tho Kubu: You can't do "case page.test'page=account$'" Molinas: Sillyslux:…

I hope someone can make a.

  Bruso: Tcsc dude lol your diagram helped me a lot, I started making better sense of other recursions as well, I was working on this for an hour and I draw this beautiful masterpiece, it looks correct right? https://repl.it/BIxE/1 Elvis: It looks correct at rough glance. does it work?…

No that’s.

  Elvis: I guess i was ***uming it was more of a tweakable parameter that you adjust based on the output, as opposed to something where you look at the values and come up with something Keough: Like say you have the home state that the url is /, and…

How can i create a page.

  Elvis: Gillice: you probably want to bucket them so that close together floats are identical Tolbent: But it'll be looking for 4.839 exactly, for example, not 4.839000000000000000000002 Elvis: Are considered identical* Follick: Deltab: http://postimg.org/image/49u7a0iif/d0d55d58/ strange strange Quittner: I need to figure out how to do that efficiently for multiple…

So I add the difference to.

  Mccamey: So I tried #webdev, then here Whittle: Is there a name for a back-end feature that help save you time creating GUIs? Or is that generally done entirely on the front-end using raw data obtained via API requests? Kupihea: Larrydavid: you can also generate DOM objects on the…

Well #node.js wouldn’t give.

  Nardella: In the browser, but any suggestions on what to use in the back-end to make my life easy? Floran: DOM Objects are the javascript objects created from parsing the HTML do***ent? Bavzee: Wikipedia is not giving enough information to answer that question Goyette: Django_, your editor must have…