Márton Vincze
Márton Vincze
Can confirm. I don't want to pollute my system with another VS yet, but if nothing else works, I will resort to installing 2015.
I have no TFS repositories available currently as I have managed to move everything to git with your tool and never looked back, but I might be able to spin...
Some update on this one, it seems that it does not add the torrent if clicked in firefox but adds if clicked in chrome which is weird.
I was recently working on a project where we needed something like this and we did some exploration. Let me recap most of it: There are a few methods preventing...
A reason to work on sm micro. I remember I have seen a captcha which included minigames, but I'm not able to find it. Only [this](http://sweetcaptcha.com/) which is similar but...
It would be very easy to implement this using only javascript, like: ``` javascript var regex = new RegExp('/' + window.location.host + '/'); $('.usercontent a').each(function () { if (!regex.test(this.href)) {...
I would go for 1. Either a [recruiting parser](http://bbcparser.recgr.com/manual.php) style bbcode, where every line is a list item. 2. Or try to enforce valid html, with `[*]` tags only working...
I heard very good things about this from the wordpress community. It's very clever and actively maintained, filters nearly every spam with very few false positives. A very basic [autoban](http://www.youtube.com/watch?v=e11h73WhqK4)...
I thought I requested this already, but it seems I changed my mind or just forgot to submit the form. It would be very good to have.
The biggest problem with this is that the current post deletion is done by a simple GET request. This opens up the possibility of someone redirecting you to delete your...