Programmer Pissing Contest 2015



Nothing on that page works for me.


The only thing that should be working right now is the average/present viewers and the graph for stats that is generated when a game is selected.

Edit: Damn, I see an issue with modulus being slow as fuck. Using that free trial plan atm. #peasantlife Only querying ~2000 rows of data and the actual queries are happening fast, just being served achingly slow. Will look at it a bit later. Should still work after 3-4 seconds for the time being.
 
Updates;

I've managed to grab time in the last two days to work on the project.

Might be able to grab some more today, want to push to github soon (although it will still be extreme alpha).
 
More like programmer pissing in the wind contest at this point, amarite?

Yep, looks like it. I'm just going that bitcoin CMS I was talking about earlier, as I can't think of anything else to do, and it's something I was planning anyway. Got some hours into it, but it's a decent sized project, and I'm not willing to rush it because I actually care about this project, so it'll be done when it's done.

Or if anyone needs a small desktop app that does whatever, let me know, and decent chance I'll happily throw it together for free. No bots, spiders, crawlers, etc... though, as they're a pain, and they generally break within a few months anyway when the target(s) change their side. Unless it has a legit API available of course, then I can do it.
 
Or if anyone needs a small desktop app that does whatever, let me know, and decent chance I'll happily throw it together for free.

Well, domain extractor.

In: a list of url's in any possible formats (and maybe emails).

Out: a list of domains.

So it would strip everything before the domain name ( http://, https://, www., ww2., .*?@ etc, but also subdomains ) and after the domain name ( this is easier, \/* )

The catch is in two points here:

1. Needs to recognize TLD's. That from kioppa.matt.govt.nz it would extract matt.govt.nz, and from kioppa.matt.govt.ru - govt.ru .

Here is a list of TLD's that people recommended on Stackoverflow:

2. Needs to work fast and gentle with huge massives, like 100's K's lines and if possible Mil's, without stuffing the system.

Would be nice.


.
 
Sorry, but no. Too small, and a shit project that doesn't showcase someone's skills. Any $10/hour amateur off oDesk can throw that together.

I can maybe do your Google Analytics aggregator though, and maybe combine it with MSTeacher's alert bot, or something. Just have a little icon sitting in your notification tray, same as Skype, and upon clicking it a window pops open showing all the traffic humming along to your sites, etc. That wouldn't be too bad, I guess.
 
let's build goroutines / channels, in a language agnostic way, using multiple cores, I guess communicating using unix sockets.
 
Still have a bunch of things to iron out, but it's getting there.

NrdiDnJ.png


2vJMXBe.png