-4
votes
1answer
80 views
Looking for perfect Programing Language/Framework [closed]
I'm looking for a programming language/framework with these features:
no-waste-your-time (no C, C++, ecc.)
don-t-repeat-your-self (no C, C++ that repeat same code twice in .h an …
1
vote
10answers
103 views
What’s your preferred method of learning a new language? [closed]
Possible Duplicates:
How do you start learning a new programming language?
What language(s) have you learned, and how?
When learning a new programming language, what do …
0
votes
3answers
93 views
[C] Syntactic errors
I'm writing code for the exercise 1-24, K&R2, which asks to write a basic syntactic debugger.
I made a parser with states normal, dquote, squote etc...
So I'm wondering if a …
4
votes
9answers
171 views
Programming language to automatically navigate website?
Hi, I've been programming for many years now, and I have just one question.
What programming language allows you to create programs which can automatically navigate websites and p …
8
votes
5answers
222 views
Is there a standout programming language to write a virus? [closed]
Hi,
Just for curiosity; I wonder what is the most popular programming language to write a computer virus?
May the most popular one could be considered as the most capable for ma …
0
votes
3answers
44 views
Natural Language Parsing for ToDo application
I'm wondering if someone could lead me to any examples of natural language parsing for to do lists. Nothing as intense as real Natural Language Parsing, but something that could p …
1
vote
4answers
52 views
PHP - UTF8 problem with German characters.
Hello,
I'm at my wits end with this one, then I remember stack overflow.
I have a site, http://bridgeserver3.co.uk/disklavier/de/ , the language is stored in a simple PHP file wh …
1
vote
2answers
105 views
In C#, is there a way to write custom object initializers for new data-types?
In C#, there's the "standard" initializer technique { Property1 = "a", Property2 = "b" }, and there are a couple of special variants for collections (list and dictionary). {value1 …
5
votes
4answers
141 views
Does Javascript’s new operator do anything but make life difficult?
I come from the traditional web developer background where I can by no means claim to really know anything about Javascript, however I am trying.
I currently have what I would des …
6
votes
2answers
563 views
What can you do in 30 lines of Go? Can you create a useful, complete program that demonstrates its features?
So, the big buzz in the last few days is Go, the new language from Google. Assuming you're all obsessive programming language geeks like me, you've all downloaded it, built it, and …
0
votes
1answer
40 views
Unknown language identification
Hi all!
I'm currently working with a dead network application that received packets for a chat.
I checked that it received text like this one:
hi there! {c:0000FF}foo{/c} senten …
0
votes
8answers
231 views
Is Java 100% object oriented? [closed]
Is Java a 100% object oriented language? What is the answer if the primitive data types are excluded?
4
votes
2answers
42 views
PHP - Mulilingual application design
There are many ways to design a multilingual application in PHP. Some language file based, others database based.
I am looking to use it for mostly
small amounts of text e.g erro …
78
votes
116answers
9k 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-rel …
3
votes
5answers
123 views
Regexp to exclude 101 and 110.
What is a regexp that accepts everything over the language {0,1} but has no substring 110 or 101?
Accept:
111111
000011111
100001000001001
010
1
Reject:
100110
010100
123
…
