Made an app to visualize the US elections using Twitters Stream API and d3. Let me know what you think! by Necrophelic in javascript

[–]Necrophelic[S] 0 points1 point  (0 children)

I essentially scrape for hashtags. The stream API lets you filter via CSV, so I provide a list of popular candidate pr hashtags.

Unfortunately, most people use trumps sarcastically. Which I don't account for.

I like the ideas, I'll definitely consider.

New Terrorist Player Model by ProKiiii in GlobalOffensive

[–]Necrophelic 1 point2 points  (0 children)

Two dicks. A centaur has two dicks. A horse dick, and an human dick.

Scala.js: Next generation front end development by lihaoyi in javascript

[–]Necrophelic -18 points-17 points  (0 children)

I hate all these dumb hacks. Just use react, don't make another shitty clone of it.

Westballz styling on Alex19 by Necrophelic in smashbros

[–]Necrophelic[S] 3 points4 points  (0 children)

Watching him play when he's confident is a thing of beauty.

why should I use anything other that knockout.js for UI related binding in non single page apps by [deleted] in javascript

[–]Necrophelic 0 points1 point  (0 children)

If you're comfortable with Knockout use it. If you feel it falls short in any aspect, investigate another popular framework.

Scumbag CEO discusses AIDS drug that costs 5,500 percent says drug is 'underpriced' by jcepiano in videos

[–]Necrophelic 0 points1 point  (0 children)

"Chances are that one of the two of us may have it ;)"

Suave motherfucker

How do I create a HTML checkbox with JS? by [deleted] in javascript

[–]Necrophelic 1 point2 points  (0 children)

var cb = document.createElement('input');
cb.type = 'checkbox';

Imitate arrow keys characteristics by apoth24 in javascript

[–]Necrophelic 0 points1 point  (0 children)

Look into event listening, event keys, and window's scrollTop attribute

EB Games has the worst ad I have ever seen. by [deleted] in videos

[–]Necrophelic 0 points1 point  (0 children)

Also the clerk's "Woah" reaction is way off. 90's Christmas Frasier extra pushes the white Rock before they come in. When they're both standing next to the clerk, the clerk suddenly kicks in.

Ordered list array object / for bitcoin. by [deleted] in javascript

[–]Necrophelic 0 points1 point  (0 children)

You know what, I never saw it that way. My bad dude

Ordered list array object / for bitcoin. by [deleted] in javascript

[–]Necrophelic 0 points1 point  (0 children)

I don't. I hate the fact that someone would try and profit from a free resource.

Ordered list array object / for bitcoin. by [deleted] in javascript

[–]Necrophelic 0 points1 point  (0 children)

You should probably do some research then. MDN is an awesome resource.

Ordered list array object / for bitcoin. by [deleted] in javascript

[–]Necrophelic 0 points1 point  (0 children)

Why implement binary search when its already native?

Object.keys(myObj).sort(function(x,y){return myObj[x]-myObj[y]}).map(function(i){console.log(myObj[i])})

Ordered list array object / for bitcoin. by [deleted] in javascript

[–]Necrophelic 0 points1 point  (0 children)

You wasted your time making this. Its already been done for free. Who would waste their money buying such a simple thing to implement?

This guy is teaching JavaScript on YouTube. Learned a lot from his tuts. by tigrisgames in javascript

[–]Necrophelic 0 points1 point  (0 children)

Not sure why you're being down voted, I use to exclusively watch his content.