Program or Application to replace http://rishida.net/tools/conversion/ [closed] - html

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
Looks like this guy's site is offline or unresponsive.
I used to use this daily.
If anyone has an app or program that is free or nearly free they can recommend that would be super awesome.
Thank you in advance.
{EDIT}
What I am looking for is a unicode character conversion utility. Apologies I take it for granted that people are familiar with this online tool as it is super helpful and was Number 1 on google when you searched for character conversion or unicode conversion.

it appears that the tool is all javascript based so you could just go the wayback machine and save the page or download it etc

Related

Mailinglist for OSS? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
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.
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
I'm running an open source project and I'm wanting to externalize development discussions that we have been having by email, make them public and allow anyone to take part in the conversation. For this, I've been thinking about setting up a mailing list.
Given this, is a mailing list currently the be "device" for this. If so what do people think is the best tool to use for this? Is Google Groups still the best tool for mailing lists, is there something people that OSS is gravitating more towards? Surely there is something better, Google Groups seems outdated.
GNU Mailman is a very popular package used on mailing list servers; you may want to use this to manage and process your list.
Maybe Librelist? A number of open source projects is using it such as Flask. Librelist.com

Are there any well-known public web sites which have made their source code publicly available? [closed]

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'm just about to rewrite my personal site as a learn-as-you-go project and am thinking of open-sourcing the code (see this question).
Are there any examples of large-ish web sites (not desktop applications) which have made their code open-source? Or is this generally thought of as a bad idea because it would be easier for a malicious hacker to find any security holes in the code?
WordPress is the best example, I can think of in your case.
And, the security implications come from the loopholes, you might leave by mistake or in coding process. But, then when you are open-sourcing the project, a lot of people may contribute and help you resolve those issues, which is how WordPress also works. They have a bug-tracker setup for them for this purpose.

Options for CD burning libraries? [closed]

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'm looking to create a program that will burn an audio CD. Before diving in I was hoping to see a selection of libraries that will make writing the code to burn the audio easy to write. I don't care much about language but something that is cross OS would be nice. (Specifically Windows and linux).
So far the only library that I see is PrimoBurn, but I can't seem to get their C++ version to compile.
So what do you guys use?
cdrecord runs on both Windows and Linux (Mac as well). Call it through a system call.

Great Grails opensource application I could learn from [closed]

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
I love to learn new and better ways to program from good opensource applications written in desired language/using such technology. Now I am digging into Grails and I didn't succeded in searching great and usable opensource application written in Grails. I tried googlecode, github and even the community page on grails documentation webpage. Find nothing really top quality application (missing documentation, too simple and so on). Maybe I missed some, but maybe users of grails have their loved famous app. Could someone recommend me any?
Thank you.
There is a list of open source projects based on Grails here: http://www.grails.org/OpenSource+Projects
One of the best is Graeme Rocher's Building Twitter in 40 minutes demo.
http://www.springsource.com/webinar/building-twitter-with-grails-40-minutes

SaaS tool for *simple* requirements definition? [closed]

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
I've seen some complex, enterprise tools for requirements like Rymatech's FeaturePlan -- is there something that enables collaboration and best practices for putting Business-Readable, Domain-Specific (or natural language) requirements and acceptance criteria in place?
Have a look http://sourceforge.net/projects/rth/. An open source tool for requirements management.
You may want to try www.tracecloud.com . Its free (up to 500 requirements) and I have seen some good reviews about it.
There's also GatherSpace - http://gatherspace.com/
I tried it a bit about a year ago. Didn't stick for me, but might work for you.
You could also take a look at SpiraTest which does requirements and test management, some people I know have had some success with it.