background preloader

Javascript

Facebook Twitter

CodeMirror. Using a JavaScript Profiler for Fun and Profit: HTML5 Canvas Example. This is a gentle introduction on how and why to use performance profilers that are part of many modern browsers. JavaScript profilers are browser features or add-ons that allow you to determine what parts of your code are fast or slow. They can help you to identify unnecessary or extraneous code that needs to be refactored. They can also be used to benchmark two or more ways of accomplishing the same task, or to determine if a certain effect is the reason for a webapp’s slowness. Index. JSHint, A JavaScript Code Quality Tool. Nude.js: Nudity Detection with JavaScript. When I first heard about nude.js, the client side nudity detection software, I was very skeptical for a number of reasons: Ideally, nudity detection should be done on the server side so that adult materials don't make it to the client at all.I don't have faith in automated nudity detection as a whole (which, as a programmer, may seem stupid)Would nudity in greyscale imagery be detected?

nude.js: Nudity Detection with JavaScript

How accurate can the detection be? If you did detect nudity in an image, what would you do? Magnusvw/hollywoodr - GitHub. Learning Advanced JavaScript.