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 anybody know if youtube uses Django, Rails or some other framework?
I googled, but couldn't seem to find any straight forward answer.
Presumably this is their stack -
Apache
Python
Linux Suse
MySQL
Psyco - dynamic python-C compiler
lighttpd - for video instead of apache
maybe Java
According to this website. But most of these companies keep it a secret what exactly they use. Even to date its not clear what kind of webservers Google uses...
Related
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
Whats your opinion on translation services and which one would be a good fit for rails project with 2,3 but growing number of languages?
Perhaps we can compile a list of services with pro's and con's.
I have looked at:
http://www.localeapp.com ( very nice but a bit pricey above the 500 + strings )
https://webtranslateit.com
http://www.smartling.com
http://99translations.com
Any recomendations on what service would be a good fit ?
If you need an affordable solution, you might want to take a look at PhraseApp as well: https://phraseapp.com
Have you looked at CopyCopter? It was commercial service, but it turned into open source project. You have nice screencast on railscasts on the topic: http://railscasts.com/episodes/336-copycopter
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 interested in experimenting a bit with foreign exchange trading using PHP, JavaScript and the new HTML 5 canvas object. I've looked around a bit, but was wondering of a JavaScript API I can use for foreign exchange trading.
Can anyone recommend anything?
http://www.forex.com/uk/forex-api.html
there is a JSON API with all major forex currencies provided by apirates.com
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
Ok, I know this is really off-topic (and down-vote me if you want for it), but I can't find anywhere else with a large enough group of programmers or general people in the know to ask this. Does anyone know what happened to the official FastCGI website? It's been replaced by the website of a New York charity (screenshot here)
The reason I ask is because I was looking to download the FastCGI developer's kit they wrote, as well as read the FastCGI specification, but it's now all gone. If anyone has access to the latest FastCGI dev kit and the FastCGI specification, could you link it to me in the answers below?
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 12 years ago.
Improve this question
Can you sell software built using Ruby on Rails? If so are there any pitfalls in doing so?
Is it any different to selling software built with PHP for example?
Edit: to elaborate - could I build a forum app like vB and sell that as they do?
If you want legal advice ask a lawyer. Any answer given here would be worthless, even if a lawyer did answer they are not "Your" lawyer.
Rails is under the MIT License
Ruby is under the Ruby License
In general you would find your code to be your code.
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 12 years ago.
Improve this question
Do I need to use multilanguage in my URLs? For example:
http://mygermanwebsite.example/product/foo
http://mygermanwebsite.example/produkte/
Does that have any effect on Google searches? For example I'm searching for "produkte", will both versions have the same ranks on Google searches?
It will improve your google rankings a lot. Use URL rewrite technology to make this possible without lot of work.
As far as I know the URIs doesn't really have an effect for the ranking. You could use http://mygermanwebsite.com/9772 instead and it wouldn't matter.