0
votes
1answer
48 views
[ASP.NET MVC] What would cause a partial view to suddenly not be found?
I'm baffled. My site randomly throws the following error:
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> …
3
votes
4answers
93 views
Disadvantages of First-class functions
Are there any disadvantages to having first class functions in a language?
Joel in this entry says
"Object-oriented programming languages aren't completely convinced that you should be allowed to …
0
votes
1answer
12 views
Find Vista Language using WIX
I am working on an installer which will be installed on multiple versions of XP/Vista with different languages.
In the installer, I need to find out the language of the OS installed.
I know how to get …
1
vote
18answers
574 views
What language will protect my source code?
I wish to create shareware software that contains a registration algorithm. I am looking for a programming language, that cannot be easily decompiled into readable code. For example, C# can be …
0
votes
0answers
18 views
Want to Remove Frame of google translator
I want to remove top frame using google Language Translation link ( http://translate.google.com/translate?hl=en&ie=UTF-8&sl=es&tl=en&u=http%3A//www.yahoo.com/ )....
after inserting …
1
vote
4answers
72 views
detect the language of input?
I have an input in my form, I wanna find a solution to determine which language is typed in..( is it English, french, arabic, or Hebrew ..)...
in PHP script, also I use UTF-8 encode.
0
votes
1answer
21 views
Visual Studio 2008 debug output in english?
Hi!
I've got Visual Studio 2008 Professional german version. In the settings -> Environment -> international... is only German available.
That's fine - there's just one thing that bothers me. All …
0
votes
0answers
17 views
loading data from a flat file to table using informatica, having both english and foreign language characters like chinese
I am loading data from a flat file to table using informatica, the file has both english and foreign language characters like chinese, and others. The foreign language characters are not getting …
1
vote
2answers
56 views
Are there any good summarizers for a web-page?
Suppose I give you a URL...can you analyze the words and spit out the "keywords" of that page?
(besides using meta-tags)
Are there good open-source summarizers out there? (preferably Python)
0
votes
1answer
30 views
JSP EL (Expression Language) causing problems in Eclipse
My system: Ubuntu 9.10. Eclipse 3.5.1 with Java EE 1.2.1 (manual install - NOT from synaptic). Web Developer Tools 3.1.1
I've recently adopted someone else's code (a Dynamic Web Project), and run …
4
votes
3answers
236 views
Are there any programming languages targeting PHP, besides haXe?
PHP doesn't get much love but is still a winner at easy deployment (for cheap hosting).
Are there any programming languages (besides haXe) that target PHP? Writing applications in this language and …
1
vote
4answers
85 views
Is there a high level language with an interpreter, dynamic compiler and static compiler(e.g. like the c++ compiler) along with a multimedia library?
The interpreter and dynamic compiler would be for testing/prototyping and when im done testing i use the static compiler.
79
votes
118answers
10k views
Computer Language puns and jokes
I'm looking for some funny jokes and puns that occur in computer languages. I'll post an oldie to kick things off... What are some others?
update: Especially looking for code-related jokes... the …
0
votes
1answer
20 views
Google Translate set default language
Maybe this has an obvious solution that I'm overlooking, but I can't seem to find the correct parameter to put in to make this happen.
Using the Google Translate widget on a site, I need to set the …
14
votes
13answers
964 views
“Projects” for learning a new language
When you are learning a new programming language, what are some good projects that can be done across a spectrum of languages?
I'm familiar with programming puzzles and read the other related …
