1
vote
156answers
3k views
What was your first programming language?
When you first started to write program, what was the first programming language you learned?
Please don't post repeats. If someone already posted it, just vote for it.
0
votes
1answer
16 views
CamelContext.start() doesn’t block
Hi,
I want to run a simple Apache Camel example that copies files from one directory to another:
CamelContext context = new DefaultCamelContext();
context.addRoutes(new RouteBuilder() {
public …
3
votes
3answers
98 views
+100
What is a good 2D graphics framework, for a drawing application?
I am trying to build a raster drawing application using C# and so far I have not been able to locate any versatile 2D graphics frameworks, or guides.
I was hoping a few of you would be able to give …
10
votes
8answers
564 views
How to get started with Maemo software development
A few months ego I purchased Nokia N800 device and since then I'm itching to write some code for it. I know that some of the application I'm running are written in Python and that there is a Mono port …
2
votes
15answers
311 views
How do I find the drive to learn? [closed]
I've read a few things here, and I've learned a lot, but I'm still itching for more answers.
This is going to be a long one, but I hope to create a profound question that engages readers, so that …
1
vote
2answers
180 views
Getting started with SSE
Hello, I want to learn more about using the SSE.
What ways are there to learn, besides the obvious reading the IntelĀ® 64 and IA-32 Architectures Software Developer's Manuals ?
Mainly I'm interested …
0
votes
1answer
28 views
to start coding in C#.NET for eToken
Newbie request for advise.
I have a task to develoop C# (VB.NET) service class (library)
for storing/extractin user's passwords in/from Aladdin eToken devices.
Advise me any:
walkthroughs, …
0
votes
4answers
81 views
Starting OpenGL Programming “Ultimate” Resource
So I have a class for OpenGL programming next term.
I would at least like to have my feet (maybe even my ankles!) wet in the OpenGL pool before the class starts.
I am looking for a resource for …
1
vote
4answers
87 views
How do I move from C#/ASP to Ruby?
I have recently designed a web application that I would like to write in Ruby. Coming from a ASP background I designed it with method and fields and linked them together (in my diagram and UML) like I …
13
votes
15answers
1k views
Should I start with Ruby or Ruby On Rails?
I've been wanting to learn Ruby for a long time since there seems to be alot of buzz about it the last couple years. From what I've seen/read there have been a few Ruby'esk things that have been …
8
votes
4answers
417 views
What is the minimum list of tools required to work on F#? Does the express edition work?
I have looked at a few posts that state the need for Visual Studio 2008 in order to run F#.
Is there a simpler tool (maybe in interactive mode such as Ruby/Python) to learn F#?
I have the Visual …
0
votes
14answers
366 views
I want to develop a web site like StackOverflow, but I’ve never done anything for web. How can I do this?
I have an idea for a web site that's is similar to StackOverFlow. In other words, a place to make questions and to obtain answers, but for a different subject area of StackOverflow.
I have good skills …
37
votes
9answers
3k views
Getting started with F#
What's a good way to get into F# programming?
What's a good "Hello world" example and what simple examples can show me why I want to use it over C#.
Also what tools do I need? I have WindowsXP, …
0
votes
5answers
61 views
wrapping controls
I'm getting started in c# development, and heard it said that all the standard controls should be 'wrapped' in a custom class, even if I don't add any extra functionality at this point. The example …
8
votes
4answers
119 views
Getting started with Arduino?
I'm going to get an Arduino starter kit like the one below.
What else do I need to get started?
What are some good Arduino programming resources?
What else can I buy/acquire to make my first …
