Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
6answers
8k views

what server side language is gmail written in?

what server side language is gmail written in?
4
votes
2answers
3k views

natural language identification in PHP

I am looking for an automatic language identification tool written in php. The tool should receive as input a string, and output the name of the (natural) language the string is written in. A perl ...
0
votes
4answers
100 views

What language is this?

I'm looking at a custom system that has classes defined in XML files, with the code for the methods in [CDATA[ tags within the XML. I'm trying to work out what language is used for the code. Here's a ...