0
votes
2answers
53 views
For what kind of Applications Ruby or Groovy are better choice ?
What kind of Applications are suited
mostly for Ruby or Groovy ?
Alternatively
what problems are better addressed by
programming languages like Ruby or
Groovy ?
0
votes
2answers
21 views
How to set up a search similar to Amazon recommended product search?
I am trying to do something similar to Amazon recommended product search. For instance, if I have a database of products and when the user searches for a particular product then th …
3
votes
10answers
79 views
how to get started on learning new language
Ever since getting out of college (06) I have primarily worked with java and some members of the J2ee stack. I've played around with some groovy scripts while trying to get somethi …
0
votes
2answers
35 views
Google suggest API does not work with Chinese locale
Hi, everyone!
I have a problem with Google suggest API when using Chinese locale. I am picking Chinese hieroglyphs at random and use the REST API to retrieve suggestions. Unfortun …
0
votes
11answers
321 views
Preparation for a c++ interview
i have to prepare for an interview in C++ technology.
could you please drop in your suggestions and recommendations about how to start and what are the basic topics that i have to …
0
votes
2answers
150 views
way to make a function aware who called it
in java is it possible to make a method aware of who called it (without changing parameters) and then return something else?
public class MyClassA {
public static final String …
-2
votes
2answers
65 views
Spelling Suggestor in ASP.NET
Hi All,
I need to build a spelling suggestor in ASP.NET... The below are my requirement.
Case 1: My list of words are not just englist words but will also includes some codes li …
0
votes
4answers
112 views
How can I make this regex match correctly?
Given this regex:
^((https?|ftp):(\/{2}))?(((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}
(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))|(((([a-zA-Z0-9]+)(\.)*?))(\.)([a-z]{2}
|com|org|ne …
1
vote
3answers
70 views
Options for automating Microsoft Word 2007 document creation
I have automated word document creation from templates using the "Microsoft Word 12.0 Object Library" in my project, but it is unacceptably slow. I'm looking for alternatives: I ne …
3
votes
5answers
189 views
Which license to choose for closed-source freeware ?
I've few closed-source freeware programs which i distribute from my site. But some sites like qarchive and other freeware-download sites hijack my software and keep it on their ser …
1
vote
3answers
46 views
How to manage and record flash meeting?
I call this a flash meeting, but maybe there is another more appropriate name.
Once in a while (and sometimes more often) one of my developers comes to my desk and asks how he sho …
1
vote
5answers
148 views
Is my project open-source if i use .NET langauges ?
I know VB.NET and i want to develop a program. Which i think later will be open-source if i fail to keep updating it. My question is : Is it possible to build open-source project b …
0
votes
1answer
32 views
What to learn next?
Hi,
In my team we are using MVC 1.0, JQuery and LINQ2SQL to develop our current, and last couple, of applications. We have extensively used ASP.NET 3.5, ADO.NET and Windows devel …
27
votes
23answers
2k views
What’s a good Functional language to learn first?
One of the blogs I read has been going over the fundamentals of Functional programming lately, and it's gotten me a bit more interested. Then, someone posted a question here that …
5
votes
18answers
368 views
What should I write in order to become a better developer?
I tend to finish my work related tasks pretty quickly, and I get to have some free time on my hands. What should I write in order to become a better developer ? I'm familiar with c …
