Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any code standards/style guide checkers for JavaScript?
Basically, the equivalent of PHP_CodeSniffer, but for JavaScript.
There is an open source one called jscs, no experience with it though:
https://github.com/mdevils/node-jscs
It offers NPM (node.js) and Grunt packages for download.
Google JSLint, JSHint. Those are somewhat subjective though, especially JSLint.
Personally, I would recommend JSHint because it's community maintained. Also it has node.js-based CLI tools for code validation.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have a csv file that I want to process in my cordova app. I know how to find and open files, but no idea how to read the file and parse the content as csv. My research on the web did not bring any result so far. Is there a solution?
Spent two seconds on Google with "javascript parse csv" to find: http://papaparse.com
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Hello everyone im trying to create a webcam broadcast via a server and i was wondering if there is a free away to do so maybe html5 or something and it doesn't have to support all browsers just chrome is sufficient.
I have tried ustream but the delay was incredibly long.
Thanks in advance.
You can have a look at WebRTC: everything is explained in this article. However there are considerations to be aware of about WebRTC and broadcasting notions. Look here and here.
Other than that you can use flash with either Flash Media Server or Wowza Media Server but it is not an immediate implementation and is paid otpion.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am very new to web development and I have started development using node.js.
For my application i need to debug code both of my javascript and nodejs c++ implementation code. I tried Visual Studio 2010. It worked good for c++ debugging part but i failed to breakpoint on javascript code. I then searched the forums and found node-inspector. It worked beautifully on javascript part but could not dive into c++ code. All this took me one long day.
Is there a way or a debugger that i can use ?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there a php implementation of the Stanford Javascript Crypto Library?
I don't think there's a port of this specific library, but you can use mcrypt and hash and openssl extensions to achieve same results.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
After reading
http://www.pragprog.com/magazines/2010-03/javascript-its-not-just-for-browsers-any-more
I'm wondering which is the best IDE to develop server-side javascript applications?
I want a nice development environment with commonjs and node etc. Preferably windows but anything is interesting really. Is there any IDE with some nifty refactoring tools, maybe some intellisense-like function, etc etc.. Or is it notepad++ ftw?
I use Aptana 1.5 its very similar to eclipse which I use # my work every day