tutorials

Multi-threaded debugging tutorial for GDB and C

Does anybody know of a good GDB (or other Linux debugger) tutorial for debugging multi-threaded C code? I'm looking for one that includes simple examples. ...

where do you submit your programming articles/tutorials?

codeproject.com is the biggest programming article site, but it seems that it's best to post on your own blog and then submit links to reddit.com and other sites. :D other programming websites ...

tutorial on generating MSI

Exact duplicate: What is the best choice for building Windows installers Exact duplicate: Best Windows installation file creator I have a customer who is new to generating VB.NET programs that run Watcom FORTRAN programs. (Yes FORTRAN is alive in Numerical Control Programming) He is attempting to install the program on another computer...

Good introductory tutorial on writing sty files for latex?

Where do I find a good introductory tutorial on writing sty packages for latex? ...

What is best book for ASP.NET MVC?

What is the best book for ASP.Net MVC anyone suggest best resources to learn ASP.Net MVC ...

Tables were deprecated? And JavaScript has libraries? Help me catch up!

I need to tweak the web interface of an in-house print system, but it's going on a decade since I touched HTML. Could anyone recommend some tutorials on writing HTML forms and processing them in PHP? Google only gets me eight-year-old resources with big "for historical purposes only" banners on top, possibly because all my vocabulary is ...

ANSI SQL Manual

Can anyone recommend a good ANSI SQL reference manual? I don't necessary mean a tutorial but a proper reference document to lookup when you need either a basic or more in-depth explanation or example. Currently I am using W3Schools SQL Tutorial and SQL Tutorial which are ok, but I don't find them "deep" enough. Of course, each major ...

What tutorial you would recommend to study PowerPoint VBA?

I feel I lack some real basics and I feel I would waste your time if ask all those basic questions here. Can you please recommend a good PowerPoint VBA tutorial that would explain basics to me. A tutorial povided with examples is prefered. ...

Scala 2.8 collections design tutorial

Following on from my breathless confusion, what are some good resources which explain how the new Scala 2.8 collections library has been structured. I'm interested to find some information on how the following fit together: The collection classes/traits themselves (e.g. List, Iterable) Why the Like classes exist (e.g. TraversableLike) ...

Where can I find good unit testing resources for EJB and J2EE?

Which online resources, tutorials or books can you recommended to get started with unit testing J2EE / EJB3 applications? So far I have found ejb3unit, Jakarta Cactus and the Maven Cargo plugin. It would be helpful if there are complete working examples, ready to run. Target containers are the open source products GlassFish, JBoss and ...

PHP5 OOP Tutorial or examples

Hello, I am currently trying to get my head around OOP in PHP, I understand the basic concepts etc. Up to this I have been working for tutorials and books. What I am looking for is some good tutorials that use real examples [ie make a functioning application] or a simple well written application [with source code] so I can look through ...

How to learn R as a programming language?

I'd like to know how to learn the R language as as 'programming' language as opposed to learning it as a statistical system. My question is prompted by lack of understanding of such functions as parse, eval, etc. which may not find frequent use by an R user with a 'statistics' persuasion. Edit: I've been exploring such tools like Rpy RS...

What is the best online help system you’ve seen?

A lot of areas of web development have good resources on best practices. One area that doesn't seem to have a standard is the way "help" is offered. So I'd like to compile a list of sites that have really good online help systems. I'd like to see sites that have a good FAQ section, getting started guide, a searchable knowledge base, sear...

Looking for a good HBase tutorial

I'm looking for a good and tested HBase tutorial, where I can find one? ...

Greasemonkey guide for Experienced Javascript Developers?

I really really want to write a GreaseMonkey extension. I have written a lot of javascript in my life. I am looking for a guide that will tell me quickly, what exactly the GreaseMonkey environment is and does, from the perspective of someone who is familiar with everything going on in browser based Javascript. I.e. no platitudes about...

Possible to safely run multiple Android emulators on the same machine and communcate using sockets?

I would like to simulate a small cluster of Android devices either on one laptop (worst-case), or on several machines on a private network. This is for testing communications and process migration on Android. Is there a safe way to identify and launch a particular emulator from a given application under Eclipse? I have a recent Eclipse/...

looking for a good documentation/tutorial for sybase

I need to work with this db and would like to get a quick start. Would anyone recommend a decent documentation/tutorial/examples? I didn't find anything useful at the official website ...

GWT Books/Tutorial for GWT 1.4 --> 1.7

I'm taking over a colleague's GWT project soon and I've never coded in it before. However as I come from a Java background, I'm sure I won't be banging my head too much or be too overwhelmed when I open Eclipse! What would be the best book to pick up, or tutorial to go through? What particular packages / tricks do you recommend I look ...

Good DirectX tutorials online?

I'm trying to make a bowling game simulation for college. Any ideas where to find a decent tutorial in DirectX9, using ode-0.9 and c++? ...

Logback tutorial

Where can I find a Logback tutorial and/or sample projects? Something similar with this "Log4j Tutorial" would be nice. Note: I am aware of the documentation available on the official Logback website The Logback Manual Logback documentation but is there anything else available? ...