I last programmed actively in 2002. It is almost 8 years now. I learned C and then moved to Visual Basic for our thesis project in the university. I would like to ask suggestions on what programminglanguage should I learn and put to profitability use in areas such as desktop applications, web development, and database applications.
hi , i am new to web programming in java , i want to know how to use web api such as google api ,
facebook api in my code
so i need to know how to begin and what i need to do that .
thanks
Hello,
Recently i start to studying C/gtk+ programming. And want to ask one question: how do you think, what is the best ide for C/gtk+ development?
Thank you.
I was reading this article earlier regarding C/C#/PHP being dropped as first languages in Advanced Level (pre-university) Computer Science courses:
http://www.theregister.co.uk/2010/05/12/aqa_c_php/
It also goes on to say:
Teachers planning to use Java are warned that many universities are
considering dropping it from their first year computer science programmes, "as has
happened n the US".
Does anybody know, what the language predominantly used in US first year Comp Science programs is currently?
Hi folks, Please suggest a good book for beginner in Quantitative Methods/Techniques. Adding to this, a good book for beginners in R programminglanguage, used in Quantitative Methods. And I've a few questions about this:
? Should I have to learn the other subjects like Probability, Statics, etc. before learning Quantitative Methods
? Is there any relation between Quantitative Methods & Data Mining
Hello ,
How to set the slider to clicked position and get the slider value on the clicked location on UISlider in iPhone programming.
i know we can drag the slider to that position but i dont want to do it. Can you please tel me how to set the slider to clicked position? Is this possible to do?
I want to start programming with D. I have a simple application in mind that needs a GUI but I want to make sure it's portable to Linux/Windows/Mac equally well and with minimal (no) change for each platform.
wxD is looking like the contender of choice because I know the wx toolkit already.
I see fltk4d as a contender and a (unfinished) wrapper around Qt.
Are there any other truly cross platform GUI toolkits for D that will go where I want with little effort and what would the the toolkit of choice for people here?
How to explain CSS Float in general language (not Programming) ? Is there any real life example to take a example to explain CSS Float?
Is there any Slideshow in very simple way to explain float?
Possible Duplicates:
What is the easiest language to start with?
What programminglanguage should I choose for an independent study language?
Well as the title says what language is good for a beginner and for a hobby? I'll probably be making some games or desktop apps with a gui most likely. I'll be working in Windows and Linux. Oh and could you also give some links to tutorials for the language?
Is there a way to display languages using sfFormLanguage, but in their respective language?
I mean, instead of this: English, French, Spanish
I want this: English, Français, Español
Is it harder (or impossible) to implement mutation testing in some languages than others? For example, is it possible to implement mutation testing in functional programming languages?
What's the best way to store language data?
Keep it as variables in some kind of lang.php file...
$l_ipsum = 'smth';
$l_rand = 'string';
Or select them from a database? I'm in search of your advice.
Hello,
Is there significant problem, if I write the code for embedded linux system using C++ languageprogramming ?.
Actually, I have intention to port some code to arm linux, with arm-uclibc compiler.
Thanks
This will sound naive (but then I am a junior programmer), but if I write a web service say in Python (standard WSDL web service), I then need to host it so it is reachable from an end point.
This will give a URI for the service and then from another language, say Java or VB.NET (any), I can add a web service (this one) and then call the web service's object model, correct?
Thanks
This is psesudo code. In what programminglanguage this is possible ?
def lab(input)
input = ['90']
end
x = ['80']
lab(x)
puts x #=> value of x has changed from ['80'] to ['90]
I have written this in ruby but in ruby I get the final x value of 80
because ruby is pass-by-reference. However what is passed is the
reference to the data held by x and not pointer to x itself
same is true in JavaScript. So I am wondering if there is any
programminglanguage where the following is true.
Consider the following situation:
We have two Localizable.string files, one in en.lproj and one in it.lproj
When the user switches to English or Italian, the proper localized string is loaded using NSLocalizedString(@"keyword", nil)
If one of the files is missing the keyword, the string is not retrieved
Is there any way to make this macro load the string from a specific language if it's keyword is not found in the current locale's Localizable.string?
What is the best language for developing a website. I know its kind of an odd question. I recently saw a lot of articles for developing a website and they all chose PHP. I mostly work in Java technologies, so was wondering is Java limited to web application and not for websites.
Is it possible to write in C programminglanguage everything that you could write in other languages such as Java, C# or C++. If that's the case why don't schools these days teach C instead of Java?
Ok the main reason why I am asking is because I don't want to tie down to a single programminglanguage and platform (.NET and C# or Obj-C and Cocoa). Perhaps I am confusing a programminglanguage with a framework? If anyone could clarify all this for me, I'd certainly vote for your answer.
I need to get the difference of 2 signed integers.. Is there an ABS() function on Assembly language so I can do this. Any help would be greatly appreciated
Back when I was at school, I remember tinkering with a Mac game where you programmed little robots in a sort of pseudo-assembler language which could then battle each other. They could move themselves around the arena, look for opponents in different directions, and fire some sort of weapon. Pretty basic stuff, but I remember it quite fondly, even if I can't remember the name.
Are there any good modern day equivalents?