Nikolay Kostov

Results 38 comments of Nikolay Kostov

http://forums.academy.telerik.com/177403/%D0%B8%D0%B7%D0%BF%D0%BE%D0%BB%D0%B7%D0%B2%D0%B0%D0%BD%D0%B5-ideletableentity-%D1%81%D0%B2%D0%BE%D0%B9%D1%81%D1%82%D0%B2%D0%B0%D1%82%D0%B0-%D1%82%D0%B0%D0%B1%D0%BB%D0%B8%D1%86%D0%B0-%D0%B7%D0%B0%D0%BD%D1%83%D0%BB%D1%8F%D0%B2%D0%B0%D1%82?show=177403#q177403

Possible solution: Using http://phantomjs.org/ as a library for running the CSS files over given HTML and checks few conditions given as test files.

This is a serious security issue that can be used to expose input data of the tests in all languages (C#, C++, JS, etc.)

Version of Chrome 32.0.1700.72 m, Windows 8

Or should not leave submissions in unfinished state

Home page: - C Make fewer HTTP requests - F Use a Content Delivery Network (CDN) - E Add Expires headers - B Put JavaScript at bottom - B Avoid...

- CMake fewer HTTP requests This page has 7 external Javascript scripts. Try combining them into one. This page has 4 external stylesheets. Try combining them into one. Decreasing the...

Can be tested with old system on address .../Contest/ViewCode/188896

Old code: ``` public class JavaCompiler : ICompiler { public void Compile(Uri inputPath, Uri outputPath) { Uri compilerPath = new Uri(Settings.JavaCompilerPath); if (!File.Exists(inputPath.LocalPath)) { throw new CompilerException(string.Format("Java source file not...