1
vote
3answers
32 views
Block Websites Under Certain Conditions
I'd like to create a simple program that will block certain websites for the user under certain conditions (e.g. after 7:00pm if homework is due the next day). This would be just a programming …
3
votes
14answers
266 views
What programming language will enable me to enter a very long number without converting it to floating point?
What would be the best way to do the following.
Enter a very long number, lets say 500,000 digits long without it going into scientific notation; and then am able to do math with it, like +2 etc.?
…
0
votes
7answers
483 views
Boo vs C# vs Python? [closed]
I was (yes, was) a Python (and before VB6) lover until tried to create GUI applications. It is very (very) difficult to create a GUI, and making executables (A hello world app was 2 MB).
Then, I …
1
vote
10answers
255 views
Which language to choose to learn the basics of programming? [closed]
Possible Duplicate:
What is the easiest language to start with?
Hi, I am trying to change my career to a programmer. I found interest in programming, and also quicker to learn. my confusion …
3
votes
12answers
296 views
Platform Independant, Lightweight Programming Language
I need to write an extremely lightweight program (trying to get below 8Kb) that performs some simple math. The language I use needs to also be platform independent. Which language do you think would …
1
vote
3answers
367 views
What programming language to be used for developing sofware for Mobile Phones?
Hello everyone,
What language should I use to develop programs for Nokia/Samsung/LG/Sony Ericsson phones? (Both Symbian and Non Symbian) ?
Ofcourse to install the software straight inside the phone.
…
4
votes
14answers
656 views
What language do I use for my project?
hi all!
I'm going to advise a company on a project soon, and I'm not too sure about what programming language I should advise.
It's a fairly straightforward (desktop based) application with a …
3
votes
6answers
188 views
What would be a good programming language (or a set of libraries for C++) to interface with electronic components (stepper motors etc.)?
I'm not an electronics guy, so I might not be able to explain precisely what I need. This is a question a friend keeps asking me.
What my friend is looking for is a programming language that would …
1
vote
7answers
242 views
Which language would you recommend for me to build a webportal?
I'm very new at webprogramming, but got quite a lot of experience building applications with C++ and C# (winforms and WPF) on various OS'es (Windows, linux, vxworks). Currently Im also taking courses …
0
votes
8answers
216 views
Starting an E-Business, need direction on choice of languages
I am considering starting an e-business, but I am undecided as to which language to choose to write the core of the website in.
I would prefer to avoid the Microsoft route of ASP.NET and C# due the …
4
votes
10answers
756 views
Is there a stable Programming Language for Web Programming?
A renowned PHP user once said: There will be a relaunch in 2 years, anyway.
Those times are gone. Web applications that are older than 5 years are common. With the original developer(s) gone.
The …
2
votes
10answers
886 views
Which programming language should I choose for my high performance webservice?
I am in the process of building a Web Service API for my application.
Also, I am planning to expose the Service via both REST and SOAP.
I'm interested in getting some feedback from the community as …
4
votes
7answers
258 views
Which is the best pick?
Hi,
considering I have experience with Java SE: which language should I learn(and is best for that purpose) in order to build web applications some day with it? I have been contemplating PHP and Java …
2
votes
10answers
1k views
Ruby, Python or Perl? [closed]
I've gotten bored of hearing responses along the basic lines of eek! php! etc. when discussing programming. So I've decided to learn another programming language. The ones I'm looking at right now are …
2
votes
12answers
1k views
Study Objective-C , Ruby OR Python?
hi Guys,
I am working on C++ since last 4-5 years . Recently I have bought iphone and macbook and want do do some programming for iphone.
So I have started reading one book about Objective-C. I …
