tutorials

C Sockets Ping Command?

Can someone point me to some tutorial on how to set up a ping method using C sockets? Using beej's guide, I've been able to set up a connection between two devices, but now I want to setup a method that pings for all available devices before starting an actual connection. I've never done this before, so would you do something like set up...

Are there any really basic tutorials for how to build a simple rich text editor?

I want to write my own rich text editor with javascript or jquery. I don't know where to start, so as bare bones as possible is ideal. EDIT: To response to the comment about reinventing the wheel - the reason why I want to this is because 1] some features I want to implement aren't available even in TinyMCE. 2] I have an idea to upgrade...

How can I program a GUI in MATLAB?

I need to create a GUI in MATLAB for my project. I looked everywhere for examples of how to program a GUI but I couldn't find a lot. What are some good sites or techniques for GUI programming in MATLAB? ...

What RoR programs are used in this tutorial

I'm new to rails, and I'm watching this video tutorial online and I was wondering what programs are being using - I recognize terminal, but thats about it. http://media.rubyonrails.org/video/rails_take2_with_sound.mov ...

Good html resources anyone?

Possible Duplicates: What are some good HTML beginner tutorials? What are some good websites for learning HTML? I would find some good resources for learning some more html very usefull. I would appreciate some leads. :) thanks! ...

Suggested C++ books?

Possible Duplicate: The Definitive C++ Book Guide and List Ok, I've had one semester of C++ and will be taking a second semester in it after I have taken a Data Structure class this fall. In the first class, we dealt mainly with C++ syntax and the textbook we used was ok, but now I'm wanting to go ahead and purchase a great C+...

Are there any good online tutorials to TDD for an experienced programmer who is new to testing?

I'm working with a Python development team who is experienced with programming in Python, but is just now trying to pick up TDD. Since I have some experience working with TDD myself, I've been asked to give a presentation on it. Mainly, I'm just wanting to see articles on this so that I can see how other people are teaching TDD and get...

Django: reverse function fails with an exception

I'm following the Django tutorial and got stuck with an error at part 4 of the tutorial. I got to the part where I'm writing the vote view, which uses reverse to redirect to another view. For some reason, reverse fails with the following exception: import() argument 1 must be string, not instancemethod Currently my project's urls.p...

What are your references/recommendation on .NET DVDs, books and online training?

There are lots of training methods from different vendors to learn .NET technologies (i.e. books, DVDs, online training, etc.). All of them claim the same thing: that they are the best, their content is 100% guaranteed, makes their customers professional in no time, etc. It’s confusing and sometimes frustrating as well. I especially wa...

Linux Subversion Tutorial

Hello, I'm having some problems with SVN, because i don't know how to use it for my project, the only thing that i know in SVN is how to download, but i want to know how i can upload my C++ project via SVN and what server that i can upload. Remember that i'm using Linux Ubuntu Intrepid Ibex. Thanks! ...

Recommended books and resources for learning MATLAB

Can anyone recommend good books or online resources for learning MATLAB? It's for an experienced programmer, needing to learn MATLAB for computational and GUI applications. Thanks. ...

Being someone new to AJAX, what would be a good place to start?

Being someone new to AJAX, what would be a good place to start? What books/tutorials would you recommend? ...

What are some good iPhone 3D / 2D OpenGL ES game tutorials?

So, we just bought the Iphone Development license, but we are looking for some good 3d/2d opengl es game tutorials. Does anyone know any good tutorials for this? Thank You -Techy ...

Can you suggest any extended examples on object-oriented software design?

I am looking for instructional materials on object-oriented software design that are framed as extended examples. In other words, over the course of several lessons or chapters, the author would develop a moderately large piece of software and explain the design approach step by step. Ideally, the material would address not only the desi...

Create A Compiler For Windows

Possible Duplicate: Learning to write a compiler I'm learning C++ and as I know C++ is a very flexible language, it can make OS's and compilers, like the Python and the Ruby compilers, but I want to build my personal programming language, then I need some good tutorial for do this, I will be very happy if you can help me. ...

Best tutorial website for Silverlight?

what are the best tutorial website for getting basic information about Silverlight? ...

Qt programming tutorials (C++)?

I want to learn Qt programming, where do I get the good stuff? I want to develop in Windows and Linux. Which are the main IDEs? What are the main things I want to take care of or understand before starting to learn? ...

Build J2EE Web Application

I have a lot of experience with HTML, SQL. Also a lot of experience in Java. But I don't know how to build a Database driven J2EE Web Application. From what I understand I'll be needing Spring, Hibernate, EJB 3 as a good foundation of technology to get started. I'll need a MVC framework (JSF, Spring MVC, Struts, etc.). I have gone th...

Best introductory level "R" programming language book?

Possible Duplicate: Books for learning the R language As subject states, I need recommendation for "Introcudion to" R language book. ...

Java tutorials for beginning programmer

I have next to no programming experience, and absolutely none with Java, so I'm looking for some good online tutorials/primers. Please point me to good ones for beginners like me. Thanks. ...