Tagged Questions

145
votes
72answers
7k views

What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners!

I'm looking for the coolest thing you can do in a few lines of simple code. I'm sure you can write a Mandelbrot set in Haskell in 15 lines but it's difficult to follow. My goal …
-4
votes
1answer
95 views

What is Android? [closed]

what is Android?
0
votes
1answer
38 views

Good introductory tutorial on writing sty files for latex?

Where do I find a good introductory tutorial on writing sty packages for latex?
1
vote
2answers
82 views

Neural Networks in Python without using any readymade libraries…i.e., from first principles..help!

I am trying to learn programming in python and am also working against a deadline for setting up a neural network which looks like it's going to feature multidirectional associativ …
3
votes
6answers
153 views

Best book and environment to start learning C in?

What books and environments would you recommend for a person not new to programming but new to C?
8
votes
12answers
650 views

Intro book on CS for girlfriend

I am a software developer. These days, I work for a social networking site and write in Ruby, Php, C, C++, and of course, use SQL. I have a B.Sc. in Computing Science. I love my …
0
votes
3answers
290 views

How can I have an abstract and introduction on the same page of a Latex document?

I need to change the layout of my document to send my paper to a conference. My abstract is currenly on a separate page. The introduction should be straight after the abstract, not …
5
votes
2answers
278 views

Introductory Programming Podcasts with C++ emphasis?

Hi Is anybody aware of any introductory podcasts/screencasts about programming in general that step by step familiarize viewers with the key concepts of programming using C++ as a …
2
votes
3answers
218 views

What’s a good brief introduction to Mono/.NET programming?

Hello, I am quite impressed by the Mono features, especially by the portability of the library. I think I'll give it a try soon or later and I'd need some directions to find an int …
5
votes
9answers
186 views

What would be the best way to introduce you to a project?

I am in a situation where I am to act as a tutor to a new developer on my current project. What would be the best way for you to quickly get into the project - both technically, d …
18
votes
11answers
490 views

Introducing unit testing to a wary team

I've seen similar questions around "How can I start with unit testing?" and I believe I've even run across a couple that ask how to best introduce it to the team. IIRC, the respons …
0
votes
1answer
140 views

Spring introductions with dynamic implementation

I am trying to use Spring framework to dynamically implement a specific interface (lets call it I) for a class (let call it C). In Spring this is called introduction (mixin in othe …
8
votes
5answers
920 views

WPF quickstart documentation

I am totally new to WPF and looking for good quickstart documentation to start with. I will buy the book WPF Unleashed from Adam Nathan, but thats more a reference than a quickstar …