Making a bot for "Plug.dj" [closed] - java

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I want to create a bot for plug.dj.
All this bot would do is type something in the chat every 5 minutes.
I was wondering which language I should use.
I am pretty good at Java.
And how would I make it?
Can some one link an example?
Thank you very much. Sorry if I am asking for much, I just need to get started with this thing.

You could use Node.js with PlugAPI - their documentation is very good and has some examples. Pretty sure this would be the easiest way to do it, don't know of any Plug libraries in Java.

Related

Why are javadocs evil and what's a better alternative? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I recently went for an interview and was requested to submit an example of my production code.
Submitted the code complete with javadocs, but was questioned by the interviewer about my choice of it.
I find javadocs quite useful for understanding code by others and it's really not that much of a legibility issue if I'm using an IDE. Can someone enlighten me on why it may not be recommended and what would be a better alternative in said situation?
Javadocs are not evil, and for Java it's the best you can do to properly document your code.
Being questioned does not mean automatically that what you've done is evil. Questions are mostly to test if you're sure in what you do and if you know more about it or you just made a guess.

Lynda or Treehouse? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am thinking about joining either Lynda or Treehouse to sharpen my coding skills. I was wondering (since they're both paid services) if anyone has any feedback or experience with either of the two. I am also open to new suggestions, too.
thanks
I would try to use as many freely available resources as possible first. Here is a list of free books.
https://stackoverflow.com/questions/194812/list-of-freely-available-programming-books
Also Coursera and other MOOC's can be a great resource.
Personally I've used Treehouse and it helped me somewhat but is too expensive in my opinion.

How to choose platform? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I just completed my post graduation and I know core java, advance java and oracle and little bit android, so to start my carrier i have option to choose java/.net platform. I am also interested to learn .net so which choice is better to learn .net or continue with just java platform? give me your suggestions.
Learning is always a good thing. There is no such thing as the one language to rule them all.

Resources to help me with Java programming? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am a beginner Java developer and although I tried searching I have yet to find any good books for learning java programming. I am good enough at the basics that I don't need a 'for dummies' book, but I was wondering if anyone has seen a really useful/well written book/website about Java programming. Specifically I would like things to do with GUI or Server/Client communication or Java coding tips.
If this question has already been asked I am sorry, I tried searching but couldn't find what I wanted... Please give me a link to the question instead of downvoting! Thanks

Co- browsing implementation in java [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
Co-Browsing in the context of web browsing, is the joint navigation through the Internet by two or more people accessing the same web pages at the same time.
for more information please have a look at http://en.wikipedia.org/wiki/Cobrowsing
here are some paid alternatives which does this
http://www.livelook.com/co_browsing.asp
http://www.unblu.com/
any help regarding what technology is being used to implement this or technical specifications ?
i am trying to implement co-browsing using java, has any one have prior experience with that if its possible or any existing java library doing the same?
if there is not any solution what approach should i use to implement this.

Categories