tutorials

c++ simple shared library in linux

Hello experts, Is the STD library a shared library or what is it ? out of curiosity . Are there any books describe in detail the shared , static libraries development ? Are there any tutorial ? p.s (i'm using netbeans , eclipse, anjuta) and the tutorials aren't useful as I'm trying to understand what's actually going on. ...

A good MS Access tutorial?

Hello, I need to create a relatively simple database with a few forms in MS Access. Could anyone recommend a decent tutorial on the subject? (developint 'apps' in MS Access) I googled, but I god a bunch of similar titles as a result, and I'd like to learn basics relatively quickly. Application will be used only to enable a medical te...

Django Tutorial - TemplateDoesNotExist at /polls/

I have tried to get this to work a million times. I have lef it alone for a week and come back. I have Googled and read every post pertaining to this. I have let insecure morons belittle in messages groups without ever finding the answer. I just want this to work. When I am following along in part three of the the Django tutorial, I get ...

Java Reverse Engineering Tutorial

I am interested in how the reverse-engineering on java bytecode is conducted. Can anyone recommend some useful tutorials for me? I have read some articles on this topic already: 1. The class File Format 2. Java bytecode These two articles gave a lot of information about bytecode. However, non of them actually talks about the way to rev...

Are there any good tutorials on performing optical flow transforms for a sequence of still images?

I want to experiment with guiding an RC car via my laptop using bluetooth and an X10 camera to snap the pictures. Basically I want to create the DARPA not so grand challenge of guiding my RC car around the house and avoiding obstacles and teaching it how to navigate. Not terribly practical but fun to mess with. Any suggestions on book...

MIPS Learning Resources

Anybody aware of good resources for a MIPS beginner? Somewhere where I can find things like; Tutorials Examples Practice exercises Guides Any resource would be fine, however I would obviously prefer if it's free and online. Thanks! ...

Undefined name method test error in Rails3

Working through Michael Hartl's RailsTutorial and came across the following error - even though I have followed everything to the 'T'. 1) UsersController GET 'index' for signed-in users should have an element for each user Failure/Error: response.should have_selector("li", :content => user.name) undefined method `name' for #<Array:0x000...

I need a good Java tutorial, something that starts with the basics.

I need a tutorial to teach myself Java programming. I have good experience in a couple programming languages, but absolutely no experience with Java. Therefore, I need the tutorial to start with the basics of Java programming, but it doesn't have to cover the basics of general programming logic. If the tutorial also doubles as a referen...

C++ and QT Creator

Where can I find some tutorial for creating QT applications (with C++)? How should I start? ...

Java & JSP Tutorial

Hi, Can any one guide towards a good Java & JSP Tutorials(videod/Books etc),it should be for basic as well as advance developers with alot of coding examples.I googled alot but couldn't find any thing useful. Thanks ...

rails -v errors when setting up rvm

Hi, I am trying to set up an environment as per this tutorial http://railstutorial.org/book#sec:1.2.2.3 however I get the below error when running 'rails -v' bash-3.2$ rails -v /Users/sandbox1/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rubygems.rb:762:in `report_activate_error': Could not find RubyGem rails (>= 0) (Gem::LoadError) ...

NSIS books and tutorials needed

I'm looking for some good resources on NSIS, so I'd like you to reccomend me good books/tutorials websites which target beginners and have information on it. I'm aware of NSIS documentation, but I'm checking out if there are any other interesting sources of information on it. ...

Need a fast C# tutorial for (short-term) non-.Net programmers

Hi There. I work for a research department in a big company and we use .Net platform to build our prototypes (That means the product team always reproduce our work if the prototype is 'useful'.). We also hire interns for our projects. Some of the interns are mainly doing research, thus code less. But anyway, interns need to do some co...