Looking for Attractive Forum to Add to My Application [closed] - plugins

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Looking for an attractive, highly customizable forum plugin to implement. Don't want to build one myself, but don't want to settle for usual crap. Something Ajax-y?
Was leaning towards Community Server but would love to see what others had to reccomend.
Thanks.
EDIT: This is an ASP.NET/C#/SQL application

See http://ask.metafilter.com/52003/Good-community-forum-software
Options
Lussumo's Vanilla
Simple Machines
BBPress
Attractive is subjective, so you'll need to look around.

If you don't already have authentication or anything running, you might check out Active Forums that runs within DotNetNuke. I've been using it and I'm very happy thus far, ajax paging for users, standard paging for bots, social bookmarking built in, and many other nice items.

YetAnotherForum is ASP.NET/C#/SQL like your application and it looks very nice. I'm not sure about AJAX though.
It can run in DotNetNuke, Rainbow, or stand-alone.
http://www.yetanotherforum.net/features.aspx

Related

REST based web chat in java and eclipse [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 7 years ago.
Improve this question
I want to create a REST based chat application in Java using Eclipse, but I have no idea how to start. How do I take care of resources, verbs, and HEATOS.
Check out this link, or this link, or this link. I would personally recommend Jersey. restelt is very powerful, but might be quite complicated. RESTeasy has more features than jersey, but it can also be a pain to configure outside JBoss, and their community is not as 'active'. I would recommend Jersey, their startup tutorial is very easy to follow.
You can also look at this book, and this book. Sorry, I can't provide any hard answers as I have no knowledge, your level of expertise on the subject. Hope this helps.

Premade IRC bots [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm looking for a premade IRC bot, that i can easily install on some of my channels. They are mainly support channels, so we will need to be able to add commands to give out important notices etc.
All help is much appretiated.
You should have a look at Supybot. It's an extensible and easily configurable IRC bot written in Python. You will find many plug-ins on the official website or on GitHub. If you happen to know some Python, it is probably your best option.
You could also try Eggdrop (or Windrop which is basically an Eggdrop version for Windows). Many TCL scripts (extensions) are available pretty much everywhere.
I suggest you to visit the IRC-Wiki which could be useful when you need information about anything related to IRC.

Is Comcast TV API open to public? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am thinking the build my own home system that can do basic tuning channels or view lineup for my Comcast cable TV, like xfinity TV App does.
I am wondering if someone know Comcast open their API? or is there a way that can do it?
Thanks
Lewis
Most likely, you'll have to program against a 3rd party system that uses a CableCard.
To my knowledge the only way you can do something like this is to write a plug-in for Media Center on Windows with a CableCARD. Take a look at the Windows Media Center SDK Overview and see if it has the functionality you're looking for.
Nope, everything I've seen suggests that it's a private API. Which makes sense, they probably want you to have to use their services instead of creating your own.

Site where you can submit your Scala code and have it reviewed [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does anyone know of a site, newsgroup, message board, etc. where I can submit some of my Scala code to have it "reviewed" by experienced Scala developers? The code works and whatnot, but I'd really like to learn to be more idiomatic when coding Scala, and often I find myself reverting to more imperative like development because I can't find a "better way."
Try on Code Review
My advice is to upload your project to github - make sure to add copyright and licensing information. Then post the one or two relevant short snippets on Code Review and link to your project on github.
Note that there are plenty of questions here on stackoverflow where users have asked to turn something that is imperative to something more functional or idiomatic. The key is to break down your problems into distinct issues you're trying to solve then take the one that has the most chance to get an answer and ask a question about it. If you can make it self contained then that really good. See https://stackoverflow.com/search?tab=relevance&q=%5bscala%5d%20%20idiomatic for some ideas...

blogging from within emacs [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 14 years ago.
Improve this question
I would like to know what packages and tools to use to write blogs from within emacs.
I mean packages to write and publish.
I 've seen a demo of that in textmate : http://blog.macromates.com/2006/blogging-from-textmate/
Is it possible to do the same in emacs?
Thank you very much.
Edit: I found a package in google code that serve blogging form emacs e-blog
I still don't get it why this thread is closed !!!! Not related to development!!???
emacspeak has a module that hooks up to Blogspot, but I was never able to make it work for editing posts.
EmacsWikiBlog may suit your purpose.
You can accomplish something blog-like using Planner mode.
I don't think emacs is the right tool for this job.
Perhaps you should check out Blogger or if you have hosting and want to start a blog maybe try Wordpress.