Tagged Questions
The introduction tag has no wiki summary.
397
votes
87answers
69k views
What is the coolest thing you can do in <10 lines of simple code? Help me inspire beginners! [closed]
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 is to inspire ...
27
votes
11answers
731 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 responses were mostly to ...
14
votes
5answers
3k 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 quickstart i think.
I just ...
10
votes
5answers
281 views
Suggested content for a lunch-time “Introduction to Scala” talk
I'm going to be giving a short (30-40 mins) lunch-time talk on Scala to technical staff at my company. I'd like some suggestions for what would be the most appropriate content. Most people attending ...
8
votes
2answers
2k views
Introductory Programming Podcasts with C++ emphasis? [closed]
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 teaching language ...
8
votes
12answers
969 views
Intro book on CS for girlfriend [closed]
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 job. In my free ...
6
votes
4answers
118 views
Getting a foot in the door [closed]
How did you get into the IT field? What would you recommend to someone who is trying to enter the hyper-competitive market that is IT? Computers have always been a tremendous passion of mine, but in ...
5
votes
7answers
330 views
Introduction to c# for c/c++ users
I have 6+ years of c/c++ experience. Tomorrow starts a university assignment where I will have to use c#. Therefor I would like to have a list of links which you think important, an extensive tutorial ...
4
votes
5answers
265 views
What's preferred pattern for reading lines from a file in C++?
I've seen at least two ways of reading lines from a file in C++ tutorials:
std::ifstream fs("myfile.txt");
if (fs.is_open()) {
while (fs.good()) {
std::string line;
std::getline(fs, line);
...
4
votes
1answer
594 views
How to Start a Sencha Touch App
I'm excited to learn Sencha Touch and improve my HTML5, CSS3, and JS skills in order to eventually program for all mobile platforms instead of focusing on one-off languages. But I'm having trouble ...
4
votes
3answers
279 views
Recommend THE intro C# book for QA
They have not programmed for the first 40 or so years of their life and have not had a burning desire to, but are reasonably technical.
I am looking for a good intro book which would be relevant to ...
4
votes
1answer
276 views
A good intro to information theory, please?
I know about Wikipedia and MacKay's Information Theory, Inference, and Learning Algorithms (is it appropriate as textbook?). A textbook starting with Shannon's entropy and going through Conditional ...
4
votes
1answer
591 views
Good introductory tutorial on writing sty files for latex?
Where do I find a good introductory tutorial on writing sty packages for latex?
4
votes
9answers
268 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, domain specific items ...
3
votes
4answers
84 views
beginning OOP question about classes using classes
I'm trying to replace a site written procedurally with a nice set of classes as a learning exercise.
So far, I've created a record class that basically holds one line in the database's main table.
I ...
3
votes
1answer
57 views
I want to write an app to get a PBS cluster status updates, which platform would be easiest to learn?
Direct Question: I have a clear problem in mind -- I have a PBS cluster running Ubuntu -- I know C/C++ very well. I want to write a mobile application capable of querying the status of my cluster. ...
3
votes
3answers
764 views
What's a good brief introduction to Mono/.NET programming?
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 introduction to Mono/.NET ...
2
votes
2answers
92 views
guide for iphone developers on developing for android?
I know there are guides for android developers to learn iphone programming, and they try and compare and contrast differences between the two platforms to help developers learn, but is there a guide ...
2
votes
2answers
220 views
What is Sharepoint development from a developers point of view?
I hear a lot of talk about Sharepoint these days, but I'm having problems grasping exactly what it is through all the enterprise and marketing jargon. Trying it out hands-on seems too much of a hassle ...
2
votes
1answer
348 views
Creating mixin with Spring AOP Introductions
Could someone provide a sample code snippet that stitches two java interfaces using spring-aop introduction (mixin)?
I'm looking for AspectJ annotation style configuration. Also, the specific use ...
2
votes
3answers
738 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 associative memory and ...
1
vote
1answer
155 views
Spiking neural networks
which is the book one should start with in the domain of spiking neural networks? I know about Gerstner's "Spiking Neuron Models", published in 2002. Is there a more recent book, or maybe a more ...
1
vote
4answers
516 views
Evaluating Mathematica
I have a 15-day trial of Mathematica and need to evaluate it, and see if it can be used to help create algorithms for some games we are working on.
Are there any good resources that will teach me ...
0
votes
2answers
45 views
Starting with SQLite
Have just downloaded SQLite amalgamation 3070900 as I wish to develop some experience in SQLite databases.
I have managed to get it out of the box. Where to now! How do I get the engine to start! ...
0
votes
1answer
47 views
DirectShow introduction presentations
I'm looking for some DirectShow introduction material. Can you please point me to some (web-enabled) presentations\ books\ sites etc.?
Thank you.
0
votes
0answers
58 views
is there a Q&A formatted introduction to python similar to “the little schemer” [closed]
EDIT: This should not have been closed, what I'm asking for (a Q&A formatted beginners intro to python) is more specific than still open questions such as "Online resources for Introduction to ...
0
votes
1answer
94 views
Is there a way to customize output of Doxygen index.html (and latex equivalent)?
I am interested in writing an "introduction" on the index.html page, rather than have blank space. Is this a feature supported by the Doxygen tool, or must I put together a hack?
0
votes
3answers
294 views
How to learn how GSM [UMTS, LTE] works?
[Not sure if this belongs on SO, please move, if appropriate.]
I'm trying to get acquainted with the GSM system and have found only poor introductions/tutorials/documentations so far (Google was not ...
0
votes
0answers
51 views
E-Commerce Fundamentals for Programmers
I'm a Java EE developer interested in learning all about "e-com". A series of "how ecom works"-related searches have turned back many helpful guides to e-commerce for the non-technical layman, but ...
0
votes
1answer
27 views
Im new to joomla and lost. I have this joomla template i downloaded for testing purposes, how do i integrate it
Like the question states, im new too joomla, just installed 1.6 on my local xampp server, and after install, i launch joomla from local server, it asks for login info, and the it just shows joomla's ...
0
votes
1answer
131 views
introduction to CS - stored-program concept - can't understand concept
I really do tried to understand the Von Neumann architecture, but there is one thing I can't understand, how can the user know the number in the computer's memory if this command or if it is a data ?
...
0
votes
0answers
45 views
what are the ways to introduce enduser about our web application
I want to introduce my end users about my product, they may be confuse that what this links means and why this button is used here and many
Please suggest me different ways
Thanks
0
votes
1answer
177 views
Introduction/tutorial for XAML
I'm looking for a good introduction/tutorial for XAML. The Silverlight.Net Quickstarts are very good, but I was wondering what else is out there.
0
votes
4answers
143 views
What is Ruby on Rails?
I am novice about ruby and getting lot of confusing what is ruby and where it used.
I am requesting a small description about ruby. How to get started with ruby.
Thank You
0
votes
4answers
2k 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 on the separate ...
0
votes
1answer
355 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 other languages). In ...